| Commit message (Expand) | Author | Age | Files | Lines |
* | Additional UNC path test case for FS.py | Gary Oberbrunner | 2010-11-19 | 1 | -0/+11 |
|
|
* | Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit Be... | Gary Oberbrunner | 2010-11-18 | 1 | -14/+257 |
|
|
* | Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut... | Gary Oberbrunner | 2010-07-31 | 1 | -2/+2 |
|
|
* | Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style c... | Steven Knight | 2010-05-19 | 1 | -2/+4 |
|
|
* | Eliminate custom use of old-style Proxy class in Node/FSTests.py. | Steven Knight | 2010-05-17 | 1 | -8/+1 |
|
|
* | Convert old-style classes to new-style classes. | Steven Knight | 2010-05-12 | 1 | -10/+10 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -3/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -12/+6 |
|
|
* | Rewrite uses of reduce(), which is being deprecated for Python 3.x. | Steven Knight | 2010-04-20 | 1 | -1/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -4/+4 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -2/+2 |
|
|
* | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -4/+6 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -11/+6 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -63/+55 |
|
|
* | Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank... | Gary Oberbrunner | 2009-05-29 | 1 | -1/+7 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -2/+2 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -4/+12 |
|
|
* | Allow subclassing of File and Dir nodes by having the must_be_same() | Steven Knight | 2008-12-30 | 1 | -0/+14 |
|
|
* | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 1 | -0/+81 |
|
|
* | Fix a Glob() exception (with stack trace) when an explicit Node | Steven Knight | 2008-12-02 | 1 | -7/+26 |
|
|
* | Fix an exception and stack trace when Glob() hits an on-disk file or | Steven Knight | 2008-11-08 | 1 | -5/+17 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Make Glob() sort, to prevent spurious rebuilds. Fixes issue #2131. | Gary Oberbrunner | 2008-09-06 | 1 | -4/+11 |
|
|
* | Issue 2177: Dir get_contents changed to return list of signatures | Ludwig Hähne | 2008-09-03 | 1 | -0/+27 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -45/+63 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -46/+440 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -117/+133 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -195/+69 |
|
|
* | Merged revisions 1968-2115 via svnmerge from | Steven Knight | 2007-07-11 | 1 | -1/+1 |
|
|
* | Merged revisions 1767-1783 via svnmerge from | Steven Knight | 2007-01-21 | 1 | -1/+18 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -13/+6 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -27/+56 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -46/+27 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -0/+14 |
|
|
* | Fix directory separators to allow the Debug.caller() function to strip unnece... | Steven Knight | 2006-04-01 | 1 | -0/+12 |
|
|
* | Refactor so Command() uses an FS.Entry as its target factory. | Steven Knight | 2006-02-12 | 1 | -60/+17 |
|
|
* | Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring. | Steven Knight | 2006-01-22 | 1 | -24/+58 |
|
|
* | Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el... | Steven Knight | 2006-01-21 | 1 | -6/+16 |
|
|
* | Handle scanning of the in-memory entries for a Dir with a scanner, not a hard... | Steven Knight | 2005-12-27 | 1 | -17/+37 |
|
|
* | Checkpoint minor refactorings en route to signature refactoring. | Steven Knight | 2005-12-16 | 1 | -0/+71 |
|
|
* | Handle interpretation of Node.FS objects when wrapped in Proxy instances. (E... | Steven Knight | 2005-12-01 | 1 | -0/+14 |
|
|
* | Support specifying absolute path names without drive letters on Win32. | Steven Knight | 2005-11-19 | 1 | -2/+6 |
|
|
* | Bring CVS back in sync. | Steven Knight | 2005-11-17 | 1 | -105/+424 |
|
|
* | When searching paths for Files or Dirs, match Entries,too. | Steven Knight | 2005-11-16 | 1 | -424/+105 |
|
|
* | Fix on-disk file matching on case-insensitive systems. Various fixes for win... | Steven Knight | 2005-10-10 | 1 | -0/+4 |
|
|