summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/CTests.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-525/+0
* Merge branch 'master' into c-conditional-scannerIvan Kravets2018-10-301-8/+8
|\
| * Stop using deprecated unittest assertsMats Wichmann2018-09-251-1/+1
| * Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-111-7/+7
* | New conditional C Scanner; Improvements for virtual C Pre-ProcessorIvan Kravets2018-01-261-6/+62
|/
* - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-6/+7
* Switch unit tests to configurable runneranatoly techtonik2014-03-211-5/+4
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-1/+1
* Add compat "collections" module for pre-2.4 Python verseions. For now.Steven Knight2010-04-111-0/+2
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-4/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+4
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-4/+4
* 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