| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Eliminate unnecessary scanning before a Node is rebuilt. | Steven Knight | 2003-01-12 | 6 | -54/+106 |
|
|
* | Refactor the Scanner interface to eliminate unnecessary scanning and make it ... | Steven Knight | 2003-01-06 | 8 | -223/+257 |
|
|
* | Support variable substitution on scanner directories. (Charles Crain) | Steven Knight | 2002-12-03 | 6 | -4/+51 |
|
|
* | Fix scans for derived include files in Repositories. (Charles Crain) | Steven Knight | 2002-11-12 | 4 | -6/+18 |
|
|
* | Fix a scanner bug for repository files included by relative path. (Charles Cr... | Steven Knight | 2002-11-05 | 4 | -3/+89 |
|
|
* | Add MSVC .res builder. (Anthony Roach) | Steven Knight | 2002-10-21 | 1 | -0/+4 |
|
|
* | Refactor Repository and BuildDir. (Charles Crain) | Steven Knight | 2002-10-16 | 2 | -10/+2 |
|
|
* | Provide a Scanner hook to allow file scans to be avoided when it isn't necess... | Steven Knight | 2002-09-15 | 2 | -3/+33 |
|
|
* | Make case differences not effect #include order. (Anthony Roach) | Steven Knight | 2002-08-23 | 2 | -2/+10 |
|
|
* | Add BuildDir() support to the Repository functionality. | Steven Knight | 2002-08-13 | 2 | -7/+23 |
|
|
* | Refactor the interface between Rsearch() and Rsearchall() and their supplied ... | Steven Knight | 2002-08-08 | 2 | -2/+8 |
|
|
* | Multiple directory .h includes in Repositories. | Steven Knight | 2002-07-29 | 4 | -8/+60 |
|
|
* | Optimzation in the C Scanner: don't re-sort the list each time. | Steven Knight | 2002-06-30 | 1 | -19/+18 |
|
|
* | Supply more specific version info, including build date. | Steven Knight | 2002-06-18 | 1 | -2/+0 |
|
|
* | Accomodate '-' (and other characters) in #include files in the C Scanner. | Steven Knight | 2002-06-14 | 2 | -11/+16 |
|
|
* | Add a native Fortran include scanner. | Steven Knight | 2002-06-12 | 2 | -0/+429 |
|
|
* | Remove white-space split of file name lists. | Steven Knight | 2002-06-11 | 1 | -6/+7 |
|
|
* | Changes from Charles Crain. | Steven Knight | 2002-06-05 | 2 | -0/+17 |
|
|
* | Big change for shared libraries and a bunch of other flexibility. (Charles C... | Steven Knight | 2002-04-15 | 2 | -7/+17 |
|
|
* | Fix --debug=tree for directory targets (Anthony Roach) | Steven Knight | 2002-04-04 | 6 | -156/+119 |
|
|
* | 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 | 2 | -4/+8 |
|
|
* | Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes (t... | Steven Knight | 2002-03-16 | 2 | -35/+69 |
|
|
* | Move find_file() and find_files() from SCons.Util to SCons.Node.FS. | Steven Knight | 2002-03-12 | 2 | -3/+5 |
|
|
* | Implement the -u option (Task 39028). (Steve Leblanc) | Steven Knight | 2002-02-21 | 1 | -2/+2 |
|
|
* | Add preliminary support for Unicode strings. | Steven Knight | 2002-02-17 | 1 | -3/+18 |
|
|
* | Lookup implicit dependencies relative to the directory of the node in which t... | Steven Knight | 2002-02-09 | 1 | -1/+4 |
|
|
* | More performance optimizations (Charles Crain) | Steven Knight | 2002-02-05 | 1 | -20/+27 |
|
|
* | Support Scanner functions returning strings, not just Nodes. | Steven Knight | 2002-02-03 | 2 | -12/+25 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 6 | -6/+6 |
|
|
* | Handle LIBPATH as a string (Crain). | Steven Knight | 2002-01-23 | 2 | -2/+15 |
|
|
* | Make the C Scanner always return the dependencies sorted, so order difference... | Steven Knight | 2002-01-23 | 2 | -10/+21 |
|
|
* | Significant performance optimizations (Charles Crain). | Steven Knight | 2002-01-15 | 2 | -12/+13 |
|
|
* | Start getting ready to eat our own dog food: prototype SConscript files. | Steven Knight | 2002-01-15 | 1 | -0/+1 |
|
|
* | General performance tweaks | Steven Knight | 2001-12-31 | 4 | -50/+57 |
|
|
* | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 2 | -3/+9 |
|
|
* | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 2 | -4/+26 |
|
|
* | 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 | 4 | -10/+40 |
|
|
* | Create a specific CScanner subclass. | Steven Knight | 2001-12-11 | 2 | -26/+65 |
|
|
* | Refactor some common testing in the C Scanner tests. | Steven Knight | 2001-12-11 | 1 | -10/+9 |
|
|
* | 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 | 2 | -5/+13 |
|
|
* | Refactor the Scanner class(es) into a Prototype pattern. | Steven Knight | 2001-12-03 | 4 | -30/+51 |
|
|
* | Complete CPPPATH work. | Steven Knight | 2001-11-22 | 5 | -15/+64 |
|
|
* | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 4 | -55/+206 |
|
|