| Commit message (Expand) | Author | Age | Files | Lines |
* | SWIG: improve tool detection, and update SWIG tests to run on Windows. | Gary Oberbrunner | 2014-08-21 | 13 | -25/+118 |
|
|
* | - fixes for some test, making them work on newer Linux distros | Dirk Baechle | 2014-08-19 | 3 | -2/+13 |
|
|
* | Merged in managan/scons_newglossary-fix (pull request #170), fixes newglossar... | Dirk Baechle | 2014-08-19 | 1 | -0/+109 |
|\ |
|
| * | Improve logic test syntax | Robert Managan | 2014-08-18 | 1 | -1/+1 |
|
|
| * | Fix the newglossary action to work with variantDir | Robert Managan | 2014-08-12 | 1 | -0/+109 |
|
|
* | | - added javac version sentinel to another test that would fail with v1.8 and ... | Dirk Baechle | 2014-08-08 | 1 | -0/+21 |
|/ |
|
* | - several smaller fixes to get the Linux buildslaves green again | Dirk Baechle | 2014-08-07 | 2 | -37/+53 |
|
|
* | Merged in ajf58/scons (pull request #160), fixes #2900 (handling of appending... | Dirk Baechle | 2014-08-06 | 1 | -38/+37 |
|\ |
|
| * | Corrects handling of appending dictionaries to CPPDEFINES. Amended a test cas... | Andrew Featherstone | 2014-07-29 | 1 | -38/+37 |
|
|
* | | fix test which was referring to tigris mailing list instead of current scons.... | William Deegan | 2014-07-29 | 1 | -1/+1 |
|/ |
|
* | Merged in williamblevins/scons (pull request #156, symlink copying) | Gary Oberbrunner | 2014-07-20 | 1 | -0/+174 |
|\ |
|
| * | Issue 2395: Added tests from copying broken symlinks. | William Blevins | 2014-07-20 | 1 | -4/+29 |
|
|
| * | Issue 2395: Copy Symlink soft-copy enhancement. | William Blevins | 2014-07-14 | 1 | -0/+149 |
|
|
* | | Skipping Java DerivedSourceTest for now until underlying issue is fixed. | Gary Oberbrunner | 2014-07-20 | 1 | -0/+4 |
|
|
* | | Merging in pull request #152 from William Blevins (Java test) | Gary Oberbrunner | 2014-07-20 | 1 | -0/+120 |
|\ \
| |/
|/| |
|
| * | Issue 1771/2931: Added no_result check for tools to validate initial test con... | William Blevins | 2014-07-18 | 1 | -0/+4 |
|
|
| * | Updated DerivedSourceTest.py to test against a dependency tree. | William Blevins | 2014-07-16 | 1 | -1/+20 |
|
|
| * | Set default toolchain. | William Blevins | 2014-07-13 | 1 | -3/+3 |
|
|
| * | Added a high-level test for issue 1771/2931. | William Blevins | 2014-07-12 | 1 | -0/+97 |
|/ |
|
* | Fix development mailing list with a new address @scons.org | anatoly techtonik | 2014-05-28 | 18 | -18/+18 |
|
|
* | Expand references to tigris.org bug tracker | anatoly techtonik | 2014-05-28 | 6 | -6/+8 |
|
|
* | Merged in dirkbaechle/scons (pull request #141) | Gary Oberbrunner | 2014-05-18 | 1 | -0/+77 |
|\ |
|
| * | - adding test for issue #2311, which appears to be fixed already | Dirk Baechle | 2014-05-18 | 1 | -0/+77 |
|
|
* | | Respect preset CC/CXX values detecting cc/c++/gcc/g++ Tools. | Michael Haubenwallner | 2014-05-15 | 2 | -4/+6 |
|
|
* | | Add tests for scons.tigris.org issue#1723. | Michael Haubenwallner | 2014-05-15 | 2 | -0/+163 |
|/ |
|
* | - fixed NoClean for multi-target builders | Dirk Baechle | 2014-04-27 | 1 | -0/+90 |
|
|
* | Merged in russel/scons (pull request #130) - D language fixes | Gary Oberbrunner | 2014-04-26 | 24 | -0/+474 |
|\ |
|
| * | Fix Issue 2940, generating the wrong rpath flags for DMD and LDC. | Russel Winder | 2014-04-24 | 12 | -0/+238 |
|
|
| * | Fix Issue 2939. | Russel Winder | 2014-04-23 | 12 | -0/+236 |
|
|
* | | Merged in rmanagan/scons/scons-fix-for-issue-2942 (pull request #132) | Gary Oberbrunner | 2014-04-26 | 1 | -0/+92 |
|\ \ |
|
| * | | Improve support for biblatex package. Fix a case where we did not recognize t... | Robert Managan | 2014-04-25 | 1 | -0/+92 |
| |/ |
|
* | | add name.synctex.gz to list of side effect files and those to be cleaned | Robert Managan | 2014-04-24 | 1 | -0/+89 |
|/ |
|
* | Merged pull request #129: Updates to D language support | Gary Oberbrunner | 2014-04-19 | 83 | -0/+2125 |
|\ |
|
| * | The changes to the D support evolved over the last many months packaged as a ... | Russel Winder | 2014-04-16 | 83 | -0/+2125 |
|
|
* | | added test case for the SConf.Streamer issue | ptomulik | 2014-04-09 | 1 | -0/+85 |
|/ |
|
* | Add test for "runtest test/somedir" case | anatoly techtonik | 2014-03-24 | 1 | -0/+75 |
|
|
* | runtest.py: There is no qmtest support since 6ed8e61f22f4 | anatoly techtonik | 2014-03-17 | 1 | -111/+0 |
|
|
* | fix test/update-release-info/update-release-info.py to work with copyright ye... | William Deegan | 2014-03-09 | 1 | -1/+1 |
|
|
* | Merged in techtonik/scons (pull request #108), update copyrights to 2014 | Gary Oberbrunner | 2014-03-01 | 2 | -14/+8 |
|\ |
|
| * | Make test/Interactive/version.py independent of specific copyright years | anatoly techtonik | 2014-02-25 | 1 | -8/+4 |
|
|
| * | Make test/option-v.py independent onf specific copyright years. | anatoly techtonik | 2014-02-25 | 1 | -6/+4 |
|
|
* | | - fixed the handling of long options in the command-line parsing (#2929) | Dirk Baechle | 2014-02-08 | 1 | -0/+60 |
|
|
* | | - fix for spurious rebuilds, allow caching of the changed() method's value on... | Dirk Baechle | 2014-02-14 | 1 | -0/+72 |
|/ |
|
* | - corrected dependencies for EPUB builder (docbook) | Dirk Baechle | 2014-01-05 | 2 | -0/+61 |
|
|
* | - removed superfluous import and corrected basic test | Dirk Baechle | 2013-12-21 | 1 | -1/+1 |
|
|
* | - added EPUB Builder to the DocBook Tool, based on the work of Andrew Feather... | Dirk Baechle | 2013-12-21 | 3 | -0/+452 |
|
|
* | - added xsltproc tests and improved handling of the base_dir parameter | Dirk Baechle | 2013-12-20 | 16 | -0/+492 |
|
|
* | Merged in dirkbaechle/scons (pull request #91) | Gary Oberbrunner | 2013-11-10 | 1 | -0/+2 |
|\ |
|
| * | - added an explicit Gs() Builder to the gs.py Tool | Dirk Baechle | 2013-10-08 | 1 | -0/+2 |
|
|
* | | - corrected LC_ALL setting for RPM packaging | Dirk Baechle | 2013-11-03 | 7 | -0/+45 |
|
|