| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added release_target_info() to File nodes, reduces memory consumption. | Dirk Baechle | 2013-12-19 | 1 | -0/+1 |
|
|
| * | Merge pull request #88 (for real this time). Prev commit was actually #87. | Gary Oberbrunner | 2013-11-02 | 1 | -9/+20 |
| |\ |
|
| | * | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 1 | -1/+4 |
| | |\ |
|
| | * | | Revert stdout/stderr to the initial ones in a few places. | Tom Tanner | 2013-10-01 | 1 | -4/+13 |
|
|
| | * | | Added stack dump on build error | Tom Tanner | 2013-10-01 | 1 | -5/+6 |
|
|
| | * | | support for --cache-readonly | Tom Tanner | 2013-10-01 | 1 | -0/+1 |
|
|
| * | | | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 1 | -1/+4 |
| |\ \ \
| | |/
| |/| |
|
| | * | | - now counting instances only when requested via --debug=count | Dirk Baechle | 2013-10-25 | 1 | -1/+4 |
| | |/ |
|
| * | | Addition of warning if build doesn't build expected targets. | Tom Tanner | 2013-09-26 | 1 | -0/+1 |
| |/ |
|
| * | Added note in Announce.txt re: deprecating python versions older than 2.7. | Gary Oberbrunner | 2013-03-03 | 1 | -13/+14 |
|
|
| * | Raised deprecated python version to be anything less than 2.7 to prep for mov... | William Deegan | 2013-02-22 | 1 | -1/+1 |
|
|
| * | Merged pull request #38, from eyan: add target name to debug=time | Gary Oberbrunner | 2012-09-22 | 1 | -1/+1 |
|
|
| * | Adding target name to output of --debug=time. Fix for Issue 2873 | Edmund Yan | 2012-09-18 | 1 | -1/+1 |
|
|
| * | fix for issue 2976 | edA-qa mort-ora-y | 2012-05-05 | 1 | -1/+2 |
|
|
| * | New debug option --debug=duplicate to debug Variant-dir duplication | Gary Oberbrunner | 2011-03-01 | 1 | -0/+2 |
|
|
| * | New debug option --debug=prepare to watch targets being prepared | Gary Oberbrunner | 2011-03-01 | 1 | -0/+2 |
|
|
| * | Print the path to the SCons package in use in scons --version | Gary Oberbrunner | 2010-07-28 | 1 | -0/+5 |
|
|
| * | Set module metadata for site_scons/site_init.py files. From Arve Knudsen; cl... | Gary Oberbrunner | 2010-07-04 | 1 | -2/+14 |
|
|
| * | Add all the per-system and per-user site_scons dirs, per discussion in SEP 002. | Gary Oberbrunner | 2010-07-04 | 1 | -6/+56 |
|
|
| * | Prepare for checkpoint release. Everything should be set up and ready | Greg Noel | 2010-05-30 | 1 | -5/+5 |
|
|
| * | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 1 | -15/+2 |
|
|
| * | Commit old-style classes in Node/__init__.py to new-style classes. | Steven Knight | 2010-05-16 | 1 | -5/+3 |
|
|
| * | Convert old-style classes in Script/Main.py to new-style classes. | Steven Knight | 2010-05-14 | 1 | -5/+5 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -9/+4 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 1 | -1/+1 |
|
|
| * | 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=2345 | Greg Noel | 2010-04-15 | 1 | -3/+3 |
|
|
| * | Issue 2330: For forward compatibility, use "import profile" and have | Steven Knight | 2010-04-09 | 1 | -4/+4 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -1/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -9/+3 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -22/+22 |
|
|
| * | Integrate patch from issue #2436: fix regression from r3691 which stopped pri... | Gary Oberbrunner | 2009-12-05 | 1 | -8/+9 |
|
|
| * | ENH: use Gary error checking, but using exception instead of returning error ... | David Cournapeau | 2009-11-19 | 1 | -0/+1 |
|
|
| * | ENH: handle MSVS_VERSION additionally to MSVC_VERSION, but raise deprecation ... | David Cournapeau | 2009-11-19 | 1 | -0/+1 |
|
|
| * | Bump minimum version of python for 1.3 to 2.4 | William Deegan | 2009-09-06 | 1 | -2/+2 |
|
|
| * | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -2/+2 |
|
|
| * | Avoid swallowing KeyboardInterrupt in new try:-except: blocks. | Steven Knight | 2009-04-30 | 1 | -0/+4 |
|
|
| * | Fix try:-except:-finally: block, only valid starting with Python 2.5. | Steven Knight | 2009-04-30 | 1 | -21/+25 |
|
|
| * | fix for bug #2393. Instead of just 'import'ing | Gary Oberbrunner | 2009-04-29 | 1 | -8/+21 |
|
|
| * | Per the bug report, this patch improves the "Do not know how to make | Gary Oberbrunner | 2009-04-15 | 1 | -1/+6 |
|
|
| * | Issue 2377: Check if isatty() exists before calling it | Ludwig Hähne | 2009-04-14 | 1 | -2/+2 |
|
|
| * | Issue 2368: Fix an exception when a null command-line argument is | Steven Knight | 2009-03-06 | 1 | -1/+1 |
|
|
| * | Issue 2152: Fix the ability of --clean to handle / delete broken | Steven Knight | 2009-02-23 | 1 | -2/+7 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
| * | Print "scons: Build interrupted." on stderr, not stdout. | Steven Knight | 2008-12-10 | 1 | -1/+2 |
|
|
| * | Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.Task | Steven Knight | 2008-12-08 | 1 | -19/+17 |
|
|
| * | Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved construction | Steven Knight | 2008-12-07 | 1 | -1/+4 |
|
|
| * | Fix use of isinstance(..., tuple) so it works in older Python versions. | Steven Knight | 2008-10-31 | 1 | -3/+7 |
|
|
| * | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -34/+33 |
|
|
| * | Support the -f option allowing specification of a different top-level | Steven Knight | 2008-10-15 | 1 | -5/+10 |
|
|