summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | | | | Rearrange, refactor, rework, rewrite, fix.Russel Winder2012-09-0619-127/+255
| | | | | | | | * | | | | The test needs two parameters to compare against the problem.Russel Winder2012-09-052-2/+2
| | | | | | | | * | | | | Start the process of getting better support for D builds.Russel Winder2012-09-0553-3/+1337
| | | | | | | | * | | | | Add a first cut at GDC support.Russel Winder2012-09-032-0/+161
| | | | | | | | * | | | | Be specific about which tools to use.Russel Winder2012-09-031-1/+1
| | | | | | | | * | | | | Strip out all the Linux specific stuff as not being the right direction to ha...Russel Winder2012-09-032-151/+123
| | | | | | | | * | | | | Merge in mainline.Russel Winder2012-09-021-1/+1
| | | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ \ Merge in the mainline.Russel Winder2012-08-2933-330/+974
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ Merge from mainline.Russel Winder2012-08-224-12/+27
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ Get latest from the mainline.Russel Winder2012-08-182-11/+63
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | Merge in changes from the old repository that used a named branch.Russel Winder2012-08-102-11/+63
| | | | * | | | | | | | | | | | | Add library version support to Shared Lib builderRobert Managan2012-10-163-3/+80
| | | | * | | | | | | | | | | | | undo a changeRobert Managan2012-10-051-1/+0
| | | | * | | | | | | | | | | | | Add the versioned sh lib and install methods to EnvironmentRobert Managan2012-10-052-0/+75
| | | | | |_|/ / / / / / / / / / | | | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix test/runtest/xml/output.py for the new behavior of --xml optionanatoly techtonik2012-12-211-1/+1
* | | | | | | | | | | | | | | | Fix tests broken after --noqmtest option was removed from runtest.pyanatoly techtonik2012-12-212-3/+3
* | | | | | | | | | | | | | | | Remove os_spawnv_fix.diff patch for pre-Python 2.2 versionsanatoly techtonik2012-12-194-86/+2
* | | | | | | | | | | | | | | | Cleanup replacement of sys.exitfunc with atexit (Python 2+)anatoly techtonik2012-12-195-32/+11
* | | | | | | | | | | | | | | | TestCmd.py: Delay cleanup registration with atexit to avoid exessiveanatoly techtonik2012-12-191-19/+15
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | runtest.py: Enable -o, --output to save stdout/stderr into a fileanatoly techtonik2012-12-182-7/+17
* | | | | | | | | | | | | | | runtest.py: Fix CRLFanatoly techtonik2012-12-181-2/+2
* | | | | | | | | | | | | | | runtest.py: Replace `-o file --xml` with `--xml file`anatoly techtonik2012-12-172-28/+21
* | | | | | | | | | | | | | | runtest.py: Exit with an error if no tests were foundanatoly techtonik2012-12-172-3/+10
* | | | | | | | | | | | | | | runtest.py: remove --noqmtest optionanatoly techtonik2012-12-172-11/+4
* | | | | | | | | | | | | | | Merge runtest.py fixesanatoly techtonik2012-12-1716-170/+238
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add -jN support to runtest.py to run tests in parallelGary Oberbrunner2012-12-162-11/+73
| * | | | | | | | | | | | | | | Merge pull request #58: remove some pre-2.4 codeGary Oberbrunner2012-12-163-266/+129
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fixed tests/scons-time/file.py.Gary Oberbrunner2012-12-162-1/+3
| * | | | | | | | | | | | | | | | - extended the must_contain* methods of the test framework, such that they al...Dirk Baechle2012-12-1612-130/+133
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | kick buildbotWilliam Deegan2012-12-141-0/+1
* | | | | | | | | | | | | | | | runtest.py: Turn on unbuffered output ASAP.anatoly techtonik2012-12-151-13/+18
* | | | | | | | | | | | | | | | runtest.py: Gradually moving from getopt to optparseanatoly techtonik2012-12-141-8/+33
* | | | | | | | | | | | | | | | CHANGES.txt: clean up after which Python 2.3 is unlikely to workanatoly techtonik2012-12-141-0/+2
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Remove subprocess compatibility code used for Python < 2.4anatoly techtonik2012-12-123-266/+129
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | 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-084-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-053-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-172-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-173-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
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |