| Commit message (Expand) | Author | Age | Files | Lines |
* | Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add... | Steven Knight | 2005-06-07 | 1 | -1/+2 |
|
|
* | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -0/+16 |
|
|
* | Add a brief description of env.subst() to the man page. (Karol Pietrzak) | Steven Knight | 2005-05-30 | 1 | -1/+14 |
|
|
* | Clarify the man page description of --max-drift. | Steven Knight | 2005-05-29 | 1 | -4/+9 |
|
|
* | Fix a man page keyword argument for Command(). (Bjorn Eriksson) | Steven Knight | 2005-05-09 | 1 | -2/+2 |
|
|
* | Fix a User's Guide example. (Sanjoy Mahajan) | Steven Knight | 2005-05-07 | 4 | -5/+15 |
|
|
* | Add RPATH (-R) support to the sun linker. (Karol Pietrzak) | Steven Knight | 2005-05-07 | 1 | -1/+2 |
|
|
* | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -5/+28 |
|
|
* | More flexible (and Make-like) ignoring command exit status, and suppressing p... | Steven Knight | 2005-04-26 | 1 | -2/+56 |
|
|
* | Allow configurability of yacc-generated header files suffixes. | Steven Knight | 2005-04-10 | 1 | -0/+28 |
|
|
* | Fix a bad example in the man page. (Sanjoy Mahajan) | Steven Knight | 2005-04-05 | 1 | -1/+1 |
|
|
* | Fix misplaced line in the man page. (Greg Ward) | Steven Knight | 2005-04-05 | 1 | -6/+7 |
|
|
* | Allow toolpath to be stored in the environment and re-used for Copy() and Too... | Steven Knight | 2005-03-24 | 1 | -1/+14 |
|
|
* | Make the GenerateHelpText format easily configurable. | Steven Knight | 2005-03-06 | 1 | -4/+34 |
|
|
* | Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset) | Steven Knight | 2005-02-28 | 1 | -1/+7 |
|
|
* | Accumulated documentation changes. | Steven Knight | 2005-02-15 | 85 | -698/+5540 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -2/+46 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -9/+82 |
|
|
* | Improve --debug=count to get an idea of when different objects are created. | Steven Knight | 2005-01-12 | 1 | -3/+5 |
|
|
* | More performance improvements? | Steven Knight | 2005-01-12 | 1 | -0/+7 |
|
|
* | Support 'from SConsScript import *' to allow Python modules imported by SCons... | Steven Knight | 2005-01-08 | 1 | -0/+24 |
|
|
* | Add LoadableModule support. (Michael McCracken) | Steven Knight | 2005-01-07 | 1 | -0/+45 |
|
|
* | Finish the display-customization variables: , , , , , and . | Steven Knight | 2005-01-07 | 1 | -4/+41 |
|
|
* | More command-line customizability: , , , , , , . | Steven Knight | 2005-01-06 | 1 | -1/+32 |
|
|
* | Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ... | Steven Knight | 2005-01-05 | 1 | -5/+15 |
|
|
* | Have ParseDepends() env.subst() the specified file name. Add an only_one key... | Steven Knight | 2005-01-04 | 1 | -2/+24 |
|
|
* | Add a PathOptions.PathAccept validator. (Kevin Quick) | Steven Knight | 2005-01-03 | 3 | -0/+223 |
|
|
* | Intel C compiler improvements. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -0/+5 |
|
|
* | More command-line customizability: , , , , . | Steven Knight | 2004-12-03 | 1 | -0/+28 |
|
|
* | More command-line customizability: and . | Steven Knight | 2004-12-01 | 1 | -0/+19 |
|
|
* | Add the ability to map keywords to ListOption (like we already do with EnumOp... | Steven Knight | 2004-11-23 | 1 | -1/+9 |
|
|
* | More command-line output customizability: , , , . | Steven Knight | 2004-11-21 | 1 | -0/+38 |
|
|
* | Add a --debug=stree option to show Node status. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -0/+6 |
|
|
* | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 1 | -1/+25 |
|
|
* | Add Fortran COMSTR variables for output customizability. | Steven Knight | 2004-11-20 | 1 | -0/+47 |
|
|
* | Add support for new tools: Metroworks CodeWarrior compiler and linker (Russe... | Steven Knight | 2004-11-19 | 1 | -0/+11 |
|
|
* | More display customizability: , . (Also add the missing , for completeness,... | Steven Knight | 2004-11-15 | 1 | -0/+25 |
|
|
* | Add more command-line customizability: and . | Steven Knight | 2004-11-15 | 1 | -0/+18 |
|
|
* | More command-line configurability: , . | Steven Knight | 2004-11-15 | 1 | -0/+20 |
|
|
* | More command-line customization: , . | Steven Knight | 2004-11-15 | 1 | -2/+20 |
|
|
* | Easier customization of printable strings for , and . | Steven Knight | 2004-11-15 | 1 | -0/+27 |
|
|
* | Allow Alias Nodes to have Actions. | Steven Knight | 2004-11-13 | 1 | -3/+12 |
|
|
* | Support default Options values of None. (Gary Oberbrunner) | Steven Knight | 2004-10-22 | 1 | -1/+7 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 1 | -1/+1 |
|
|
* | Allow passing a dictionary of keyword arguments to Tool specifications. (Gar... | Steven Knight | 2004-10-07 | 1 | -7/+57 |
|
|
* | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 1 | -2/+156 |
|
|
* | Add a --debug=findlibs option. (Gary Oberbrunner) | Steven Knight | 2004-09-25 | 1 | -0/+7 |
|
|
* | Add a ParseDepends() function to read up mkdep-style files. | Steven Knight | 2004-09-25 | 1 | -0/+35 |
|
|
* | Add validator functions for PathOption. (Steve Christensen) | Steven Knight | 2004-09-24 | 1 | -1/+36 |
|
|
* | Allow ListOption to take a Python list of values asa default, not just a comm... | Steven Knight | 2004-09-20 | 1 | -0/+3 |
|
|