summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed up docs for InstallVersionedLib and SHLIBVERSION.Gary Oberbrunner2012-12-212-8/+21
| |
* | update to latest SCons commitsRobert Managan2012-12-1817-469/+434
|\ \ | |/
| * 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 -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-172-3/+10
| |
| * runtest.py: remove --noqmtest optionanatoly techtonik2012-12-172-11/+4
| |
| * Merge runtest.py fixesanatoly techtonik2012-12-172-20/+52
| |\
| | * 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
| | |
| * | Add -jN support to runtest.py to run tests in parallelGary Oberbrunner2012-12-172-11/+73
| | |
| * | Merge pull request #58: remove some pre-2.4 codeGary Oberbrunner2012-12-173-266/+129
| |\ \ | | |/
| | * Remove subprocess compatibility code used for Python < 2.4anatoly techtonik2012-12-123-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 ↵Dirk Baechle2012-12-1612-130/+133
| | | | | | | | | | | | | | | | | | all support user-defined find/search functions - relaxed several of the regex comparisons for better cross-platform compatibility
* | | removed versioned library support from Install and put it in InstallVersionedLibRobert Managan2012-12-186-12/+118
| | |
* | | merge in changes from SCons defaultRobert Managan2012-12-1519-200/+203
|\ \ \ | |/ /
| * | kick buildbotWilliam Deegan2012-12-151-0/+1
| |/
| * Fix failing unit test.Gary Oberbrunner2012-12-141-52/+0
| | | | | | | | | | Removed test that tested for 1.x python behavior since the code no longer supports versions back that far.
| * 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
| | | | | | | | 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
| |/
* | import SCons.Platform and use its platform_default instead of copying the sourceRobert Managan2012-12-151-31/+3
| |
* | Change symlinks to match what ldconfig doesRobert Managan2012-11-182-7/+17
| |
* | merge latest commits from SCons main lineRobert Managan2012-11-103-8/+20
|\ \ | |/
| * vcxproj.filters files should be removed upon cleanstopiccot2012-10-243-8/+20
| |
* | 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-073-2/+163
| |
* | 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
|\ \ | |/
| * Re-merged pull request #46: biber/biblatex updatesGary Oberbrunner2012-10-195-9/+9
| |\
| * | Innocuous change to create new tip rev on default branchGary Oberbrunner2012-10-191-0/+1
| | |
* | | Treat the sym links as side effects instead of extra targets. This prevents ↵Robert Managan2012-10-242-26/+64
| | | | | | | | | | | | Install from copying the links as full files. Still need to get Install to create the links, if possible. Still a test failure or two to clean up as well. Needs a new test as well.
* | | add support for darwinRobert Managan2012-10-173-11/+18
| | |
* | | merge in changes from other forks/branchesRobert Managan2012-10-1726-826/+1031
|\ \ \
| * | | Backed out changeset 87e2f40b59e3 (merge of D support updates)Gary Oberbrunner2012-10-1364-1932/+144
| | | |
| * | | Merged in managan/scons_biblatex2.2 (pull request #46)Gary Oberbrunner2012-10-135-9/+9
| |\ \ \ | | | |/ | | |/|
| | * | Fix test for presence of biber and in several tests make variable names ↵Robert Managan2012-10-135-9/+9
| | |/ | | | | | | | | | consistent with what we are testing the presence of