Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -5/+1 |
| | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 1 | -3/+2 |
| | | | | | | Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated. | ||||
* | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 1 | -1/+1 |
| | | | | and "SystemRoot" instead of "SYSTEMDRIVE" and "SYSTEMROOT". | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and ↵ | Steven Knight | 2006-01-21 | 1 | -1/+1 |
| | | | | eliminate other Win32 references. | ||||
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize ↵ | Steven Knight | 2005-04-02 | 1 | -1/+1 |
| | | | | it once (later than we used to) and eliminate all the __setTopLevelDir() calls. | ||||
* | More command-line customizability: , , , , , , . | Steven Knight | 2005-01-06 | 1 | -2/+6 |
| | |||||
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 1 | -1/+2 |
| | |||||
* | Initialize *FLAGS variables with objects that can add flags either as ↵ | Steven Knight | 2004-02-26 | 1 | -2/+2 |
| | | | | strings or lists. | ||||
* | Refactor to use real Nodes for command-line attributes and eliminate ↵ | Steven Knight | 2003-05-06 | 1 | -1/+1 |
| | | | | PathList. (Charles Crain) | ||||
* | Implement Tool refactoring. (Chad Austin + Steve Leblanc) | Steven Knight | 2003-04-10 | 1 | -1/+1 |
| | |||||
* | Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ↵ | Steven Knight | 2003-03-30 | 1 | -4/+9 |
| | | | | (Charles Crain) | ||||
* | Add support for Perforce. (Charles Crain) | Steven Knight | 2003-02-25 | 1 | -0/+88 |