| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged in techtonik/scons (pull request #63: Another minor cleanup as the cod... | Gary Oberbrunner | 2012-12-21 | 1 | -0/+2 |
|\ |
|
| * | Remove os_spawnv_fix.diff patch for pre-Python 2.2 versions | anatoly techtonik | 2012-12-19 | 1 | -0/+2 |
|
|
* | | update to latest SCons commits | Robert Managan | 2012-12-18 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | runtest.py: Enable -o, --output to save stdout/stderr into a file | anatoly techtonik | 2012-12-18 | 1 | -0/+2 |
|
|
| * | runtest.py: Replace `-o file --xml` with `--xml file` | anatoly techtonik | 2012-12-17 | 1 | -1/+2 |
|
|
| * | runtest.py: Exit with an error if no tests were found | anatoly techtonik | 2012-12-17 | 1 | -1/+3 |
|
|
| * | runtest.py: remove --noqmtest option | anatoly techtonik | 2012-12-17 | 1 | -0/+1 |
|
|
| * | Merge runtest.py fixes | anatoly techtonik | 2012-12-17 | 1 | -0/+2 |
| |\ |
|
| | * | CHANGES.txt: clean up after which Python 2.3 is unlikely to work | anatoly techtonik | 2012-12-14 | 1 | -0/+2 |
|
|
| * | | Add -jN support to runtest.py to run tests in parallel | Gary Oberbrunner | 2012-12-17 | 1 | -0/+1 |
| |/ |
|
* | | removed versioned library support from Install and put it in InstallVersionedLib | Robert Managan | 2012-12-18 | 1 | -2/+2 |
|
|
* | | merge in changes from SCons default | Robert Managan | 2012-12-15 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Add hints about valid choices to error messages from option parser | anatoly techtonik | 2012-12-07 | 1 | -0/+1 |
|
|
| * | Hide deprecated --debug={dtree,stree,tree} from --help output | anatoly techtonik | 2012-11-22 | 1 | -0/+1 |
|
|
| * | Support building with WiX releases after 2.0 | Juan Lang | 2012-12-06 | 1 | -0/+1 |
|
|
| * | Clean up remnants of Optik module which was removed in | anatoly techtonik | 2012-11-22 | 1 | -0/+3 |
|
|
| * | Merge pull request #51 from Anatoly Techtonik; allow running scripts/scons.py... | garyo | 2012-11-18 | 1 | -0/+3 |
| |\ |
|
| | * | Ability to run scripts/scons.py directly from source checkout. | anatoly techtonik | 2012-11-16 | 1 | -0/+3 |
|
|
| * | | Added Wix test and made a few Wix constants into construction vars. | garyo | 2012-11-18 | 1 | -0/+3 |
| |/ |
|
* | | Add documentation and update CHANGES.txt. Remove the Environment methods Vers... | Robert Managan | 2012-11-09 | 1 | -0/+4 |
|/ |
|
* | Innocuous change to create new tip rev on default branch | Gary Oberbrunner | 2012-10-19 | 1 | -0/+1 |
|
|
* | Merged in managan/scons_biblatex2.2 (pull request #43, biber support) | Gary Oberbrunner | 2012-10-13 | 1 | -0/+2 |
|\ |
|
| * | Add separate biber action and add logic to call either bibtex or biber depend... | Robert Managan | 2012-10-07 | 1 | -0/+2 |
|
|
* | | Fix nested LIBPATH expansion by flattening sequences in subst_path. | Gary Oberbrunner | 2012-10-06 | 1 | -0/+3 |
|/ |
|
* | Add MSVC10 and MSVC11 support to get_output low-level bat script runner. | Gary Oberbrunner | 2012-10-02 | 1 | -0/+1 |
|
|
* | Merged in dirkbaechle/scons (pull request #39) | Gary Oberbrunner | 2012-09-29 | 1 | -1/+13 |
|\ |
|
| * | - updated src/CHANGES with my latest additions | dirkbaechle | 2012-09-28 | 1 | -1/+13 |
|
|
* | | Merged pull request #38, from eyan: add target name to debug=time | Gary Oberbrunner | 2012-09-22 | 1 | -0/+3 |
|/ |
|
* | Support auxiliary files created by \newglossary command | Robert Managan | 2012-09-16 | 1 | -0/+4 |
|
|
* | Merge pull request #34, fix spawn on Windows, from Evgeny Podjachev. | Gary Oberbrunner | 2012-08-29 | 1 | -0/+4 |
|\ |
|
* \ | Merging pull request #33, test framework, from Dirk Baechle. | Gary Oberbrunner | 2012-08-28 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
* | | Fix MSVS solution generation for VS11, and fixed tests. | Gary Oberbrunner | 2012-08-14 | 1 | -0/+2 |
|
|
* | | Prepare src/CHANGES.txt for next release | Gary Oberbrunner | 2012-08-12 | 1 | -1/+3 |
|
|
* | | Merged ab58947facf7 with 5eddc5d821fc | Gary Oberbrunner | 2012-08-07 | 1 | -0/+1 |
|\ \ |
|
| * | | Update CHANGES, Release and Announce prior to 2.2.0 release. | Gary Oberbrunner | 2012-08-05 | 1 | -0/+1 |
|
|
* | | | Add simple support for Intel v12 compiler for Linux and Mac (not yet Windows) | Gary Oberbrunner | 2012-08-02 | 1 | -0/+1 |
|/ / |
|
* | | Update src/CHANGES.txt | Gary Oberbrunner | 2012-08-01 | 1 | -0/+3 |
|
|
* | | Merged in ptomulik/scons, pull request #25: gettext toolset | Gary Oberbrunner | 2012-08-01 | 1 | -0/+3 |
|\ \ |
|
| * | | Fixed FindSourceFiles to find leaf nodes. | ptomulik | 2012-06-06 | 1 | -0/+3 |
|
|
* | | | Add changes to src/CHANGES.txt | Gary Oberbrunner | 2012-08-01 | 1 | -0/+3 |
| |/
|/| |
|
* | | Add recent fixes to src/CHANGES.txt | Gary Oberbrunner | 2012-07-27 | 1 | -0/+4 |
|\ \ |
|
* | | | Fix issue 2833 (LINKCOMSTR etc. on Windows). | Gary Oberbrunner | 2012-07-22 | 1 | -0/+3 |
|
|
* | | | fix an earlier typo in CHANGES.txt | Rob Managan | 2012-06-30 | 1 | -1/+1 |
|
|
* | | | Add support for using biber instead of bibtex. | Robert Managan | 2012-06-14 | 1 | -0/+2 |
|/ / |
|
* | | Fix typo in CHANGES.txt | Robert Managan | 2012-06-14 | 1 | -1/+1 |
|
|
* | | Add support for the biblatex package; search for new keywards to get side eff... | Robert Managan | 2012-06-14 | 1 | -0/+1 |
|/ |
|
* | Merge mortoray/SCons fix for #2821, copy Builders when env is cloned. | Gary Oberbrunner | 2012-05-19 | 1 | -0/+1 |
|\ |
|
* \ | Merge fix for #2976, -s should be silent about entering subdirs. | Gary Oberbrunner | 2012-05-12 | 1 | -0/+3 |
|\ \
| |/ |
|
* | | Merged fix from Dirk Baechle/Arve Knudsen: FORTRANPPFILESUFFIXES test. | Gary Oberbrunner | 2012-05-12 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | - added test for FORTRANPPFILESUFFIXES by Arve Knudsen | dirkbaechle | 2012-05-06 | 1 | -0/+3 |
|
|