summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Util.py
Commit message (Expand)AuthorAgeFilesLines
* MSVS documentation, remove unnecessary exceptions, and restor escape() to its...Steven Knight2003-06-141-14/+42
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-0/+88
* Suppress illegal construction variables.Steven Knight2003-05-231-2/+9
* Interpolate the null string for illegal list subscripts.Steven Knight2003-05-101-2/+2
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-34/+35
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-190/+176
* Follow-up test portability fixes for IRIX. (Chad Austin)Steven Knight2003-04-271-0/+4
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-2/+31
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-0/+11
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-091-1/+8
* Fix WhereIs() to return a normalized path. (Lachlan O'Dea)Steven Knight2003-03-141-3/+3
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-74/+87
* Fix the new signature dictionary so it handles slices and attributes such as ...Steven Knight2003-03-121-5/+65
* Make SCons.Util.to_String() more efficient.Steven Knight2003-02-221-9/+12
* Support importing Platform and Tool specifications directly.Steven Knight2003-02-081-1/+3
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-4/+7
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-1/+1
* Implement the Clean() function.Steven Knight2002-12-271-0/+45
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-11/+15
* Win32 portability.Steven Knight2002-11-131-2/+10
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-8/+148
* Add the ParseConfig() method. (Steve Leblanc)Steven Knight2002-11-121-0/+47
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-0/+34
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-14/+0
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-0/+14
* On Win32 systems, supply a default if PATHEXT isn't in the environment; it do...Steven Knight2002-08-281-1/+4
* Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)Steven Knight2002-08-041-37/+42
* Still more Win32 portability.Steven Knight2002-07-141-2/+7
* Add prototype icc and ilink Tool specs for OS/2.Steven Knight2002-07-121-0/+21
* Performance enhancements: use a more efficient splitext() method; cache sour...Steven Knight2002-07-061-18/+51
* 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