summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement spawn() using os.system() on Posix OSes. (Anthony Roach)Steven Knight2002-08-233-6/+6
|
* Make case differences not effect #include order. (Anthony Roach)Steven Knight2002-08-231-0/+32
|
* Remove debug prints left in test/BuildDir.py.Steven Knight2002-08-181-2/+0
|
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-131-0/+199
|
* Fix implicit dependencies with duplicate=0.Steven Knight2002-08-131-0/+11
|
* Fix aliases as dependencies. (Anthony Roach)Steven Knight2002-08-091-1/+42
|
* Add a test for Repository and the -c option.Steven Knight2002-08-061-0/+182
|
* Add Install() + Local() functionality.Steven Knight2002-08-061-0/+82
|
* Add Local() functionality to Repository support.Steven Knight2002-08-061-0/+84
|
* Support Repository and Default().Steven Knight2002-08-061-0/+100
|
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-052-0/+125
|
* Add a decent error message for corrupted .sconsign files (Bug 579666). ↵Steven Knight2002-08-051-1/+31
| | | | (Anthony Roach)
* Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)Steven Knight2002-08-051-4/+10
|
* Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)Steven Knight2002-08-051-0/+16
|
* Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)Steven Knight2002-08-041-0/+63
|
* Still more Repository tests: CPPPATH, StaticLibrary, linking objects, and ↵Steven Knight2002-07-305-14/+606
| | | | compilation within a Repository.
* Add more Repository tests (and clean up multi-dir.py).Steven Knight2002-07-305-35/+515
|
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-0/+146
|
* Win32 portability in Repository tests.Steven Knight2002-07-252-2/+2
|
* Repository support (first cut).Steven Knight2002-07-175-8/+708
|
* Win32 portability fixes. (Charles Crain)Steven Knight2002-07-151-1/+15
|
* Win32 fixes for test/SH{CC,CXX}FLAGS.py.Steven Knight2002-07-152-4/+4
|
* Add --implicit-deps-changed. (Anthony Roach)Steven Knight2002-07-141-0/+31
|
* Still more Win32 portability.Steven Knight2002-07-146-47/+61
|
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ↵Steven Knight2002-07-123-0/+159
| | | | SetBuildSignatureType() function. (Anthony Roach)
* Fix scons -v on win32. (Anthony Roach)Steven Knight2002-07-121-1/+7
|
* Allow build directories outside the SConstruct tree; add a FindFile() ↵Steven Knight2002-07-103-41/+145
| | | | function to search for files with a specified name; add to the shared-object g++ and gcc command lines. (Charles Crain)
* Add a prototype os2 Platform() module.Steven Knight2002-07-081-0/+6
|
* Add a TAR Builder.Steven Knight2002-07-082-0/+268
|
* Add support for side effect targets. (Anthony Roach)Steven Knight2002-07-041-0/+121
|
* Add support for assembly language (.s and .S) Tools. Still needs support ↵Steven Knight2002-06-272-0/+586
| | | | for building shared objects.
* Win32 portability fixes for various tests.Steven Knight2002-06-269-130/+32
|
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-2/+2
|
* Supply more specific version info, including build date.Steven Knight2002-06-181-2/+2
|
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-1513-215/+217
|
* Add a native Fortran include scanner.Steven Knight2002-06-122-4/+258
|
* Remove white-space split of file name lists.Steven Knight2002-06-1111-11/+11
|
* Changes from Charles Crain.Steven Knight2002-06-0536-137/+224
|
* Fix ListBuilder so it works with --implicit-cache. (Anthony Roach)Steven Knight2002-06-051-0/+23
|
* Print an error message if a file can't be unlinked before being built, ↵Steven Knight2002-06-051-0/+18
| | | | rather than just silently terminating the build. (Anthony Roach)
* Windows NT portability.Steven Knight2002-05-313-13/+27
|
* Add --debug=time option. (Anthony Roach)Steven Knight2002-05-231-0/+50
|
* Fix .sconsign signature storing so that the output files of one scons build ↵Steven Knight2002-05-231-0/+65
| | | | can be safely used as the inputs to another scons build. (Anthony Roach)
* Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)Steven Knight2002-05-171-0/+78
|
* Make the drive letters on Windows always be the same case, so that changes ↵Steven Knight2002-05-161-0/+101
| | | | in the case of drive letters don't cause a rebuild. (Anthony Roach)
* Fix a --implicit-cache when a file has no implicit deps and its source is ↵Steven Knight2002-05-151-0/+20
| | | | generated. (Anthony Roach)
* Fix a couple obscure bugs. (Anthony Roach)Steven Knight2002-05-152-0/+118
|
* Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)Steven Knight2002-05-141-1/+13
|
* Fix some bad exceptions in Defaults.py (Anthony Roach)Steven Knight2002-05-131-1/+26
|
* Add a Platform() method.Steven Knight2002-05-092-2/+63
|