summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merged in ptomulik/scons, pull request #25: gettext toolsetGaryO2012-08-019-196/+1334
|\
| * Removed test/GETTEXTPaweł Tomulik2012-06-184-298/+0
| |
| * Added tests covering the examples in Translate tool's documentationPaweł Tomulik2012-06-181-0/+179
| |
| * Removed some garbage from tests (found by accident)Paweł Tomulik2012-06-183-196/+0
| |
| * Changes in gettext tool - tests refactored, small changes in sources.Paweł Tomulik2012-06-1825-2195/+944
| |
| * Removed unnecessary line in test/FindSourceFiles.pyPaweł Tomulik2012-06-061-1/+0
| |
| * Fixed FindSourceFiles to find leaf nodes.Paweł Tomulik2012-06-061-0/+76
| |
| * Corrected COPYRIGH placeholdersPaweł Tomulik2012-06-0626-26/+26
| |
| * Corrections corrections corrections ..Paweł Tomulik2012-06-0626-80/+5
| |
| * Added gettext toolsPaweł Tomulik2012-06-061051-0/+118359
|
* Add recent fixes to src/CHANGES.txtGaryO2012-07-274-0/+211
|\
| * Merged in kivhift/scons (pull request #31), fixes #2857.GaryO2012-07-273-0/+154
| |\
| | * Fix issue 2833 (LINKCOMSTR etc. on Windows).GaryO2012-07-222-0/+30
| | |
| | * Add support for using biber instead of bibtex.Robert Managan2012-06-141027-0/+115897
| |
| * Add test for issue-2857 fix.Joshua Hughes2012-07-241-0/+57
| | | | | | | | The test makes sure that inheriting from file works as it should.
| * Fix issue 2857.Joshua Hughes2012-07-161026-0/+115773
| | | | | This change fixes issue 2857 by changing Platform.win32._scons_file from a function to a class.
* Make sure things aren't rebuilt.Joshua Hughes2012-07-241-0/+1
| | | | | SCons should not rebuild things after the first successful build when using WINDOWS_INSERT_DEF = 0.
* Add test for issue 2856 fix.Joshua Hughes2012-07-231-0/+61
| | | | | This change also corrects a typo found in the WINDOWS_INSERT_DEF description/help entry.
* Fix issue 2856.Joshua Hughes2012-07-161026-0/+115773
This change fixes issue 2856 by making scons consider the .def file only if it's explicitly given or insertion is explicitly requested.