scons.git
2004-08-19 stevenknightRestore scanning of .pch files. (Anthony Roach)
2004-08-19 stevenknight@REM, not just REM, in the scons.bat file.
2004-08-19 stevenknightAdd darwin.py to the packaging MANIFEST.
2004-08-19 stevenknightDelete() should not blow up if what it's deleting doesn...
2004-08-18 stevenknightPrepare for next development cycle.
2004-08-18 stevenknightInitialize the new branch for release.
2004-08-18 stevenknightFix __COPYRIGHT__ and __REVISION__ in new Darwin module.
2004-08-18 stevenknightAdd support for the darwin (Mac OS X) platform. (James...
2004-08-17 stevenknightPortability fixes for Mac OS Xin tests. (Gary Oberbrunner)
2004-08-17 stevenknightRemove the misbegotten --save-explain-info feature.
2004-08-17 stevenknightPut back --implicit-cache, having it use the --debug...
2004-08-17 stevenknightTest portability fix. Fix handling of >.
2004-08-17 stevenknightIncorporate changes from pre-release reviews.
2004-08-16 stevenknightHave the default ParseConfig() function add -pthread...
2004-08-16 stevenknightFix timestamp-fallback.py for builders returning lists...
2004-08-16 stevenknightBranch for documentation changes.
2004-08-15 stevenknightOptimizations in Node.FS._doLookup().
2004-08-12 stevenknightAdd a Flatten() function to help the transition to...
2004-08-11 stevenknightFix handling of ${F77,F90,F95,FORTRAN}COM so they can...
2004-08-07 stevenknightQt fixes. (Christoph Wiedemann)
2004-08-06 stevenknightFix fallout from having everything return a list.
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-08-02 stevenknightAdd support on IRIX. (Chad Austin)
2004-08-02 stevenknightRestore some test files as Aegis tests. Add a packagin...
2004-07-31 stevenknightPortability fixes for test/QT.py. (Chad Austin)
2004-07-30 stevenknightChange the copyright statement to reflect ownership...
2004-07-30 stevenknightDon't blow up if the external PATH variable is not...
2004-07-30 stevenknightFix null entries in CPPPATH. (Gary Oberbrunner)
2004-07-30 stevenknightIgnore null tools. (Gary Oberbrunner)
2004-07-30 stevenknightTreat file extensions with all digits as part of the...
2004-07-30 stevenknightMove LIB{PREFIX,SUFFIX} definitions from the Platform...
2004-07-29 stevenknightAdd support for newer ifort versions of the Intel Fortr...
2004-07-29 stevenknightRefactorings towards a RelativeTopDir() function.
2004-07-29 stevenknightEnhance runtest.py and add a script for automated regre...
2004-07-29 stevenknightAdd Fortran 90/95 support. (Chris Murray)
2004-07-29 stevenknightAdd Fortran 90/95 support. (Chris Murray)
2004-07-21 stevenknightAdd a .win32 attribute for FS entries; preserve Literal...
2004-07-15 stevenknightWin32 portability: add an explicit match argument...
2004-07-13 stevenknightFix tests on systems where 'ar' prints warnings about...
2004-07-13 stevenknightFix test/chained-build.py for systems that can finish...
2004-07-13 stevenknightMake exception handling thread-safe by using sys.exc_in...
2004-07-13 stevenknightMake exception handling conform to Pythonic standards...
2004-07-12 stevenknightQT fixes and enhancements: Moc() and Uic() builders...
2004-07-11 stevenknightMake dblite.py handle Unicode strings.
2004-07-08 stevenknightFix errors when there are dangling symlinks. (Gary...
2004-07-08 stevenknightTwo more win32 fixes: don't have SConfTests.py look...
2004-07-06 stevenknightWin32 portability.
2004-07-02 stevenknightDelay any creation of DefaultEnvironment() until after...
2004-06-25 stevenknightOfficially support target_factory and source_factory...
2004-06-17 stevenknightFix a problem with --debug=explain when actions change...
2004-06-15 stevenknightAdd an option to not save the --debug=explain information.
2004-06-14 stevenknightChange PDB file generation from compile time to link...
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-30 stevenknightEliminate the refactored-out-of-existence Sig.Calculato...
2004-05-25 stevenknightMake env.SConscript() expand dirs names.
2004-05-25 stevenknightAdd unit tests for the last two changes.
2004-05-24 stevenknightFix use of --debug=explain with SConsignFile(). (Chad...
2004-05-24 stevenknightAccomodate conversion from old .sconsign formats.
2004-05-23 stevenknightBetter handling of syntax errors during variable expans...
2004-05-23 stevenknightAdd support for fetching command-line arguments by...
2004-05-22 stevenknightRemove the shared library prefix/suffix from {PREFIXES...
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-17 stevenknightWhen a Node has been built, don't walk the whole tree...
2004-05-16 stevenknightMove Action initializations for common default COM...
2004-05-14 stevenknightMake the saved info opaque to the .sconsign subsystem...
2004-05-09 stevenknightFix EnsureSConsVersion() so it examines the SCons versi...
2004-05-09 stevenknightMake CacheDir() if it doesn't exist. (Chad Austin)
2004-05-09 stevenknightTest portability to Win32.
2004-05-08 stevenknightBetter midl (Visual Studio MIDL compiler) Tool detectio...
2004-05-08 stevenknightCleaner Task interface when using the -c option.
2004-05-06 stevenknightRefactor .sconsign management into its own module.
2004-05-04 stevenknightRefactor Builders to remove the node_factory keyword...
2004-05-04 stevenknightPortability fixes for Win32.
2004-05-04 stevenknightMake CommandGenerationAction able to handle subsidiary...
2004-05-03 stevenknightHave ParseConfig() support the -Wl option.
2004-05-03 stevenknightReally support strfunction for all Action subclasses...
2004-05-01 stevenknightFix use of timestamps with --implicit-cache. (Anthony...
2004-05-01 stevenknightPerformance improvement: memo-ize Node.FS string value...
2004-04-28 stevenknightSupport use of strfunction() with all kinds of Action...
2004-04-28 stevenknightTest fixes for Python 2.3.3 on Win32. (Anthony Roach)
2004-04-25 stevenknightMake the inability to test timestamp fallback a pass...
2004-04-25 stevenknightAdd a -f option to the runtest.py script.
2004-04-25 stevenknightHave SConsignFile() use a dblite.py module by default...
2004-04-19 stevenknightAnt-like tasks: Chmod(), Copy(), Delete(), Mkdir(...
2004-04-17 stevenknightAdd the highly anticipated --debug=explain option to...
2004-04-14 stevenknightMore efficient check for environment equivalence when...
2004-04-14 stevenknightFilter null values from the _concat() list. (Chad...
2004-04-14 stevenknightFix custom scanner behavior when setting/copying/replac...
2004-04-13 stevenknightMore robust searching for the ICL license file. (Gary...
2004-04-10 stevenknightAdd support for extending the suffixes a scanner knows...
2004-04-07 stevenknightHave Task.make_ready() create a list of the out-of...
2004-04-07 stevenknightMake the targets/sources warnings test pass regardless...
2004-04-06 stevenknightAdd warnings for easily-confused variable names like...
2004-04-04 stevenknightAdd a reject argument to the env.Whereis() method....
2004-04-04 stevenknightAllow CheckLib to search a list of libraries. (sam th)
2004-04-04 stevenknightAllow a list of emitters to be called in sequence....
2004-04-03 stevenknightPut the --duplicate option in alphabetical order in...
2004-04-03 stevenknightAdd RPATH support. (Chad Austin)
next