* Implement <autoregister>
[reactos.git] / reactos / tools / rbuild / tests /
2005-11-25 Casper HornstrupDon't include files from outside a compilation unit
2005-11-23 Casper HornstrupFix building rbuild tests
2005-11-22 Casper HornstrupReplace File by CompilationUnit
2005-11-22 Casper HornstrupParse <compilationunit>
2005-11-21 Casper HornstrupRevert 19411
2005-11-21 Casper HornstrupParse <compilationunit>
2005-07-12 Casper HornstrupAdd copyright notices and GPL headers to rbuild
2005-06-12 Casper HornstrupSupport module_depends target
2005-06-12 Casper HornstrupMake test pass
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-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupBuild and run tests
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-13 Casper HornstrupSupport compilerflag within IFs
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-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-05 Casper HornstrupAccept ROS_INSTALL environment variable
2005-04-04 Casper HornstrupSupport installation of generated files
2005-03-25 Casper HornstrupEnable rbuild_test again
2005-03-20 Casper HornstrupTest module type support
2005-03-13 Casper HornstrupMake tests build again
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-03-03 Casper HornstrupSupport for copying non-generated files to cd
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-03 Royce Mitchell IIIcompatibility fixes
2005-02-02 Casper Hornstrup* Parse .cpp, .rc, and .s files
2005-01-31 Casper HornstrupGenerate automatic dependencies.
2005-01-28 Casper HornstrupStarted on automatic dependencies support
2005-01-20 Casper Hornstrup* Build bin2res, winmm, comctl32, aclui, acledit
2005-01-15 Casper HornstrupIf test
2005-01-15 Casper Hornstrup* LinkerFlag tag support
2005-01-14 Royce Mitchell III*nix compatibility
2005-01-09 Casper HornstrupFix compilation.
2005-01-09 Royce Mitchell IIIadd 'location' information to a couple exceptions that...
2005-01-09 Casper HornstrupFix compile error
2005-01-08 Casper HornstrupInvocation of buildtool modules.
2005-01-08 Royce Mitchell III<include> now has attribute 'base' which allows to...
2005-01-07 Casper HornstrupInclude and define support.
2005-01-07 Royce Mitchell IIIparse, but ignore, <? ?> tags - eliminated duplicate...
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 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 HornstrupAdd project and module tests.
2005-01-04 Royce Mitchell IIIbreak XML-parsing stuff into it's own files, and fix...
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 III1) vector<BaseClass> = bad juju, must use vector<BaseCl...
2005-01-03 Casper HornstrupAdd small testing framework.