| 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 | -1357/+0 |
|
|
* | Fix some pyflakes warnings | Mats Wichmann | 2020-01-23 | 1 | -1/+1 |
|
|
* | syntax fixups suggested by PyCharm | Mats Wichmann | 2019-12-23 | 1 | -2/+2 |
|
|
* | Fixup some code triggering pylint errors. | Mats Wichmann | 2019-04-21 | 1 | -2/+2 |
|
|
* | Clean up some file opens, regex strings | Mats Wichmann | 2019-03-07 | 1 | -2/+2 |
|
|
* | Switch to use unittest.main() instead of building up a TestSuite which is nev... | William Deegan | 2018-11-12 | 1 | -0/+1 |
|
|
* | Replace usage of unittest.TestSuite with unittest.main() | Hao Wu | 2018-07-12 | 1 | -11/+1 |
|
|
* | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -2/+0 |
|
|
* | Issue 2264: Updated behaviour when scanning included dependencies for nodes w... | William Blevins | 2015-06-30 | 1 | -0/+2 |
|
|
* | Issue 2264: Updated tests to reflect Node changes. | William Blevins | 2015-05-18 | 1 | -7/+12 |
|
|
* | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -45/+84 |
|
|
* | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -2/+3 |
|
|
* | Fix names in several places and refer to the .PHONY command | Tom Tanner | 2013-10-07 | 1 | -1/+1 |
|
|
* | Fixed wrong name in tests | Tom Tanner | 2013-09-30 | 1 | -5/+5 |
|
|
* | Added Pseudo command to environment and tests. If a target is declared as | Tom Tanner | 2013-09-30 | 1 | -2/+11 |
|
|
* | Convert old-style utility classes in unit test files (*Tests.py) | Steven Knight | 2010-05-12 | 1 | -14/+14 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -11/+2 |
|
|
* | Rewrite uses of reduce(), which is being deprecated for Python 3.x. | Steven Knight | 2010-04-20 | 1 | -1/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -5/+5 |
|
|
* | Add compat "collections" module for pre-2.4 Python verseions. For now. | Steven Knight | 2010-04-11 | 1 | -0/+2 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -2/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -19/+19 |
|
|
* | 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 | -12/+12 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -9/+9 |
|
|
* | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 1 | -0/+6 |
|
|
* | 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 | -1/+4 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -30/+19 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -7/+7 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -123/+59 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -1/+2 |
|
|
* | Merged revisions 1884-1905 via svnmerge from | Steven Knight | 2007-05-18 | 1 | -1/+4 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -4/+5 |
|
|
* | Fix directory separators to allow the Debug.caller() function to strip unnece... | Steven Knight | 2006-04-01 | 1 | -1/+7 |
|
|
* | More test portability fixes. (Baptiste Lepilleur and SK) | Steven Knight | 2006-02-15 | 1 | -2/+6 |
|
|
* | Add a NoClean() function. (Steven Johnson) | Steven Knight | 2006-02-13 | 1 | -0/+9 |
|
|
* | Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring. | Steven Knight | 2006-01-22 | 1 | -26/+26 |
|
|
* | Handle scanning of the in-memory entries for a Dir with a scanner, not a hard... | Steven Knight | 2005-12-27 | 1 | -9/+14 |
|
|
* | Checkpoint minor refactorings en route to signature refactoring. | Steven Knight | 2005-12-16 | 1 | -1/+15 |
|
|
* | Refactor to let specific Node types override scanner selection, and to add a ... | Steven Knight | 2005-12-04 | 1 | -0/+6 |
|
|
* | Bring CVS back in sync. | Steven Knight | 2005-11-17 | 1 | -150/+414 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2005-11-15 | 1 | -414/+150 |
|
|
* | Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add... | Steven Knight | 2005-06-07 | 1 | -9/+122 |
|
|
* | Move BuildInfo translation of signature Nodes to rel_paths into the class its... | Steven Knight | 2005-06-04 | 1 | -13/+8 |
|
|
* | Move pre- and post-actions lists from Node to Executor so expansions of ${TAR... | Steven Knight | 2005-05-14 | 1 | -49/+0 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -0/+2 |
|
|
* | Store source file and dependency paths relative to the target's directory, no... | Steven Knight | 2005-04-01 | 1 | -3/+13 |
|
|
* | Make sure scans are added to all targets in a builder call, to prevent out-o... | Steven Knight | 2005-03-30 | 1 | -10/+32 |
|
|
* | Fix re-scanning of built files for implicit dependencies when the -j option i... | Steven Knight | 2005-03-20 | 1 | -9/+1 |
|
|