summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - extended the must_contain* methods of the test framework, such that they al...Dirk Baechle2012-12-1612-130/+133
* kick buildbotWilliam Deegan2012-12-151-0/+1
* Fix failing unit test.Gary Oberbrunner2012-12-141-52/+0
* os.spawnv is here since Python 1.6, removing compatibility codeanatoly techtonik2012-12-122-23/+7
* Fix release date for SCons 2.2.0anatoly techtonik2012-12-121-1/+1
* Removed some pre-Python 2.4 compatibility codeanatoly techtonik2012-12-074-82/+8
* Updated tests for Anatoly Techtonik's option error handling improvements.Gary Oberbrunner2012-12-093-3/+64
* Add hints about valid choices to error messages from option parseranatoly techtonik2012-12-072-6/+13
* Cleanup admin/ directory, which was moved to HOWTO in 823bdc5faf25anatoly techtonik2012-12-071-5/+0
* Hide deprecated --debug={dtree,stree,tree} from --help outputanatoly techtonik2012-11-222-10/+12
* Support building with WiX releases after 2.0Juan Lang2012-12-063-9/+13
* Clean up remnants of Optik module which was removed inanatoly techtonik2012-11-223-6/+3
* Merge pull request #51 from Anatoly Techtonik; allow running scripts/scons.py...garyo2012-11-182-1/+12
|\
| * Ability to run scripts/scons.py directly from source checkout.anatoly techtonik2012-11-162-1/+12
* | Added Wix test and made a few Wix constants into construction vars.garyo2012-11-183-3/+70
* | Use .wixobj rather than .wxiobj as the suffix for WiX compiler outputJuan Lang2012-11-141-2/+2
|/
* vcxproj.filters files should be removed upon cleanstopiccot2012-10-243-8/+20
* Re-merged pull request #46: biber/biblatex updatesGary Oberbrunner2012-10-195-9/+9
|\
| * Fix test for presence of biber and in several tests make variable names consi...Robert Managan2012-10-135-9/+9
* | 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
|\
| * 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 depend...Robert Managan2012-10-074-5/+149
* | - 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
* | Merged in dirkbaechle/scons (pull request #40): fix RPM tests to use new rpmu...Gary Oberbrunner2012-10-066-17/+27
|\ \ | |/ |/|
| * - final changes for bug2872 "Fix tests on Buildbot slaves", mainly switched a...dirkbaechle2012-10-036-17/+27
* | Add MSVC10 and MSVC11 support to get_output low-level bat script runner.Gary Oberbrunner2012-10-022-0/+3
|/
* 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
* | 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 L...Gary Oberbrunner2012-09-163-4/+210
|\
| * 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
| * - first swoop of changes for getting all Buildbot slaves to run successfully ...dirkbaechle2012-09-0423-115/+142
* | Fixed error on Windows when there is a space in the Python installation direc...Richard Viney2012-08-311-1/+1
|/
* Fix __FILE__ in SCons_revision when building on Windows.Gary Oberbrunner2012-08-291-1/+1
* 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 http://scons.tigris.org/issues/show_bug.cgi?id=2...evgeny2012-08-261-2/+17
* | 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
| * - renamed the '-j' option to '-k', such that we can use the former for parall...dirkbaechle2012-08-0918-60/+139
| * - fixed where_is for standard modedirkbaechle2012-08-031-2/+2