summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/UtilTests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix stripping the library prefix.Steven Knight2003-12-121-0/+15
* Add more variable substitution tests.Steven Knight2003-12-061-42/+78
* Refactor the scons_subst*() tests to make it easier to add tests and to more ...Steven Knight2003-11-121-308/+410
* Add more environment methods for global functions: Action(), Builder(), Envi...Steven Knight2003-09-251-5/+0
* Support construction variable expansion anywhere in a file or path name.Steven Knight2003-09-051-4/+10
* Refactor DictCmdGenerator to be a subclass of Selector.Steven Knight2003-08-181-0/+42
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-0/+24
* Suppress illegal construction variables.Steven Knight2003-05-231-0/+31
* Interpolate the null string for illegal list subscripts.Steven Knight2003-05-101-0/+14
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-3/+13
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-91/+163
* Follow-up test portability fixes for IRIX. (Chad Austin)Steven Knight2003-04-271-2/+6
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-0/+12
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-0/+8
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-091-0/+7
* Fix WhereIs() to return a normalized path. (Lachlan O'Dea)Steven Knight2003-03-141-7/+13
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-124/+174
* Fix the new signature dictionary so it handles slices and attributes such as ...Steven Knight2003-03-121-6/+67
* 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-0/+16
* Implement the Clean() function.Steven Knight2002-12-271-1/+51
* Change the name of 'lib.py' to 'mslib.py'.Steven Knight2002-12-051-2/+2
* Support variable substitution on scanner directories. (Charles Crain)Steven Knight2002-12-031-0/+21
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-12/+65
* win32 test portability fixes (Anthony Roach)Steven Knight2002-10-041-6/+5
* Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)Steven Knight2002-08-041-0/+33
* Performance enhancements: use a more efficient splitext() method; cache sour...Steven Knight2002-07-061-0/+5
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+26
* Add a Split() function (like argmunge()) in anticipation of removing the auto...Steven Knight2002-05-021-4/+4
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-3/+15
* Fix win32LinkGenerator.Steven Knight2002-04-171-2/+10
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-1/+45
* 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 n...Steven Knight2002-03-241-51/+0
* 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 con...Steven Knight2002-03-141-0/+11
* 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 environme...Steven Knight2002-02-091-10/+11
* 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