summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Util.py
Commit message (Expand)AuthorAgeFilesLines
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+9
* Windows NT portability.Steven Knight2002-05-311-4/+3
* Make the drive letters on Windows always be the same case, so that changes in...Steven Knight2002-05-161-3/+14
* Add a Split() function (like argmunge()) in anticipation of removing the auto...Steven Knight2002-05-021-4/+8
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-2/+21
* Fix win32LinkGenerator.Steven Knight2002-04-171-0/+6
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-4/+26
* Add abspath construction variable modifier and variable (Anthony Roach)Steven Knight2002-04-111-1/+6
* Various performance enhancements. (Anthony Roach)Steven Knight2002-04-051-0/+23
* Add WhereIs() functionality.Steven Knight2002-03-271-0/+45
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-241-36/+0
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-132/+0
* Make construction variables with a value of 0 work (Anthony Roach)Steven Knight2002-03-211-1/+1
* Swap the global and local arguments in scons_subst*() to match the Python con...Steven Knight2002-03-141-5/+5
* Support whitespace separated CPPPATH, etc. (Task 49057). (Steve Leblanc)Steven Knight2002-03-121-1/+3
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-121-50/+0
* Fix an exception caused by a null-string CPPPATH.Steven Knight2002-03-081-9/+16
* Add preliminary support for Unicode strings.Steven Knight2002-02-171-2/+8
* Fix variable interpolation with spaces, and problems with the WIN32 environme...Steven Knight2002-02-091-3/+17
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-231-3/+10
* Significant performance optimizations (Charles Crain).Steven Knight2002-01-151-2/+2
* Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...Steven Knight2002-01-111-0/+36
* Collect common type-checking logic in SCons.Util.Steven Knight2002-01-081-14/+30
* General performance tweaksSteven Knight2001-12-311-17/+34
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-291-0/+32
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-5/+18
* Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...Steven Knight2001-12-201-1/+1
* Bug fixes from Charles Crain.Steven Knight2001-12-191-37/+72
* Rework implicit dependency scanning for relative CPPPATH values.Steven Knight2001-12-111-13/+12
* Move autogeneration of PATH-based variables from Environment initialization t...Steven Knight2001-12-111-0/+59
* Speed up and generalize SCons.Util.find_files().Steven Knight2001-12-041-6/+5
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-0/+34
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-151-17/+48
* If the value of a is None, interpolate '', not 'None'.Steven Knight2001-10-181-1/+5
* Refactor construction variable expansion.Steven Knight2001-10-121-27/+26
* Implement special variable substitution.Steven Knight2001-10-111-0/+120
* Add the Library() method.Steven Knight2001-10-111-2/+2
* Updating licensing.Steven Knight2001-10-031-0/+23
* Enhance Builders to take any type of node as input.Steven Knight2001-09-241-3/+9
* Implement the Depends() method.Steven Knight2001-09-241-0/+40