summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/C.py
Commit message (Expand)AuthorAgeFilesLines
* 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-241-2/+5
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-121-2/+4
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-211-2/+2
* More performance optimizations (Charles Crain)Steven Knight2002-02-051-20/+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-1/+14
* General performance tweaksSteven Knight2001-12-311-20/+25
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-3/+3
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-131-3/+2
* Add a __hash_() method to the Scanners.Steven Knight2001-12-111-1/+6
* Create a specific CScanner subclass.Steven Knight2001-12-111-21/+39
* 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-041-4/+10
* Refactor the Scanner class(es) into a Prototype pattern.Steven Knight2001-12-031-6/+5
* Complete CPPPATH work.Steven Knight2001-11-221-2/+3
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-37/+18
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-141-8/+6
* 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/+87