| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
|
|
* | | Add a first cut at GDC support. | Russel Winder | 2012-09-03 | 1 | -0/+64 |
|
|
* | | Be specific about which tools to use. | Russel Winder | 2012-09-03 | 1 | -1/+1 |
|
|
* | | Strip out all the Linux specific stuff as not being the right direction to ha... | Russel Winder | 2012-09-03 | 1 | -0/+64 |
|/ |
|
* | Merging pull request #33, test framework, from Dirk Baechle. | Gary Oberbrunner | 2012-08-28 | 25 | -56/+51 |
|\ |
|
| * | - fixed directory/file fixtures for "general" mode | dirkbaechle | 2012-08-12 | 10 | -41/+36 |
|
|
| * | - renamed the '-j' option to '-k', such that we can use the former for parall... | dirkbaechle | 2012-08-09 | 15 | -15/+15 |
|
|
| * | - fixed usage of subprocess module in runtest.py | dirkbaechle | 2012-08-03 | 15 | -15/+15 |
|
|
* | | Another MinGW test skip fix. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 |
|
|
* | | Skip MinGW test on Windows machines without MinGW. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 |
|
|
* | | Fixed test rot in test/MSVS/CPPPATH-Dirs.py. | Gary Oberbrunner | 2012-08-22 | 1 | -1/+3 |
|
|
* | | Fixed some test rot in test/IDL/midl.py, so it works on Win7. | Gary Oberbrunner | 2012-08-22 | 1 | -11/+12 |
|
|
* | | Fix MSVS solution generation for VS11, and fixed tests. | Gary Oberbrunner | 2012-08-14 | 4 | -4/+4 |
|
|
* | | Merged in ptomulik/scons, pull request #25: gettext toolset | Gary Oberbrunner | 2012-08-01 | 9 | -196/+1334 |
|\ \
| |/
|/| |
|
| * | Removed test/GETTEXT | ptomulik | 2012-06-18 | 4 | -298/+0 |
|
|
| * | Added tests covering the examples in Translate tool's documentation | ptomulik | 2012-06-18 | 1 | -0/+179 |
|
|
| * | Removed some garbage from tests (found by accident) | ptomulik | 2012-06-18 | 3 | -196/+0 |
|
|
| * | Changes in gettext tool - tests refactored, small changes in sources. | ptomulik | 2012-06-18 | 25 | -2195/+944 |
|
|
| * | Removed unnecessary line in test/FindSourceFiles.py | ptomulik | 2012-06-06 | 1 | -1/+0 |
|
|
| * | Fixed FindSourceFiles to find leaf nodes. | ptomulik | 2012-06-06 | 1 | -0/+76 |
|
|