| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach) | Steven Knight | 2002-08-05 | 1 | -0/+16 |
|
|
* | Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach) | Steven Knight | 2002-08-04 | 1 | -0/+63 |
|
|
* | Still more Repository tests: CPPPATH, StaticLibrary, linking objects, and co... | Steven Knight | 2002-07-30 | 5 | -14/+606 |
|
|
* | Add more Repository tests (and clean up multi-dir.py). | Steven Knight | 2002-07-30 | 5 | -35/+515 |
|
|
* | Multiple directory .h includes in Repositories. | Steven Knight | 2002-07-29 | 1 | -0/+146 |
|
|
* | Win32 portability in Repository tests. | Steven Knight | 2002-07-25 | 2 | -2/+2 |
|
|
* | Repository support (first cut). | Steven Knight | 2002-07-17 | 5 | -8/+708 |
|
|
* | Win32 portability fixes. (Charles Crain) | Steven Knight | 2002-07-15 | 1 | -1/+15 |
|
|
* | Win32 fixes for test/SH{CC,CXX}FLAGS.py. | Steven Knight | 2002-07-15 | 2 | -4/+4 |
|
|
* | Add --implicit-deps-changed. (Anthony Roach) | Steven Knight | 2002-07-14 | 1 | -0/+31 |
|
|
* | Still more Win32 portability. | Steven Knight | 2002-07-14 | 6 | -47/+61 |
|
|
* | Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ... | Steven Knight | 2002-07-12 | 3 | -0/+159 |
|
|
* | Fix scons -v on win32. (Anthony Roach) | Steven Knight | 2002-07-12 | 1 | -1/+7 |
|
|
* | Allow build directories outside the SConstruct tree; add a FindFile() functio... | Steven Knight | 2002-07-10 | 3 | -41/+145 |
|
|
* | Add a prototype os2 Platform() module. | Steven Knight | 2002-07-08 | 1 | -0/+6 |
|
|
* | Add a TAR Builder. | Steven Knight | 2002-07-08 | 2 | -0/+268 |
|
|
* | Add support for side effect targets. (Anthony Roach) | Steven Knight | 2002-07-04 | 1 | -0/+121 |
|
|
* | Add support for assembly language (.s and .S) Tools. Still needs support for... | Steven Knight | 2002-06-27 | 2 | -0/+586 |
|
|
* | Win32 portability fixes for various tests. | Steven Knight | 2002-06-26 | 9 | -130/+32 |
|
|
* | Check in the Tool() interface. (SK and Charles Crain) | Steven Knight | 2002-06-20 | 1 | -2/+2 |
|
|
* | Supply more specific version info, including build date. | Steven Knight | 2002-06-18 | 1 | -2/+2 |
|
|
* | Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain) | Steven Knight | 2002-06-15 | 13 | -215/+217 |
|
|
* | Add a native Fortran include scanner. | Steven Knight | 2002-06-12 | 2 | -4/+258 |
|
|
* | Remove white-space split of file name lists. | Steven Knight | 2002-06-11 | 11 | -11/+11 |
|
|
* | Changes from Charles Crain. | Steven Knight | 2002-06-05 | 36 | -137/+224 |
|
|
* | Fix ListBuilder so it works with --implicit-cache. (Anthony Roach) | Steven Knight | 2002-06-05 | 1 | -0/+23 |
|
|
* | Print an error message if a file can't be unlinked before being built, rather... | Steven Knight | 2002-06-05 | 1 | -0/+18 |
|
|
* | Windows NT portability. | Steven Knight | 2002-05-31 | 3 | -13/+27 |
|
|
* | Add --debug=time option. (Anthony Roach) | Steven Knight | 2002-05-23 | 1 | -0/+50 |
|
|
* | Fix .sconsign signature storing so that the output files of one scons build c... | Steven Knight | 2002-05-23 | 1 | -0/+65 |
|
|
* | Fallback to timestamp signatures when MD5 is not available. (Anthony Roach) | Steven Knight | 2002-05-17 | 1 | -0/+78 |
|
|
* | Make the drive letters on Windows always be the same case, so that changes in... | Steven Knight | 2002-05-16 | 1 | -0/+101 |
|
|
* | Fix a --implicit-cache when a file has no implicit deps and its source is gen... | Steven Knight | 2002-05-15 | 1 | -0/+20 |
|
|
* | Fix a couple obscure bugs. (Anthony Roach) | Steven Knight | 2002-05-15 | 2 | -0/+118 |
|
|
* | Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain) | Steven Knight | 2002-05-14 | 1 | -1/+13 |
|
|
* | Fix some bad exceptions in Defaults.py (Anthony Roach) | Steven Knight | 2002-05-13 | 1 | -1/+26 |
|
|
* | Add a Platform() method. | Steven Knight | 2002-05-09 | 2 | -2/+63 |
|
|
* | Windows portability. | Steven Knight | 2002-05-09 | 1 | -20/+20 |
|
|
* | Add a better PATH search to the tests. | Steven Knight | 2002-05-07 | 22 | -194/+24 |
|
|
* | Raise an error if a builder is called multiple times for a given target, unle... | Steven Knight | 2002-05-06 | 11 | -29/+293 |
|
|
* | Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to SCon... | Steven Knight | 2002-05-02 | 1 | -0/+14 |
|
|
* | Don't rebuild WIN32 libraries when there's no import library created. (Charl... | Steven Knight | 2002-05-02 | 1 | -6/+2 |
|
|
* | Add a test (short-circuited for now) for file names with unusual characters. | Steven Knight | 2002-05-02 | 1 | -0/+93 |
|
|
* | Add a Split() function (like argmunge()) in anticipation of removing the auto... | Steven Knight | 2002-05-02 | 1 | -0/+54 |
|
|
* | Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t... | Steven Knight | 2002-05-02 | 2 | -2/+8 |
|
|
* | Add 'dirs' and 'names' keyword arguments to SConscript for easier specificati... | Steven Knight | 2002-04-29 | 1 | -0/+37 |
|
|
* | Fix for relative CPPPATH directories in subsidiary SConscript files. (Charle... | Steven Knight | 2002-04-24 | 1 | -2/+2 |
|
|
* | Make Alias work with -U, -u, and -D (Anthony Roach) | Steven Knight | 2002-04-24 | 3 | -6/+38 |
|
|
* | Support building a PDF file directly from a TeX or LaTeX file using pdftex or... | Steven Knight | 2002-04-23 | 6 | -70/+536 |
|
|
* | Small fix for yacc: only look for a .h file if they used the -d option. (Ch... | Steven Knight | 2002-04-22 | 1 | -0/+4 |
|
|