summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-051-1/+3
* Python 1.5 fix (no continue within a try:-except: block within a loop).Steven Knight2010-01-091-2/+10
* Change scanner to properly search for included file from theRobert Managan2010-01-041-5/+30
* Add scanning of files included in Latex by means of \lstinputlisting{}Robert Managan2009-12-171-2/+4
* Issue 2415: Tolerate unicode strings when using intern()Ludwig Hähne2009-05-171-10/+2
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-1/+1
* Issue 2360: fix a TypeError from attempts to intern() unicode objectsSteven Knight2009-03-022-1/+18
* Issue 2181: intern file-names to save memoryLudwig Hähne2009-02-091-2/+7
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0917-0/+102
* Remove the feature that would build .pdf graphics filesRobert Managan2009-01-091-0/+3
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-125-6/+8
* Python 1.5 and 2.1 compatibility: string methods, nested scopes.Steven Knight2008-11-121-3/+6
* test/TEX/PDF_single_source.pyRobert Managan2008-10-071-7/+76
* Fix the regular expression for LaTeX scanning so that it matchesSteven Knight2008-10-012-2/+12
* This patch removes setting the variable TEXPICTS in the tex tools andRobert Managan2008-09-301-3/+3
* Fixed an issue with the way the test was setting up the CPPPATH.William Deegan2008-09-261-4/+4
* Updated fix for bug 2082 adding support for D3DFX keyword and fixing python 1...William Deegan2008-09-262-2/+6
* Sort the results of unittest for RC scanner before comparing them.William Deegan2008-09-251-0/+2
* Make a naked except: block catch specific exceptions (and notSteven Knight2008-09-251-1/+1
* Fix for bugs 402 and 2082 - implement scanner for windows resource files.William Deegan2008-09-252-0/+205
* Change FUTURE markers to TODO(1.5) so we are all using the same style.Greg Noel2008-09-251-1/+1
* Python 2.2 portability (no .pop() method on dictionaries, ' in 'Steven Knight2008-09-221-1/+1
* Fix the Latex scanner to search for graphics on the TEXINPUTS pathRobert Managan2008-09-222-5/+5
* Fix syntax and semantic errors preventing regression tests from running on 1.5.2Greg Noel2008-09-221-8/+10
* Hefty update to the tex tool.Robert Managan2008-09-181-36/+165
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-314-13/+11
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-045-7/+112
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-192-14/+9
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-3/+3
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-2/+4
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-1/+5
* Merged revisions 1884-1905 via svnmerge fromSteven Knight2007-05-182-6/+21
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-113-15/+99
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-1611-95/+126
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-0/+14
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-6/+8
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-272-9/+43
* Update the bin/restore.sh script for more complete conversion of substituted ...Steven Knight2005-12-181-2/+2
* Refactor to let specific Node types override scanner selection, and to add a ...Steven Knight2005-12-042-46/+84
* Have the LaTeX scanner also look for \includegraphics{} strings.Steven Knight2005-11-202-8/+42
* Fixes to the LaTeX scanner for Python version differences.Steven Knight2005-11-191-6/+4
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-062-0/+185
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-20/+20
* Handle Fortran MODULE definitions in the same file. (Craig Scott)Steven Knight2005-08-211-4/+39
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-201-1/+1
* Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked c...Steven Knight2005-08-111-4/+1
* Fix DirScanner's handling of file names beginning with '#'.Steven Knight2005-06-101-1/+3
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-2/+3
* Refactor the Rsearch*() methods out of existence in favor of simpler utility ...Steven Knight2005-04-135-20/+17
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-0213-186/+222