summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Innocuous change to create new tip rev on default branchGary Oberbrunner2012-10-191-0/+1
|
* Merged pull request #44 (make README a ReStructuredText file)Gary Oberbrunner2012-10-135-785/+762
|\ | | | | | | I added a few test fixes and tweaks to Russels version.
| * Update the README to be a ReStructured Text file.Russel Winder2012-10-132-779/+748
| |
* | Merged in managan/scons_biblatex2.2 (pull request #43, biber support)Gary Oberbrunner2012-10-134-5/+149
|\ \ | |/ |/|
| * Add separate biber action and add logic to call either bibtex or biber ↵Robert Managan2012-10-074-5/+149
| | | | | | | | depending on which is needed; the files created tell us which to call.
* | - minor fix: catching NotFoundError exceptions for all other gettext toolsdirkbaechle2012-10-073-6/+24
| |
* | Fix nested LIBPATH expansion by flattening sequences in subst_path.Gary Oberbrunner2012-10-064-4/+60
| | | | | | | | Patch from Alexey Klimkin; fixes issue #2660.
* | Merged in dirkbaechle/scons (pull request #40): fix RPM tests to use new ↵Gary Oberbrunner2012-10-066-17/+27
|\ \ | |/ |/| | | rpmutils
| * - final changes for bug2872 "Fix tests on Buildbot slaves", mainly switched ↵dirkbaechle2012-10-036-17/+27
| | | | | | | | all RPM tests to using the new rpmutils module
* | Add MSVC10 and MSVC11 support to get_output low-level bat script runner.Gary Oberbrunner2012-10-022-0/+3
|/ | | | Cant figure out a simple test case for this, its very low level.
* Merged in dirkbaechle/scons (pull request #39)Gary Oberbrunner2012-09-2918-101/+653
|\
| * - updated src/CHANGES with my latest additionsdirkbaechle2012-09-281-1/+13
| |
| * - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-2717-100/+640
| |
* | Merged pull request #38, from eyan: add target name to debug=timeGary Oberbrunner2012-09-223-3/+6
| | | | | | | | Fixes #2873.
* | 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.