summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add .sx assembly files to preprocessed-assembly source scanner list. Closes i...Gary Oberbrunner2010-07-041-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-15/+22
* Convert old-style classes in Tool/__init__.py to new-style classes.Steven Knight2010-05-141-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-4/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-7/+8
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-7/+9
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve ...Gary Oberbrunner2009-01-061-1/+1
* exception must be stringified before comparisonGreg Noel2008-10-291-1/+1
* Hefty update to the tex tool.Robert Managan2008-09-181-1/+7
* Merged revisions 2867-2879 via svnmerge fromSteven Knight2008-04-191-4/+5
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-2/+2
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-30/+89
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-2/+49
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-0/+77
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-8/+26
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-2/+3
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+5
* Merged revisions 1540-1545,1547-1581 via svnmerge fromSteven Knight2006-08-061-4/+23
* Add separate $RANLIBCOM and $RANLIBCOMSTR variables. (Christoph Schulz)Steven Knight2005-11-291-2/+6
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-061-0/+7
* Add f90 and f95 to the list of Fortran compilers searched by default.Steven Knight2005-08-221-7/+7
* Checkpoint refactorings to remove CommandGenerator and ToolSpec classes.Steven Knight2005-03-061-42/+42
* Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset)Steven Knight2005-02-281-0/+1
* Accumulated documentation changes.Steven Knight2005-02-151-2/+2
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-6/+36
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-081-1/+1
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+31
* Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe...Steven Knight2004-11-191-7/+9
* Allow importing local files from Tools found on a toolpath. (Chad Austin)Steven Knight2004-10-071-11/+18
* Allow passing a dictionary of keyword arguments to Tool specifications. (Gar...Steven Knight2004-10-071-4/+15
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-041-1/+2
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ...Steven Knight2004-07-291-1/+1
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-11/+9
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-121-2/+2
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-4/+6
* Move Action initializations for common default COM values from Tool/*.py to D...Steven Knight2004-05-161-3/+4
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-0/+1
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-14/+14
* Add support for a toolpath for Environments.Steven Knight2003-12-181-3/+17
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-221-4/+4
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-301-2/+2
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-18/+23
* Fix tool problems with xilink and linkloc.Steven Knight2003-08-161-1/+1
* Add SWIG support.Steven Knight2003-08-131-2/+3
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-7/+85
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-161-2/+2
* Add an M4 builder. (Timothee Besset)Steven Knight2003-06-091-1/+1
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-1/+1