Factories for Backend creation
[reactos.git] / reactos / tools / rbuild / rbuild.cpp
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