summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-1010-26/+31
* Fixes for the AIX C and C++ Tool specifications. (Vincent Risi)Steven Knight2003-11-032-4/+4
* Restore the default '-LANG:std' C++ flag on SGI IRIX systems before we actual...Steven Knight2003-11-031-2/+3
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-304-9/+36
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-261-2/+2
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-217-5/+17
* Fix a bug in Qt detection. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
* Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel)Steven Knight2003-10-061-1/+1
* Pre-Python 2 portability fix in new tex.py tool. Portability fix in Environm...Steven Knight2003-09-221-2/+3
* New tex.py.Steven Knight2003-09-211-1/+65
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-176-11/+56
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright...Steven Knight2003-09-156-8/+73
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-2415-113/+430
* Fix tool problems with xilink and linkloc.Steven Knight2003-08-163-5/+5
* Fix a yacc regression.Steven Knight2003-08-161-0/+1
* Add SWIG support.Steven Knight2003-08-132-2/+68
* Initialize a LIB environment variable for the Intel compiler. (Gary Oberbrun...Steven Knight2003-08-041-0/+1
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-035-17/+20
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-0210-19/+28
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-1/+1
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-2911-37/+135
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+214
* Add a script to print .sconsign file contents.Steven Knight2003-07-183-11/+36
* CVS fixes.Steven Knight2003-07-071-1/+1