summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Collapse)AuthorAgeFilesLines
...
* Support 'from SConsScript import *' to allow Python modules imported by ↵Steven Knight2005-01-082-4/+16
| | | | SConscript files to get at the global builders and functions more easily.
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ↵Steven Knight2005-01-082-3/+2
| | | | name.
* 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
| | | | tests, ATL include directories, intelc Tool import.
* 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 ↵Steven Knight2004-11-195-106/+566
| | | | (Russell Yanofsky); new Intel C compiler (Gary Oberbrunner).
* More display customizability: , . (Also add the missing , for ↵Steven Knight2004-11-151-1/+2
| | | | completeness, and gets rid of the unused SCons.Defaults.DAction object.)
* Allow substitution of (Levi Stephen) and other construction variables used ↵Steven Knight2004-10-231-6/+6
| | | | by various Tools.
* 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 ↵Steven Knight2004-10-081-1/+24
| | | | exists. (Christoph Wiedemann)
* 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. ↵Steven Knight2004-10-071-4/+15
| | | | (Gary Oberbrunner)
* Add a deprecated warning for the scanner keyword argument for Builder ↵Steven Knight2004-10-061-1/+1
| | | | creation. (Kevin Quick)
* Make the linkloc tool use the value of to pick the version of MSVC. (Chris ↵Steven Knight2004-09-221-1/+1
| | | | Pawling)
* 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 ↵Steven Knight2004-09-011-3/+1
| | | | previously announced).
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. ↵Steven Knight2004-08-311-62/+64
| | | | (Christoph Wiedemann)
* 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 ↵Steven Knight2004-07-302-2/+50
| | | | and fix statements where needed. Update scripts accordingly.
* Move LIB{PREFIX,SUFFIX} definitions from the Platform modules to individual ↵Steven Knight2004-07-307-2/+16
| | | | Tool modules. (Chris Murray)
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ↵Steven Knight2004-07-293-14/+75
| | | | (Jonathan Gurley) Fortran 90 tests for future use. (Chris Murray)
* 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 ↵Steven Knight2004-07-123-114/+193
| | | | variables. (Christoph Wiedemann)
* Two more win32 fixes: don't have SConfTests.py look for sin(), since it's ↵Steven Knight2004-07-082-4/+6
| | | | available in the default library when using Visual Studio; add the new object scanner as the source_scanner for the RES Builder.
* 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 ↵Steven Knight2004-05-194-8/+10
| | | | with generated header files by allowing Scanners to be associated explicitly with Builders, not just through Scanner file suffix lists.
* Move Action initializations for common default COM values from Tool/*.py to ↵Steven Knight2004-05-163-7/+9
| | | | Defaults.py.
* 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
|
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-102-6/+2
|
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-044-14/+14
|