| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a SCons.Util.UniqueList instance for the Executor.sources list | Steven Knight | 2009-01-01 | 2 | -10/+5 |
|
|
* | Have the {Append,Prepend}ENVPath() canonicalization make sure there's the | Steven Knight | 2009-01-01 | 1 | -1/+1 |
|
|
* | Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193 | Gary Oberbrunner | 2009-01-01 | 3 | -21/+52 |
|
|
* | Allow subclassing of File and Dir nodes by having the must_be_same() | Steven Knight | 2008-12-30 | 2 | -1/+15 |
|
|
* | Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with null | Steven Knight | 2008-12-30 | 2 | -26/+27 |
|
|
* | Add warnings for use of the (already) deprecated Options object | Steven Knight | 2008-12-20 | 7 | -5/+91 |
|
|
* | Issue 2247: Don't fail if we can't import a _subprocess module on Windows. | Steven Knight | 2008-12-20 | 1 | -1/+5 |
|
|
* | Issue 2276: Fix use of codecs module in pre-2.3 Python versions. | Steven Knight | 2008-12-20 | 1 | -0/+13 |
|
|
* | Revert r3828 (vs9 support) in favor of the vs_revamp integration. | Steven Knight | 2008-12-12 | 1 | -68/+1 |
|
|
* | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 13 | -31/+155 |
|
|
* | Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein) | Steven Knight | 2008-12-11 | 1 | -1/+68 |
|
|
* | Issue 2231: Add a --warn=future-deprecated option, along with | Steven Knight | 2008-12-11 | 3 | -3/+29 |
|
|
* | Added regression test for issue #1249 | Gary Oberbrunner | 2008-12-11 | 1 | -1/+1 |
|
|
* | Fix issue #1249 by making Mkdir action (actually mkdir_func) succeed if the u... | Gary Oberbrunner | 2008-12-11 | 2 | -1/+97 |
|
|
* | Print "scons: Build interrupted." on stderr, not stdout. | Steven Knight | 2008-12-10 | 1 | -1/+2 |
|
|
* | Issue 1287: copy File attributes from the local Node to a Repository | Steven Knight | 2008-12-10 | 1 | -0/+13 |
|
|
* | Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.Task | Steven Knight | 2008-12-08 | 4 | -30/+53 |
|
|
* | Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved construction | Steven Knight | 2008-12-07 | 4 | -15/+73 |
|
|
* | Issue 2265: Suppress messages about spurious dependency cycles. | Steven Knight | 2008-12-07 | 3 | -29/+43 |
|
|
* | Issue 2116: Eliminate some spurious dependency cycles by being more | Steven Knight | 2008-12-06 | 2 | -30/+147 |
|
|
* | Issue 2267, fix use of uninitialized variable | Greg Noel | 2008-12-06 | 1 | -6/+6 |
|
|
* | Issue 2265: Add additional --taskmastertrace= messages in the Task class. | Steven Knight | 2008-12-05 | 2 | -16/+93 |
|
|
* | Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ... | Gary Oberbrunner | 2008-12-05 | 2 | -4/+30 |
|
|
* | Fix a Glob() exception (with stack trace) when an explicit Node | Steven Knight | 2008-12-02 | 2 | -8/+31 |
|
|
* | Accidently left a debug print in. | Robert Managan | 2008-11-25 | 1 | -4/+5 |
|
|
* | Add a test for the case of a .DVI build using a .eps graphics. | Robert Managan | 2008-11-25 | 1 | -10/+20 |
|
|
* | Add reference to LoadableModule in SharedLibrary description | Greg Noel | 2008-11-19 | 1 | -0/+5 |
|
|
* | Speed up Node.FS.EntryProxy.__getattr__() by not spending cycles | Steven Knight | 2008-11-15 | 1 | -10/+22 |
|
|
* | Fix typo found by Jared Grubb | Greg Noel | 2008-11-15 | 1 | -1/+1 |
|
|
* | I found that my coding for automatically building .pdf files from .eps files | Robert Managan | 2008-11-12 | 1 | -1/+1 |
|
|
* | Python 1.5 and 2.1 compatibility: string methods, nested scopes. | Steven Knight | 2008-11-12 | 2 | -4/+8 |
|
|
* | Merged revisions 3759-3762 via svnmerge from | Steven Knight | 2008-11-11 | 1 | -691/+689 |
|
|
* | Issue 2238: Add a __contains__() method to support the "val in env" | Steven Knight | 2008-11-09 | 2 | -0/+43 |
|
|
* | Issue 2228: discard stderr by using os.devnull | Greg Noel | 2008-11-09 | 4 | -7/+18 |
|
|
* | Fix an exception and stack trace when Glob() hits an on-disk file or | Steven Knight | 2008-11-08 | 2 | -5/+20 |
|
|
* | Fix a nested-scope regression affecting Python 1.5, 2.0 and 2.1. | Steven Knight | 2008-11-07 | 1 | -1/+2 |
|
|
* | Issue 2242: Minor style and loop enhancements | Greg Noel | 2008-11-07 | 1 | -102/+92 |
|
|
* | Issue 2235: File.Dir() creates files in the wrong place | Greg Noel | 2008-11-07 | 1 | -17/+13 |
|
|
* | Issue 2087: Handle Java classes declared in methods | Ludwig Hähne | 2008-10-31 | 1 | -0/+16 |
|
|
* | Fix uncaught KeyboardInterrupt. | Steven Knight | 2008-10-31 | 1 | -0/+2 |
|
|
* | Fix use of isinstance(..., tuple) so it works in older Python versions. | Steven Knight | 2008-10-31 | 1 | -3/+7 |
|
|
* | Fix calling Exit() from within a Python function action, so that it gets | Steven Knight | 2008-10-31 | 1 | -0/+2 |
|
|
* | This new test and emitter update recursively checks the whole source of the | Robert Managan | 2008-10-30 | 1 | -37/+45 |
|
|
* | Older Python portability: isinstance() only takes a single class. | Steven Knight | 2008-10-30 | 1 | -1/+3 |
|
|
* | exception must be stringified before comparison | Greg Noel | 2008-10-29 | 1 | -1/+1 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 9 | -86/+255 |
|
|
* | Speed up Node.FS.FileFinder.find_file() by avoiding constructing debugging | Steven Knight | 2008-10-29 | 1 | -8/+7 |
|
|
* | Issue 2228: Add os.devnull to the SCons.compat layer. | Steven Knight | 2008-10-28 | 1 | -0/+13 |
|
|
* | Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260). | David Cournapeau | 2008-10-20 | 1 | -0/+3 |
|
|
* | Update docstring for ifort. | David Cournapeau | 2008-10-20 | 1 | -1/+1 |
|
|