http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Node / FSTests.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-05-29 garyoFix issue #2419 by sorting the other return path from...
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2008-12-30 stevenknightAllow subclassing of File and Dir nodes by having the...
2008-12-12 stevenknightIssue 2255: Handle scanning of UTF-8 and UTF-16 files...
2008-12-02 stevenknightFix a Glob() exception (with stack trace) when an expli...
2008-11-08 stevenknightFix an exception and stack trace when Glob() hits an...
2008-10-29 garyoApplied Benoit Belley's patch in ticket 1957 improve...
2008-09-25 GregNoelChange FUTURE markers to TODO(1.5) so we are all using...
2008-09-23 stevenknight1.5 compatiblity: string method in Node/FSTests.py.
2008-09-20 stevenknightWindows portability: use os.path.join() for expected...
2008-09-06 garyoMake Glob() sort, to prevent spurious rebuilds. Fixes...
2008-09-03 pankratIssue 2177: Dir get_contents changed to return list...
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-07-11 stevenknightMerged revisions 1968-2115 via svnmerge from
2007-01-21 stevenknightMerged revisions 1767-1783 via svnmerge from
2007-01-07 stevenknightMerged revisions 1738-1754,1756 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-04-01 stevenknightFix directory separators to allow the Debug.caller...
2006-02-12 stevenknightRefactor so Command() uses an FS.Entry as its target...
2006-01-22 stevenknightRefactor NodeInfo and BuildInfo handling to prepare...
2006-01-21 stevenknightDeprecate $WIN32 variables name in place of $WINDOWS...
2005-12-27 stevenknightHandle scanning of the in-memory entries for a Dir...
2005-12-16 stevenknightCheckpoint minor refactorings en route to signature...
2005-12-01 stevenknightHandle interpretation of Node.FS objects when wrapped...
2005-11-19 stevenknightSupport specifying absolute path names without drive...
2005-11-17 stevenknightBring CVS back in sync.
2005-11-16 stevenknightWhen searching paths for Files or Dirs, match Entries...
2005-10-10 stevenknightFix on-disk file matching on case-insensitive systems...
2005-10-08 stevenknightRemove old, same-named files from a build directory...
2005-09-25 stevenknightFix a bug in the signature refactoring that caused...
2005-09-25 stevenknightMore efficient checking for on-disk file entries.
2005-08-13 stevenknightAdd a Dirs() function that can be used in hBcexpansions...
2005-06-11 stevenknightGary's bug.
2005-06-07 stevenknightSplit Node-specific stuff from BuildInfo into a separat...
2005-05-29 stevenknightFix lookups of same-named files.
2005-05-15 stevenknightGet rid of the requirement that a source directory...
2005-05-14 stevenknightMove pre- and post-actions lists from Node to Executor...
2005-05-13 stevenknightEliminate multiple calls to os.stat() to fetch file...
2005-04-15 stevenknightAvoid must_be_a_Dir() attribute errors when trying...
2005-04-13 stevenknightRefactor the Rsearch*() methods out of existence in...
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-04-01 stevenknightStore source file and dependency paths relative to...
2005-03-20 stevenknightWhen searching paths for Files or Dirs, match Entries...
2005-03-17 stevenknightWindows portability in tests. Replace overlooked import
2005-03-05 stevenknightFix a regression in handling CPPPATH='.' when using...
2005-03-05 stevenknightEliminate find_file() inefficiency.
2005-03-01 stevenknightCheckpoint refactoring of the find_file() interface.
2005-03-01 stevenknightDon't throw a 'Tried to lookup a File as a Dir' excepti...
2005-02-15 stevenknightWhen searching for files, don't pick same-named directo...
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
2005-02-10 stevenknightDon't create a Node for every file we try to find durin...
2005-02-01 stevenknightRefactor internals in preparation for eliminating creat...
2005-01-22 stevenknightReduce the number of scanner calls in large cross-produ...
2005-01-21 stevenknightRegain lost performance improvements by using paths...
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-15 stevenknightApply build overrides once up front. (Kevin Quick)
2004-12-15 stevenknightUse the right scanner if the same source file is used...
2004-12-15 stevenknightRemove Node scanner storage. (Kevin Quick)
2004-11-11 stevenknightFix the use of reflective paths underneath build direct...
2004-10-22 stevenknightFix the execute-Mkdir-once patch so that it doesn't...
2004-10-21 stevenknightHandle use of Mkdir() when the file exists.
2004-10-09 stevenknightWin32 portability fixes for tests.
2004-10-07 stevenknightRemove scan=0 calls to Node.current() for implicit...
2004-10-07 stevenknightClear out dependent-child caches when a node is rebuilt...
2004-09-27 stevenknightAdd support for changing directory when executing Actio...
2004-09-25 stevenknightAdd a --debug=findlibs option. (Gary Oberbrunner)
2004-09-24 stevenknightFix --no-exec handling of cache. (Kevin Quick)
2004-09-15 stevenknightFix is_pseudo_derived_builder(). (Kevin Quick)
2004-09-15 stevenknightHandle exceptions in FunctionActions. (Steve Christensen)
2004-08-17 stevenknightRemove the misbegotten --save-explain-info feature.
2004-07-30 stevenknightFix null entries in CPPPATH. (Gary Oberbrunner)
2004-07-29 stevenknightRefactorings towards a RelativeTopDir() function.
2004-07-21 stevenknightAdd a .win32 attribute for FS entries; preserve Literal...
2004-07-08 stevenknightFix errors when there are dangling symlinks. (Gary...
2004-06-25 stevenknightOfficially support target_factory and source_factory...
2004-06-15 stevenknightAdd an option to not save the --debug=explain information.
2004-06-01 stevenknightStore the different dependencies in binfo separately.
2004-05-25 stevenknightAdd unit tests for the last two changes.
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-14 stevenknightMake the saved info opaque to the .sconsign subsystem...
2004-05-04 stevenknightPortability fixes for Win32.
2004-05-03 stevenknightReally support strfunction for all Action subclasses...
2004-05-01 stevenknightPerformance improvement: memo-ize Node.FS string value...
2004-04-17 stevenknightAdd the highly anticipated --debug=explain option to...
2004-04-01 stevenknightFix a bug in CVS checkouts when env.SourceCode() is...
2004-03-16 stevenknightFix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for...
2004-03-06 stevenknightscons.0.92 - Implement a --duplicate= option. (Christo...
next