| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -4/+4 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -6/+9 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -0/+14 |
|
|
* | Refactor the Rsearch*() methods out of existence in favor of simpler utility ... | Steven Knight | 2005-04-13 | 1 | -4/+4 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -33/+44 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -14/+14 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 1 | -1/+1 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -1/+1 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -1/+1 |
|
|
* | Fix how scanners sort dependencies so it doesn't matter if the dependency fil... | Steven Knight | 2004-12-04 | 1 | -8/+8 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 1 | -0/+3 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 1 | -45/+39 |
|
|
* | Refactor path-substitution logic into an Environment method. | Steven Knight | 2004-03-05 | 1 | -0/+5 |
|
|
* | Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende... | Steven Knight | 2003-10-04 | 1 | -4/+17 |
|
|
* | Support #include with no spaces before the opening quote or angle bracket. | Steven Knight | 2003-08-29 | 1 | -0/+18 |
|
|
* | Support the #import C preprocessor directive. (Greg Spencer) | Steven Knight | 2003-04-17 | 1 | -1/+1 |
|
|
* | Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t... | Steven Knight | 2003-02-26 | 1 | -0/+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 |
|
|
* | Eliminate unnecessary scanning before a Node is rebuilt. | Steven Knight | 2003-01-12 | 1 | -2/+2 |
|
|
* | Refactor the Scanner interface to eliminate unnecessary scanning and make it ... | Steven Knight | 2003-01-06 | 1 | -26/+38 |
|
|
* | Support variable substitution on scanner directories. (Charles Crain) | Steven Knight | 2002-12-03 | 1 | -0/+15 |
|
|
* | Fix scans for derived include files in Repositories. (Charles Crain) | Steven Knight | 2002-11-12 | 1 | -2/+8 |
|
|
* | Fix a scanner bug for repository files included by relative path. (Charles Cr... | Steven Knight | 2002-11-05 | 1 | -1/+46 |
|
|
* | Add BuildDir() support to the Repository functionality. | Steven Knight | 2002-08-13 | 1 | -4/+12 |
|
|
* | Multiple directory .h includes in Repositories. | Steven Knight | 2002-07-29 | 1 | -4/+31 |
|
|
* | Accomodate '-' (and other characters) in #include files in the C Scanner. | Steven Knight | 2002-06-14 | 1 | -10/+15 |
|
|
* | Changes from Charles Crain. | Steven Knight | 2002-06-05 | 1 | -0/+13 |
|
|
* | Fix --debug=tree for directory targets (Anthony Roach) | Steven Knight | 2002-04-04 | 1 | -27/+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 | -9/+7 |
|
|
* | Significant performance optimizations (Charles Crain). | Steven Knight | 2002-01-15 | 1 | -9/+9 |
|
|
* | General performance tweaks | Steven Knight | 2001-12-31 | 1 | -13/+16 |
|
|
* | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -0/+6 |
|
|
* | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 1 | -1/+24 |
|
|
* | Add another C Scanner unit test. | Steven Knight | 2001-12-11 | 1 | -12/+44 |
|
|
* | Add a __hash_() method to the Scanners. | Steven Knight | 2001-12-11 | 1 | -5/+16 |
|
|
* | Create a specific CScanner subclass. | Steven Knight | 2001-12-11 | 1 | -5/+26 |
|
|
* | Refactor some common testing in the C Scanner tests. | Steven Knight | 2001-12-11 | 1 | -10/+9 |
|
|
* | Complete CPPPATH work. | Steven Knight | 2001-11-22 | 1 | -5/+16 |
|
|
* | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 1 | -18/+29 |
|
|
* | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
|
|
* | Add automatic substitution on filename lines. | Steven Knight | 2001-09-17 | 1 | -1/+1 |
|
|
* | Run setup.py on the unpacked .tar.gz for testing. | Steven Knight | 2001-09-17 | 1 | -0/+131 |
|
|