| Commit message (Expand) | Author | Age | Files | Lines |
* | Added tests for ZIPROOT, and tweaked the ZIPROOT doc a bit. | Gary Oberbrunner | 2013-04-20 | 2 | -85/+155 |
|
|
* | Merged in carandraug/scons (pull request #67). | Gary Oberbrunner | 2013-03-17 | 1 | -3/+87 |
|
|
* | removed misleading comment from test/gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -2/+0 |
|
|
* | added test case gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -0/+122 |
|
|
* | added test case gettext/Translate/MultiCatalog.py | Paweł Tomulik | 2013-01-07 | 1 | -1/+1 |
|
|
* | Make VersionedSharedLib and its test not fail on Windows | Gary Oberbrunner | 2012-12-22 | 1 | -0/+15 |
|
|
* | Fix SHLINKCOMSTR test rot | Gary Oberbrunner | 2012-12-22 | 1 | -7/+7 |
|
|
* | Merging pull request #62 from Dirk Baechle: fixes for MinGW tests | Gary Oberbrunner | 2012-12-22 | 29 | -139/+154 |
|\ |
|
| * | - moved check for an installed MSVC toolchain into its own function in TestSCons | Dirk Baechle | 2012-12-22 | 14 | -135/+14 |
|
|
| * | - fixes for MinGW under Windows, mainly skipping MSVS-specific tests | Dirk Baechle | 2012-12-18 | 29 | -71/+207 |
|
|
* | | Fix test/SCONSFLAGS test rot. | Gary Oberbrunner | 2012-12-21 | 1 | -2/+2 |
|
|
* | | Merged in techtonik/scons (pull request #63: Another minor cleanup as the cod... | Gary Oberbrunner | 2012-12-21 | 4 | -17/+7 |
|\ \ |
|
| * | | Fix test/runtest/xml/output.py for the new behavior of --xml option | anatoly techtonik | 2012-12-20 | 1 | -1/+1 |
|
|
| * | | Fix tests broken after --noqmtest option was removed from runtest.py | anatoly techtonik | 2012-12-20 | 1 | -2/+2 |
|
|
| * | | Cleanup replacement of sys.exitfunc with atexit (Python 2+) | anatoly techtonik | 2012-12-19 | 2 | -14/+4 |
| |/ |
|
* | | update to latest SCons commits | Robert Managan | 2012-12-18 | 10 | -122/+82 |
|\ \
| |/ |
|
| * | Fixed tests/scons-time/file.py. | Gary Oberbrunner | 2012-12-16 | 1 | -1/+1 |
|
|
| * | - extended the must_contain* methods of the test framework, such that they al... | Dirk Baechle | 2012-12-16 | 10 | -122/+82 |
|
|
* | | removed versioned library support from Install and put it in InstallVersionedLib | Robert Managan | 2012-12-18 | 1 | -1/+1 |
|
|
* | | merge in changes from SCons default | Robert Managan | 2012-12-15 | 5 | -62/+66 |
|\ \
| |/ |
|
| * | Fix failing unit test. | Gary Oberbrunner | 2012-12-14 | 1 | -52/+0 |
|
|
| * | os.spawnv is here since Python 1.6, removing compatibility code | anatoly techtonik | 2012-12-12 | 1 | -7/+2 |
|
|
| * | Updated tests for Anatoly Techtonik's option error handling improvements. | Gary Oberbrunner | 2012-12-09 | 3 | -3/+64 |
|
|
* | | import SCons.Platform and use its platform_default instead of copying the source | Robert Managan | 2012-12-15 | 1 | -31/+3 |
|
|
* | | Change symlinks to match what ldconfig does | Robert Managan | 2012-11-18 | 1 | -2/+0 |
|
|
* | | merge latest commits from SCons main line | Robert Managan | 2012-11-10 | 2 | -8/+16 |
|\ \
| |/ |
|
| * | vcxproj.filters files should be removed upon clean | stopiccot | 2012-10-24 | 2 | -8/+16 |
|
|
* | | Get sym links working with VariantDir and add a test | Robert Managan | 2012-11-07 | 1 | -0/+154 |
|
|
* | | Backed out changeset 87e2f40b59e3 (merge of D support updates) | Gary Oberbrunner | 2012-10-13 | 53 | -1408/+0 |
|
|
* | | Merged in managan/scons_biblatex2.2 (pull request #46) | Gary Oberbrunner | 2012-10-13 | 5 | -9/+9 |
|\ \
| |/ |
|
| * | Fix test for presence of biber and in several tests make variable names consi... | Robert Managan | 2012-10-13 | 5 | -9/+9 |
|
|
* | | Merge default/tip. | Russel Winder | 2012-10-13 | 3 | -2/+134 |
|\ \
| |/ |
|
| * | Merged pull request #44 (make README a ReStructuredText file) | Gary Oberbrunner | 2012-10-13 | 1 | -1/+5 |
| |\ |
|
| * \ | Merged in managan/scons_biblatex2.2 (pull request #43, biber support) | Gary Oberbrunner | 2012-10-13 | 2 | -1/+129 |
| |\ \
| | |/
| |/| |
|
| | * | Add separate biber action and add logic to call either bibtex or biber depend... | Robert Managan | 2012-10-07 | 2 | -1/+129 |
|
|
* | | | Merge in default/tip from the mainline. | Russel Winder | 2012-10-07 | 5 | -16/+23 |
|\ \ \
| |/ / |
|
| * | | - final changes for bug2872 "Fix tests on Buildbot slaves", mainly switched a... | dirkbaechle | 2012-10-03 | 5 | -16/+23 |
| |/ |
|
* | | Merge mainline tip. | Russel Winder | 2012-10-04 | 10 | -26/+50 |
|\ \
| |/ |
|
| * | Merged in dirkbaechle/scons (pull request #39) | Gary Oberbrunner | 2012-09-29 | 9 | -22/+36 |
| |\ |
|
| | * | - several smaller fixes to get all tests running under Buildbot again | dirkbaechle | 2012-09-27 | 9 | -22/+36 |
|
|
| * | | Merged pull request #38, from eyan: add target name to debug=time | Gary Oberbrunner | 2012-09-22 | 1 | -2/+2 |
|
|
| * | | Adding target name to output of --debug=time. Fix for Issue 2873 | Edmund Yan | 2012-09-18 | 1 | -3/+13 |
| |/ |
|
* | | Merge mainline tip. | Russel Winder | 2012-09-16 | 22 | -128/+262 |
|\ \
| |/ |
|
| * | Merged in managan/scons_newglossary (pull request #37); support newglossary L... | Gary Oberbrunner | 2012-09-16 | 1 | -0/+158 |
| |\ |
|
| | * | Support auxiliary files created by \newglossary command | Robert Managan | 2012-09-16 | 1 | -0/+158 |
|
|
| * | | - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd, | dirkbaechle | 2012-09-06 | 10 | -73/+28 |
|
|
| * | | - first swoop of changes for getting all Buildbot slaves to run successfully ... | dirkbaechle | 2012-09-04 | 17 | -98/+119 |
| |/ |
|
* | | Rearrange, refactor, rework, rewrite, fix. | Russel Winder | 2012-09-06 | 15 | -47/+122 |
|
|
* | | The test needs two parameters to compare against the problem. | Russel Winder | 2012-09-05 | 2 | -2/+2 |
|
|
* | | Start the process of getting better support for D builds. | Russel Winder | 2012-09-05 | 50 | -1/+1206 |
|
|