summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/UtilTests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add abspath construction variable modifier and variable (Anthony Roach)Steven Knight2002-04-111-1/+11
|
* Various performance enhancements. (Anthony Roach)Steven Knight2002-04-051-0/+5
|
* Add WhereIs() functionality.Steven Knight2002-03-271-0/+61
|
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its ↵Steven Knight2002-03-241-51/+0
| | | | name.
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-44/+0
|
* Make construction variables with a value of 0 work (Anthony Roach)Steven Knight2002-03-211-0/+8
|
* Swap the global and local arguments in scons_subst*() to match the Python ↵Steven Knight2002-03-141-0/+11
| | | | convention for exec().
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-121-16/+0
|
* Fix an exception caused by a null-string CPPPATH.Steven Knight2002-03-081-0/+6
|
* Add preliminary support for Unicode strings.Steven Knight2002-02-171-4/+22
|
* Fix variable interpolation with spaces, and problems with the WIN32 ↵Steven Knight2002-02-091-10/+11
| | | | environment (Charles Crain).
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-231-7/+27
|
* Significant performance optimizations (Charles Crain).Steven Knight2002-01-151-1/+1
|
* Fix improper initialization of a UserString (Charles Crain).Steven Knight2002-01-111-1/+1
|
* Collect common type-checking logic in SCons.Util.Steven Knight2002-01-081-0/+25
|
* General performance tweaksSteven Knight2001-12-311-3/+4
|
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-291-1/+35
|
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-3/+7
|
* Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable ↵Steven Knight2001-12-201-3/+6
| | | | subsitution (from Charles Crain).
* Bug fixes from Charles Crain.Steven Knight2001-12-191-1/+1
|
* Last Windows NT portability fixes (this release).Steven Knight2001-12-141-4/+4
|
* Rework implicit dependency scanning for relative CPPPATH values.Steven Knight2001-12-111-4/+4
|
* Move autogeneration of PATH-based variables from Environment initialization ↵Steven Knight2001-12-111-0/+26
| | | | to variable interpolation.
* Speed up and generalize SCons.Util.find_files().Steven Knight2001-12-041-2/+2
|
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-2/+17
|
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-151-2/+33
|
* Make the (s) and variables upper-case.Steven Knight2001-10-311-13/+13
|
* If the value of a is None, interpolate '', not 'None'.Steven Knight2001-10-181-0/+4
|
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-11/+21
|
* Refactor construction variable expansion.Steven Knight2001-10-121-20/+22
|
* Implement special variable substitution.Steven Knight2001-10-111-1/+45
|
* Add the Library() method.Steven Knight2001-10-111-3/+1
|
* Updating licensing.Steven Knight2001-10-031-0/+23
|
* Enhance Builders to take any type of node as input.Steven Knight2001-09-241-0/+9
|
* Implement the Depends() method.Steven Knight2001-09-241-0/+45