summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Fix the Java parser's handling of backslashes. (Leanid Nazdrynau)Steven Knight2005-05-302-1/+16
* Eliminate multiple calls to os.stat() to fetch file info.Steven Knight2005-05-131-1/+1
* Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner)Steven Knight2005-05-081-13/+80
* Add --include-dir and the source directory when calling the MinGW resource co...Steven Knight2005-05-071-1/+1
* Add RPATH (-R) support to the sun linker. (Karol Pietrzak)Steven Knight2005-05-071-0/+5
* Allow configurability of yacc-generated header files suffixes.Steven Knight2005-04-102-4/+40
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-029-19/+16
* Fix linkloc.py to work with newer env.subst() conventions. (Charles Crain)Steven Knight2005-03-241-1/+1
* Support Intel C compiler 9.0. (Gary Oberbrunner)Steven Knight2005-03-101-13/+54
* Checkpoint refactorings to remove CommandGenerator and ToolSpec classes.Steven Knight2005-03-063-44/+44
* Fix Fedora Core 3 test portability.Steven Knight2005-03-041-0/+3
* Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset)Steven Knight2005-02-283-2/+3
* Remove the space after the -o option when invoking the Borland BCC compiler. ...Steven Knight2005-02-271-2/+2
* Fix Intel compiler detection when there's no MSVC compiler installed. (Gary ...Steven Knight2005-02-161-6/+7
* Accumulated documentation changes.Steven Knight2005-02-1584-9/+4018
* Win32 portability.Steven Knight2005-02-141-1/+5
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-142-1/+4
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-149-18/+48
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-106-7/+7
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-082-4/+16
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-082-3/+2
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-073-0/+102
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-075-11/+24
* More command-line customizability: , , , , , , .Steven Knight2005-01-067-12/+41
* Import string fix in intelc.py. (Gary Oberbrunner)Steven Knight2005-01-051-1/+1
* Intel C compiler improvements. (Gary Oberbrunner)Steven Knight2004-12-311-11/+46
* Fix Java parsing when creating an array of class instances.Steven Knight2004-12-032-3/+20
* More command-line customizability: , , , , .Steven Knight2004-12-034-14/+24
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-021-2/+3
* More command-line customizability: and .Steven Knight2004-12-012-2/+5
* More command-line output customizability: , , , .Steven Knight2004-11-214-5/+17
* Miscellaneous fixes: portability and version fixes, missing , better CXXCOM ...Steven Knight2004-11-214-6/+12
* Add more customizability: , , , .Steven Knight2004-11-205-5/+15
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-204-53/+85
* Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe...Steven Knight2004-11-195-106/+566
* More display customizability: , . (Also add the missing , for completeness,...Steven Knight2004-11-151-1/+2
* Allow substitution of (Levi Stephen) and other construction variables used b...Steven Knight2004-10-231-6/+6
* Support .lex and .yacc file suffixes. (Matthew Doar)Steven Knight2004-10-222-0/+3
* Fix Java parsing when a string is encountered. (Christian Neeb)Steven Knight2004-10-122-1/+7
* Win32 portability fixes for tests.Steven Knight2004-10-091-1/+2
* Have the Qt Builder make uic-built files dependent on the .ui.h file, if it e...Steven Knight2004-10-081-1/+24
* 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 a deprecated warning for the scanner keyword argument for Builder creatio...Steven Knight2004-10-061-1/+1
* Make the linkloc tool use the value of to pick the version of MSVC. (Chris ...Steven Knight2004-09-221-1/+1
* Create .cvsignore files to ignore the generated *.pyc files.Steven Knight2004-09-131-0/+1
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-042-1/+66
* Don't add the ATL and MFC directories to %INCLUDE% and %LIB% by default (as p...Steven Knight2004-09-011-3/+1
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...Steven Knight2004-08-311-62/+64
* Handle white space in the Python path name inside. HandleSteven Knight2004-08-201-6/+6