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
*
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
|
/
*
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
*
Python 1.5 and 2.1 compatibility: string methods, nested scopes.
Steven Knight
2008-11-12
1
-1/+2
*
This new test and emitter update recursively checks the whole source of the
Robert Managan
2008-10-30
1
-37/+45
*
Python 1.5 compatibility.
Steven Knight
2008-10-08
1
-1/+3
*
Reset the default Verbose value to False.
Steven Knight
2008-10-07
1
-1/+1
*
test/TEX/PDF_single_source.py
Robert Managan
2008-10-07
1
-59/+163
*
This patch removes setting the variable TEXPICTS in the tex tools and
Robert Managan
2008-09-30
1
-1/+5
*
Change FUTURE markers to TODO(1.5) so we are all using the same style.
Greg Noel
2008-09-25
1
-2/+2
*
1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.
Steven Knight
2008-09-23
1
-1/+1
*
Python 2.2 portability (no .pop() method on dictionaries, ' in '
Steven Knight
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
-2/+4
*
Hefty update to the tex tool.
Robert Managan
2008-09-18
1
-144/+315
*
Add the ability of the Tex builder to change the name of the created
Robert Managan
2008-09-10
1
-1/+28
*
Pass the results of the InternalLaTeXAuxAction back up the call chain
Robert Managan
2008-09-04
1
-9/+21
[next]