summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/LaTeX.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-429/+0
* LaTeX scanner: Remove obsolete commentLukas Schrangl2019-07-031-7/+0
* LaTeX scanner: Find > 1 includes per lineLukas Schrangl2019-07-021-1/+0
* Use more idiomatic PythonMats Wichmann2019-06-061-3/+3
* Fix some regexes for Python 3.8 complaintsMats Wichmann2019-05-131-1/+1
* A few syntax cleanupsMats Wichmann2018-10-031-8/+8
* Fix many epydoc warningsWilliam Deegan2017-09-011-8/+14
* py2/3 Remove pdf from list of files to scan. This was causing errors as the ...William Deegan2017-04-061-1/+4
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-2/+2
* Merged in ricklupton/scons (pull request #374)William Deegan2016-11-251-30/+68
|\
| * Find dependencies using LaTeX "import" package commandsRick Lupton2016-11-231-30/+68
* | Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-2/+2
|/
* Add support for the biblatex package; search for new keywards to get side eff...Robert Managan2012-06-141-1/+4
* I had to add the INDEXSTYLES environment variable to the codeRobert Managan2010-08-231-0/+3
* Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge fromSteven Knight2010-06-151-3/+25
* Convert old-style classes in Scanner/LaTeX.py to new-style classes.Steven Knight2010-05-151-4/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-19/+7
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-4/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-9/+8
* 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
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* 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-121-1/+1
* 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-011-1/+6
* This patch removes setting the variable TEXPICTS in the tex tools andRobert Managan2008-09-301-3/+3
* Make a naked except: block catch specific exceptions (and notSteven Knight2008-09-251-1/+1
* 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-221-1/+1
* 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 2527-2645 via svnmerge fromSteven Knight2008-02-041-1/+1
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-3/+3
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-1/+5
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-8/+64
* Have the LaTeX scanner also look for \includegraphics{} strings.Steven Knight2005-11-201-6/+23
* 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-061-0/+51