index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Scanner
/
LaTeX.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-429/+0
*
LaTeX scanner: Remove obsolete comment
Lukas Schrangl
2019-07-03
1
-7/+0
*
LaTeX scanner: Find > 1 includes per line
Lukas Schrangl
2019-07-02
1
-1/+0
*
Use more idiomatic Python
Mats Wichmann
2019-06-06
1
-3/+3
*
Fix some regexes for Python 3.8 complaints
Mats Wichmann
2019-05-13
1
-1/+1
*
A few syntax cleanups
Mats Wichmann
2018-10-03
1
-8/+8
*
Fix many epydoc warnings
William Deegan
2017-09-01
1
-8/+14
*
py2/3 Remove pdf from list of files to scan. This was causing errors as the ...
William Deegan
2017-04-06
1
-1/+4
*
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
1
-2/+2
*
Merged in ricklupton/scons (pull request #374)
William Deegan
2016-11-25
1
-30/+68
|
\
|
*
Find dependencies using LaTeX "import" package commands
Rick Lupton
2016-11-23
1
-30/+68
*
|
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-2/+2
|
/
*
Add support for the biblatex package; search for new keywards to get side eff...
Robert Managan
2012-06-14
1
-1/+4
*
I had to add the INDEXSTYLES environment variable to the code
Robert Managan
2010-08-23
1
-0/+3
*
Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from
Steven Knight
2010-06-15
1
-3/+25
*
Convert old-style classes in Scanner/LaTeX.py to new-style classes.
Steven Knight
2010-05-15
1
-4/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-19/+7
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
1
-1/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-4/+1
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-9/+8
*
Python 1.5 fix (no continue within a try:-except: block within a loop).
Steven Knight
2010-01-09
1
-2/+10
*
Change scanner to properly search for included file from the
Robert Managan
2010-01-04
1
-5/+30
*
Add scanning of files included in Latex by means of \lstinputlisting{}
Robert Managan
2009-12-17
1
-2/+4
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
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
1
-1/+1
*
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
1
-1/+6
*
This patch removes setting the variable TEXPICTS in the tex tools and
Robert Managan
2008-09-30
1
-3/+3
*
Make a naked except: block catch specific exceptions (and not
Steven Knight
2008-09-25
1
-1/+1
*
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
1
-1/+1
*
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 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-1/+1
*
Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from
Steven Knight
2007-08-17
1
-3/+3
*
Merged revisions 1907-1940,1942-1967 via svnmerge from
Steven Knight
2007-06-01
1
-1/+5
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-8/+64
*
Have the LaTeX scanner also look for \includegraphics{} strings.
Steven Knight
2005-11-20
1
-6/+23
*
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
1
-0/+51