Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip MinGW test on Windows machines without MinGW. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 |
| | | | | Need to do this, otherwise it fails erroneously. | ||||
* | Fixed test rot in test/MSVS/CPPPATH-Dirs.py. | Gary Oberbrunner | 2012-08-22 | 1 | -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 Oberbrunner | 2012-08-22 | 1 | -11/+12 |
| | |||||
* | Merge update | William Deegan | 2012-08-17 | 6 | -6/+8 |
|\ | |||||
| * | Merged. | Gary Oberbrunner | 2012-08-14 | 2 | -1/+2 |
| |\ | |||||
| * | | Fix MSVS solution generation for VS11, and fixed tests. | Gary Oberbrunner | 2012-08-14 | 6 | -6/+8 |
| | | | |||||
* | | | Fake change to force buildbot to trigger | William Deegan | 2012-08-17 | 1 | -0/+1 |
| |/ |/| | |||||
* | | dummy whitespace added to test triggering buildbot | William Deegan | 2012-08-13 | 1 | -1/+0 |
| | | |||||
* | | dummy whitespace added to test triggering buildbot | William Deegan | 2012-08-13 | 1 | -0/+1 |
| | | |||||
* | | dummy whitespace added to test triggering buildbot | William Deegan | 2012-08-13 | 1 | -0/+1 |
| | | |||||
* | | added more release years. Dummy checkin to test buildbot trigger | William Deegan | 2012-08-13 | 1 | -1/+1 |
|/ | |||||
* | Fix Debian build process. | Gary Oberbrunner | 2012-08-13 | 4 | -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 tools | Gary Oberbrunner | 2012-08-12 | 2 | -0/+5 |
| | |||||
* | Prepare src/CHANGES.txt for next release | Gary Oberbrunner | 2012-08-12 | 1 | -1/+3 |
| | |||||
* | Merged ab58947facf7 with 5eddc5d821fc | Gary Oberbrunner | 2012-08-07 | 7 | -115/+136 |
|\ | |||||
| * | New upload-release-files script, and fixed up update-release-info. | Gary Oberbrunner | 2012-08-05 | 2 | -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 SourceForge | Gary Oberbrunner | 2012-08-05 | 1 | -0/+51 |
| | | |||||
| * | Fix typo introduced during recent change to vc.py | Gary Oberbrunner | 2012-08-05 | 1 | -1/+1 |
| | | |||||
| * | Update ReleaseConfig for 2.2.0 | Gary Oberbrunner | 2012-08-05 | 1 | -1/+5 |
| | | |||||
| * | Update CHANGES, Release and Announce prior to 2.2.0 release. | Gary Oberbrunner | 2012-08-05 | 3 | -111/+51 |
| | | |||||
* | | Add simple support for Intel v12 compiler for Linux and Mac (not yet Windows) | Gary Oberbrunner | 2012-08-02 | 2 | -7/+38 |
|/ | |||||
* | Update src/CHANGES.txt | Gary Oberbrunner | 2012-08-01 | 1 | -0/+3 |
| | |||||
* | Merged in dubcanada/scons (pull request #28: Fix VC++ 32 vs 64 bit) | Gary Oberbrunner | 2012-08-01 | 1 | -1/+1 |
|\ | |||||
| * | Forgot the req_ | Steven Verbeek | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | Changed to proper method | Steven Verbeek | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | Fixes an issue with 64 bit Windows 7 running 32 bit Visual Express C++ 2010 | Steven Verbeek | 2012-07-05 | 1 | -1/+1 |
| | | | | | | | | bug: http://scons.tigris.org/issues/show_bug.cgi?id=2849 | ||||
* | | Merged in ptomulik/scons, pull request #25: gettext toolset | Gary Oberbrunner | 2012-08-01 | 30 | -206/+4090 |
|\ \ | |||||
| * | | Removed test/GETTEXT | ptomulik | 2012-06-18 | 4 | -298/+0 |
| | | | |||||
| * | | Added tests covering the examples in Translate tool's documentation | ptomulik | 2012-06-18 | 1 | -0/+179 |
| | | | |||||
| * | | Removed some garbage from tests (found by accident) | ptomulik | 2012-06-18 | 3 | -196/+0 |
| | | | |||||
| * | | Changes in gettext tool - tests refactored, small changes in sources. | ptomulik | 2012-06-18 | 34 | -2253/+956 |
| | | | |||||
| * | | Removed unnecessary line in test/FindSourceFiles.py | ptomulik | 2012-06-06 | 1 | -1/+0 |
| | | | |||||
| * | | Added content to src/engine/MANIFEST.in | ptomulik | 2012-06-06 | 1 | -0/+6 |
| | | | |||||
| * | | Reverted MANIFEST-xml.in and appended new files. | ptomulik | 2012-06-06 | 1 | -5/+0 |
| | | | |||||
| * | | Reverted MANIFEST-xml.in that I've sorted by acident. | ptomulik | 2012-06-06 | 2 | -44/+43 |
| | | | |||||
| * | | Fixed FindSourceFiles to find leaf nodes. | ptomulik | 2012-06-06 | 10 | -64/+165 |
| | | | |||||
| * | | Corrected COPYRIGH placeholders | ptomulik | 2012-06-06 | 39 | -39/+39 |
| | | | |||||
| * | | Corrections corrections corrections .. | ptomulik | 2012-06-06 | 30 | -102/+25 |
| | | | |||||
| * | | Another correction to MANIFEST files | ptomulik | 2012-06-06 | 1 | -5/+0 |
| | | | |||||
| * | | Fixed MANIFEST files under src/engine | ptomulik | 2012-06-06 | 2 | -49/+54 |
| | | | |||||
| * | | Added gettext tools | ptomulik | 2012-06-06 | 42 | -0/+5491 |
| | | | |||||
* | | | Fix Windows exe installer generation | Gary Oberbrunner | 2012-08-01 | 1 | -1/+1 |
| | | | |||||
* | | | Add changes to src/CHANGES.txt | Gary Oberbrunner | 2012-08-01 | 1 | -0/+3 |
| | | | |||||
* | | | Merged in gward/scons (pull request #29: javac/pathopt) | Gary Oberbrunner | 2012-08-01 | 2 | -4/+108 |
|\ \ \ | |||||
| * | | | Remove some commented out cruft from SCons.Tool.javac.pathopt. | Greg Ward | 2012-03-17 | 1 | -2/+0 |
| | | | | |||||
| * | | | Add more tests for SCons.Tool.javac.pathopt; fix exposed bugs. | Greg Ward | 2012-03-17 | 2 | -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 Ward | 2012-03-17 | 2 | -1/+16 |
| | | | | |||||
| * | | | Add unit tests for SCons.Tool.javac (pathopt class only). | Greg Ward | 2012-03-17 | 1 | -0/+67 |
| | |/ | |/| | | | | | | | This carefully avoids known bugs in order to have passing tests. | ||||
* | | | Add recent fixes to src/CHANGES.txt | Gary Oberbrunner | 2012-07-27 | 4 | -5/+71 |
|\ \ \ | |||||
| * | | | Make sure things aren't rebuilt. | Joshua Hughes | 2012-07-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | SCons should not rebuild things after the first successful build when using WINDOWS_INSERT_DEF = 0. |