| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge python3 branch to default | William Deegan | 2016-05-23 | 1 | -6/+11 |
| |\ |
|
| | * | Fixing StringIO usage. | William Deegan | 2016-05-19 | 1 | -1/+1 |
|
|
| | * | Fix py2/3 StringIO import | William Deegan | 2016-05-19 | 1 | -1/+6 |
|
|
| | * | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -5/+15 |
| | |\ |
|
| | * | | Manual python3 post-2to3 fixes from Neal Becker | Gary Oberbrunner | 2013-09-22 | 1 | -1/+1 |
|
|
| | * | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -4/+4 |
|
|
| * | | | regression tests for #319 | Pawel Tomulik | 2016-05-14 | 1 | -0/+1 |
| | |/
|/| |
|
| * | | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -6/+0 |
|
|
| * | | Removed 'Local Build Variables:' from output when append flag for help is Tru... | William Deegan | 2015-09-29 | 1 | -4/+10 |
|
|
| * | | Merged in billcroberts/scons (pull request #226) | William Deegan | 2015-09-28 | 1 | -3/+12 |
| |\ \ |
|
| | * | | bug 2831: Allow appending Help text to Options Output | William Roberts | 2015-03-17 | 1 | -3/+12 |
| | |/ |
|
| * | | Added InstallVersionedLib to default environment init for orthogonality with ... | William Blevins | 2015-09-22 | 1 | -0/+1 |
| |/ |
|
| * | undo a change | Robert Managan | 2012-10-06 | 1 | -1/+0 |
|
|
| * | Add the versioned sh lib and install methods to Environment | Robert Managan | 2012-10-06 | 1 | -0/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -3/+2 |
|
|
| * | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -2/+2 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -3/+2 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
| * | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -5/+18 |
|
|
| * | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -0/+1 |
|
|
| * | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -0/+3 |
|
|
| * | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -1/+3 |
|
|
| * | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -3/+3 |
|
|
| * | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -0/+4 |
|
|
| * | Merged revisions 2117-2120 via svnmerge from | Steven Knight | 2007-07-11 | 1 | -2/+3 |
|
|
| * | Merged revisions 1968-2115 via svnmerge from | Steven Knight | 2007-07-11 | 1 | -11/+12 |
|
|
| * | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -0/+1 |
|
|
| * | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -1/+0 |
|
|
| * | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -2/+8 |
|
|
| * | Merged revisions 1767-1783 via svnmerge from | Steven Knight | 2007-01-21 | 1 | -0/+1 |
|
|
| * | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -17/+23 |
|
|
| * | Add a NoClean() function. (Steven Johnson) | Steven Knight | 2006-02-13 | 1 | -0/+1 |
|
|
| * | Fix the use of Configure() contexts in nested subsidiary SConscript files. (... | Steven Knight | 2005-12-28 | 1 | -1/+1 |
|
|
| * | Fix the -U behavior (broken when we made BUILD_TARGETS modifiable). | Steven Knight | 2005-08-17 | 1 | -0/+17 |
|
|
| * | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -11/+19 |
|
|
| * | Restore (some) old SCons.Script.* names, some released SConscript files are u... | Steven Knight | 2005-03-17 | 1 | -1/+52 |
|
|
| * | Actually support a global Entry name (since we already documented it). | Steven Knight | 2005-03-16 | 1 | -0/+1 |
|
|
| * | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -0/+2 |
|
|
| * | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -0/+6 |
|
|
| * | Fix --debug=memoizer so it actually prints some stats on Python 2.x. | Steven Knight | 2005-01-13 | 1 | -0/+19 |
|
|
| * | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -1/+19 |
|
|
| * | Support 'from SConsScript import *' to allow Python modules imported by SCons... | Steven Knight | 2005-01-08 | 1 | -1095/+190 |
|
|
| * | Print --debug={tree,dtree,includes} even if the build has an error. | Steven Knight | 2004-12-03 | 1 | -19/+19 |
|
|
| * | Add a --debug=stree option to show Node status. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -2/+9 |
|
|
| * | Faster/leaner tree dumping. (Kevin Quick) | Steven Knight | 2004-11-11 | 1 | -2/+2 |
|
|
| * | Clear out dependent-child caches when a node is rebuilt. (Kevin Quick) | Steven Knight | 2004-10-07 | 1 | -1/+1 |
|
|
| * | Add a --debug=findlibs option. (Gary Oberbrunner) | Steven Knight | 2004-09-25 | 1 | -1/+3 |
|
|
| * | Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ... | Steven Knight | 2004-09-20 | 1 | -2/+2 |
|
|
| * | Print tracebacks for errors other than UserError and StopError. (Gary Oberbr... | Steven Knight | 2004-09-18 | 1 | -5/+14 |
|
|
| * | Fix -k sometimes trying to link executables even when library builds fail. | Steven Knight | 2004-09-17 | 1 | -2/+8 |
|
|