Fix on-disk file matching on case-insensitive systems. Various fixes for win32 porta...
[scons.git] / src / engine / SCons / Node / FS.py
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...
2004-05-14 stevenknightMake the saved info opaque to the .sconsign subsystem...
2004-05-06 stevenknightRefactor .sconsign management into its own module.
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-06 stevenknightscons.0.92 - Implement a --duplicate= option. (Christo...
2004-02-15 stevenknightLay some groundwork for URL Nodes by abstracting local...
2004-02-09 stevenknightSave memory by allowing Nodes to clean up their Executo...
2004-02-09 stevenknightMake the M4 Builder work with repositories by adding...
2004-02-07 stevenknightAdd options to investigate object creation and memory...
2004-01-29 stevenknightFetch implicit dependencies from SCCS/RCS.
2004-01-17 stevenknightFix retrieving multiple target files from cache. ...
2003-12-19 stevenknightWork around Cygwin Python's broken idea that it's case...
2003-12-06 stevenknightPreserve the ability to call BuildDir() multiple times...
2003-11-12 stevenknightMake duplicate build dir specifications be an error...
2003-11-09 stevenknightFix specifying a root directory with just the drive...
2003-11-09 stevenknightDon't swallow the AttributeError for an expansion like...
2003-11-03 stevenknightSync CVS log from master Aegis repository.
2003-10-26 stevenknightFix a regression with CPPDEFINES when using the g+...
2003-10-21 stevenknightBetter detection of KeyboardInterrupts. (Christoph...
2003-10-18 stevenknightAllow SConsignFile() to take a dbm module argument...
next