Merged revisions 1907-1940,1942-1967 via svnmerge from
[scons.git] / src / engine / SCons / Node / FS.py
2007-06-01 stevenknightMerged revisions 1907-1940,1942-1967 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 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-03-05 stevenknightRemove unnecessary creation of RCS and SCCS Node.Dir...
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 stevenknightRefactor NodeInfo decisions in anticipation of bigger...
2006-01-21 stevenknightMore efficient Node.FS.Dir.current() check. Fix some...
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-11-15 stevenknightAllow explicit target_factory=Dir with Builders that...
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-09-19 stevenknightGive the subst logic its own SCons.Subst module. It...
2005-08-20 stevenknightHandle IOError exceptions when pushing files to CacheDi...
2005-08-20 stevenknightHave Visual Studio echo that we're using SCons to build...
2005-08-13 stevenknightAdd a Dirs() function that can be used in hBcexpansions...
2005-08-07 stevenknightWin32 portability.
2005-07-04 stevenknightMove max_drift from Sig/MD5.py to Node/FS.py.
2005-06-11 stevenknightGary's bug.
2005-06-10 stevenknightAdd a --diskcheck option to control looking on-disk...
2005-06-07 stevenknightSplit Node-specific stuff from BuildInfo into a separat...
2005-06-04 stevenknightMove BuildInfo translation of signature Nodes to rel_pa...
2005-06-01 stevenknightAdd a --debug=nomemoizer option to disable memoization.
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-05-07 stevenknightMake SConsignFile() behavior the default.
2005-04-26 stevenknightWin32 portability for recent RootDir and rel_path(...
2005-04-18 stevenknightCache the result from rel_path().
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-24 stevenknightRefactor _doLookup() to speed it up a little.
2005-03-20 stevenknightWhen searching paths for Files or Dirs, match Entries...
2005-03-08 stevenknightSpeed up string expansion. Cache find_file() results...
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 stevenknightGroup --debug=count output by object modules.
2005-03-01 stevenknightDon't throw a 'Tried to lookup a File as a Dir' excepti...
2005-02-16 stevenknightFix creating a build_dir from scratch when there's...
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-21 stevenknightRegain lost performance improvements by using paths...
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2004-12-31 stevenknightApply Memoizer to cache more return values from various...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-16 stevenknightCache get_suffix() and get_build_env(). (Kevin Quick)
2004-12-15 stevenknightUse the right scanner if the same source file is used...
2004-12-14 stevenknightRemove unnecessary scan keyword argument from Node...
2004-12-02 stevenknightScan SCons source code for uncaught KeyboardInterrupts...
2004-11-20 stevenknightAdd more customizability: , , , .
2004-11-12 stevenknightBetter fix for reflective build_dir paths. (Kevin...
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-20 stevenknightAllow explicit target_factory=Dir with Builders that...
2004-10-09 stevenknightWin32 portability fixes for tests.
2004-10-07 stevenknightRemove scan=0 calls to Node.current() for implicit...
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-20 stevenknightFix handling when BuildDir exists but is unwriteable...
2004-09-15 stevenknightReturn real builder names from the default, environment...
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-08-17 stevenknightPut back --implicit-cache, having it use the --debug...
2004-08-15 stevenknightOptimizations in Node.FS._doLookup().
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-12 stevenknightQT fixes and enhancements: Moc() and Uic() builders...
2004-07-08 stevenknightFix errors when there are dangling symlinks. (Gary...
2004-07-02 stevenknightDelay any creation of DefaultEnvironment() until after...
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-02 stevenknightMake the use of the calc argument in Node methods consi...
2004-06-01 stevenknightStore the different dependencies in binfo separately.
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-05-24 stevenknightAccomodate conversion from old .sconsign formats.
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
next