don't crash if path == base_directory.
[reactos.git] / reactos / tools / rbuild / XML.cpp
2005-08-28 Royce Mitchell IIIdon't crash if path == base_directory.
2005-08-28 Hervé PoussineauFix rbuild compilation, by adding Path::RelativeFromDir...
2005-07-12 Casper HornstrupAdd copyright notices and GPL headers to rbuild
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-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-11 Casper HornstrupHave the object files of a module depend on the build...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-13 Royce Mitchell IIIadded validation for <directory>'s name attribute
2005-03-08 Casper HornstrupHave Makefile.auto depend on xml build files
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-03 Royce Mitchell IIIcompatibility fixes
2005-02-03 Art YerkesAdd a . to an empty path to make a relative path, befor...
2005-01-21 Royce Mitchell IIIattribute 'first' of <file> must be 'true' or 'false'
2005-01-20 Royce Mitchell IIIrequire attributes to have values
2005-01-14 Steven Edwardsget the new buildsystem to mostly work for cross-compil...
2005-01-10 Royce Mitchell IIImake sure parentElement is set properly for <xi:include...
2005-01-09 Royce Mitchell IIIadded xi:fallback support
2005-01-09 Royce Mitchell IIIadd 'location' information to a couple exceptions that...
2005-01-08 Royce Mitchell IIIxml nodes now store the location they were parsed from...
2005-01-07 Royce Mitchell IIIparse, but ignore, <? ?> tags - eliminated duplicate...
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 HornstrupGenerate MinGW makefile in the backend.
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-04 Royce Mitchell IIIbreak XML-parsing stuff into it's own files, and fix...