2005-03-04 |
Royce Mitchell III | let make do some more work for us
|
commit | commitdiff | tree |
2005-02-25 |
Royce Mitchell III | fix NUL, move macros to the bootstrap makefile as necessary
|
commit | commitdiff | tree |
2005-02-25 |
Royce Mitchell III | silence clean rule
|
commit | commitdiff | tree |
2005-02-25 |
Royce Mitchell III | fixed 'make all' and added some missing clean:: rules
|
commit | commitdiff | tree |
2005-02-25 |
Royce Mitchell III | generate buildno.h and it's cousins before makefile...
|
commit | commitdiff | tree |
2005-02-03 |
Royce Mitchell III | compatibility fixes
|
commit | commitdiff | tree |
2005-01-29 |
Royce Mitchell III | remove eol whitespace
|
commit | commitdiff | tree |
2005-01-28 |
Royce Mitchell III | allow oring multiple DebugPort values
|
commit | commitdiff | tree |
2005-01-28 |
Royce Mitchell III | bug fix: use the requested default os when timeout...
|
commit | commitdiff | tree |
2005-01-22 |
Royce Mitchell III | This fixes the small problem that generated files were...
|
commit | commitdiff | tree |
2005-01-21 |
Royce Mitchell III | attribute 'first' of <file> must be 'true' or 'false'
|
commit | commitdiff | tree |
2005-01-20 |
Royce Mitchell III | beginnings of dev-c++ backend - patch by Trevor McCort
|
commit | commitdiff | tree |
2005-01-20 |
Royce Mitchell III | require attributes to have values
|
commit | commitdiff | tree |
2005-01-20 |
Royce Mitchell III | mark off area where variables need to differ for *nix
|
commit | commitdiff | tree |
2005-01-19 |
Royce Mitchell III | added 'first' attribute to <file>
|
commit | commitdiff | tree |
2005-01-18 |
Royce Mitchell III | msvc6 compatibility
|
commit | commitdiff | tree |
2005-01-15 |
Royce Mitchell III | msys compatibility fix
|
commit | commitdiff | tree |
2005-01-15 |
Royce Mitchell III | remove unnecessary call to c_str()
|
commit | commitdiff | tree |
2005-01-14 |
Royce Mitchell III | *nix compatibility
|
commit | commitdiff | tree |
2005-01-14 |
Royce Mitchell III | better config.template.xml
|
commit | commitdiff | tree |
2005-01-14 |
Royce Mitchell III | add csq library to ntoskrnl
|
commit | commitdiff | tree |
2005-01-14 |
Royce Mitchell III | use ntoskrnl's def file when running dlltool, otherwise...
|
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | kill the output exe files in a clean, too
|
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | generate clean rules
|
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | create phony targets for each module name, so you can...
|
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | generate output rules for files under <if>
|
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | bugfixes to new <if> and related code
|
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | add support for <if> and <property>
|
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | fix variable cases
|
commit | commitdiff | tree |
2005-01-12 |
Royce Mitchell III | forgot to recurse If elements when generating macros
|
commit | commitdiff | tree |
2005-01-12 |
Royce Mitchell III | support for <if> tag
|
commit | commitdiff | tree |
2005-01-12 |
Royce Mitchell III | bugfix - patch by filip navara
|
commit | commitdiff | tree |
2005-01-11 |
Royce Mitchell III | create a couple more variables to reduce makefile size
|
commit | commitdiff | tree |
2005-01-10 |
Royce Mitchell III | make sure parentElement is set properly for <xi:include...
|
commit | commitdiff | tree |
2005-01-09 |
Royce Mitchell III | added xi:fallback support
|
commit | commitdiff | tree |
2005-01-09 |
Royce Mitchell III | use enum instead of string in more places
|
commit | commitdiff | tree |
2005-01-09 |
Royce Mitchell III | add 'location' information to a couple exceptions that...
|
commit | commitdiff | tree |
2005-01-09 |
Royce Mitchell III | replaced Backend Factory's vector with a map.
|
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | use ROS_TEMPORARY and ROS_INTERMEDIATE to allow builder...
|
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | don't allow duplicate module names
|
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | <include> now has attribute 'base' which allows to...
|
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | xml nodes now store the location they were parsed from...
|
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | Don't pass objects ( particularly vectors ) by value...
|
commit | commitdiff | tree |
2005-01-07 |
Royce Mitchell III | parse, but ignore, <? ?> tags - eliminated duplicate...
|
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | fix gcc warning
|
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | forgot to remove and unneeded #include
|
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | much better factory implementation - thanks art yerkes
|
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | Factories for Backend creation
|
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | file & line # reporting on xml syntax errors
|
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | fixed some warnings, and added some asserts
|
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | beginnings of makefile output
|
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | allow for other build systems
|
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | specify output filename
|
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | assume HOST is set to mingw32-windows until someone...
|
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | small XMLFile cleanup
|
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | pch.h can be used as pre-compiled header
|
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | handle comments while parsing, instead of returning...
|
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | don't define macros that conflict with MinGW system...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | fix gcc incompatibilities
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | ssprintf() family of functions for std::string + printf...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | break XML-parsing stuff into it's own files, and fix...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | parse a module's files into a vector ( conditions are...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | handle xml comments and added handling for some possible...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | each XMLElement now stores a pointer to it's parent...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | create virtual attribute "top_href" for <xi:include...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | use ntoskrnl/module.xml
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | xml file for ntoskrnl module
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | support for <xi:include href="foo/foo.xml">, including...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | buffer overflow (& invalid registry path for device...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | dump first 128 bytes of violated memory blocks
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | proper destruction for Project objects
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | initial code to step through tree looking for modules...
|
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | don't pass vector<pointer> by value unless you are...
|
commit | commitdiff | tree |
2005-01-03 |
Royce Mitchell III | get rid of transitory junk
|
commit | commitdiff | tree |
2005-01-03 |
Royce Mitchell III | 1) vector<BaseClass> = bad juju, must use vector<BaseClass*>
|
commit | commitdiff | tree |
2005-01-03 |
Royce Mitchell III | moved rbuild.cpp per Casper's request
|
commit | commitdiff | tree |
2005-01-03 |
Royce Mitchell III | XML parsing working with my local sample build script...
|
commit | commitdiff | tree |
2004-12-30 |
Royce Mitchell III | msvc6 and gcc4 support
|
commit | commitdiff | tree |
2004-12-24 |
Royce Mitchell III | IntEngGradientFill() fix ASSERT statements
|
commit | commitdiff | tree |
2004-12-23 |
Royce Mitchell III | give Arch a little more variety
|
commit | commitdiff | tree |
2004-12-22 |
Royce Mitchell III | commited the wrong source for the bot.. sorry
|
commit | commitdiff | tree |
2004-12-22 |
Royce Mitchell III | forgot to commit responses file
|
commit | commitdiff | tree |
2004-12-22 |
Royce Mitchell III | ArchBlackmann irc bot - works in ReactOS - happy hacking
|
commit | commitdiff | tree |
2004-12-22 |
Royce Mitchell III | MiQueryVirtualMemory(): created because ZwQueryVirtualMemory...
|
commit | commitdiff | tree |
2004-12-22 |
Royce Mitchell III | msvc compatibility
|
commit | commitdiff | tree |
2004-12-21 |
Royce Mitchell III | blasted sym files just aren't always in address-order...
|
commit | commitdiff | tree |
2004-12-21 |
Royce Mitchell III | wrap stack walks in SEH - this doesn't fix page faults...
|
commit | commitdiff | tree |
2004-12-19 |
Royce Mitchell III | small bugfix to KeRosDumpStackFrames
|
commit | commitdiff | tree |
2004-12-19 |
Royce Mitchell III | much improved reporting on gdi handle leaks ( you must...
|
commit | commitdiff | tree |
2004-12-19 |
Royce Mitchell III | gdi handle leak fixed - taskmgr no longer leaks gdi...
|
commit | commitdiff | tree |
2004-12-19 |
Royce Mitchell III | HACK: hard-coded gdi handle quotas, excepting code...
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | IntSetCursor() don't BSOD in low-resource conditions
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | dump some statistics on the gdi handle table when it...
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | NtGdiExtTextOut(): fixed some double-frees I introduced...
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | added non-magic-dependant double-free detection via...
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | use KeRosPrintAddress in RPoolMgr
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | added KeRosPrintAddress
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | fix stack dumps from printing an infinite amount of...
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | NtGdiExtTextOut(): improved error handling
|
commit | commitdiff | tree |
2004-12-18 |
Royce Mitchell III | IntGdiInitBrushInstance(): assume callers pass us valid...
|
commit | commitdiff | tree |
next |