summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Skip MinGW test on Windows machines without MinGW.Gary Oberbrunner2012-08-221-0/+6
| | | | Need to do this, otherwise it fails erroneously.
* Fixed test rot in test/MSVS/CPPPATH-Dirs.py.Gary Oberbrunner2012-08-221-1/+3
| | | | | Visual Studio now creates .vcxproj rather than .vcproj. Made the test allow either one's existence to succeed.
* Fixed some test rot in test/IDL/midl.py, so it works on Win7.Gary Oberbrunner2012-08-221-11/+12
|
* Merge updateWilliam Deegan2012-08-176-6/+8
|\
| * Merged.Gary Oberbrunner2012-08-142-1/+2
| |\
| * | Fix MSVS solution generation for VS11, and fixed tests.Gary Oberbrunner2012-08-146-6/+8
| | |
* | | Fake change to force buildbot to triggerWilliam Deegan2012-08-171-0/+1
| |/ |/|
* | dummy whitespace added to test triggering buildbotWilliam Deegan2012-08-131-1/+0
| |
* | dummy whitespace added to test triggering buildbotWilliam Deegan2012-08-131-0/+1
| |
* | dummy whitespace added to test triggering buildbotWilliam Deegan2012-08-131-0/+1
| |
* | added more release years. Dummy checkin to test buildbot triggerWilliam Deegan2012-08-131-1/+1
|/
* Fix Debian build process.Gary Oberbrunner2012-08-134-4/+11
| | | | | | | | Each release needs to update debian/changelog, and it needs to be in a particular format since the deb build process reads and parses it to get the version number in the .deb. Also fixed a few other deb-build-related errors.
* Warn during doc build if missing toolsGary Oberbrunner2012-08-122-0/+5
|
* Prepare src/CHANGES.txt for next releaseGary Oberbrunner2012-08-121-1/+3
|
* Merged ab58947facf7 with 5eddc5d821fcGary Oberbrunner2012-08-077-115/+136
|\
| * 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
| |
* | Add simple support for Intel v12 compiler for Linux and Mac (not yet Windows)Gary Oberbrunner2012-08-022-7/+38
|/
* Update src/CHANGES.txtGary Oberbrunner2012-08-011-0/+3
|
* Merged in dubcanada/scons (pull request #28: Fix VC++ 32 vs 64 bit)Gary Oberbrunner2012-08-011-1/+1
|\
| * Forgot the req_Steven Verbeek2012-07-181-1/+1
| |
| * Changed to proper methodSteven Verbeek2012-07-181-1/+1
| |
| * Fixes an issue with 64 bit Windows 7 running 32 bit Visual Express C++ 2010Steven Verbeek2012-07-051-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-184-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-061-1/+0
| | |
| * | Added content to src/engine/MANIFEST.inptomulik2012-06-061-0/+6
| | |
| * | Reverted MANIFEST-xml.in and appended new files.ptomulik2012-06-061-5/+0
| | |
| * | Reverted MANIFEST-xml.in that I've sorted by acident.ptomulik2012-06-062-44/+43
| | |
| * | Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-0610-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-08-011-0/+3
| | |
* | | Merged in gward/scons (pull request #29: javac/pathopt)Gary Oberbrunner2012-08-012-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-274-5/+71
|\ \ \
| * | | 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.