summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner
Commit message (Expand)AuthorAgeFilesLines
* Make case differences not effect #include order. (Anthony Roach)Steven Knight2002-08-232-2/+10
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-132-7/+23
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ...Steven Knight2002-08-082-2/+8
* Multiple directory .h includes in Repositories.Steven Knight2002-07-294-8/+60
* Optimzation in the C Scanner: don't re-sort the list each time.Steven Knight2002-06-301-19/+18
* Supply more specific version info, including build date.Steven Knight2002-06-181-2/+0
* Accomodate '-' (and other characters) in #include files in the C Scanner.Steven Knight2002-06-142-11/+16
* Add a native Fortran include scanner.Steven Knight2002-06-122-0/+429
* Remove white-space split of file name lists.Steven Knight2002-06-111-6/+7
* Changes from Charles Crain.Steven Knight2002-06-052-0/+17
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-152-7/+17
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-046-156/+119
* Add Fortran support.Steven Knight2002-03-281-2/+4
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-242-4/+8
* Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes (t...Steven Knight2002-03-162-35/+69
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-122-3/+5
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-211-2/+2
* Add preliminary support for Unicode strings.Steven Knight2002-02-171-3/+18
* Lookup implicit dependencies relative to the directory of the node in which t...Steven Knight2002-02-091-1/+4
* More performance optimizations (Charles Crain)Steven Knight2002-02-051-20/+27
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-032-12/+25
* Update Copyright lines for the new year.Steven Knight2002-01-296-6/+6
* Handle LIBPATH as a string (Crain).Steven Knight2002-01-232-2/+15
* Make the C Scanner always return the dependencies sorted, so order difference...Steven Knight2002-01-232-10/+21
* Significant performance optimizations (Charles Crain).Steven Knight2002-01-152-12/+13
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-151-0/+1
* General performance tweaksSteven Knight2001-12-314-50/+57
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-152-3/+9
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-132-4/+26
* Add another C Scanner unit test.Steven Knight2001-12-111-12/+44
* Add a __hash_() method to the Scanners.Steven Knight2001-12-114-10/+40
* Create a specific CScanner subclass.Steven Knight2001-12-112-26/+65
* Refactor some common testing in the C Scanner tests.Steven Knight2001-12-111-10/+9
* Have the C Scanner handle IOError when a file doesn't exist.Steven Knight2001-12-111-1/+1
* Speed up and generalize SCons.Util.find_files().Steven Knight2001-12-042-5/+13
* Refactor the Scanner class(es) into a Prototype pattern.Steven Knight2001-12-034-30/+51
* Complete CPPPATH work.Steven Knight2001-11-225-15/+64
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-204-55/+206
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-142-12/+28
* Updating licensing.Steven Knight2001-10-034-0/+92
* Add automatic substitution on filename lines.Steven Knight2001-09-174-4/+4
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-175-0/+375