summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore scanning of .pch files. (Anthony Roach)Steven Knight2004-08-191-1/+2
* Add support for the darwin (Mac OS X) platform. (James Juhasz)Steven Knight2004-08-181-0/+2
* Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.Steven Knight2004-08-116-79/+128
* Qt fixes. (Christoph Wiedemann)Steven Knight2004-08-071-18/+24
* Add support on IRIX. (Chad Austin)Steven Knight2004-08-021-0/+7
* Change the copyright statement to reflect ownership by the foundation. Add a...Steven Knight2004-07-302-2/+50
* Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual T...Steven Knight2004-07-307-2/+16
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ...Steven Knight2004-07-293-14/+75
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-2915-33/+526
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-123-114/+193
* Two more win32 fixes: don't have SConfTests.py look for sin(), since it's av...Steven Knight2004-07-082-4/+6
* Change PDB file generation from compile time to link time. (Anthony Roach)Steven Knight2004-06-142-18/+8
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-0128-60/+30
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-194-8/+10
* Move Action initializations for common default COM values from Tool/*.py to D...Steven Knight2004-05-163-7/+9
* Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)Steven Knight2004-05-084-17/+25
* More robust searching for the ICL license file. (Gary Oberbrunner)Steven Knight2004-04-131-1/+28