summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FSTests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-1/+2
* Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)Steven Knight2002-01-311-0/+7
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Add the Precious() method.Steven Knight2002-01-241-0/+6
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-241-0/+17
* Fix binary file signatures on Win32 (Crain).Steven Knight2002-01-231-0/+7
* Significant performance optimizations (Charles Crain).Steven Knight2002-01-151-1/+10
* General performance tweaksSteven Knight2001-12-311-51/+2
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-0/+14
* Windows NT portability fixes for tests.Steven Knight2001-12-211-4/+4
* Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...Steven Knight2001-12-201-0/+13
* Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...Steven Knight2001-12-191-0/+8
* Bug fixes from Charles Crain.Steven Knight2001-12-191-1/+1
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-3/+51
* Last Windows NT portability fixes (this release).Steven Knight2001-12-141-1/+2
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-131-5/+6
* Track implicit (scanned) dependencies separately from the others.Steven Knight2001-12-111-8/+5
* Add Scanner objects to source files when we first find them, not later when t...Steven Knight2001-12-111-3/+15
* Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and a...Steven Knight2001-12-111-0/+51
* More NT portability fixes.Steven Knight2001-11-241-39/+40
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-0/+6
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-141-3/+18
* Handle SConscript files in subdirectories.Steven Knight2001-10-291-0/+8
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-281-2/+24
* Support building (sub)directories.Steven Knight2001-10-251-11/+77
* Add -k support and moreSteven Knight2001-10-241-2/+4
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-60/+81
* Generalize whether or not nodes use signatures, and how the Sig module decide...Steven Knight2001-10-151-0/+3
* Add an FS.Entry class that can morph to File or Dir.Steven Knight2001-10-151-10/+42
* Updating licensing.Steven Knight2001-10-031-0/+23
* Add children() methods for nodes.Steven Knight2001-10-021-0/+12
* Handle build errors.Steven Knight2001-10-021-0/+5
* Add unit tests for Node methods that have been recently added.Steven Knight2001-09-281-1/+7
* Enhance Builders to take any type of node as input.Steven Knight2001-09-241-0/+5
* Implement the Depends() method.Steven Knight2001-09-241-2/+2
* Clean up the Node.FS class.Steven Knight2001-09-191-88/+87
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+109