summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Collapse)AuthorAgeFilesLines
...
* Add RPATH support. (Chad Austin)Steven Knight2004-04-031-0/+7
|
* Add a variable to control whether to compile moc-generated files. (Chad ↵Steven Knight2004-04-031-23/+32
| | | | Austin)
* 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 ↵Steven Knight2004-02-2657-127/+196
| | | | strings or lists.
* Add AppendUnique() and PrependUnique() Environment methods. Fix using the ↵Steven Knight2004-02-161-3/+3
| | | | qt Tool from a copied construction environment.
* 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 ↵Steven Knight2004-02-082-4/+4
| | | | values directly as keyword arguments, like we do for other functions and methods.
* Have the Qt Builder(s) use flags from the environment used to specify the ↵Steven Knight2004-01-251-7/+8
| | | | target, not the environment that first had the Builder(s) attached. (Christoph Wiedemann)
* 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 ↵Steven Knight2004-01-161-2/+2
| | | | the source directory. (Anthony Roach)
* 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
| | | | not a source file.
* 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. ↵Steven Knight2003-12-021-1/+1
| | | | (Chad Austin)
* 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
| | | | (more) consistent. Fix suffix-handling on case-insensitive Cygwin systems. Test fixes for Cygwin portability. (Chad Austin)
* 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 ↵Steven Knight2003-11-031-2/+3
| | | | actually release.
* 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 ↵Steven Knight2003-09-221-2/+3
| | | | EnvironmentTests.py.
* New tex.py.Steven Knight2003-09-211-1/+65
|
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for ↵Steven Knight2003-09-176-11/+56
| | | | pre-Python 2.2. (Charles Crain)
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing ↵Steven Knight2003-09-156-8/+73
| | | | copyright notices. Fix some portability problems with new Tool files.
* 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 ↵Steven Knight2003-08-041-0/+1
| | | | Oberbrunner)
* 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 ↵Steven Knight2003-07-2911-37/+135
| | | | emitter functions. Refactor initialization of a number of builders out of the SCons.Defaults.py module.
* 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
|