scons.git
2005-09-08 stevenknighttest
2005-08-30 stevenknightFix unicode encoder errors.
2005-08-24 stevenknightOn Solaris, enable the -KPIC option by default when...
2005-08-22 stevenknightAdd f90 and f95 to the list of Fortran compilers search...
2005-08-21 stevenknightHandle Fortran MODULE definitions in the same file...
2005-08-20 stevenknightHandle IOError exceptions when pushing files to CacheDi...
2005-08-20 stevenknightHandle files with white space when in temporary files...
2005-08-20 stevenknightHave Visual Studio echo that we're using SCons to build...
2005-08-17 stevenknightUpdate test infrastructure and ae2cvs utility to latest...
2005-08-17 stevenknightFix the -U behavior (broken when we made BUILD_TARGETS...
2005-08-15 stevenknightDocumentation fixes.
2005-08-14 stevenknightUpdate more tests to use the new skip_test() method...
2005-08-13 stevenknightFix conversion and comparison of Boolean values. ...
2005-08-13 stevenknightAllow modification of BUILD_TARGETS from with SConscrip...
2005-08-13 stevenknightUpdate Fortran tests that relied on the order of the...
2005-08-13 stevenknightAdd a Dirs() function that can be used in hBcexpansions...
2005-08-13 stevenknightAllow access to both TARGET and SOURCE in hBfunctions...
2005-08-13 stevenknightAllow access to both TARGET and SOURCE in hBcfunctions...
2005-08-13 stevenknightHandle Visual Studio project and solution files in...
2005-08-13 stevenknightAdd a skip_test() method to the infrastructure and...
2005-08-13 stevenknightAdd %SYSTEMDRIVE% to the list of Windows variables...
2005-08-12 stevenknightEnhance EnsureSConsVersion() to take revision numbers...
2005-08-12 stevenknightAdd Framework support for Mac OS X. (Greg Noel) Docum...
2005-08-11 stevenknightLook up Fortran modules relative to . (Craig Scott)
2005-08-11 stevenknightRemove an old comment from DirScanner.py. (Chad Austin...
2005-08-11 stevenknightPrint stacktrace for UserErrors when --debug=stacktrace...
2005-08-11 stevenknightWin32 portability fixes.
2005-08-07 stevenknightWin32 portability.
2005-08-06 stevenknightParameterize the '@' prefix when calling TempFileMunge...
2005-08-02 stevenknightUse 'con', not '/dev/tty', as the Trace() default on...
2005-07-04 stevenknightMove max_drift from Sig/MD5.py to Node/FS.py.
2005-06-25 stevenknightAdd a --raw option to the sconsign script.
2005-06-11 stevenknightGary's bug.
2005-06-10 stevenknightAdd a --diskcheck option to control looking on-disk...
2005-06-10 stevenknightFix DirScanner's handling of file names beginning with...
2005-06-10 stevenknightFix test/SCCS/* portability issues.
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-02 stevenknightDon't print duplicate stats when --profile is used.
2005-06-02 stevenknightMore efficient Builder.src_suffixes() calculation and...
2005-06-02 stevenknightPrint statistics even when we terminate early (e.g...
2005-06-01 stevenknightAdd a --debug=nomemoizer option to disable memoization.
2005-05-31 stevenknightSpeed up md5 collection of build signature calculations.
2005-05-30 stevenknightFix the Java parser's handling of backslashes. (Leanid...
2005-05-30 stevenknightAdd a brief description of env.subst() to the man page...
2005-05-30 stevenknightHandle Repositories without an SConsignFile() in them.
2005-05-29 stevenknightFix lookups of same-named files.
2005-05-29 stevenknightClarify the man page description of --max-drift.
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-09 stevenknightFix a man page keyword argument for Command(). (Bjorn...
2005-05-08 stevenknightAvoid rebuilds when otherwise unmodified Python functio...
2005-05-08 stevenknightAdd support for 64-bit Intel 9.0 beta compiler on Linux...
2005-05-07 stevenknightAdd --include-dir and the source directory when calling...
2005-05-07 stevenknightFix a User's Guide example. (Sanjoy Mahajan)
2005-05-07 stevenknightAdd RPATH (-R) support to the sun linker. (Karol Pietrzak)
2005-05-07 stevenknightMake SConsignFile() behavior the default.
2005-05-04 stevenknightReap as many thread responses as possible at once....
2005-04-27 stevenknightRefactor Executor creation from Builders to Actions...
2005-04-26 stevenknightMore flexible (and Make-like) ignoring command exit...
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-14 stevenknightSplit up test/QT/QT.py into separate tests.
2005-04-13 stevenknightRefactor the Rsearch*() methods out of existence in...
2005-04-10 stevenknightAllow configurability of yacc-generated header files...
2005-04-05 stevenknightFix a bad example in the man page. (Sanjoy Mahajan)
2005-04-05 stevenknightFix misplaced line in the man page. (Greg Ward)
2005-04-04 stevenknightPerformance optimization in the last patch: eliminate...
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-04-01 stevenknightStore source file and dependency paths relative to...
2005-04-01 stevenknightNormalize directory paths in SConsignFile() database...
2005-03-30 stevenknightSupport commenting out lines in a runtest.py -f file.
2005-03-30 stevenknightMake sure scans are added to all targets in a builder...
2005-03-25 stevenknightMinor clean up of value interpolation.
2005-03-25 stevenknightMinor speedus in variable expansion.
2005-03-24 stevenknightAdd a subsystem for collecting stats about how Nodes...
2005-03-24 stevenknightRefactor _doLookup() to speed it up a little.
2005-03-24 stevenknightFix linkloc.py to work with newer env.subst() conventio...
2005-03-24 stevenknightAllow toolpath to be stored in the environment and...
2005-03-21 stevenknightFix test/emitter.py for new entry matching.
2005-03-20 stevenknightWhen searching paths for Files or Dirs, match Entries...
2005-03-20 stevenknightFix re-scanning of built files for implicit dependencie...
2005-03-19 stevenknightFix Builders with empty source lists. (Stanislav Baranov)
2005-03-18 stevenknightRefactor Main.py's Alias lookup to allow customized...
2005-03-18 stevenknightHandle situations where the inspect module can't tell...
2005-03-18 stevenknightFix a regression in handling overridden construction...
2005-03-17 stevenknightRestore (some) old SCons.Script.* names, some released...
2005-03-17 stevenknightWindows portability in tests. Replace overlooked import
2005-03-16 stevenknightVersion installation of scripts.
2005-03-16 stevenknightActually support a global Entry name (since we already...
2005-03-16 stevenknightRestructure release notes. Add one about use of +...
2005-03-10 stevenknightAdd TempFileMunge support to AIX, Cygwin, HP-UX, Linux...
2005-03-10 stevenknightSupport Intel C compiler 9.0. (Gary Oberbrunner)
2005-03-08 stevenknightSpeed up string expansion. Cache find_file() results...
2005-03-06 stevenknightCheckpoint refactorings to remove CommandGenerator...
2005-03-06 stevenknightMake the GenerateHelpText format easily configurable.
2005-03-05 stevenknightEnhance setup.py to install troff man pages on UNIX...
2005-03-05 stevenknightReduce gen_binfo() time for very long source lists.
next