summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/CTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-6/+9
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-0/+14
* Refactor the Rsearch*() methods out of existence in favor of simpler utility ...Steven Knight2005-04-131-4/+4
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-33/+44
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-14/+14
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-1/+1
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-1/+1
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-1/+1
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-041-8/+8
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-0/+3
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-45/+39
* 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