| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Added a strfunction to the various tex builders. Since the sub-actions report | Robert Managan | 2008-09-04 | 1 | -4/+17 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -30/+68 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -7/+9 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -15/+47 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -1/+1 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -11/+31 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -13/+43 |
|
|
* | Fix DVIPDF tests, refactor various TeX Tool modules. | Steven Knight | 2005-12-16 | 1 | -23/+46 |
|
|
* | Add a TeX emitter to cover removal of .aux and .log files. (Joel B. Mohler) | Steven Knight | 2005-11-28 | 1 | -0/+6 |
|
|
* | Make all relevant builders of .tex and .ltx files consistent with respect to ... | Steven Knight | 2005-11-07 | 1 | -23/+38 |
|
|
* | Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT... | Steven Knight | 2005-11-06 | 1 | -3/+18 |
|
|
* | Get rid of the last tabs in the source files and have the TestSCons infrastru... | Steven Knight | 2005-10-09 | 1 | -3/+3 |
|
|
* | More command-line customizability: , , , , . | Steven Knight | 2004-12-03 | 1 | -11/+18 |
|
|
* | Initialize *FLAGS variables with objects that can add flags either as strings... | Steven Knight | 2004-02-26 | 1 | -3/+3 |
|
|
* | Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel) | Steven Knight | 2003-10-06 | 1 | -1/+1 |
|
|
* | Pre-Python 2 portability fix in new tex.py tool. Portability fix in Environm... | Steven Knight | 2003-09-22 | 1 | -2/+3 |
|
|