compatibility fixes
[reactos.git] / reactos / tools / rbuild / rbuild.h
2005-02-03 Royce Mitchell IIIcompatibility fixes
2005-02-02 Casper Hornstrup* Parse .cpp, .rc, and .s files
2005-02-01 Casper HornstrupUse automatic dependencies to mark files to be rebuilt.
2005-01-31 Casper HornstrupGenerate automatic dependencies.
2005-01-28 Casper HornstrupStarted on automatic dependencies support
2005-01-22 Casper Hornstrup* Build crtdll
2005-01-22 Casper Hornstrup* Invoke cabman when building a CD
2005-01-22 Casper Hornstrup* Build cabman and zlib
2005-01-22 Casper Hornstrup* Build freeldr
2005-01-20 Casper Hornstrup* Build bin2res, winmm, comctl32, aclui, acledit
2005-01-19 Royce Mitchell IIIadded 'first' attribute to <file>
2005-01-16 Casper Hornstrup* Build networking components
2005-01-16 Casper Hornstrup* KernelModeDriver module support
2005-01-15 Casper Hornstrup* LinkerFlag tag support
2005-01-14 Steven Edwardsstarted working on cross-compile support
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-12 Casper Hornstrup* Keep project level includes and defines in PROJECT_CFLAGS
2005-01-12 Royce Mitchell IIIsupport for <if> tag
2005-01-11 Casper HornstrupBuild ntdll.dll.
2005-01-09 Casper Hornstrup* Nasm support
2005-01-09 Royce Mitchell IIIadded xi:fallback 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 Casper HornstrupPrecondition dependencies.
2005-01-08 Casper HornstrupInvocation of buildtool modules.
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 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-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 IIIpch.h can be used as pre-compiled header
2005-01-05 Royce Mitchell IIIdon't define macros that conflict with MinGW system...
2005-01-04 Casper HornstrupMinGW backend.
2005-01-04 Casper HornstrupException handling.
2005-01-04 Royce Mitchell IIIbreak XML-parsing stuff into it's own files, and fix...
2005-01-04 Royce Mitchell IIIparse a module's files into a vector ( conditions are...
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 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-03 Casper HornstrupAdd small testing framework.