| Commit message (Expand) | Author | Age | Files | Lines |
* | wrap several frequently-used open() calls in with statements | Daniel Holth | 2016-06-15 | 1 | -3/+2 |
|
|
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -1/+1 |
|\ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -1/+1 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -1/+1 |
|/ |
|
* | Convert old-style classes in Scanner/*.py modules to new-style classes. | Steven Knight | 2010-05-16 | 1 | -1/+1 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -1/+1 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -0/+84 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -3/+2 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -2/+2 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 1 | -4/+1 |
|
|
* | Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende... | Steven Knight | 2003-10-04 | 1 | -1/+2 |
|
|
* | Support #include with no spaces before the opening quote or angle bracket. | Steven Knight | 2003-08-29 | 1 | -1/+1 |
|
|
* | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 1 | -96/+7 |
|
|
* | Support the #import C preprocessor directive. (Greg Spencer) | Steven Knight | 2003-04-17 | 1 | -1/+1 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|
* | Fix small problems found by PyChecker. (Steve Leblanc) | Steven Knight | 2003-01-12 | 1 | -2/+0 |
|
|
* | Eliminate unnecessary scanning before a Node is rebuilt. | Steven Knight | 2003-01-12 | 1 | -5/+6 |
|
|
* | Refactor the Scanner interface to eliminate unnecessary scanning and make it ... | Steven Knight | 2003-01-06 | 1 | -64/+58 |
|
|
* | Support variable substitution on scanner directories. (Charles Crain) | Steven Knight | 2002-12-03 | 1 | -1/+1 |
|
|
* | Fix scans for derived include files in Repositories. (Charles Crain) | Steven Knight | 2002-11-12 | 1 | -1/+1 |
|
|
* | Fix a scanner bug for repository files included by relative path. (Charles Cr... | Steven Knight | 2002-11-05 | 1 | -1/+2 |
|
|
* | Refactor Repository and BuildDir. (Charles Crain) | Steven Knight | 2002-10-16 | 1 | -5/+1 |
|
|
* | Make case differences not effect #include order. (Anthony Roach) | Steven Knight | 2002-08-23 | 1 | -1/+5 |
|
|
* | Refactor the interface between Rsearch() and Rsearchall() and their supplied ... | Steven Knight | 2002-08-08 | 1 | -1/+4 |
|
|
* | Multiple directory .h includes in Repositories. | Steven Knight | 2002-07-29 | 1 | -2/+2 |
|
|
* | Optimzation in the C Scanner: don't re-sort the list each time. | Steven Knight | 2002-06-30 | 1 | -19/+18 |
|
|
* | Accomodate '-' (and other characters) in #include files in the C Scanner. | Steven Knight | 2002-06-14 | 1 | -1/+1 |
|
|
* | Changes from Charles Crain. | Steven Knight | 2002-06-05 | 1 | -0/+4 |
|
|
* | Fix --debug=tree for directory targets (Anthony Roach) | Steven Knight | 2002-04-04 | 1 | -36/+21 |
|
|
* | Add Fortran support. | Steven Knight | 2002-03-28 | 1 | -2/+4 |
|
|
* | Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n... | Steven Knight | 2002-03-24 | 1 | -2/+5 |
|
|
* | Move find_file() and find_files() from SCons.Util to SCons.Node.FS. | Steven Knight | 2002-03-12 | 1 | -2/+4 |
|
|
* | Implement the -u option (Task 39028). (Steve Leblanc) | Steven Knight | 2002-02-21 | 1 | -2/+2 |
|
|
* | More performance optimizations (Charles Crain) | Steven Knight | 2002-02-05 | 1 | -20/+27 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
|
|
* | Make the C Scanner always return the dependencies sorted, so order difference... | Steven Knight | 2002-01-23 | 1 | -1/+14 |
|
|
* | General performance tweaks | Steven Knight | 2001-12-31 | 1 | -20/+25 |
|
|
* | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -3/+3 |
|
|
* | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 1 | -3/+2 |
|
|
* | Add a __hash_() method to the Scanners. | Steven Knight | 2001-12-11 | 1 | -1/+6 |
|
|
* | Create a specific CScanner subclass. | Steven Knight | 2001-12-11 | 1 | -21/+39 |
|
|
* | Have the C Scanner handle IOError when a file doesn't exist. | Steven Knight | 2001-12-11 | 1 | -1/+1 |
|
|
* | Speed up and generalize SCons.Util.find_files(). | Steven Knight | 2001-12-04 | 1 | -4/+10 |
|
|
* | Refactor the Scanner class(es) into a Prototype pattern. | Steven Knight | 2001-12-03 | 1 | -6/+5 |
|
|
* | Complete CPPPATH work. | Steven Knight | 2001-11-22 | 1 | -2/+3 |
|
|
* | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 1 | -37/+18 |
|
|
* | Implement CPPPATH and scanning during builds. | Steven Knight | 2001-11-14 | 1 | -8/+6 |
|
|
* | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
|
|