summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding target name to output of --debug=time. Fix for Issue 2873Edmund Yan2012-09-182-4/+14
|
* Merged in managan/scons_newglossary (pull request #37); support newglossary ↵Gary Oberbrunner2012-09-163-4/+210
|\ | | | | | | LaTeX command
| * Remove lines that were commented out instead of being deletedRobert Managan2012-09-161-4/+0
| |
| * Support auxiliary files created by \newglossary commandRobert Managan2012-09-163-4/+214
| |
* | Merged in dirkbaechle/scons (pull request #36): test cleanups and fixes.Gary Oberbrunner2012-09-1630-150/+390
|\ \ | |/ |/|
| * - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd,dirkbaechle2012-09-0614-78/+291
| | | | | | | | | | | | | | | | supporting wildcards - rewrote several test/packaging tests, using the new matching functions instead of relying on the os.uname() machine value for determining the resulting RPM filename - renamed glob modules in test/scons-time to avoid name clashes - minor fix: added Java 1.7 as supported version to Tool/JavaCommon.py
| * - first swoop of changes for getting all Buildbot slaves to run successfully ↵dirkbaechle2012-09-0423-115/+142
| | | | | | | | again
* | Fixed error on Windows when there is a space in the Python installation ↵Richard Viney2012-08-311-1/+1
|/ | | | directory (http://scons.tigris.org/issues/show_bug.cgi?id=2790)
* Fix __FILE__ in SCons_revision when building on Windows.Gary Oberbrunner2012-08-291-1/+1
| | | | | It was putting single-backslashes into string vars. Just use forward slashes instead.
* Added a comment for recent spawnve change.Gary Oberbrunner2012-08-291-0/+6
|
* Merge pull request #34, fix spawn on Windows, from Evgeny Podjachev.Gary Oberbrunner2012-08-292-2/+21
|\
| * Slightly modified patch from ↵evgeny2012-08-261-2/+17
| | | | | | | | http://scons.tigris.org/issues/show_bug.cgi?id=2449, implementing thread safe os.spawnve on windows.
* | Merging pull request #33, test framework, from Dirk Baechle.Gary Oberbrunner2012-08-2831-327/+946
|\ \ | |/ |/|
| * - removed Aegis supportdirkbaechle2012-08-122-177/+17
| |
| * - fixed directory/file fixtures for "general" modedirkbaechle2012-08-1214-72/+482
| | | | | | | | | | - added documentation for the testing framework - converted two old tests from the "packaging" section to using fixtures as reference examples
| * - renamed the '-j' option to '-k', such that we can use the former for ↵dirkbaechle2012-08-0918-60/+139
| | | | | | | | | | | | | | | | | | parallel processing later on - changed list(map()) to list comprehensions - removed try/except block around os.environ.get() for SCONS_EXTERNAL_TEST - fixed a potential deadlock for subprocess.Popen by using temporary files - added the '--nopipefiles' option to switch off this temp file fix (not recommended though)
| * - fixed where_is for standard modedirkbaechle2012-08-031-2/+2
| |
| * - fixed usage of subprocess module in runtest.pydirkbaechle2012-08-0316-19/+34
| | | | | | | | - fixed tests in test/runtest (needed -j option for suppressing the count/percent messages)
| * - basic merge with source from the external scons-test-frameworkdirkbaechle2012-08-033-83/+353
| |
* | Another MinGW test skip fix.Gary Oberbrunner2012-08-221-0/+6
| |
* | 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
| | | |