summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Make the midl builder put the targets in the target directory, rather than ↵Steven Knight2004-01-161-5/+39
| | | | the source directory. (Anthony Roach)
* Fix MSVS Project file invocation when running scons.bat.Steven Knight2004-01-151-46/+50
|
* Better error handling if someone tries to add a non-Node as a source, ↵Steven Knight2004-01-113-0/+41
| | | | dependency or ignored dependency of a Node.
* Better test for use of Configure() in nested SConscript files..Steven Knight2004-01-101-3/+18
|
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-0/+5
|
* Fix .class suffix handling in JavaH.Steven Knight2004-01-081-1/+5
|
* Handle Configure() calls in multiple SConscript files.Steven Knight2004-01-081-16/+36
|
* Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin)Steven Knight2003-12-192-1/+84
|
* Add support for a toolpath for Environments.Steven Knight2003-12-181-0/+152
|
* Have the Zip() Builder create compressed .zip files by default.Steven Knight2003-12-161-0/+21
|
* Fix stripping the library prefix.Steven Knight2003-12-121-0/+63
|
* Relax the duplicate-environment restriction for targets so that it's okay if ↵Steven Knight2003-12-082-54/+234
| | | | the two environments would build the target with the same command or function call. (Scott Fritchie)
* Fix saving/restoring PackageOptions to a file. (Chris Burghart)Steven Knight2003-12-061-12/+8
|
* Make the Fortran scanner case-insensitive. (David M. Cooke)Steven Knight2003-12-011-1/+1
|
* Make the message about missing SConscript files a warning, not a hard ↵Steven Knight2003-12-012-1/+22
| | | | write(), so it can be ignored/disabled. (Scott Fritchie)
* Restore the ability for _stripixes() to call a custom _concat() function in ↵Steven Knight2003-11-251-0/+54
| | | | the construction environment.
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-221-0/+3
|
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-0/+22
|
* Added better -H documentation for --debug and remove -e from man page. ↵Steven Knight2003-11-181-0/+1
| | | | (Anthony Roach)
* Make duplicate build dir specifications be an error. (Anthony Roach)Steven Knight2003-11-121-1/+18
|
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ↵Steven Knight2003-11-107-20/+28
| | | | (more) consistent. Fix suffix-handling on case-insensitive Cygwin systems. Test fixes for Cygwin portability. (Chad Austin)
* Allow LIBS to be a single element, not a list, and allow it to contain File ↵Steven Knight2003-11-091-13/+32
| | | | nodes.
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-071-0/+109
|
* Add new Options flavors. (Hartmut Goebel)Steven Knight2003-11-041-0/+400
|
* Sync CVS log from master Aegis repository.Steven Knight2003-11-032-3/+4
|
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-301-0/+1
|
* Fix subclassing of the Environment and Scanner classes.Steven Knight2003-10-301-0/+60
|
* Fix a regression with env.Append().Steven Knight2003-10-281-2/+3
|
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-263-4/+19
|
* Really handle lack of the threading.py module when run by non-threaded Pythons.Steven Knight2003-10-221-1/+35
|
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-212-48/+102
|
* Fix a bug in Qt detection. (Christoph Wiedemann)Steven Knight2003-10-211-1/+38
|
* Test portability for win32.Steven Knight2003-10-211-5/+5
|
* More Environment method conversions:Steven Knight2003-10-134-9/+42
|
* Fix a problem with the new Parallel job support when a command fails. (J.T. ↵Steven Knight2003-10-091-3/+47
| | | | Conklin)
* Allow Dirs to be sources of Depends, Ignores, Precious and SideEffect. ↵Steven Knight2003-10-071-9/+44
| | | | (Gary Oberbrunner)
* Don't remove temporary files on win32 with rm when cygwin is not in use. ↵Steven Knight2003-10-071-1/+3
| | | | (Anthony Roach) Win32 portability fixes.
* Support using Dirs as sources for builds. (Charles Crain)Steven Knight2003-10-072-6/+107
|
* New parallel job execution. (J.T. Conklin)Steven Knight2003-10-061-10/+14
|
* Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel)Steven Knight2003-10-061-0/+48
|
* Add .S, .spp and .SPP to the list of files scanned for C preprocessor ↵Steven Knight2003-10-041-12/+57
| | | | dependencies. (J.T. Conklin)
* Add more environment methods for global functions: Action(), Builder(), ↵Steven Knight2003-09-255-11/+45
| | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method.
* Add global functions for all of the default Builders attached to the default ↵Steven Knight2003-09-234-4/+4
| | | | Environment.
* New tex.py.Steven Knight2003-09-211-7/+15
|
* Expand construction variables on the values of SConscript() keyword arguments.Steven Knight2003-09-181-2/+3
|
* Have the closing message say ...terminatedSteven Knight2003-09-182-5/+5
|
* Fix test/SWIG.py to find the proper Python include directory in all cases. ↵Steven Knight2003-09-181-3/+3
| | | | (Christoph Wiedemann)
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for ↵Steven Knight2003-09-171-0/+29
| | | | pre-Python 2.2. (Charles Crain)
* Fix dependency scans of generated files. (John Johnson)Steven Knight2003-09-162-0/+126
|
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-157-8/+113
|