summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add RPATH support. (Chad Austin)Steven Knight2004-04-031-0/+7
* Add a variable to control whether to compile moc-generated files. (Chad Aus...Steven Knight2004-04-031-23/+32
* Fix a bug with creation of shared libraries under MinGW. (Simon Perkins)Steven Knight2004-04-021-1/+1
* Support multiple source paths in Java. (Tom Epperly)Steven Knight2004-04-021-8/+9
* Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.Steven Knight2004-03-161-9/+10
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-082-0/+197
* Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen)Steven Knight2004-03-062-20/+55
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-2657-127/+196
* Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt...Steven Knight2004-02-161-3/+3
* Make the M4 Builder work with repositories by adding an rsrcnode attribute.Steven Knight2004-02-091-1/+1
* More robust reading of VCComponents.dat. (Chad Austin)Steven Knight2004-02-081-5/+7
* Deprecate the overrides Builder() keyword argument in favor of specifying val...Steven Knight2004-02-082-4/+4
* Have the Qt Builder(s) use flags from the environment used to specify the tar...Steven Knight2004-01-251-7/+8
* Update for MSVS 2003 (7.1). (Greg Spencer)Steven Knight2004-01-161-24/+46
* Fix an incorrect registry lookup in msvc.py.Steven Knight2004-01-161-1/+1
* Make the midl builder put the targets in the target directory, rather than th...Steven Knight2004-01-161-2/+2
* Fix MSVS Project file invocation when running scons.bat.Steven Knight2004-01-151-15/+48
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-102-16/+27
* Fix .class suffix handling in JavaH.Steven Knight2004-01-081-2/+4
* Fix __COPYRIGHT__ and __REVISION__ lines; make IDLTests.py as an Aegis test, ...Steven Knight2003-12-311-1/+1
* Add support for a toolpath for Environments.Steven Knight2003-12-181-3/+17
* Have the Zip() Builder create compressed .zip files by default.Steven Knight2003-12-161-7/+11
* MSVC fix for pre-2.3 Python versions. (Charles Crain)Steven Knight2003-12-021-1/+1
* Fix an incorrect _concat() call in the definition for the mingw Tool. (Chad...Steven Knight2003-12-021-1/+1
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-224-4/+175
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-182-18/+37