| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -3/+31 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -2/+84 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -1/+63 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -0/+27 |
|
|
* | Merged revisions 1884-1905 via svnmerge from | Steven Knight | 2007-05-18 | 1 | -44/+37 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -1/+1 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -1/+15 |
|
|
* | Merged revisions 1667-1674 via svnmerge from | Steven Knight | 2006-11-04 | 1 | -0/+39 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -1/+1 |
|
|
* | On Windows, fix the line endings of the files unpacked in the build\{test-loc... | Steven Knight | 2006-02-11 | 1 | -119/+123 |
|
|
* | Make CheckLib() arguments consistent with other calls. | Steven Knight | 2005-11-16 | 1 | -0/+9 |
|
|
* | Move /opt/bin to between /usr/local/bin and /bin on the default POSIX path. | Steven Knight | 2005-10-08 | 1 | -0/+14 |
|
|
* | Document the necessity of passing in "target" to and "source" to env.subst() ... | Steven Knight | 2005-09-21 | 1 | -20/+41 |
|
|
* | Give the subst logic its own SCons.Subst module. It's big enough. | Steven Knight | 2005-09-19 | 1 | -0/+25 |
|
|
* | On Solaris, enable the -KPIC option by default when compiling shared objects,... | Steven Knight | 2005-08-24 | 1 | -0/+7 |
|
|
* | Add f90 and f95 to the list of Fortran compilers searched by default. | Steven Knight | 2005-08-22 | 1 | -0/+13 |
|
|
* | Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru... | Steven Knight | 2005-08-12 | 1 | -0/+7 |
|
|
* | Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add... | Steven Knight | 2005-06-07 | 1 | -0/+7 |
|
|
* | Avoid rebuilds when otherwise unmodified Python function Actions move within ... | Steven Knight | 2005-05-08 | 1 | -1/+15 |
|
|
* | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -1/+27 |
|
|
* | Store source file and dependency paths relative to the target's directory, no... | Steven Knight | 2005-04-01 | 1 | -0/+17 |
|
|
* | Normalize directory paths in SConsignFile() database files. (Chad Austin) | Steven Knight | 2005-04-01 | 1 | -0/+15 |
|
|
* | Version installation of scripts. | Steven Knight | 2005-03-16 | 1 | -0/+10 |
|
|
* | Restructure release notes. Add one about use of += on lists returned from Bu... | Steven Knight | 2005-03-16 | 1 | -161/+229 |
|
|
* | Enhance setup.py to install troff man pages on UNIX/Linux. | Steven Knight | 2005-03-05 | 1 | -0/+3 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -0/+22 |
|
|
* | Move the canned Scanner objects out of Defaults.py and document how to add Sc... | Steven Knight | 2005-02-14 | 1 | -0/+21 |
|
|
* | Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ... | Steven Knight | 2005-01-05 | 1 | -0/+4 |
|
|
* | Lots of Configure() enhancements. (Christoph Wiedemann) | Steven Knight | 2004-09-05 | 1 | -0/+12 |
|
|
* | Remove all features deprecated in 0.93 or earlier. | Steven Knight | 2004-09-03 | 1 | -0/+7 |
|
|
* | Don't add the ATL and MFC directories to %INCLUDE% and %LIB% by default (as p... | Steven Knight | 2004-09-01 | 1 | -22/+9 |
|
|
* | Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo... | Steven Knight | 2004-09-01 | 1 | -0/+7 |
|
|
* | Prepare for next development cycle. | Steven Knight | 2004-08-18 | 1 | -32/+2 |
|
|
* | Initialize the new branch for release. | Steven Knight | 2004-08-18 | 1 | -24/+5 |
|
|
* | Incorporate changes from pre-release reviews. | Steven Knight | 2004-08-17 | 1 | -3/+4 |
|
|
* | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -1/+28 |
|
|
* | Treat file extensions with all digits as part of the base name. (Gary Oberbr... | Steven Knight | 2004-07-30 | 1 | -5/+13 |
|
|
* | Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup. | Steven Knight | 2004-05-14 | 1 | -0/+5 |
|
|
* | Refactor Builders to remove the node_factory keyword argument (in favor of th... | Steven Knight | 2004-05-04 | 1 | -0/+4 |
|
|
* | Fix use of timestamps with --implicit-cache. (Anthony Roach) | Steven Knight | 2004-05-01 | 1 | -3/+7 |
|
|
* | Have SConsignFile() use a dblite.py module by default, so we can control the ... | Steven Knight | 2004-04-25 | 1 | -0/+10 |
|
|
* | Add support for extending the suffixes a scanner knows about. | Steven Knight | 2004-04-10 | 1 | -0/+12 |
|
|
* | Keep *FLAGS variables as CLVar variables after copying an Environment. | Steven Knight | 2004-03-27 | 1 | -22/+24 |
|
|
* | Refactor env.Append() and env.Prepend(). | Steven Knight | 2004-03-26 | 1 | -1/+27 |
|
|
* | Prepare the 0.95 branch for development. | Steven Knight | 2004-03-12 | 1 | -2/+2 |
|
|
* | Initialize the new branch for release. | Steven Knight | 2004-03-12 | 1 | -20/+24 |
|
|
* | Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen) | Steven Knight | 2004-03-06 | 1 | -6/+27 |
|
|
* | Deprecate the overrides Builder() keyword argument in favor of specifying val... | Steven Knight | 2004-02-08 | 1 | -0/+13 |
|
|
* | Refactor variable substitution for more scalable expansion of , etc. | Steven Knight | 2004-01-20 | 1 | -0/+9 |
|
|
* | Have the Zip() Builder create compressed .zip files by default. | Steven Knight | 2003-12-16 | 1 | -16/+9 |
|
|