| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove the feature that would build .pdf graphics files | Robert Managan | 2009-01-09 | 1 | -0/+3 |
|
|
| * | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 5 | -6/+8 |
|
|
| * | Python 1.5 and 2.1 compatibility: string methods, nested scopes. | Steven Knight | 2008-11-12 | 1 | -3/+6 |
|
|
| * | test/TEX/PDF_single_source.py | Robert Managan | 2008-10-07 | 1 | -7/+76 |
|
|
| * | Fix the regular expression for LaTeX scanning so that it matches | Steven Knight | 2008-10-01 | 2 | -2/+12 |
|
|
| * | This patch removes setting the variable TEXPICTS in the tex tools and | Robert Managan | 2008-09-30 | 1 | -3/+3 |
|
|
| * | Fixed an issue with the way the test was setting up the CPPPATH. | William Deegan | 2008-09-26 | 1 | -4/+4 |
|
|
| * | Updated fix for bug 2082 adding support for D3DFX keyword and fixing python 1... | William Deegan | 2008-09-26 | 2 | -2/+6 |
|
|
| * | Sort the results of unittest for RC scanner before comparing them. | William Deegan | 2008-09-25 | 1 | -0/+2 |
|
|
| * | Make a naked except: block catch specific exceptions (and not | Steven Knight | 2008-09-25 | 1 | -1/+1 |
|
|
| * | Fix for bugs 402 and 2082 - implement scanner for windows resource files. | William Deegan | 2008-09-25 | 2 | -0/+205 |
|
|
| * | Change FUTURE markers to TODO(1.5) so we are all using the same style. | Greg Noel | 2008-09-25 | 1 | -1/+1 |
|
|
| * | Python 2.2 portability (no .pop() method on dictionaries, ' in ' | Steven Knight | 2008-09-22 | 1 | -1/+1 |
|
|
| * | Fix the Latex scanner to search for graphics on the TEXINPUTS path | Robert Managan | 2008-09-22 | 2 | -5/+5 |
|
|
| * | Fix syntax and semantic errors preventing regression tests from running on 1.5.2 | Greg Noel | 2008-09-22 | 1 | -8/+10 |
|
|
| * | Hefty update to the tex tool. | Robert Managan | 2008-09-18 | 1 | -36/+165 |
|
|
| * | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 4 | -13/+11 |
|
|
| * | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 5 | -7/+112 |
|
|
| * | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 2 | -14/+9 |
|
|
| * | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -3/+3 |
|
|
| * | Merged revisions 1968-2115 via svnmerge from | Steven Knight | 2007-07-11 | 1 | -2/+4 |
|
|
| * | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -1/+5 |
|
|
| * | Merged revisions 1884-1905 via svnmerge from | Steven Knight | 2007-05-18 | 2 | -6/+21 |
|
|
| * | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 3 | -15/+99 |
|
|
| * | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 11 | -95/+126 |
|
|
| * | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -0/+14 |
|
|
| * | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -6/+8 |
|
|
| * | Handle scanning of the in-memory entries for a Dir with a scanner, not a hard... | Steven Knight | 2005-12-27 | 2 | -9/+43 |
|
|
| * | Update the bin/restore.sh script for more complete conversion of substituted ... | Steven Knight | 2005-12-18 | 1 | -2/+2 |
|
|
| * | Refactor to let specific Node types override scanner selection, and to add a ... | Steven Knight | 2005-12-04 | 2 | -46/+84 |
|
|
| * | Have the LaTeX scanner also look for \includegraphics{} strings. | Steven Knight | 2005-11-20 | 2 | -8/+42 |
|
|
| * | Fixes to the LaTeX scanner for Python version differences. | Steven Knight | 2005-11-19 | 1 | -6/+4 |
|
|
| * | Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT... | Steven Knight | 2005-11-06 | 2 | -0/+185 |
|
|
| * | Get rid of indentation tabs in the test scripts and have runtest.py invoke th... | Steven Knight | 2005-10-14 | 1 | -20/+20 |
|
|
| * | Handle Fortran MODULE definitions in the same file. (Craig Scott) | Steven Knight | 2005-08-21 | 1 | -4/+39 |
|
|
| * | Handle IOError exceptions when pushing files to CacheDir (and elsewhere). | Steven Knight | 2005-08-20 | 1 | -1/+1 |
|
|
| * | Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked c... | Steven Knight | 2005-08-11 | 1 | -4/+1 |
|
|
| * | Fix DirScanner's handling of file names beginning with '#'. | Steven Knight | 2005-06-10 | 1 | -1/+3 |
|
|
| * | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -2/+3 |
|
|
| * | Refactor the Rsearch*() methods out of existence in favor of simpler utility ... | Steven Knight | 2005-04-13 | 5 | -20/+17 |
|
|
| * | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 13 | -186/+222 |
|
|
| * | Checkpoint refactoring of the find_file() interface. | Steven Knight | 2005-03-01 | 4 | -12/+6 |
|
|
| * | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 4 | -9/+182 |
|
|
| * | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 5 | -53/+53 |
|
|
| * | Don't create a Node for every file we try to find during scan. | Steven Knight | 2005-02-10 | 1 | -1/+1 |
|
|
| * | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 6 | -31/+44 |
|
|
| * | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 6 | -10/+11 |
|
|
| * | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 6 | -56/+73 |
|
|
| * | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -4/+3 |
|
|
| * | Cache get_suffix() and get_build_env(). (Kevin Quick) | Steven Knight | 2004-12-16 | 2 | -12/+39 |
|
|