move from branch
[reactos.git] / reactos / tools / rbuild / rbuild.cpp
2007-02-11 Sylvain Petreollemove from branch
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-22 Hervé PoussineauFix indentation
2006-11-22 Christoph von WittichCode::Blocks backend
2006-06-23 Johannes Anderwaldparse -vo option
2006-06-22 Johannes Anderwald* make intermediate / outpath optional
2006-02-21 Martin Fuchsrbuild: merge changes of audited repository
2006-02-17 Art YerkesChanged ReactOS.xml to ReactOS.rbuild
2006-01-14 Nathan WoodsRbuild: Added "description" field to the various backen...
2006-01-11 Christoph von Wittichmake_msvcX_install_[config] patch by Brezenbak
2005-12-02 Royce Mitchell IIIstore pointer to Backend in the Project class so proper...
2005-11-27 Royce Mitchell IIIremove xml.h/cpp's dependancy on exception.h/cpp -...
2005-11-23 Casper HornstrupOption to disable compilation units
2005-11-22 Casper HornstrupParse <compilationunit>
2005-11-21 Casper HornstrupRevert 19411
2005-11-21 Casper HornstrupParse <compilationunit>
2005-11-02 Hartmut Birr- The separator (slash or back slash), exepostfix and...
2005-10-20 Christoph von Wittichcreate only the project files specified on cmdline
2005-10-20 Christoph von Wittichadded new cmdline switch to rbuild: -vs{version}
2005-10-18 Christoph von Wittichchanged windres back to rc
2005-07-12 Casper HornstrupAdd copyright notices and GPL headers to rbuild
2005-06-12 Casper HornstrupSupport module_depends target
2005-06-05 Casper HornstrupGenerate proxy makefiles in output tree.
2005-05-28 Casper Hornstrup-mi switch for rbuild to not have rbuild create install...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-19 Casper HornstrupOption to disable automatic dependencies
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-06 Casper HornstrupSet svn:eol-style=native
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-04-21 Casper HornstrupClean-as-you-go mode to remove generated files as soon...
2005-04-20 Hervé PoussineauDon't hardcode "Reactos.xml" name
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-03 Casper HornstrupVerbose mode
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-11 Casper Hornstrup* Run build tools after parsing build files
2005-01-28 Casper HornstrupStarted on automatic dependencies support
2005-01-14 Steven Edwardsget the new buildsystem to mostly work for cross-compil...
2005-01-09 Royce Mitchell IIIadded xi:fallback support
2005-01-06 Royce Mitchell IIImuch better factory implementation - thanks art yerkes
2005-01-06 Royce Mitchell IIIFactories for Backend creation
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-04 Casper HornstrupAdd project and module tests.
2005-01-04 Casper HornstrupException handling.
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 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 Royce Mitchell IIIget rid of transitory junk
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