aboutsummaryrefslogtreecommitdiff
path: root/build/dist
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-10-19Prevent \t in .\test-driver from expanding to tabBoris Kolpackov1-4/+4
2010-05-11Add support for custom allocatorsBoris Kolpackov1-0/+8
New example: examples/cxx/hybrid/allocator.
2010-01-07Add support for ISO-8859-1 as application encodingBoris Kolpackov1-0/+4
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
2010-01-01Update copyright in build system filesBoris Kolpackov1-1/+1
2009-10-22Pass proper compiler options for different mappingsBoris Kolpackov1-14/+56
2009-10-21Remove -f switch from the del command lineBoris Kolpackov1-2/+2
2009-10-21Implement generation of nmakefilesBoris Kolpackov1-4/+139
2009-10-20Add gen and cleanobj targets for testsBoris Kolpackov1-3/+14
2009-10-20Add tests to the distributionBoris Kolpackov1-0/+294
The distribution makefiles for tests are automatically generated by the build/dist script. nmakefiles are not yet generated.