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
/
Tool
/
tex.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
-991/+0
*
Remove 'from __future__ import print_function' no longer needed as we're drop...
William Deegan
2020-02-17
1
-2/+0
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
1
-4/+4
*
Tex builder: avoid error when reading non-utf-8 log files
maiphi
2019-11-01
1
-2/+2
*
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
1
-1/+1
*
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
1
-10/+16
*
A few syntax cleanups
Mats Wichmann
2018-10-03
1
-1/+1
*
py2/3 remove rb from tex processing.
William Deegan
2017-03-19
1
-6/+6
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-6/+0
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-6/+0
*
|
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
1
-6/+12
|
\
\
|
|
/
|
*
Fix the newglossary action to work with variantDir
Robert Managan
2014-08-12
1
-1/+1
|
*
Merged in rmanagan/scons/scons-fix-for-issue-2942 (pull request #132)
Gary Oberbrunner
2014-04-26
1
-2/+5
|
|
\
|
|
*
Improve support for biblatex package. Fix a case where we did not recognize t...
Robert Managan
2014-04-25
1
-2/+5
|
*
|
add name.synctex.gz to list of side effect files and those to be cleaned
Robert Managan
2014-04-24
1
-1/+4
|
|
/
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-0/+1
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-47/+47
|
/
*
Add separate biber action and add logic to call either bibtex or biber depend...
Robert Managan
2012-10-07
1
-4/+18
*
Remove lines that were commented out instead of being deleted
Robert Managan
2012-09-16
1
-4/+0
*
Support auxiliary files created by \newglossary command
Robert Managan
2012-09-16
1
-4/+52
*
Add support for using biber instead of bibtex.
Robert Managan
2012-06-14
1
-2/+38
*
Add support for the biblatex package; search for new keywards to get side eff...
Robert Managan
2012-06-14
1
-7/+9
*
Add support for Latex's multibib package and in the process generalize how we...
Rob Managan
2012-02-19
1
-7/+31
*
Update path information for OSX.
Robert Managan
2011-09-06
1
-0/+33
*
Since latex will add valid etension when it looks for files we
Robert Managan
2011-05-18
1
-18/+19
*
Add support for the bibunits package. This should help thesis writers.
Robert Managan
2010-09-12
1
-22/+40
*
WHen checking the .tex file for which side effects it generates always
Robert Managan
2010-08-19
1
-1/+2
*
Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from
Steven Knight
2010-06-15
1
-9/+15
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-6/+1
*
Issue 2332 (preparation): refactor print statements so we can
Steven Knight
2010-04-06
1
-7/+15
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-4/+3
*
Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.
Steven Knight
2010-01-21
1
-15/+12
*
Somehow I managed to lose this change in a comment
Robert Managan
2010-01-20
1
-1/+1
*
Update tex builder to handle the case where a \input{foo}
Robert Managan
2010-01-20
1
-12/+15
*
I got the order of the arguments wrong in a Clean() call I added to help fix teh
Robert Managan
2010-01-07
1
-1/+1
*
Change scanner to properly search for included file from the
Robert Managan
2010-01-04
1
-3/+16
*
Add a test for the case where a latex file uses \input{} to include the
Robert Managan
2009-11-25
1
-8/+80
*
Fix tex code to handle broken nomenclature package. (Fixes test failure on ce...
William Deegan
2009-09-16
1
-2/+2
*
As I set up the test case for the glossary and nomencl packages
Robert Managan
2009-08-21
1
-23/+31
*
Add test for glossaries package. and patch tex.py
Robert Managan
2009-08-21
1
-3/+42
*
Move the definition of env['LATEXSUFFIXES'] from Defaults.py to the
Robert Managan
2009-08-06
1
-0/+2
*
Turns out that in my revamped TeX builder I was listing the .dvi or
Robert Managan
2009-07-22
1
-5/+5
*
Update tex builder to use the -recorder option.
Robert Managan
2009-07-22
1
-13/+38
*
Issue 2401: Fix usage of comparison with None, patch from Jared Grubb
Greg Noel
2009-05-03
1
-2/+2
*
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
-26/+5
*
Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)
Steven Knight
2008-12-12
1
-4/+4
*
Accidently left a debug print in.
Robert Managan
2008-11-25
1
-4/+5
*
Add a test for the case of a .DVI build using a .eps graphics.
Robert Managan
2008-11-25
1
-10/+20
*
I found that my coding for automatically building .pdf files from .eps files
Robert Managan
2008-11-12
1
-1/+1
[next]