summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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, rather...Steven Knight2002-06-051-0/+18
* 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 c...Steven Knight2002-05-231-0/+65
* 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 in...Steven Knight2002-05-161-0/+101
* Fix a --implicit-cache when a file has no implicit deps and its source is gen...Steven Knight2002-05-151-0/+20
* 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
* Windows portability.Steven Knight2002-05-091-20/+20
* Add a better PATH search to the tests.Steven Knight2002-05-0722-194/+24
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-0611-29/+293
* Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to SCon...Steven Knight2002-05-021-0/+14
* Don't rebuild WIN32 libraries when there's no import library created. (Charl...Steven Knight2002-05-021-6/+2
* Add a test (short-circuited for now) for file names with unusual characters.Steven Knight2002-05-021-0/+93
* Add a Split() function (like argmunge()) in anticipation of removing the auto...Steven Knight2002-05-021-0/+54
* Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t...Steven Knight2002-05-022-2/+8
* Add 'dirs' and 'names' keyword arguments to SConscript for easier specificati...Steven Knight2002-04-291-0/+37
* Fix for relative CPPPATH directories in subsidiary SConscript files. (Charle...Steven Knight2002-04-241-2/+2
* Make Alias work with -U, -u, and -D (Anthony Roach)Steven Knight2002-04-243-6/+38
* Support building a PDF file directly from a TeX or LaTeX file using pdftex or...Steven Knight2002-04-236-70/+536
* Small fix for yacc: only look for a .h file if they used the -d option. (Ch...Steven Knight2002-04-221-0/+4
* Treat .c (lower case) and .C (upper case) files the same on case-insensitive ...Steven Knight2002-04-222-0/+340
* Several bug fixes from Charles Crain.Steven Knight2002-04-222-1/+16
* Fix Fortran arguments on Win32.Steven Knight2002-04-224-46/+140
* Fix win32LinkGenerator.Steven Knight2002-04-171-1/+1
* Win32 portability fix for the --debug=dtree test.Steven Knight2002-04-171-33/+27
* Fix importing of modules from the SConscript directory (Anthony Roach)Steven Knight2002-04-161-0/+6
* Handle long command lines for the MSVC linker.Steven Knight2002-04-161-0/+61
* Shared library test fixes. (Charles Crain)Steven Knight2002-04-165-46/+51
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-1516-8/+1359
* Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)Steven Knight2002-04-112-17/+128
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-0/+40
* Implement implicit dependency caching.Steven Knight2002-04-112-1/+180
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-0/+88
* Fix various problems with --profile (Anthony Roach)Steven Knight2002-04-051-0/+22
* Add --debug=dtree option (Anthony Roach)Steven Knight2002-04-051-0/+10
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-043-9/+42
* Make -c work with -n: don't remove the files!Steven Knight2002-03-312-0/+30
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-281-0/+143
* Add Fortran support.Steven Knight2002-03-282-0/+413