| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit... | William Deegan | 2020-05-06 | 1 | -594/+0 |
|
|
* | remove remaining from __future__ imports | William Deegan | 2020-02-17 | 1 | -2/+0 |
|
|
* | Some more lint-derived cleanups | Mats Wichmann | 2019-04-27 | 1 | -1/+1 |
|
|
* | Updated mslink, mslib, msvc, platform docs, and added unit test | William Deegan | 2019-04-22 | 1 | -1/+1 |
|
|
* | Issue #3350 - Add TEMPFILEARGJOINBYTE as a variable to be used to join each i... | William Deegan | 2019-04-20 | 1 | -0/+1 |
|
|
* | Clean up some file opens, regex strings | Mats Wichmann | 2019-03-07 | 1 | -2/+2 |
|
|
* | Fix is/is not syntax | Mats Wichmann | 2019-02-11 | 1 | -1/+1 |
|
|
* | remove commented out code | William Deegan | 2018-12-06 | 1 | -1/+0 |
|
|
* | fix test so it should run on any platform | William Deegan | 2018-09-24 | 1 | -0/+3 |
|
|
* | Fix the Copy-Action test case for py2/3 | Gaurav Juvekar | 2017-04-08 | 1 | -1/+4 |
|
|
* | pep8 | William Deegan | 2017-04-05 | 1 | -0/+3 |
|
|
* | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 1 | -1/+1 |
|
|
* | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 1 | -1/+1 |
|
|
* | merge python3 branch to default | William Deegan | 2016-05-23 | 1 | -3/+4 |
|\ |
|
| * | Resolved conflicting merge. | Russel Winder | 2016-03-01 | 1 | -3/+61 |
| |\ |
|
| * \ | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -4/+18 |
| |\ \ |
|
| * \ \ | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 1 | -10/+31 |
| |\ \ \ |
|
| * | | | | copy_func: return 0 instead of return shutil.* | Stefan Zimmermann | 2013-12-27 | 1 | -3/+3 |
|
|
| * | | | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -4/+3 |
|
|
| * | | | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -5/+6 |
|
|
* | | | | | fixed issue with _xxxxxxVERSIONFLAGS | Pawel Tomulik | 2016-05-11 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Changed as per review | Adarsh Sanjeev | 2016-01-04 | 1 | -4/+12 |
|
|
* | | | | String support for Chmod added | Adarsh Sanjeev | 2016-01-03 | 1 | -3/+53 |
| |_|/
|/| | |
|
* | | | Merged in williamblevins/scons_20150323 (pull request #244) | William Deegan | 2015-11-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Issue 2264: Added cross-language scanner support. | William Blevins | 2015-05-17 | 1 | -1/+1 |
|
|
* | | | | add SONAME support to D tools | Pawel Tomulik | 2015-09-20 | 1 | -0/+1 |
|
|
* | | | | gdc: support soname in D versioned libraries | Pawel Tomulik | 2015-09-20 | 1 | -1/+0 |
|
|
* | | | | s/SHLINKSONAME/SHLIBSONAME/ | Pawel Tomulik | 2015-09-20 | 1 | -0/+1 |
|
|
* | | | | fix broken soname generator | Pawel Tomulik | 2015-09-20 | 1 | -5/+12 |
|
|
* | | | | new versioned libraries - gnulink and cyglink for now | Pawel Tomulik | 2015-09-02 | 1 | -0/+7 |
|/ / / |
|
* | | | Issue 2395: Symlink support hotfix. | William Blevins | 2015-03-24 | 1 | -3/+2 |
| |/
|/| |
|
* | | Issue 2395: Added doc comment for symlink parameter usage. | William Blevins | 2014-07-20 | 1 | -0/+7 |
|
|
* | | Issue 2395: Copy Symlink soft-copy enhancement. | William Blevins | 2014-07-14 | 1 | -5/+15 |
|
|
* | | The changes to the D support evolved over the last many months packaged as a ... | Russel Winder | 2014-04-16 | 1 | -4/+7 |
|/ |
|
* | Fix #2708 by making Delete able to delete broken symlinks and dir symlinks. | Gary Oberbrunner | 2011-02-18 | 1 | -5/+6 |
|
|
* | Fix problem with re-raising old exception when CPPDEFINES contains a None or ... | Gary Oberbrunner | 2010-11-04 | 1 | -2/+4 |
|
|
* | Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From Jean-B... | Gary Oberbrunner | 2010-08-15 | 1 | -2/+13 |
|
|
* | Convert old-style classes in Defaults.py to new-style classes. | Steven Knight | 2010-05-13 | 1 | -2/+2 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -3/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 1 | -1/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -6/+2 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -13/+12 |
|
|
* | Move the definition of env['LATEXSUFFIXES'] from Defaults.py to the | Robert Managan | 2009-08-06 | 1 | -1/+1 |
|
|
* | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 1 | -4/+11 |
|
|
* | Fix bug #2298, make Move factory work across filesystems. | Gary Oberbrunner | 2009-05-07 | 1 | -1/+1 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -1/+1 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Additional fix for issue #1249 (Mkdir fails if dir exists) on Windows. | Gary Oberbrunner | 2009-01-31 | 1 | -1/+2 |
|
|
* | Added regression test for issue #1249 | Gary Oberbrunner | 2008-12-11 | 1 | -1/+1 |
|
|