Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add more environment methods for global functions: Action(), Builder(), ↵ | Steven Knight | 2003-09-25 | 5 | -11/+45 | |
| | | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method. | |||||
* | Add global functions for all of the default Builders attached to the default ↵ | Steven Knight | 2003-09-23 | 4 | -4/+4 | |
| | | | | Environment. | |||||
* | New tex.py. | Steven Knight | 2003-09-21 | 1 | -7/+15 | |
| | ||||||
* | Expand construction variables on the values of SConscript() keyword arguments. | Steven Knight | 2003-09-18 | 1 | -2/+3 | |
| | ||||||
* | Have the closing message say ...terminated | Steven Knight | 2003-09-18 | 2 | -5/+5 | |
| | ||||||
* | Fix test/SWIG.py to find the proper Python include directory in all cases. ↵ | Steven Knight | 2003-09-18 | 1 | -3/+3 | |
| | | | | (Christoph Wiedemann) | |||||
* | Support Jar manifest files and the -C option. Tool/ms*.py fixes for ↵ | Steven Knight | 2003-09-17 | 1 | -0/+29 | |
| | | | | pre-Python 2.2. (Charles Crain) | |||||
* | Fix dependency scans of generated files. (John Johnson) | Steven Knight | 2003-09-16 | 2 | -0/+126 | |
| | ||||||
* | Turn more global functions into Environment methods. (clone of 0.92.C121) | Steven Knight | 2003-09-15 | 7 | -8/+113 | |
| | ||||||
* | Correct __COPYRIGHT__ and __revision__ lines in files. Add missing ↵ | Steven Knight | 2003-09-15 | 7 | -10/+8 | |
| | | | | copyright notices. Fix some portability problems with new Tool files. | |||||
* | Make more Environment methods from global functions. | Steven Knight | 2003-09-14 | 7 | -9/+130 | |
| | ||||||
* | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 2 | -28/+87 | |
| | ||||||
* | Make a Clean() environment method. Add global functions for AlwaysBuild(), ↵ | Steven Knight | 2003-09-10 | 10 | -12/+21 | |
| | | | | Command(), Depends(), Ignore(), Install(), InstallAs(), Precious(), SideEffect() and SourceCode(). | |||||
* | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 4 | -41/+86 | |
| | ||||||
* | Support construction variable expansion anywhere in a file or path name. | Steven Knight | 2003-09-05 | 10 | -49/+383 | |
| | ||||||
* | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 2 | -22/+370 | |
| | ||||||
* | Portability of test/EnsureVersion.py back to pre-Python-2 versions. | Steven Knight | 2003-08-30 | 1 | -4/+16 | |
| | ||||||
* | Split non-SCons-specific parts of SConf.py into a separate Conftest.py ↵ | Steven Knight | 2003-08-30 | 1 | -17/+17 | |
| | | | | module. (Bram Moolenaar) | |||||
* | Fix EnsurePythonVersion's handling of alphanumeric version strings. | Steven Knight | 2003-08-29 | 1 | -0/+42 | |
| | ||||||
* | Re-synchronize the CVS tree after a SourceForge file system catastrophe. | Steven Knight | 2003-08-27 | 4 | -32/+111 | |
| | ||||||
* | Support for additional UNIX variants: (Christian Engel) | Steven Knight | 2003-08-24 | 2 | -9/+28 | |
| | ||||||
* | -Q options suppresses too much. | Steven Knight | 2003-08-22 | 1 | -0/+8 | |
| | ||||||
* | Portability fixes for tests. | Steven Knight | 2003-08-19 | 2 | -7/+7 | |
| | ||||||
* | Fix a yacc regression. | Steven Knight | 2003-08-16 | 1 | -6/+22 | |
| | ||||||
* | Branch for User's Guide changes. | Steven Knight | 2003-08-16 | 1 | -0/+101 | |
| | ||||||
* | More portability fixes. | Steven Knight | 2003-08-14 | 2 | -43/+64 | |
| | ||||||
* | Add SWIG support. | Steven Knight | 2003-08-13 | 2 | -0/+178 | |
| | ||||||
* | Multi-level build dir with Object() and duplicate=0. | Steven Knight | 2003-08-09 | 1 | -0/+37 | |
| | ||||||
* | Add support for a platform-independent CPPDEFINES variable. | Steven Knight | 2003-08-02 | 1 | -0/+108 | |
| | ||||||
* | Adding file missed by previous checkins. | Steven Knight | 2003-08-01 | 1 | -0/+142 | |
| | ||||||
* | Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests. | Steven Knight | 2003-08-01 | 5 | -28/+47 | |
| | ||||||
* | Don't Split() SConscript file name strings on white space. | Steven Knight | 2003-07-31 | 1 | -22/+40 | |
| | ||||||
* | Record and print an internal stack trace when Taskmaster detects errors for ↵ | Steven Knight | 2003-07-27 | 4 | -19/+88 | |
| | | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files. | |||||
* | Allow Command() to take directories as sources. | Steven Knight | 2003-07-26 | 1 | -2/+21 | |
| | ||||||
* | Add a QT tool. (Christoph Wiedemann) | Steven Knight | 2003-07-24 | 3 | -0/+616 | |
| | ||||||
* | Fix a problem when using --cache-show. | Steven Knight | 2003-07-23 | 1 | -29/+71 | |
| | ||||||
* | M4 test portability. (Chad Austin) | Steven Knight | 2003-07-22 | 1 | -2/+2 | |
| | ||||||
* | Only create a default Environment when asked to. (Chad Austin) | Steven Knight | 2003-07-22 | 2 | -2/+2 | |
| | ||||||
* | Give Value Nodes timestamps. (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -50/+70 | |
| | ||||||
* | New sconsign script fixes: print timestamp values correctly (Chad Austin); ↵ | Steven Knight | 2003-07-20 | 1 | -18/+50 | |
| | | | | add a -r option to print timestamps in human-readable form (Gary Oberbrunner); print None instead of -. | |||||
* | Add a script to print .sconsign file contents. | Steven Knight | 2003-07-18 | 3 | -2/+172 | |
| | ||||||
* | CVS fixes. | Steven Knight | 2003-07-07 | 1 | -8/+13 | |
| | ||||||
* | When an input yacc file ends in .yy and the yacc -d flag is used, expect a ↵ | Steven Knight | 2003-07-02 | 1 | -0/+26 | |
| | | | | generated .hpp file, not a .h file. | |||||
* | Fix -U, -D and -d with explicit targets that start with ../. | Steven Knight | 2003-06-28 | 3 | -1/+104 | |
| | | | | [Updating a change that was previously not synchronized to CVS.] | |||||
* | Support targets that always rebuild. (Stephen Ng) | Steven Knight | 2003-06-28 | 1 | -0/+55 | |
| | | | | [Updating a change that was previously not synchronized to CVS.] | |||||
* | Set up for development. | Steven Knight | 2003-06-28 | 1 | -1/+1 | |
| | ||||||
* | Portability fixes. | Steven Knight | 2003-06-25 | 1 | -1/+1 | |
| | ||||||
* | Fix SConf chdir'ing so it works with CPPPATH and LIBPATH. (David Snopek) | Steven Knight | 2003-06-18 | 1 | -4/+15 | |
| | ||||||
* | Change the double quotes around an up-to-date target to be like Make. | Steven Knight | 2003-06-18 | 26 | -101/+80 | |
| | ||||||
* | Options fixes. (Charles Crain) | Steven Knight | 2003-06-18 | 1 | -5/+5 | |
| |