summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/tex.py
Commit message (Expand)AuthorAgeFilesLines
...
* 1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.Steven Knight2008-09-231-1/+1
* Python 2.2 portability (no .pop() method on dictionaries, ' in 'Steven Knight2008-09-221-1/+1
* Fix syntax and semantic errors preventing regression tests from running on 1.5.2Greg Noel2008-09-221-2/+4
* Hefty update to the tex tool.Robert Managan2008-09-181-144/+315
* Add the ability of the Tex builder to change the name of the createdRobert Managan2008-09-101-1/+28
* Pass the results of the InternalLaTeXAuxAction back up the call chainRobert Managan2008-09-041-9/+21
* Added a strfunction to the various tex builders. Since the sub-actions reportRobert Managan2008-09-041-4/+17
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-30/+68
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-7/+9
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-15/+47
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+1
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-11/+31
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-13/+43
* Fix DVIPDF tests, refactor various TeX Tool modules.Steven Knight2005-12-161-23/+46
* Add a TeX emitter to cover removal of .aux and .log files. (Joel B. Mohler)Steven Knight2005-11-281-0/+6
* Make all relevant builders of .tex and .ltx files consistent with respect to ...Steven Knight2005-11-071-23/+38
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-061-3/+18
* Get rid of the last tabs in the source files and have the TestSCons infrastru...Steven Knight2005-10-091-3/+3
* More command-line customizability: , , , , .Steven Knight2004-12-031-11/+18
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-3/+3
* Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel)Steven Knight2003-10-061-1/+1
* Pre-Python 2 portability fix in new tex.py tool. Portability fix in Environm...Steven Knight2003-09-221-2/+3
* New tex.py.Steven Knight2003-09-211-1/+65
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-1/+1
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-2/+2
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-0/+3
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+50