| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Fortran 90/95 support. (Chris Murray) | Steven Knight | 2004-07-29 | 20 | -0/+3639 |
|
|
* | Add Fortran 90/95 support. (Chris Murray) | Steven Knight | 2004-07-29 | 8 | -1074/+10 |
|
|
* | Win32 portability: add an explicit match argument to TestCommon.py, use it t... | Steven Knight | 2004-07-15 | 18 | -54/+116 |
|
|
* | Fix tests on systems where 'ar' prints warnings about creating archives. (Ke... | Steven Knight | 2004-07-13 | 18 | -55/+89 |
|
|
* | Fix test/chained-build.py for systems that can finish execution within one se... | Steven Knight | 2004-07-13 | 1 | -0/+2 |
|
|
* | Make exception handling thread-safe by using sys.exc_info() instead of sys.ex... | Steven Knight | 2004-07-13 | 2 | -21/+11 |
|
|
* | QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables.... | Steven Knight | 2004-07-12 | 4 | -61/+378 |
|
|
* | Fix errors when there are dangling symlinks. (Gary Oberbrunner) | Steven Knight | 2004-07-08 | 1 | -0/+71 |
|
|
* | Win32 portability. | Steven Knight | 2004-07-06 | 3 | -8/+14 |
|
|
* | Delay any creation of DefaultEnvironment() until after the SConscript files a... | Steven Knight | 2004-07-02 | 1 | -0/+49 |
|
|
* | Officially support target_factory and source_factory when creating a Builder. | Steven Knight | 2004-06-25 | 1 | -0/+72 |
|
|
* | Fix a problem with --debug=explain when actions change due to expanded constr... | Steven Knight | 2004-06-17 | 1 | -5/+6 |
|
|
* | Add an option to not save the --debug=explain information. | Steven Knight | 2004-06-15 | 2 | -16/+603 |
|
|
* | Change PDB file generation from compile time to link time. (Anthony Roach) | Steven Knight | 2004-06-14 | 1 | -1/+13 |
|
|
* | Make env.SConscript() expand dirs names. | Steven Knight | 2004-05-25 | 1 | -7/+25 |
|
|
* | Fix use of --debug=explain with SConsignFile(). (Chad Austin) | Steven Knight | 2004-05-24 | 1 | -93/+124 |
|
|
* | Accomodate conversion from old .sconsign formats. | Steven Knight | 2004-05-24 | 1 | -0/+192 |
|
|
* | Better handling of syntax errors during variable expansion. (Anthony Roach) | Steven Knight | 2004-05-23 | 1 | -2/+13 |
|
|
* | Add support for fetching command-line arguments by position number. (Gary Ob... | Steven Knight | 2004-05-23 | 1 | -0/+48 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 7 | -94/+406 |
|
|
* | Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup. | Steven Knight | 2004-05-14 | 4 | -137/+242 |
|
|
* | Fix EnsureSConsVersion() so it examines the SCons version, not Python version. | Steven Knight | 2004-05-09 | 1 | -0/+20 |
|
|
* | Make CacheDir() if it doesn't exist. (Chad Austin) | Steven Knight | 2004-05-09 | 1 | -1/+3 |
|
|
* | Test portability to Win32. | Steven Knight | 2004-05-09 | 1 | -1/+4 |
|
|
* | Portability fixes for Win32. | Steven Knight | 2004-05-04 | 1 | -32/+35 |
|
|
* | Really support strfunction for all Action subclasses by refactoring the inter... | Steven Knight | 2004-05-03 | 1 | -0/+143 |
|
|
* | Fix use of timestamps with --implicit-cache. (Anthony Roach) | Steven Knight | 2004-05-01 | 2 | -1/+115 |
|
|
* | Test fixes for Python 2.3.3 on Win32. (Anthony Roach) | Steven Knight | 2004-04-28 | 3 | -10/+10 |
|
|
* | Make the inability to test timestamp fallback a pass (for Aegis), not no result. | Steven Knight | 2004-04-25 | 1 | -1/+1 |
|
|
* | Have SConsignFile() use a dblite.py module by default, so we can control the ... | Steven Knight | 2004-04-25 | 2 | -31/+79 |
|
|
* | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 6 | -0/+657 |
|
|
* | Add the highly anticipated --debug=explain option to provide build reasoning. | Steven Knight | 2004-04-17 | 1 | -0/+295 |
|
|
* | Filter null values from the _concat() list. (Chad Austin) | Steven Knight | 2004-04-14 | 1 | -1/+7 |
|
|
* | Fix custom scanner behavior when setting/copying/replacing the SCANNERS const... | Steven Knight | 2004-04-14 | 1 | -24/+15 |
|
|
* | More robust searching for the ICL license file. (Gary Oberbrunner) | Steven Knight | 2004-04-13 | 1 | -1/+13 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 4 | -0/+274 |
|
|
* | Make the targets/sources warnings test pass regardless of dictionary order. | Steven Knight | 2004-04-07 | 2 | -12/+12 |
|
|
* | Add warnings for easily-confused variable names like 'targets' and 'sources.' | Steven Knight | 2004-04-06 | 2 | -0/+77 |
|
|
* | Add a reject argument to the env.Whereis() method. (sam th) | Steven Knight | 2004-04-04 | 1 | -0/+5 |
|
|
* | Allow a list of emitters to be called in sequence. (Chad Austin) | Steven Knight | 2004-04-04 | 1 | -15/+32 |
|
|
* | Put the --duplicate option in alphabetical order in the help output. | Steven Knight | 2004-04-03 | 1 | -1/+16 |
|
|
* | Add RPATH support. (Chad Austin) | Steven Knight | 2004-04-03 | 1 | -0/+71 |
|
|
* | Add a variable to control whether to compile moc-generated files. (Chad Aus... | Steven Knight | 2004-04-03 | 1 | -1/+41 |
|
|
* | Allow environment substitutions when referencing libraries. (Chad Austin) | Steven Knight | 2004-04-02 | 1 | -0/+28 |
|
|
* | Support multiple source paths in Java. (Tom Epperly) | Steven Knight | 2004-04-02 | 1 | -22/+37 |
|
|
* | Fix Command() when not called through an Environment. | Steven Knight | 2004-04-02 | 1 | -4/+11 |
|
|
* | Fix a bug in CVS checkouts when env.SourceCode() is called with a File, not a... | Steven Knight | 2004-04-01 | 1 | -4/+59 |
|
|
* | Fix the Command() global function when the action is a command-line string. | Steven Knight | 2004-03-31 | 1 | -6/+10 |
|
|
* | Use python1.5 in default Aegis builds. Fix testing infrastructure for Python... | Steven Knight | 2004-03-30 | 1 | -23/+28 |
|
|
* | Add a --debug= option to print commands before substitution. (Gary Oberbrunner) | Steven Knight | 2004-03-23 | 1 | -0/+153 |
|
|