| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle Fortran MODULE definitions in the same file. (Craig Scott) | Steven Knight | 2005-08-21 | 1 | -4/+39 |
|
|
* | Handle IOError exceptions when pushing files to CacheDir (and elsewhere). | Steven Knight | 2005-08-20 | 1 | -1/+1 |
|
|
* | Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked c... | Steven Knight | 2005-08-11 | 1 | -4/+1 |
|
|
* | Fix DirScanner's handling of file names beginning with '#'. | Steven Knight | 2005-06-10 | 1 | -1/+3 |
|
|
* | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -2/+3 |
|
|
* | Refactor the Rsearch*() methods out of existence in favor of simpler utility ... | Steven Knight | 2005-04-13 | 5 | -20/+17 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 13 | -186/+222 |
|
|
* | Checkpoint refactoring of the find_file() interface. | Steven Knight | 2005-03-01 | 4 | -12/+6 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 4 | -9/+182 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 5 | -53/+53 |
|
|
* | Don't create a Node for every file we try to find during scan. | Steven Knight | 2005-02-10 | 1 | -1/+1 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 6 | -31/+44 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 6 | -10/+11 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 6 | -56/+73 |
|
|
* | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -4/+3 |
|
|
* | Cache get_suffix() and get_build_env(). (Kevin Quick) | Steven Knight | 2004-12-16 | 2 | -12/+39 |
|
|
* | Fix how scanners sort dependencies so it doesn't matter if the dependency fil... | Steven Knight | 2004-12-04 | 5 | -79/+58 |
|
|
* | Use fake Nodes, not strings, for scanner tests. Have Scanner test rexists() ... | Steven Knight | 2004-10-07 | 2 | -20/+25 |
|
|
* | More robust Scanner comparisons. (Kevin Quick) | Steven Knight | 2004-09-26 | 2 | -1/+10 |
|
|
* | Apply Scanner.Scanner args to the Base class initialization correctly. (Kevi... | Steven Knight | 2004-09-26 | 2 | -1/+14 |
|
|
* | Update Scanner pydoc, enhance tests. (Kevin Quick) | Steven Knight | 2004-09-25 | 2 | -23/+50 |
|
|
* | Add a --debug=findlibs option. (Gary Oberbrunner) | Steven Knight | 2004-09-25 | 1 | -1/+4 |
|
|
* | Performance optimization when caching include files for a search path. (Eric... | Steven Knight | 2004-09-21 | 2 | -9/+41 |
|
|
* | Allow LIBS to contain lists of lists. | Steven Knight | 2004-09-18 | 2 | -4/+17 |
|
|
* | Don't put LIBS Nodes in the scanned results list multiple times. | Steven Knight | 2004-09-18 | 2 | -15/+37 |
|
|
* | Create .cvsignore files to ignore the generated *.pyc files. | Steven Knight | 2004-09-13 | 1 | -0/+1 |
|
|
* | Add Fortran 90/95 support. (Chris Murray) | Steven Knight | 2004-07-29 | 2 | -16/+374 |
|
|
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 2 | -4/+0 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 5 | -0/+117 |
|
|
* | Fix use of timestamps with --implicit-cache. (Anthony Roach) | Steven Knight | 2004-05-01 | 2 | -6/+9 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 7 | -53/+76 |
|
|
* | Allow environment substitutions when referencing libraries. (Chad Austin) | Steven Knight | 2004-04-02 | 2 | -0/+20 |
|
|
* | Forward the Scanner.Classic name to the underlying base class. | Steven Knight | 2004-03-16 | 2 | -0/+6 |
|
|
* | Add a D language Tool. (Andy Friesen) | Steven Knight | 2004-03-08 | 1 | -0/+54 |
|
|
* | Overlooked adding subst_path() to IDLTests.py. | Steven Knight | 2004-03-05 | 1 | -0/+5 |
|
|
* | Refactor path-substitution logic into an Environment method. | Steven Knight | 2004-03-05 | 5 | -9/+20 |
|
|
* | Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}' | Steven Knight | 2004-03-03 | 3 | -23/+52 |
|
|
* | Fix __COPYRIGHT__ and __REVISION__ lines; make IDLTests.py as an Aegis test, ... | Steven Knight | 2003-12-31 | 2 | -4/+4 |
|
|
* | Fix stripping the library prefix. | Steven Knight | 2003-12-12 | 2 | -12/+27 |
|
|
* | Make the Fortran scanner case-insensitive. (David M. Cooke) | Steven Knight | 2003-12-01 | 2 | -3/+3 |
|
|
* | Allow LIBS to be a single element, not a list, and allow it to contain File n... | Steven Knight | 2003-11-09 | 2 | -2/+36 |
|
|
* | Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende... | Steven Knight | 2003-10-04 | 2 | -5/+19 |
|
|
* | Support #include with no spaces before the opening quote or angle bracket. | Steven Knight | 2003-08-29 | 2 | -1/+19 |
|
|
* | Set up for development. | Steven Knight | 2003-06-28 | 2 | -2/+2 |
|
|
* | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 6 | -206/+726 |
|
|
* | Support the #import C preprocessor directive. (Greg Spencer) | Steven Knight | 2003-04-17 | 2 | -2/+2 |
|
|
* | Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t... | Steven Knight | 2003-02-26 | 2 | -0/+2 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 8 | -8/+8 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 8 | -8/+8 |
|
|
* | Fix small problems found by PyChecker. (Steve Leblanc) | Steven Knight | 2003-01-12 | 3 | -5/+0 |
|
|