| Commit message (Expand) | Author | Age | Files | Lines |
* | Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth... | Steven Knight | 2003-09-17 | 1 | -0/+10 |
|
|
* | Fix dependency scans of generated files. (John Johnson) | Steven Knight | 2003-09-16 | 1 | -0/+5 |
|
|
* | Turn more global functions into Environment methods. (clone of 0.92.C121) | Steven Knight | 2003-09-15 | 1 | -2/+9 |
|
|
* | Make more Environment methods from global functions. | Steven Knight | 2003-09-14 | 1 | -3/+4 |
|
|
* | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 1 | -2/+2 |
|
|
* | Make a Clean() environment method. Add global functions for AlwaysBuild(), C... | Steven Knight | 2003-09-10 | 1 | -2/+10 |
|
|
* | Don't try to call anydbm.sync() if the underlying db implementation doesn't h... | Steven Knight | 2003-09-09 | 1 | -0/+4 |
|
|
* | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 1 | -0/+3 |
|
|
* | Support construction variable expansion anywhere in a file or path name. | Steven Knight | 2003-09-05 | 1 | -0/+3 |
|
|
* | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 1 | -0/+6 |
|
|
* | Split non-SCons-specific parts of SConf.py into a separate Conftest.py module... | Steven Knight | 2003-08-30 | 1 | -0/+5 |
|
|
* | Fix EnsurePythonVersion's handling of alphanumeric version strings. | Steven Knight | 2003-08-29 | 1 | -0/+2 |
|
|
* | Support #include with no spaces before the opening quote or angle bracket. | Steven Knight | 2003-08-29 | 1 | -0/+3 |
|
|
* | Support for additional UNIX variants: (Christian Engel) | Steven Knight | 2003-08-27 | 1 | -0/+10 |
|
|
* | -Q options suppresses too much. | Steven Knight | 2003-08-27 | 1 | -10/+0 |
|
|
* | Support for additional UNIX variants: (Christian Engel) | Steven Knight | 2003-08-24 | 1 | -0/+10 |
|
|
* | -Q options suppresses too much. | Steven Knight | 2003-08-22 | 1 | -0/+3 |
|
|
* | Prep the branch for the work towards the next release. | Steven Knight | 2003-08-21 | 1 | -0/+6 |
|
|
* | Build a Debian package, too. | Steven Knight | 2003-08-20 | 1 | -1/+4 |
|
|
* | Initialize the new branch. | Steven Knight | 2003-08-20 | 1 | -1/+1 |
|
|
* | Portability fixes for tests. | Steven Knight | 2003-08-19 | 1 | -0/+3 |
|
|
* | Refactor DictCmdGenerator to be a subclass of Selector. | Steven Knight | 2003-08-18 | 1 | -0/+4 |
|
|
* | Fix tool problems with xilink and linkloc. | Steven Knight | 2003-08-16 | 1 | -1/+3 |
|
|
* | Fix a yacc regression. | Steven Knight | 2003-08-16 | 1 | -0/+5 |
|
|
* | Update the branch for next release. | Steven Knight | 2003-08-16 | 1 | -0/+6 |
|
|
* | Initialize the new branch. | Steven Knight | 2003-08-16 | 1 | -1/+5 |
|
|
* | Add SWIG support. | Steven Knight | 2003-08-13 | 1 | -0/+2 |
|
|
* | Allow prefixes and suffixes to be selected from dictionaries keyd by source f... | Steven Knight | 2003-08-10 | 1 | -1/+2 |
|
|
* | Man page fixes. (Gary Oberbrunner, SK) | Steven Knight | 2003-08-09 | 1 | -1/+4 |
|
|
* | Multi-level build dir with Object() and duplicate=0. | Steven Knight | 2003-08-09 | 1 | -0/+4 |
|
|
* | Make how we build our .rpm packages not depend on the default installation lo... | Steven Knight | 2003-08-05 | 1 | -0/+3 |
|
|
* | Initialize a LIB environment variable for the Intel compiler. (Gary Oberbrun... | Steven Knight | 2003-08-04 | 1 | -0/+3 |
|
|
* | When using a long link line in a temporary file, print the command line first... | Steven Knight | 2003-08-04 | 1 | -0/+7 |
|
|
* | Refactor extension splitting to make it more flexible (for SWIG). | Steven Knight | 2003-08-03 | 1 | -0/+3 |
|
|
* | Add support for a platform-independent CPPDEFINES variable. | Steven Knight | 2003-08-02 | 1 | -0/+4 |
|
|
* | Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests. | Steven Knight | 2003-08-01 | 1 | -0/+3 |
|
|
* | Don't Split() SConscript file name strings on white space. | Steven Knight | 2003-07-31 | 1 | -0/+6 |
|
|
* | Allow Builders to take a dictionary that maps source file suffixes to emitter... | Steven Knight | 2003-07-29 | 1 | -0/+7 |
|
|
* | Correct the spelling of validator. | Steven Knight | 2003-07-27 | 1 | -0/+3 |
|
|
* | When installing from setup.py to a non-standard prefix, suppress the warning ... | Steven Knight | 2003-07-27 | 1 | -0/+4 |
|
|
* | Record and print an internal stack trace when Taskmaster detects errors for e... | Steven Knight | 2003-07-27 | 1 | -0/+4 |
|
|
* | Allow Command() to take directories as sources. | Steven Knight | 2003-07-26 | 1 | -0/+2 |
|
|
* | Add a QT tool. (Christoph Wiedemann) | Steven Knight | 2003-07-24 | 1 | -1/+3 |
|
|
* | Fix a problem when using --cache-show. | Steven Knight | 2003-07-23 | 1 | -0/+4 |
|
|
* | Avoid hangs on POSIX systems when reading a lot of output from a piped commnd... | Steven Knight | 2003-07-22 | 1 | -0/+2 |
|
|
* | M4 test portability. (Chad Austin) | Steven Knight | 2003-07-22 | 1 | -0/+2 |
|
|
* | Only create a default Environment when asked to. (Chad Austin) | Steven Knight | 2003-07-22 | 1 | -0/+3 |
|
|
* | Give Value Nodes timestamps. (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -0/+3 |
|
|
* | Support specifying a list of tools when calling env.Copy(). (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -0/+4 |
|
|
* | Call the debugger directly, don't re-execute Python to run it. (Laurent Pelecq) | Steven Knight | 2003-07-21 | 1 | -0/+5 |
|
|