summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/C.py
Commit message (Expand)AuthorAgeFilesLines
* wrap several frequently-used open() calls in with statementsDaniel Holth2016-06-151-3/+2
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-1/+1
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-1/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|/
* Convert old-style classes in Scanner/*.py modules to new-style classes.Steven Knight2010-05-161-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-0/+84
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-3/+2
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-2/+2
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-4/+1
* Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende...Steven Knight2003-10-041-1/+2
* Support #include with no spaces before the opening quote or angle bracket.Steven Knight2003-08-291-1/+1
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-96/+7
* Support the #import C preprocessor directive. (Greg Spencer)Steven Knight2003-04-171-1/+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
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-2/+0
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-5/+6
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-64/+58
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-1/+1
* Fix scans for derived include files in Repositories. (Charles Crain)Steven Knight2002-11-121-1/+1
* Fix a scanner bug for repository files included by relative path. (Charles Cr...Steven Knight2002-11-051-1/+2
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-5/+1
* Make case differences not effect #include order. (Anthony Roach)Steven Knight2002-08-231-1/+5
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ...Steven Knight2002-08-081-1/+4
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-2/+2
* Optimzation in the C Scanner: don't re-sort the list each time.Steven Knight2002-06-301-19/+18
* Accomodate '-' (and other characters) in #include files in the C Scanner.Steven Knight2002-06-141-1/+1
* Changes from Charles Crain.Steven Knight2002-06-051-0/+4
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-36/+21
* 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