summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Python 1.5 and 2.1 compatibility: string methods, nested scopes.Steven Knight2008-11-121-1/+2
* Issue 2228: discard stderr by using os.devnullGreg Noel2008-11-092-2/+4
* Issue 2087: Handle Java classes declared in methodsLudwig Hähne2008-10-311-0/+16
* This new test and emitter update recursively checks the whole source of theRobert Managan2008-10-301-37/+45
* exception must be stringified before comparisonGreg Noel2008-10-291-1/+1
* Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260).David Cournapeau2008-10-201-0/+3
* Update docstring for ifort.David Cournapeau2008-10-201-1/+1
* Fix trailing space.David Cournapeau2008-10-201-2/+2
* Don't add an action to use epstopdf to build .pdf from .psRobert Managan2008-10-101-1/+1
* Testing on a Mac turned up a problem that did not show up on linux.Robert Managan2008-10-082-4/+0
* Python 1.5 compatibility.Steven Knight2008-10-081-1/+3
* Reset the default Verbose value to False.Steven Knight2008-10-071-1/+1
* test/TEX/PDF_single_source.pyRobert Managan2008-10-077-71/+198
* Initial Python 2.6 portability in SCons code itself, using subprocessSteven Knight2008-10-072-9/+12
* Python 2.2 portability: no dictionary pop() method.Steven Knight2008-10-011-1/+1
* This patch removes setting the variable TEXPICTS in the tex tools andRobert Managan2008-09-303-2/+70
* Revert checkin of incomplete changeGreg Noel2008-09-261-31/+13
* reassign credit where credit is dueGreg Noel2008-09-261-14/+32
* Fix for previous fix for 402 and 2082William Deegan2008-09-251-1/+2
* Fix for bugs 402 and 2082 - implement scanner for windows resource files.William Deegan2008-09-251-3/+8
* Issue 2183, fix typosGreg Noel2008-09-252-2/+2
* Issue 2183: .sx assembler suffix uses C preprocessorGreg Noel2008-09-254-3/+5
* Change FUTURE markers to TODO(1.5) so we are all using the same style.Greg Noel2008-09-251-2/+2
* 1.5 compatibility: string methods in Tool/msvs.py.Steven Knight2008-09-231-13/+40
* 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
* make references to subprocess.Popen synchronousGreg Noel2008-09-222-0/+4
* Hefty update to the tex tool.Robert Managan2008-09-183-146/+323
* Make the test/TEX/LATEX*py scripts work even on systems that don't haveSteven Knight2008-09-171-0/+3
* Revert 2102, pending additional discussion.Steven Knight2008-09-152-197/+3
* Issue 2102: Add support for Visual Studio 9 and newer PlatformSteven Knight2008-09-152-3/+197
* Add common subproc function and modify routines to use itGreg Noel2008-09-122-14/+6
* Add the ability of the Tex builder to change the name of the createdRobert Managan2008-09-101-1/+28
* Issues 2076 and 2232, use ENV and suppress stderr when checking GCC version IDGreg Noel2008-09-102-6/+32
* Fix typo for msvc.py.David Cournapeau2008-09-091-2/+2
* Fix entity references:Steven Knight2008-09-061-2/+2
* Pass the results of the InternalLaTeXAuxAction back up the call chainRobert Managan2008-09-044-15/+30
* Added a strfunction to the various tex builders. Since the sub-actions reportRobert Managan2008-09-044-11/+25
* Make msvc tool consistent with cc for _CCCOMCOM usage.David Cournapeau2008-09-031-5/+5
* Issue 2159: Man page formatting errors for Packaging()Greg Noel2008-08-271-13/+14
* Issue 2090: document how to use LANG with Java sourcesGreg Noel2008-08-251-1/+16
* Fix issue 2127 (missing FRAMEWORKSFLAGS in applelink.py) by adding them in a ...Gary Oberbrunner2008-08-211-2/+2
* Fix bug #2163, Tool/ilink32 (Borland linker) needs shared lib builder. Not t...Gary Oberbrunner2008-08-151-0/+2
* Issue 2162: YACC fix for OS XGreg Noel2008-08-141-6/+9
* Merged revisions 3057-3059,3061-3264 via svnmerge fromSteven Knight2008-08-092-4/+19
* Merged revisions 2949-2953,2955-3056 via svnmerge fromSteven Knight2008-06-104-22/+45
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-184-19/+24
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-303-15/+3
* Merged revisions 2880-2883,2885-2895 via svnmerge fromSteven Knight2008-04-211-4/+3