| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Support auxiliary files created by \newglossary command | Robert Managan | 2012-09-16 | 3 | -4/+214 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merged in dirkbaechle/scons (pull request #36): test cleanups and fixes. | Gary Oberbrunner | 2012-09-16 | 30 | -150/+390 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd, | dirkbaechle | 2012-09-06 | 14 | -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 ↵ | dirkbaechle | 2012-09-04 | 23 | -115/+142 | |
| | | |_|_|/ | |/| | | | | | | | | | | | | | again | |||||
| * | | | | | Fixed error on Windows when there is a space in the Python installation ↵ | Richard Viney | 2012-08-31 | 1 | -1/+1 | |
| |/ / / / | | | | | | | | | | | | | directory (http://scons.tigris.org/issues/show_bug.cgi?id=2790) | |||||
| * | | | | Fix __FILE__ in SCons_revision when building on Windows. | Gary Oberbrunner | 2012-08-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | It was putting single-backslashes into string vars. Just use forward slashes instead. | |||||
| * | | | | Added a comment for recent spawnve change. | Gary Oberbrunner | 2012-08-29 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | Merge pull request #34, fix spawn on Windows, from Evgeny Podjachev. | Gary Oberbrunner | 2012-08-29 | 2 | -2/+21 | |
| |\ \ \ \ | ||||||
| | * | | | | Slightly modified patch from ↵ | evgeny | 2012-08-26 | 1 | -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 Oberbrunner | 2012-08-28 | 31 | -327/+946 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | - removed Aegis support | dirkbaechle | 2012-08-12 | 2 | -177/+17 | |
| | | | | | ||||||
| | * | | | - fixed directory/file fixtures for "general" mode | dirkbaechle | 2012-08-12 | 14 | -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 ↵ | dirkbaechle | 2012-08-09 | 18 | -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 mode | dirkbaechle | 2012-08-03 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | - fixed usage of subprocess module in runtest.py | dirkbaechle | 2012-08-03 | 16 | -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-framework | dirkbaechle | 2012-08-03 | 3 | -83/+353 | |
| | | | | | ||||||
| * | | | | Another MinGW test skip fix. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | 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 | |
| | | | | | ||||||
