| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -7/+2 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -76/+4 |
|
|
* | Merged revisions 2121-2135 via svnmerge from | Steven Knight | 2007-07-14 | 1 | -14/+14 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -6/+61 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -3/+6 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -0/+3 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -3/+10 |
|
|
* | Merged revisions 1667-1674 via svnmerge from | Steven Knight | 2006-11-04 | 1 | -22/+34 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -33/+153 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -44/+206 |
|
|
* | More Win32 portability fixes in EnvironmentTests.py. (Baptiste Lepilleur) | Steven Knight | 2006-02-25 | 1 | -1/+8 |
|
|
* | More test portability fixes. (Baptiste Lepilleur and SK) | Steven Knight | 2006-02-15 | 1 | -104/+125 |
|
|
* | Add a NoClean() function. (Steven Johnson) | Steven Knight | 2006-02-13 | 1 | -0/+23 |
|
|
* | Support specifying absolute path names without drive letters on Win32. | Steven Knight | 2005-11-19 | 1 | -20/+26 |
|
|
* | Fix AppendUnique and PrependUnique concatenating strings to lists. (Patrick ... | Steven Knight | 2005-11-06 | 1 | -0/+24 |
|
|
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke th... | Steven Knight | 2005-10-14 | 1 | -47/+47 |
|
|
* | When deleting a variable from an OverrideEnvironment, do not throw an excepti... | Steven Knight | 2005-10-08 | 1 | -0/+19 |
|
|
* | Environment infrastructure for special variable handling. | Steven Knight | 2005-09-18 | 1 | -1/+1 |
|
|
* | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -0/+4 |
|
|
* | Refactor the Rsearch*() methods out of existence in favor of simpler utility ... | Steven Knight | 2005-04-13 | 1 | -4/+1 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -114/+67 |
|
|
* | Allow toolpath to be stored in the environment and re-used for Copy() and Too... | Steven Knight | 2005-03-24 | 1 | -0/+46 |
|
|
* | Fix re-scanning of built files for implicit dependencies when the -j option i... | Steven Knight | 2005-03-20 | 1 | -6/+0 |
|
|
* | Fix a regression in handling overridden construction variables when the subst... | Steven Knight | 2005-03-18 | 1 | -28/+134 |
|
|
* | Actually support a global Entry name (since we already documented it). | Steven Knight | 2005-03-16 | 1 | -0/+18 |
|
|
* | Fix stack trace when there's no scanner in an Environment. | Steven Knight | 2005-03-05 | 1 | -0/+6 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -0/+6 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 1 | -4/+7 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -0/+14 |
|
|
* | Remove build engine dependencies on SCons.Script. Fix a misspelled variable ... | Steven Knight | 2005-01-08 | 1 | -3/+0 |
|
|
* | Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ... | Steven Knight | 2005-01-05 | 1 | -16/+42 |
|
|
* | Have ParseDepends() env.subst() the specified file name. Add an only_one key... | Steven Knight | 2005-01-04 | 1 | -4/+41 |
|
|
* | Get rid of the self-referential permanent __env__ variable in favor of adding... | Steven Knight | 2005-01-04 | 1 | -11/+4 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -21/+30 |
|
|
* | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -78/+270 |
|
|
* | Restore older recipe for creating env.Command() builders while a better solut... | Steven Knight | 2004-12-16 | 1 | -7/+0 |
|
|
* | Remove Node scanner storage. (Kevin Quick) | Steven Knight | 2004-12-15 | 1 | -0/+7 |
|
|
* | Investigate getting rid of LazyCmdGenerator | Steven Knight | 2004-11-15 | 1 | -1/+1 |
|
|
* | Support override expansions within target and source files names. | Steven Knight | 2004-11-14 | 1 | -0/+6 |
|
|
* | Allow Alias Nodes to have Actions. | Steven Knight | 2004-11-13 | 1 | -0/+19 |
|
|
* | Add explicit support for Builder wrapper functions (pseudo-Builders) in the B... | Steven Knight | 2004-11-09 | 1 | -9/+11 |
|
|
* | ParseConfig and -I<space>filename. | Steven Knight | 2004-10-08 | 1 | -3/+3 |
|
|
* | Allow passing a dictionary of keyword arguments to Tool specifications. (Gar... | Steven Knight | 2004-10-07 | 1 | -0/+16 |
|
|
* | Add a ParseDepends() function to read up mkdep-style files. | Steven Knight | 2004-09-25 | 1 | -0/+32 |
|
|
* | Add ParseConfig() support for -mwindows and -mno-cygwin. (Clive Levinson) | Steven Knight | 2004-09-24 | 1 | -3/+5 |
|
|
* | Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo... | Steven Knight | 2004-09-01 | 1 | -5/+4 |
|
|
* | Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo... | Steven Knight | 2004-08-31 | 1 | -0/+10 |
|
|
* | Add an Environment.Dump() method. (Gary Oberbrunner) | Steven Knight | 2004-08-30 | 1 | -0/+7 |
|
|
* | Have the default ParseConfig() function add -pthread to both and . (Gary Ob... | Steven Knight | 2004-08-16 | 1 | -3/+3 |
|
|
* | Add a Flatten() function to help the transition to Builders returning lists. | Steven Knight | 2004-08-12 | 1 | -0/+8 |
|
|