summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner
Commit message (Expand)AuthorAgeFilesLines
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-107-53/+76
* Allow environment substitutions when referencing libraries. (Chad Austin)Steven Knight2004-04-022-0/+20
* Forward the Scanner.Classic name to the underlying base class.Steven Knight2004-03-162-0/+6
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-0/+54
* Overlooked adding subst_path() to IDLTests.py.Steven Knight2004-03-051-0/+5
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-055-9/+20
* Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'Steven Knight2004-03-033-23/+52
* Fix __COPYRIGHT__ and __REVISION__ lines; make IDLTests.py as an Aegis test, ...Steven Knight2003-12-312-4/+4
* Fix stripping the library prefix.Steven Knight2003-12-122-12/+27
* Make the Fortran scanner case-insensitive. (David M. Cooke)Steven Knight2003-12-012-3/+3
* Allow LIBS to be a single element, not a list, and allow it to contain File n...Steven Knight2003-11-092-2/+36
* Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende...Steven Knight2003-10-042-5/+19
* Support #include with no spaces before the opening quote or angle bracket.Steven Knight2003-08-292-1/+19
* Set up for development.Steven Knight2003-06-282-2/+2
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-236-206/+726
* Support the #import C preprocessor directive. (Greg Spencer)Steven Knight2003-04-172-2/+2
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-262-0/+2
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-208-8/+8
* Update Copyright years.Steven Knight2003-01-168-8/+8
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-123-5/+0
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-126-54/+106
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-068-223/+257
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-036-4/+51
* Fix scans for derived include files in Repositories. (Charles Crain)Steven Knight2002-11-124-6/+18
* Fix a scanner bug for repository files included by relative path. (Charles Cr...Steven Knight2002-11-054-3/+89
* Add MSVC .res builder. (Anthony Roach)Steven Knight2002-10-211-0/+4
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-162-10/+2
* Provide a Scanner hook to allow file scans to be avoided when it isn't necess...Steven Knight2002-09-152-3/+33
* 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