scons.git
2004-03-08 stevenknightSpeed up SCons packaging builds by eliminating lots...
2004-03-08 stevenknightAdd a D language Tool. (Andy Friesen)
2004-03-06 stevenknightscons.0.92 - Implement a --duplicate= option. (Christo...
2004-03-06 stevenknightUpdate various default paths in MSVS .Net and MSVC...
2004-03-05 stevenknightOverlooked adding subst_path() to IDLTests.py.
2004-03-05 stevenknightFix use of things like ${TARGET.dir} in *PATH expansions.
2004-03-05 stevenknightRefactor path-substitution logic into an Environment...
2004-03-03 stevenknightRefactor Scanner internals as a prelude to fixing use...
2004-03-03 stevenknightWin32 portability.
2004-02-28 stevenknight1.5.2 portability.
2004-02-28 stevenknightBranch for User's Guide work.
2004-02-28 stevenknightDocument the dbm_module argument to SConsignFile().
2004-02-26 stevenknightInitialize *FLAGS variables with objects that can add...
2004-02-24 stevenknightBetter error message when a source file is missing.
2004-02-24 stevenknightHandle recursive substitution in overrides.
2004-02-23 stevenknightAdd an internal Environment._update() method that updat...
2004-02-17 stevenknightAdd a common tasks appendix to the user's guide. ...
2004-02-17 stevenknightMake the Library test work even with linkers that don...
2004-02-17 stevenknightUse "env -" instead of "env -i". (Chad Austin)
2004-02-17 stevenknightUpdate the __env__ variable when making a Copy() or...
2004-02-17 stevenknightEnhanced test to catch potential problems with absolute...
2004-02-16 stevenknightAdd AppendUnique() and PrependUnique() Environment...
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-08 stevenknightWin32 portability.
2004-02-08 stevenknightUpdated test for C++ files in libraries. (Chad Austin)
2004-02-08 stevenknightMore robust reading of VCComponents.dat. (Chad Austin)
2004-02-08 stevenknightDeprecate the overrides Builder() keyword argument...
2004-02-07 stevenknightMove the __env__ construction variable into the Environ...
2004-02-07 stevenknightAdd options to investigate object creation and memory...
2004-02-04 stevenknightFix a new variable expansion bug.
2004-01-29 stevenknightFetch implicit dependencies from SCCS/RCS.
2004-01-29 stevenknightProvide a better error message when a construction...
2004-01-27 stevenknightAccomodate white space in path names when running tests.
2004-01-25 stevenknightFix ARGUMENTS specifications on the command line that...
2004-01-25 stevenknightHave the Qt Builder(s) use flags from the environment...
2004-01-20 stevenknightRefactor variable substitution for more scalable expans...
2004-01-17 stevenknightFix retrieving multiple target files from cache. ...
2004-01-16 stevenknightWin32 portability in test/Program.py.
2004-01-16 stevenknightUpdate for MSVS 2003 (7.1). (Greg Spencer)
2004-01-16 stevenknightFix an incorrect registry lookup in msvc.py.
2004-01-16 stevenknightMake our source-file builds depend on the Copyright...
2004-01-16 stevenknightMake the midl builder put the targets in the target...
2004-01-15 stevenknightFix MSVS Project file invocation when running scons...
2004-01-11 stevenknightBetter error handling if someone tries to add a non...
2004-01-10 stevenknightBetter test for use of Configure() in nested SConscript...
2004-01-10 stevenknightMake the static/shared object check work even if the...
2004-01-08 stevenknightFix .class suffix handling in JavaH.
2004-01-08 stevenknightMake Action() and env.Action() equivalent.
2004-01-08 stevenknightHandle Configure() calls in multiple SConscript files.
2004-01-07 stevenknightUpdate the Copyright years to include 2004.
2004-01-05 stevenknightRefactor construction variable expansion to handle...
2004-01-04 stevenknightMiscellaneous changes: update a call to env.subst...
2003-12-31 stevenknightFix __COPYRIGHT__ and __REVISION__ lines; make IDLTests...
2003-12-23 stevenknightMinor test enhancements.
2003-12-19 stevenknightWork around Cygwin Python's broken idea that it's case...
2003-12-18 stevenknightAdd support for a toolpath for Environments.
2003-12-16 stevenknightHave the Zip() Builder create compressed .zip files...
2003-12-12 stevenknightFix stripping the library prefix.
2003-12-08 stevenknightFix spelling errors in error messages, man page typos.
2003-12-08 stevenknightRelax the duplicate-environment restriction for targets...
2003-12-06 stevenknightFix saving/restoring PackageOptions to a file. (Chris...
2003-12-06 stevenknightPreserve the ability to call BuildDir() multiple times...
2003-12-06 stevenknightPrepare side-effect nodes before building, too. (Charl...
2003-12-06 stevenknightAdd more variable substitution tests.
2003-12-02 stevenknightMSVC fix for pre-2.3 Python versions. (Charles Crain)
2003-12-02 stevenknightFix an incorrect _concat() call in the definition...
2003-12-01 stevenknightMake the Fortran scanner case-insensitive. (David...
2003-12-01 stevenknightMake the message about missing SConscript files a warni...
2003-11-25 stevenknightRestore the ability for _stripixes() to call a custom...
2003-11-22 stevenknightAdd Borland compiler support. (Vincent Risi)
2003-11-18 stevenknightEnsure that the ENV values are all strings. (Anthony...
2003-11-18 stevenknightAdded better -H documentation for --debug and remove...
2003-11-12 stevenknightMake duplicate build dir specifications be an error...
2003-11-12 stevenknightRefactor the scons_subst*() tests to make it easier...
2003-11-10 stevenknightUse sys.stdout.write() instead of print so line feeds...
2003-11-09 stevenknightAllow LIBS to be a single element, not a list, and...
2003-11-09 stevenknightFix specifying a root directory with just the drive...
2003-11-09 stevenknightFix a man page bug.
2003-11-09 stevenknightDon't swallow the AttributeError for an expansion like...
2003-11-07 stevenknightInitialize the 0.94 branch for release.
2003-11-07 stevenknightAdd BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TAR...
2003-11-04 stevenknightAdd new Options flavors. (Hartmut Goebel)
2003-11-03 stevenknightSync CVS log from master Aegis repository.
2003-11-03 stevenknightFixes for the AIX C and C++ Tool specifications. ...
2003-11-03 stevenknightRestore the default '-LANG:std' C++ flag on SGI IRIX...
2003-10-30 stevenknightUpdate the tool specifications for the SGI MIPSpro...
2003-10-30 stevenknightFix subclassing of the Environment and Scanner classes.
2003-10-28 stevenknightFix a regression with env.Append().
2003-10-28 stevenknightFix man page formatting when using Safari. (Gary Oberb...
2003-10-26 stevenknightFix a regression with CPPDEFINES when using the g+...
2003-10-23 stevenknightInitialize the new branch.
2003-10-22 stevenknightReally handle lack of the threading.py module when...
2003-10-21 stevenknightBetter detection of KeyboardInterrupts. (Christoph...
2003-10-21 stevenknightFix various SConf bugs. (Christoph Wiedemann)
2003-10-21 stevenknightFix a bug in Qt detection. (Christoph Wiedemann)
2003-10-21 stevenknightTest portability for win32.
2003-10-21 stevenknightSupport arbitrary header-file preambles when checking...
2003-10-18 stevenknightAllow SConsignFile() to take a dbm module argument...
next