reactos.git
2005-01-15 Royce Mitchell IIIremove unnecessary call to c_str()
2005-01-15 Casper HornstrupRefactor GenerateGlobalCFlagsAndProperties
2005-01-15 Casper HornstrupWindres support.
2005-01-15 Casper Hornstrup* Use objects rather than archive when linking ntoskrnl
2005-01-15 Casper HornstrupIf test
2005-01-15 Casper Hornstrup* LinkerFlag tag support
2005-01-14 Royce Mitchell III*nix compatibility
2005-01-14 Steven Edwardsget the new buildsystem to mostly work for cross-compil...
2005-01-14 Steven Edwardsstarted working on cross-compile support
2005-01-14 Filip NavaraWe're not supposed to build elf.c, it's template file.
2005-01-14 Royce Mitchell IIIbetter config.template.xml
2005-01-14 Royce Mitchell IIIadd csq library to ntoskrnl
2005-01-14 Royce Mitchell IIIuse ntoskrnl's def file when running dlltool, otherwise...
2005-01-13 Royce Mitchell IIIkill the output exe files in a clean, too
2005-01-13 Royce Mitchell IIIgenerate clean rules
2005-01-13 Royce Mitchell IIIcreate phony targets for each module name, so you can...
2005-01-13 Royce Mitchell IIIgenerate output rules for files under <if>
2005-01-13 Royce Mitchell IIIbugfixes to new <if> and related code
2005-01-13 Royce Mitchell IIIadd support for <if> and <property>
2005-01-13 Royce Mitchell IIIfix variable cases
2005-01-12 Casper Hornstrup* Keep project level includes and defines in PROJECT_CFLAGS
2005-01-12 Royce Mitchell IIIforgot to recurse If elements when generating macros
2005-01-12 Royce Mitchell IIIsupport for <if> tag
2005-01-12 Royce Mitchell IIIbugfix - patch by filip navara
2005-01-11 Casper HornstrupBuild ntdll.dll.
2005-01-11 Royce Mitchell IIIcreate a couple more variables to reduce makefile size
2005-01-10 Royce Mitchell IIImake sure parentElement is set properly for <xi:include...
2005-01-09 Casper Hornstrup* Nasm support
2005-01-09 Royce Mitchell IIIadded xi:fallback support
2005-01-09 Casper HornstrupFix compilation.
2005-01-09 Casper HornstrupGCC assembler support.
2005-01-09 Royce Mitchell IIIuse enum instead of string in more places
2005-01-09 Royce Mitchell IIIadd 'location' information to a couple exceptions that...
2005-01-09 Royce Mitchell IIIreplaced Backend Factory's vector with a map.
2005-01-09 Casper HornstrupPut global includes last.
2005-01-09 Casper HornstrupFix compile error
2005-01-09 Casper HornstrupPrecondition dependencies.
2005-01-08 Casper HornstrupInvocation of buildtool modules.
2005-01-08 Casper HornstrupBuildTool module type support.
2005-01-08 Royce Mitchell IIIuse ROS_TEMPORARY and ROS_INTERMEDIATE to allow builder...
2005-01-08 Royce Mitchell IIIdon't allow duplicate module names
2005-01-08 Royce Mitchell III<include> now has attribute 'base' which allows to...
2005-01-08 Royce Mitchell IIIxml nodes now store the location they were parsed from...
2005-01-08 Royce Mitchell IIIDon't pass objects ( particularly vectors ) by value...
2005-01-08 Casper HornstrupStatic library module type.
2005-01-07 Casper HornstrupInclude and define support.
2005-01-07 Martin Fuchsfix case of XML.o
2005-01-07 Royce Mitchell IIIparse, but ignore, <? ?> tags - eliminated duplicate...
2005-01-06 Casper Hornstrup* Generate kernel
2005-01-06 Casper HornstrupGenerate dependencies for kernel module type.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Royce Mitchell IIIfix gcc warning
2005-01-06 Royce Mitchell IIIforgot to remove and unneeded #include
2005-01-06 Royce Mitchell IIImuch better factory implementation - thanks art yerkes
2005-01-06 Royce Mitchell IIIFactories for Backend creation
2005-01-06 Royce Mitchell IIIfile & line # reporting on xml syntax errors
2005-01-06 Royce Mitchell IIIfixed some warnings, and added some asserts
2005-01-05 Casper HornstrupParse libraries.
2005-01-05 Casper HornstrupParse module type.
2005-01-05 Casper HornstrupGenerate MinGW makefile in the backend.
2005-01-05 Casper HornstrupHandle modules.
2005-01-05 Royce Mitchell IIIbeginnings of makefile output
2005-01-05 Royce Mitchell IIIallow for other build systems
2005-01-05 Royce Mitchell IIIspecify output filename
2005-01-05 Royce Mitchell IIIassume HOST is set to mingw32-windows until someone...
2005-01-05 Royce Mitchell IIIsmall XMLFile cleanup
2005-01-05 Royce Mitchell IIIpch.h can be used as pre-compiled header
2005-01-05 Royce Mitchell IIIhandle comments while parsing, instead of returning...
2005-01-05 Royce Mitchell IIIdon't define macros that conflict with MinGW system...
2005-01-04 Casper HornstrupMinGW backend.
2005-01-04 Casper HornstrupAdd project and module tests.
2005-01-04 Casper HornstrupException handling.
2005-01-04 Royce Mitchell IIIfix gcc incompatibilities
2005-01-04 Royce Mitchell IIIssprintf() family of functions for std::string + printf...
2005-01-04 Casper HornstrupMove project to its own file.
2005-01-04 Royce Mitchell IIIbreak XML-parsing stuff into it's own files, and fix...
2005-01-04 Casper HornstrupKill warnings.
2005-01-04 Royce Mitchell IIIparse a module's files into a vector ( conditions are...
2005-01-04 Royce Mitchell IIIhandle xml comments and added handling for some possibl...
2005-01-04 Royce Mitchell IIIeach XMLElement now stores a pointer to it's parent...
2005-01-04 Royce Mitchell IIIcreate virtual attribute "top_href" for <xi:include...
2005-01-04 Royce Mitchell IIIuse ntoskrnl/module.xml
2005-01-04 Royce Mitchell IIIxml file for ntoskrnl module
2005-01-04 Royce Mitchell IIIsupport for <xi:include href="foo/foo.xml">, including...
2005-01-04 Royce Mitchell IIIproper destruction for Project objects
2005-01-04 Royce Mitchell IIIinitial code to step through tree looking for modules...
2005-01-04 Royce Mitchell IIIdon't pass vector<pointer> by value unless you are...
2005-01-03 Royce Mitchell IIIget rid of transitory junk
2005-01-03 Royce Mitchell III1) vector<BaseClass> = bad juju, must use vector<BaseCl...
2005-01-03 Casper HornstrupAdd small testing framework.
2005-01-03 Casper HornstrupAdd makefile for rbuild.
2005-01-03 Royce Mitchell IIImoved rbuild.cpp per Casper's request
2005-01-03 Royce Mitchell IIIXML parsing working with my local sample build script...
2005-01-02 Casper HornstrupAdd sample build script.
2005-01-02 KJK::HyperionRelaxed the validity checks for PE executables yet...
2005-01-02 Filip NavaraDisable debugging message.
2005-01-02 Filip NavaraRename MmOpenMemoryAreaBy[Address/Region] to MmLocateMe...
2005-01-02 Filip NavaraImplement ExtCreateRegion.
2005-01-02 Filip NavaraAllocate enough bytes for the adapter object.
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
next