summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add optional ziprootPhilipp Kraus2013-04-122-2/+9
|
* Merged in carandraug/scons (pull request #67).Gary Oberbrunner2013-03-171-9/+6
|\ | | | | | | | | Added test for CheckContext custom result types. Also allow test.must_match() to take a match type.
| * Do not check for result type in CheckContext.Result, support duck typingCarnë Draug2013-03-021-12/+7
| |
| * Allow NoneType for CheckContext.ResultCarnë Draug2013-02-151-4/+6
| |
* | Move back to 'develop' mode after rel_2.3.0.Gary Oberbrunner2013-03-042-1/+6
| |
* | Added note in Announce.txt re: deprecating python versions older than 2.7.Gary Oberbrunner2013-03-032-13/+22
| | | | | | | | Fixed deprecation warning message. (Includes some whitespace cleanup)
* | Final auto updates for 2.3.0 release.Gary Oberbrunner2013-03-022-2/+2
| |
* | Merged in bdbaddog/scons (pull requests #68 and #69)Gary Oberbrunner2013-03-022-3/+15
|\ \
| * | Raised deprecated python version to be anything less than 2.7 to prep for ↵William Deegan2013-02-221-1/+1
| | | | | | | | | | | | moving the required version to 2.7 after the next major release
| * | improved comment around changed codeWilliam Deegan2013-02-221-0/+1
| | |
| * | Changes to setup.py to allow it to be parsed by python3.x. This allows it to ↵William Deegan2013-02-221-2/+13
| |/ | | | | | | get far enough that it can check the python version and issue a sensible error message if running under unsupported python3 or above
* | Updated release doc files for 2.3 release.Gary Oberbrunner2013-02-103-42/+68
|/
* fixed bug with mutable default argument in Tool/GettextCommon.pyPaweł Tomulik2013-01-071-1/+2
|
* Fix MSVS project generation for older (<10) MSVS versions.Gary Oberbrunner2012-12-231-1/+1
|
* Make VersionedSharedLib and its test not fail on WindowsGary Oberbrunner2012-12-221-5/+9
|
* Merging pull request #62 from Dirk Baechle: fixes for MinGW testsGary Oberbrunner2012-12-221-1/+2
|\
| * - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-181-1/+2
| |
* | Merged in techtonik/scons (pull request #63: Another minor cleanup as the ↵Gary Oberbrunner2012-12-215-102/+7
|\ \ | | | | | | | | | code study goes on)
| * | Remove os_spawnv_fix.diff patch for pre-Python 2.2 versionsanatoly techtonik2012-12-193-85/+2
| | |
| * | Cleanup replacement of sys.exitfunc with atexit (Python 2+)anatoly techtonik2012-12-192-17/+5
| |/
* | Fixed up docs for InstallVersionedLib and SHLIBVERSION.Gary Oberbrunner2012-12-212-8/+21
| |
* | update to latest SCons commitsRobert Managan2012-12-181-0/+9
|\ \ | |/
| * runtest.py: Enable -o, --output to save stdout/stderr into a fileanatoly techtonik2012-12-181-0/+2
| |
| * runtest.py: Replace `-o file --xml` with `--xml file`anatoly techtonik2012-12-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | `runtest.py -o file ...` never worked right throwing exception: Traceback (most recent call last): File "...\runtest.py", line 925, in <module> tests[0].header(f) IndexError: list index out of range Leaving -o argument to gather all output into a file (work in process) also allows to capture output and format test results in parallel.
| * runtest.py: Exit with an error if no tests were foundanatoly techtonik2012-12-171-1/+3
| |
| * runtest.py: remove --noqmtest optionanatoly techtonik2012-12-171-0/+1
| |
| * Merge runtest.py fixesanatoly techtonik2012-12-171-0/+2
| |\
| | * CHANGES.txt: clean up after which Python 2.3 is unlikely to workanatoly techtonik2012-12-141-0/+2
| | |
| * | Add -jN support to runtest.py to run tests in parallelGary Oberbrunner2012-12-171-0/+1
| |/
* | removed versioned library support from Install and put it in InstallVersionedLibRobert Managan2012-12-185-11/+117
| |
* | merge in changes from SCons defaultRobert Managan2012-12-159-96/+131
|\ \ | |/
| * Fix release date for SCons 2.2.0anatoly techtonik2012-12-121-1/+1
| |
| * Removed some pre-Python 2.4 compatibility codeanatoly techtonik2012-12-073-62/+8
| |
| * Add hints about valid choices to error messages from option parseranatoly techtonik2012-12-072-6/+13
| |
| * 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-222-5/+3
| | | | | | | | SCons 0.98 (revision 6661c9ea429f by Steven Knight)
| * Merge pull request #51 from Anatoly Techtonik; allow running ↵garyo2012-11-182-1/+12
| |\ | | | | | | | | | scripts/scons.py from source dir
| | * 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
| |/
* | Change symlinks to match what ldconfig doesRobert Managan2012-11-181-5/+17
| |
* | merge latest commits from SCons main lineRobert Managan2012-11-101-0/+4
|\ \ | |/
| * vcxproj.filters files should be removed upon cleanstopiccot2012-10-241-0/+4
| |
* | Fix typo, change period to commaRobert Managan2012-11-091-1/+1
| |
* | Add documentation and update CHANGES.txt. Remove the Environment methods ↵Robert Managan2012-11-095-73/+22
| | | | | | | | VersionedSharedLibrary and VersionSharedLibraryInstall since they are no longer needed
* | Get sym links working with VariantDir and add a testRobert Managan2012-11-072-2/+9
| |
* | Start to clean up changes in __init__.py and link.py. Add support in ↵Robert Managan2012-11-053-53/+167
| | | | | | | | install.py for versioned shared libs. Still need test case.
* | merge outstanding commitsRobert Managan2012-10-251-0/+1
|\ \ | |/
| * Innocuous change to create new tip rev on default branchGary Oberbrunner2012-10-191-0/+1
| |