summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOMSteven Knight2009-02-113-6/+6
* Add the $CCFLAGS variable to the $PCHCOM command line, and rearrangeSteven Knight2009-02-091-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-09108-0/+645
* 2to3 sez, "rewrite map() as loop"Greg Noel2009-02-081-1/+3
* Fix a mismatch in generated GUIDs on non-Windows platforms bySteven Knight2009-01-251-2/+6
* Various Windows fixes:Steven Knight2009-01-181-2/+2
* Issue 2278: Emit header name when using SWIG directors (Ben Webb)Greg Noel2009-01-171-4/+25
* Remove $CCFLAGS from the the default definitions of $CXXFLAGS forSteven Knight2009-01-102-2/+2
* Update src/CHANGES.txt for recent checkins.Steven Knight2009-01-101-1/+2
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-094-10/+96
* Remove the feature that would build .pdf graphics filesRobert Managan2009-01-091-26/+5
* Issue 2279: Support $SWIGOUTDIR values with spaces in theSteven Knight2009-01-081-1/+1
* Fix issue #1175: allow WIN32_INSERT_DEF=0 to turn off --output-def in mingw l...Gary Oberbrunner2009-01-071-1/+2
* Fix issue 2273: Users Guide msvc missing a few vars.Gary Oberbrunner2009-01-071-0/+3
* Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve ...Gary Oberbrunner2009-01-063-22/+53
* Add -e$TARGET to Borland linker command line, to fix issue #1166.Gary Oberbrunner2009-01-061-2/+2
* First part of issue 2278: handle quoted module names in SWIG sourceGreg Noel2009-01-041-3/+13
* Revert r3828 (vs9 support) in favor of the vs_revamp integration.Steven Knight2008-12-121-68/+1
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-124-13/+13
* Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein)Steven Knight2008-12-111-1/+68
* Accidently left a debug print in.Robert Managan2008-11-251-4/+5
* Add a test for the case of a .DVI build using a .eps graphics.Robert Managan2008-11-251-10/+20
* Add reference to LoadableModule in SharedLibrary descriptionGreg Noel2008-11-191-0/+5
* I found that my coding for automatically building .pdf files from .eps filesRobert Managan2008-11-121-1/+1
* 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