summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/CTests.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-051-0/+5
* Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende...Steven Knight2003-10-041-4/+17
* Support #include with no spaces before the opening quote or angle bracket.Steven Knight2003-08-291-0/+18
* Support the #import C preprocessor directive. (Greg Spencer)Steven Knight2003-04-171-1/+1
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-261-0/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-2/+2
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-26/+38
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-0/+15
* Fix scans for derived include files in Repositories. (Charles Crain)Steven Knight2002-11-121-2/+8
* Fix a scanner bug for repository files included by relative path. (Charles Cr...Steven Knight2002-11-051-1/+46
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-131-4/+12
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-4/+31
* Accomodate '-' (and other characters) in #include files in the C Scanner.Steven Knight2002-06-141-10/+15
* Changes from Charles Crain.Steven Knight2002-06-051-0/+13
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-27/+27
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Make the C Scanner always return the dependencies sorted, so order difference...Steven Knight2002-01-231-9/+7
* Significant performance optimizations (Charles Crain).Steven Knight2002-01-151-9/+9
* General performance tweaksSteven Knight2001-12-311-13/+16
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-0/+6
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-131-1/+24
* Add another C Scanner unit test.Steven Knight2001-12-111-12/+44
* Add a __hash_() method to the Scanners.Steven Knight2001-12-111-5/+16
* Create a specific CScanner subclass.Steven Knight2001-12-111-5/+26
* Refactor some common testing in the C Scanner tests.Steven Knight2001-12-111-10/+9
* Complete CPPPATH work.Steven Knight2001-11-221-5/+16
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-18/+29
* Updating licensing.Steven Knight2001-10-031-0/+23
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+131