summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag 2.2.0 for changeset 95a87b3f8a0erel_2.2.0Gary Oberbrunner2012-08-070-0/+0
|
* Final auto updates for 2.2.0 release.2.2.0Gary Oberbrunner2012-08-057-15/+16
|
* New upload-release-files script, and fixed up update-release-info.Gary Oberbrunner2012-08-052-4/+30
| | | | | update-release-info: allow regular 3-digit releases (not .final.0) upload-release-files: new, does a lot of the heavy lifting for a release.
* New release script to upload dist files to SourceForgeGary Oberbrunner2012-08-051-0/+51
|
* Fix typo introduced during recent change to vc.pyGary Oberbrunner2012-08-051-1/+1
|
* Update ReleaseConfig for 2.2.0Gary Oberbrunner2012-08-051-1/+5
|
* Update CHANGES, Release and Announce prior to 2.2.0 release.Gary Oberbrunner2012-08-053-111/+51
|
* Update src/CHANGES.txtGary Oberbrunner2012-08-011-0/+3
|
* Merged in dubcanada/scons (pull request #28: Fix VC++ 32 vs 64 bit)Gary Oberbrunner2012-07-311-1/+1
|\
| * Forgot the req_Steven Verbeek2012-07-171-1/+1
| |
| * Changed to proper methodSteven Verbeek2012-07-171-1/+1
| |
| * Fixes an issue with 64 bit Windows 7 running 32 bit Visual Express C++ 2010Steven Verbeek2012-07-041-1/+1
| | | | | | | | bug: http://scons.tigris.org/issues/show_bug.cgi?id=2849
* | Merged in ptomulik/scons, pull request #25: gettext toolsetGary Oberbrunner2012-08-0130-206/+4090
|\ \
| * | Removed test/GETTEXTptomulik2012-06-194-298/+0
| | |
| * | Added tests covering the examples in Translate tool's documentationptomulik2012-06-181-0/+179
| | |
| * | Removed some garbage from tests (found by accident)ptomulik2012-06-183-196/+0
| | |
| * | Changes in gettext tool - tests refactored, small changes in sources.ptomulik2012-06-1834-2253/+956
| | |
| * | Removed unnecessary line in test/FindSourceFiles.pyptomulik2012-06-071-1/+0
| | |
| * | Added content to src/engine/MANIFEST.inptomulik2012-06-071-0/+6
| | |
| * | Reverted MANIFEST-xml.in and appended new files.ptomulik2012-06-071-5/+0
| | |
| * | Reverted MANIFEST-xml.in that I've sorted by acident.ptomulik2012-06-072-44/+43
| | |
| * | Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-0710-64/+165
| | |
| * | Corrected COPYRIGH placeholdersptomulik2012-06-0639-39/+39
| | |
| * | Corrections corrections corrections ..ptomulik2012-06-0630-102/+25
| | |
| * | Another correction to MANIFEST filesptomulik2012-06-061-5/+0
| | |
| * | Fixed MANIFEST files under src/engineptomulik2012-06-062-49/+54
| | |
| * | Added gettext toolsptomulik2012-06-0642-0/+5491
| | |
* | | Fix Windows exe installer generationGary Oberbrunner2012-08-011-1/+1
| | |
* | | Add changes to src/CHANGES.txtGary Oberbrunner2012-07-311-0/+3
| | |
* | | Merged in gward/scons (pull request #29: javac/pathopt)Gary Oberbrunner2012-07-312-4/+108
|\ \ \
| * | | Remove some commented out cruft from SCons.Tool.javac.pathopt.Greg Ward2012-03-171-2/+0
| | | |
| * | | Add more tests for SCons.Tool.javac.pathopt; fix exposed bugs.Greg Ward2012-03-172-8/+32
| | | | | | | | | | | | | | | | | | | | (Specifically, having a default path without setting the corresponding construction variable did not work.)
| * | | Fix issue #2825: allow Node objects in Java path options.Greg Ward2012-03-172-1/+16
| | | |
| * | | Add unit tests for SCons.Tool.javac (pathopt class only).Greg Ward2012-03-171-0/+67
| | |/ | |/| | | | | | | This carefully avoids known bugs in order to have passing tests.
* | | Add recent fixes to src/CHANGES.txtGary Oberbrunner2012-07-278-13/+268
|\ \ \
| * \ \ Merged in kivhift/scons (pull request #31), fixes #2857.Gary Oberbrunner2012-07-276-6/+201
| |\ \ \
| | * | | Fix issue 2833 (LINKCOMSTR etc. on Windows).Gary Oberbrunner2012-07-224-3/+36
| | | | |
| | * | | fix an earlier typo in CHANGES.txtRob Managan2012-06-301-1/+1
| | | | |
| | * | | Add support for using biber instead of bibtex.Robert Managan2012-06-143-2/+164
| | |/ /
| * | | 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-161-7/+6
| |/ / | | | | | | | | | | | | 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-232-1/+62
| | | | | | | | | | | | | | | This change also corrects a typo found in the WINDOWS_INSERT_DEF description/help entry.
* | | Fix issue 2856.Joshua Hughes2012-07-161-4/+4
|/ / | | | | | | | | This change fixes issue 2856 by making scons consider the .def file only if it's explicitly given or insertion is explicitly requested.
* | Fix typo in CHANGES.txtRobert Managan2012-06-141-1/+1
| |
* | Add support for the biblatex package; search for new keywards to get side ↵Robert Managan2012-06-144-8/+132
|/ | | | effects and dependencies right
* Merged in mortoray/scons (pull request #22)Gary Oberbrunner2012-05-279-17/+173
|\
| * Merge mortoray fix for #2188, typo in example.Gary Oberbrunner2012-05-191-1/+1
| |\
| | * fix for issue2188, fix typo in exampleedA-qa mort-ora-y2012-05-131-1/+1
| | |
| * | Merge mortoray/SCons fix for #2821, copy Builders when env is cloned.Gary Oberbrunner2012-05-194-15/+69
| |\ \ | | |/ | |/|