Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New tex.py. | Steven Knight | 2003-09-21 | 1 | -1/+39 | |
| | ||||||
* | Support Jar manifest files and the -C option. Tool/ms*.py fixes for ↵ | Steven Knight | 2003-09-17 | 1 | -0/+19 | |
| | | | | pre-Python 2.2. (Charles Crain) | |||||
* | Turn more global functions into Environment methods. (clone of 0.92.C121) | Steven Knight | 2003-09-15 | 1 | -0/+22 | |
| | ||||||
* | Make more Environment methods from global functions. | Steven Knight | 2003-09-14 | 1 | -3/+17 | |
| | ||||||
* | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 1 | -1/+24 | |
| | ||||||
* | Make a Clean() environment method. Add global functions for AlwaysBuild(), ↵ | Steven Knight | 2003-09-10 | 1 | -937/+969 | |
| | | | | Command(), Depends(), Ignore(), Install(), InstallAs(), Precious(), SideEffect() and SourceCode(). | |||||
* | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 1 | -50/+154 | |
| | ||||||
* | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 2 | -10/+101 | |
| | ||||||
* | Split non-SCons-specific parts of SConf.py into a separate Conftest.py ↵ | Steven Knight | 2003-08-30 | 1 | -7/+55 | |
| | | | | module. (Bram Moolenaar) | |||||
* | Support for additional UNIX variants: (Christian Engel) | Steven Knight | 2003-08-24 | 1 | -3/+26 | |
| | ||||||
* | Portability fixes for tests. | Steven Knight | 2003-08-19 | 1 | -1/+1 | |
| | ||||||
* | Update the branch for next release. | Steven Knight | 2003-08-16 | 1 | -0/+2 | |
| | ||||||
* | Add SWIG support. | Steven Knight | 2003-08-13 | 1 | -0/+52 | |
| | ||||||
* | Allow prefixes and suffixes to be selected from dictionaries keyd by source ↵ | Steven Knight | 2003-08-10 | 1 | -4/+4 | |
| | | | | file suffix. | |||||
* | Man page fixes. (Gary Oberbrunner, SK) | Steven Knight | 2003-08-09 | 1 | -2/+40 | |
| | ||||||
* | When using a long link line in a temporary file, print the command line ↵ | Steven Knight | 2003-08-04 | 1 | -0/+6 | |
| | | | | first. (Gary Oberbrunner) Support a MAXLINELENGTH construction variable so the threshold can be configured in a construction environment. | |||||
* | Refactor extension splitting to make it more flexible (for SWIG). | Steven Knight | 2003-08-03 | 1 | -0/+33 | |
| | ||||||
* | Add support for a platform-independent CPPDEFINES variable. | Steven Knight | 2003-08-02 | 1 | -1/+87 | |
| | ||||||
* | Don't Split() SConscript file name strings on white space. | Steven Knight | 2003-07-31 | 1 | -9/+46 | |
| | ||||||
* | Allow Builders to take a dictionary that maps source file suffixes to ↵ | Steven Knight | 2003-07-29 | 1 | -9/+34 | |
| | | | | emitter functions. Refactor initialization of a number of builders out of the SCons.Defaults.py module. | |||||
* | Correct the spelling of validator. | Steven Knight | 2003-07-27 | 1 | -2/+2 | |
| | ||||||
* | Add a QT tool. (Christoph Wiedemann) | Steven Knight | 2003-07-24 | 1 | -1/+102 | |
| | ||||||
* | Only create a default Environment when asked to. (Chad Austin) | Steven Knight | 2003-07-22 | 1 | -0/+7 | |
| | ||||||
* | Give Value Nodes timestamps. (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -1/+2 | |
| | ||||||
* | Support specifying a list of tools when calling env.Copy(). (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -0/+9 | |
| | ||||||
* | New sconsign script fixes: print timestamp values correctly (Chad Austin); ↵ | Steven Knight | 2003-07-20 | 1 | -1/+7 | |
| | | | | 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 | 1 | -0/+131 | |
| | ||||||
* | Make builder prefixes work correctly when deducing a target name from a ↵ | Steven Knight | 2003-07-02 | 1 | -1/+6 | |
| | | | | source file in another directory. Fix a man page bug. Document the yacc -d *.yy fix previously checked in. | |||||
* | Support targets that always rebuild. (Stephen Ng) | Steven Knight | 2003-06-28 | 1 | -1/+3 | |
| | | | | [Updating a change that was previously not synchronized to CVS.] | |||||
* | Add support for the Intel C Compiler. (Gary Oberbrunner) | Steven Knight | 2003-06-16 | 1 | -2/+4 | |
| | ||||||
* | MSVS documentation, remove unnecessary exceptions, and restor escape() to ↵ | Steven Knight | 2003-06-14 | 1 | -117/+291 | |
| | | | | its previous implementation. (Greg Spencer) | |||||
* | Documentation fixes: mention that user-defined *FLAGS options don't include ↵ | Steven Knight | 2003-06-11 | 1 | -5/+60 | |
| | | | | the generated sh*FLAGS (-I or -L) options. | |||||
* | Fix _concat() documentation, add a test. (Chad Austin) | Steven Knight | 2003-06-11 | 1 | -7/+14 | |
| | ||||||
* | SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek) | Steven Knight | 2003-06-11 | 1 | -0/+19 | |
| | ||||||
* | Add an M4 builder. (Timothee Besset) | Steven Knight | 2003-06-09 | 1 | -0/+23 | |
| | ||||||
* | Fix Options.Update(). | Steven Knight | 2003-06-09 | 1 | -4/+20 | |
| | ||||||
* | Add MSVS Project file support. (Greg Spencer) | Steven Knight | 2003-06-08 | 1 | -1/+67 | |
| | ||||||
* | Fix reported man page bugs. | Steven Knight | 2003-05-29 | 1 | -13/+10 | |
| | ||||||
* | Suppress illegal construction variables. | Steven Knight | 2003-05-23 | 1 | -7/+13 | |
| | ||||||
* | SConf fixes. (Christoph Wiedemann) | Steven Knight | 2003-05-16 | 1 | -5/+15 | |
| | ||||||
* | Have the Tool() method add the tool name to the construction variable. ↵ | Steven Knight | 2003-05-16 | 1 | -0/+19 | |
| | | | | (David Snopek) | |||||
* | Add Java RMIC support. | Steven Knight | 2003-05-10 | 1 | -2/+50 | |
| | ||||||
* | Add support for JavaH. | Steven Knight | 2003-05-08 | 1 | -0/+59 | |
| | ||||||
* | Refactor to use real Nodes for command-line attributes and eliminate ↵ | Steven Knight | 2003-05-06 | 1 | -4/+8 | |
| | | | | PathList. (Charles Crain) | |||||
* | Add Python Value Nodes. (Chad Austin) | Steven Knight | 2003-05-01 | 1 | -0/+21 | |
| | ||||||
* | Provide uniform access to (some) command-line options. (Anthony Roach) | Steven Knight | 2003-04-30 | 1 | -33/+52 | |
| | ||||||
* | Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc) | Steven Knight | 2003-04-24 | 1 | -3/+4 | |
| | ||||||
* | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 1 | -0/+46 | |
| | ||||||
* | Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann) | Steven Knight | 2003-04-23 | 1 | -0/+277 | |
| | ||||||
* | Make Export() work for local variables. (Anthony Roach) | Steven Knight | 2003-04-20 | 1 | -6/+19 | |
| |