| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix "Ignoring corrupt sconsign entry" warnings when upgrading from 1.x. | Steven Knight | 2010-05-26 | 1 | -2/+2 |
|
|
| * | Commit old-style classes in Node/__init__.py to new-style classes. | Steven Knight | 2010-05-16 | 1 | -5/+5 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -14/+3 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 1 | -4/+4 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -2/+2 |
|
|
| * | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -3/+3 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -2/+2 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -2/+1 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -18/+17 |
|
|
| * | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -4/+4 |
|
|
| * | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 1 | -0/+5 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
| * | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -2/+2 |
|
|
| * | Issue 1568: fix a stack trace when --debug=include tries to handle | Steven Knight | 2008-10-17 | 1 | -1/+4 |
|
|
| * | Evaluate compat module transparently when SCons is instantiated | Greg Noel | 2008-09-11 | 1 | -2/+0 |
|
|
| * | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -85/+126 |
|
|
| * | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -3/+6 |
|
|
| * | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -11/+5 |
|
|
| * | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -13/+24 |
|
|
| * | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -201/+282 |
|
|
| * | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -14/+9 |
|
|
| * | Merged revisions 1884-1905 via svnmerge from | Steven Knight | 2007-05-18 | 1 | -1/+14 |
|
|
| * | 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 | -1/+1 |
|
|
| * | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -1/+1 |
|
|
| * | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -22/+32 |
|
|
| * | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -1/+2 |
|
|
| * | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -13/+15 |
|
|
| * | Fix directory separators to allow the Debug.caller() function to strip unnece... | Steven Knight | 2006-04-01 | 1 | -0/+3 |
|
|
| * | More test portability fixes. (Baptiste Lepilleur and SK) | Steven Knight | 2006-02-15 | 1 | -2/+4 |
|
|
| * | Add a NoClean() function. (Steven Johnson) | Steven Knight | 2006-02-13 | 1 | -0/+5 |
|
|
| * | Refactor so Command() uses an FS.Entry as its target factory. | Steven Knight | 2006-02-12 | 1 | -0/+3 |
|
|
| * | Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring. | Steven Knight | 2006-01-22 | 1 | -11/+13 |
|
|
| * | Handle scanning of the in-memory entries for a Dir with a scanner, not a hard... | Steven Knight | 2005-12-27 | 1 | -3/+6 |
|
|
| * | Checkpoint minor refactorings en route to signature refactoring. | Steven Knight | 2005-12-16 | 1 | -0/+14 |
|
|
| * | Refactor to let specific Node types override scanner selection, and to add a ... | Steven Knight | 2005-12-04 | 1 | -1/+11 |
|
|
| * | Bring CVS back in sync. | Steven Knight | 2005-11-17 | 1 | -242/+364 |
|
|
| * | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2005-11-15 | 1 | -364/+242 |
|
|
| * | Do not throw an exception if the type of a stored implicit dependency has cha... | Steven Knight | 2005-11-06 | 1 | -2/+15 |
|
|
| * | Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add... | Steven Knight | 2005-06-07 | 1 | -40/+93 |
|
|
| * | Move BuildInfo translation of signature Nodes to rel_paths into the class its... | Steven Knight | 2005-06-04 | 1 | -10/+4 |
|
|
| * | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -2/+3 |
|
|
| * | Move pre- and post-actions lists from Node to Executor so expansions of ${TAR... | Steven Knight | 2005-05-14 | 1 | -19/+1 |
|
|
| * | More flexible (and Make-like) ignoring command exit status, and suppressing p... | Steven Knight | 2005-04-26 | 1 | -3/+5 |
|
|
| * | Win32 portability for recent RootDir and rel_path() changes. | Steven Knight | 2005-04-26 | 1 | -1/+4 |
|
|
| * | Performance optimization in the last patch: eliminate implicit_factory() ent... | Steven Knight | 2005-04-04 | 1 | -11/+2 |
|
|
| * | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -1/+2 |
|
|
| * | Store source file and dependency paths relative to the target's directory, no... | Steven Knight | 2005-04-01 | 1 | -38/+52 |
|
|
| * | Make sure scans are added to all targets in a builder call, to prevent out-o... | Steven Knight | 2005-03-30 | 1 | -10/+7 |
|
|
| * | Fix re-scanning of built files for implicit dependencies when the -j option i... | Steven Knight | 2005-03-20 | 1 | -5/+12 |
|
|