| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix how BUILDERS are updated. | Steven Knight | 2003-01-25 | 1 | -48/+71 |
|
|
| * | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
| * | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|
| * | Test improvements suggested by Charles Crain. | Steven Knight | 2003-01-13 | 1 | -2/+2 |
|
|
| * | Add MinGW support. (Anthony Roach) | Steven Knight | 2003-01-09 | 1 | -0/+44 |
|
|
| * | Refactor the Scanner interface to eliminate unnecessary scanning and make it ... | Steven Knight | 2003-01-06 | 1 | -6/+6 |
|
|
| * | Have the Environment.get() method return None as the default, like the standa... | Steven Knight | 2002-12-28 | 1 | -0/+13 |
|
|
| * | Support special characters in file names. (Charles Crain) | Steven Knight | 2002-11-13 | 1 | -3/+6 |
|
|
| * | Refactor Repository and BuildDir. (Charles Crain) | Steven Knight | 2002-10-16 | 1 | -30/+20 |
|
|
| * | Get rid of the magicness of the magic _ variables. (Anthony Roach) | Steven Knight | 2002-10-07 | 1 | -92/+112 |
|
|
| * | Add MSVC PCH and PDB support. (Anthony Roach) | Steven Knight | 2002-10-03 | 1 | -0/+5 |
|
|
| * | Support overriding construction variables in builder call. (Anthony Roach) | Steven Knight | 2002-09-27 | 1 | -0/+8 |
|
|
| * | Windows portability | Steven Knight | 2002-09-25 | 1 | -15/+40 |
|
|
| * | Make sure we can find tools using the PATH specified during Environment() ins... | Steven Knight | 2002-09-17 | 1 | -1/+4 |
|
|
| * | Refactor SCons.Util.Detect() into an Environment method. | Steven Knight | 2002-09-05 | 1 | -0/+30 |
|
|
| * | Add a Prepend() method to Environments. (Chad Austin) | Steven Knight | 2002-08-26 | 1 | -0/+28 |
|
|
| * | Add an Rsearchall() method, and refactor the repository manipulation of CPPPA... | Steven Knight | 2002-07-20 | 1 | -2/+1 |
|
|
| * | Repository support (first cut). | Steven Knight | 2002-07-17 | 1 | -0/+48 |
|
|
| * | Deduce the target if it's not supplied. | Steven Knight | 2002-07-03 | 1 | -3/+50 |
|
|
| * | Check in the Tool() interface. (SK and Charles Crain) | Steven Knight | 2002-06-20 | 1 | -41/+37 |
|
|
| * | Add a native Fortran include scanner. | Steven Knight | 2002-06-12 | 1 | -21/+46 |
|
|
| * | Remove white-space split of file name lists. | Steven Knight | 2002-06-11 | 1 | -1/+3 |
|
|
| * | Changes from Charles Crain. | Steven Knight | 2002-06-05 | 1 | -1/+43 |
|
|
| * | Add a Platform() method. | Steven Knight | 2002-05-09 | 1 | -0/+7 |
|
|
| * | Follow-on to Append() functionality: generalize the type tests. | Steven Knight | 2002-05-06 | 1 | -8/+24 |
|
|
| * | Add Append() and Replace() functions. (Zed Shaw) | Steven Knight | 2002-05-06 | 1 | -11/+23 |
|
|
| * | Big change for shared libraries and a bunch of other flexibility. (Charles C... | Steven Knight | 2002-04-15 | 1 | -1/+5 |
|
|
| * | Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach) | Steven Knight | 2002-03-22 | 1 | -0/+6 |
|
|
| * | Move autogenerate() from SCons.Util.py to SCons.Environmentpy. | Steven Knight | 2002-03-22 | 1 | -0/+43 |
|
|
| * | Make FunctionAction arguments be Nodes, not strings. (Charles Crain) | Steven Knight | 2002-03-16 | 1 | -2/+2 |
|
|
| * | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
|
|
| * | Add the Precious() method. | Steven Knight | 2002-01-24 | 1 | -3/+17 |
|
|
| * | Add the Ignore() method. | Steven Knight | 2002-01-24 | 1 | -0/+11 |
|
|
| * | Add the InstallAs() method (Charles Crain). | Steven Knight | 2002-01-11 | 1 | -1/+10 |
|
|
| * | Windows NT portability fixes for tests. | Steven Knight | 2001-12-21 | 1 | -1/+2 |
|
|
| * | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -4/+8 |
|
|
| * | Fix for copying BuilderWrapper objects within Environments (courtesy Charles ... | Steven Knight | 2001-12-14 | 1 | -2/+8 |
|
|
| * | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 1 | -0/+15 |
|
|
| * | Move autogeneration of PATH-based variables from Environment initialization t... | Steven Knight | 2001-12-11 | 1 | -24/+1 |
|
|
| * | Fix problems with Python callable objects as Builder actions, the associated ... | Steven Knight | 2001-12-07 | 1 | -4/+10 |
|
|
| * | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 1 | -0/+12 |
|
|
| * | LIBS and LIBPATH work, variable substitution changes. | Steven Knight | 2001-11-15 | 1 | -5/+16 |
|
|
| * | Implement CPPPATH and scanning during builds. | Steven Knight | 2001-11-14 | 1 | -3/+56 |
|
|
| * | Remove the Node.derived attribute. | Steven Knight | 2001-10-15 | 1 | -1/+1 |
|
|
| * | Add tests and support for and . | Steven Knight | 2001-10-12 | 1 | -0/+2 |
|
|
| * | Refactor construction variable expansion. | Steven Knight | 2001-10-12 | 1 | -7/+7 |
|
|
| * | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+23 |
|
|
| * | Add the Command() method. | Steven Knight | 2001-10-02 | 1 | -0/+17 |
|
|
| * | Add support for the ENV construction variable. | Steven Knight | 2001-09-28 | 1 | -1/+11 |
|
|
| * | Change the env.Dictionary to an access method for an env._dict attribute. | Steven Knight | 2001-09-26 | 1 | -7/+11 |
|
|