| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank... | Gary Oberbrunner | 2009-05-29 | 2 | -2/+10 |
|
|
* | Issue 2415: Tolerate unicode strings when using intern() | Ludwig Hähne | 2009-05-17 | 1 | -8/+8 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 5 | -18/+18 |
|
|
* | Add .get_file_contents() to Value() nodes | Greg Noel | 2009-04-22 | 1 | -1/+4 |
|
|
* | Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test for | Steven Knight | 2009-03-02 | 1 | -7/+58 |
|
|
* | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 3 | -16/+27 |
|
|
* | Return the intern() string on the first call to Node.FS.Base._save_str(). | Steven Knight | 2009-02-19 | 1 | -2/+2 |
|
|
* | Issue 2181: intern file-names to save memory | Ludwig Hähne | 2009-02-09 | 1 | -9/+11 |
|
|
* | Handle finding implicit dependents defined with doubled path | Steven Knight | 2009-02-09 | 1 | -2/+3 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 8 | -0/+47 |
|
|
* | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 1 | -1/+1 |
|
|
* | Detect the presence of 8.3 names on Windows when looking on-disk | Steven Knight | 2009-01-27 | 1 | -2/+12 |
|
|
* | Various Windows fixes: | Steven Knight | 2009-01-18 | 1 | -3/+6 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 4 | -7/+21 |
|
|
* | Allow subclassing of File and Dir nodes by having the must_be_same() | Steven Knight | 2008-12-30 | 2 | -1/+15 |
|
|
* | Issue 2276: Fix use of codecs module in pre-2.3 Python versions. | Steven Knight | 2008-12-20 | 1 | -0/+13 |
|
|
* | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 2 | -10/+132 |
|
|
* | Issue 1287: copy File attributes from the local Node to a Repository | Steven Knight | 2008-12-10 | 1 | -0/+13 |
|
|
* | Fix a Glob() exception (with stack trace) when an explicit Node | Steven Knight | 2008-12-02 | 2 | -8/+31 |
|
|
* | Speed up Node.FS.EntryProxy.__getattr__() by not spending cycles | Steven Knight | 2008-11-15 | 1 | -10/+22 |
|
|
* | 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 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -1/+1 |
|
|
* | Speed up Node.FS.FileFinder.find_file() by avoiding constructing debugging | Steven Knight | 2008-10-29 | 1 | -8/+7 |
|
|
* | Issue 1568: fix a stack trace when --debug=include tries to handle | Steven Knight | 2008-10-17 | 1 | -1/+4 |
|
|
* | Issue 1646: Block-wise signature computation for large files | Ludwig Hähne | 2008-09-28 | 1 | -4/+28 |
|
|
* | Change FUTURE markers to TODO(1.5) so we are all using the same style. | Greg Noel | 2008-09-25 | 1 | -0/+1 |
|
|
* | 1.5 compatiblity: string method in Node/FSTests.py. | Steven Knight | 2008-09-23 | 1 | -1/+1 |
|
|
* | Windows portability: use os.path.join() for expected subdirectory paths. | Steven Knight | 2008-09-20 | 1 | -1/+6 |
|
|
* | Issue 2106: Don't match a directory that matches the name of a | Steven Knight | 2008-09-14 | 1 | -3/+4 |
|
|
* | Issue 1693: make the subdirectory in which the .sconsign file will | Steven Knight | 2008-09-14 | 1 | -2/+5 |
|
|
* | Revert the previous change, I overlooked some regression test failures. | Steven Knight | 2008-09-13 | 1 | -5/+2 |
|
|
* | Issue 1693: Make the directory in which the .sconsign file will live, | Steven Knight | 2008-09-13 | 1 | -2/+5 |
|
|
* | Issue 2121: fix handling #includes of files in VariantDir subdirectories, | Steven Knight | 2008-09-13 | 1 | -1/+4 |
|
|
* | Evaluate compat module transparently when SCons is instantiated | Greg Noel | 2008-09-11 | 1 | -2/+0 |
|
|
* | Issue 1307: Invalidate node caches after Execute() | Ludwig Hähne | 2008-09-08 | 1 | -0/+43 |
|
|
* | Make Glob() sort, to prevent spurious rebuilds. Fixes issue #2131. | Gary Oberbrunner | 2008-09-06 | 2 | -4/+12 |
|
|
* | Issue 2177: Dir get_contents changed to return list of signatures | Ludwig Hähne | 2008-09-03 | 2 | -3/+45 |
|
|
* | Fix for bug #2184, Glob() corrupts LIBPATH. | Gary Oberbrunner | 2008-09-03 | 1 | -2/+2 |
|
|
* | Fix bug #2138, missing parens after clear call in Entry.must_be_same(). Pass... | Gary Oberbrunner | 2008-08-15 | 1 | -1/+1 |
|
|
* | Merged revisions 2949-2953,2955-3056 via svnmerge from | Steven Knight | 2008-06-10 | 1 | -3/+6 |
|
|
* | Merged revisions 2928-2932,2934-2946 via svnmerge from | Steven Knight | 2008-05-18 | 3 | -1/+10 |
|
|
* | Merged revisions 2898-2901,2903-2927 via svnmerge from | Steven Knight | 2008-04-30 | 1 | -5/+9 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 3 | -118/+149 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 3 | -82/+104 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 3 | -52/+58 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 5 | -212/+895 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 7 | -845/+1241 |
|
|