Add Java RMIC support.
[scons.git] / src / CHANGES.txt
2003-05-10 stevenknightAdd Java RMIC support.
2003-05-08 stevenknightAdd support for JavaH.
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-05-04 stevenknightAdd Node.FS.{Dir,File}.Entry() methods.
2003-05-02 stevenknightFix regression tests that use test.whereis(). (Anthony...
2003-05-01 stevenknightAdd Python Value Nodes. (Chad Austin)
2003-04-30 stevenknightProvide uniform access to (some) command-line options...
2003-04-30 stevenknightFix the spawn() functions. (Anthony Roach)
2003-04-29 stevenknightSupport Java when using Repository and SConscriptChdir...
2003-04-27 stevenknightEvaluate Action varlists when calculating signatures...
2003-04-26 stevenknightPortability fixes for test. (Chad Austin)
2003-04-23 stevenknightAdd support for MIDL. (Greg Spencer)
2003-04-23 stevenknightFix the Entering
2003-04-23 stevenknightAdd SConf infrastructure (Autoconf functionality)....
2003-04-20 stevenknightMake Export() work for local variables. (Anthony Roach)
2003-04-18 stevenknightAdd Alias() global function. (Anthony Roach)
2003-04-17 stevenknightSupport the #import C preprocessor directive. (Greg...
2003-04-16 stevenknightUse Win32 long-line tempfile linking when using Cygwin...
2003-04-16 stevenknightReally parse .java files for inner class names. (Charl...
2003-04-14 stevenknightChange the names of the Set{Build,Content}SignatureType...
2003-04-13 stevenknightAdd an argument for sorting Options help text.
2003-04-13 stevenknightSupport converting PostScript to PDF files using ghostv...
2003-04-12 stevenknightAdd the current PYTHONPATH to runtest.py so tests can...
2003-04-12 stevenknightAdd a clear() method to reset a Node's state for re...
2003-04-11 stevenknightCygwin fixes: use -fPIC and .dll for shared libraries...
2003-04-10 stevenknightOptions save. (Allen Bierbaum)
2003-04-10 stevenknightImplement Tool refactoring. (Chad Austin + Steve Leblanc)
2003-04-09 stevenknightFix Cygwin shared library support (use .dll not .so...
2003-04-09 stevenknightSet the SYSTEMROOT environment variable on Windows...
2003-04-06 stevenknightJava!
2003-04-02 stevenknightInitialize the new branch.
2003-04-01 stevenknightPrepare 0.13 for release.
2003-03-30 stevenknightFix a bug when BuildDir(duplicate=0) is used with multi...
2003-03-28 stevenknightInitialize the new branch.
2003-03-28 stevenknightPrepare for release, more doc patches, one portability...
2003-03-28 stevenknightFix erroneous dependency-cycle errors when an Alias...
2003-03-27 stevenknightMan page fixes.
2003-03-26 stevenknightClean-ups in preparation for release: doc and comment...
2003-03-23 stevenknightFix -U when no Default() targets are specified.
2003-03-23 stevenknightFix man page doc of the tool function.
2003-03-22 stevenknightMake RCS/SCCS/BitKeeper support more transparent.
2003-03-15 stevenknightFix two bugs in CacheDir handling. (Jeff Petkau)
2003-03-15 stevenknightChange the default SConscriptChdir() behavior to NOT...
2003-03-14 stevenknightDocument the -f option correctly, support building...
2003-03-14 stevenknightFix WhereIs() to return a normalized path. (Lachlan...
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-03-03 stevenknightAdd an Exit() function for explicit termination of...
2003-03-03 stevenknightPush files to the CacheDir() before calling the supercl...
2003-03-03 stevenknightDon't eat scanner exceptions.
2003-03-02 stevenknightFix using more than two targets or sources in a list.
2003-02-28 stevenknightBetter documentation of exporting variables to SConscri...
2003-02-26 stevenknightFix str(Node.FS) in an SConscript file, and add a separ...
2003-02-26 stevenknightAdd SharedObject() support to masm. (Lachlan O'Dea)
2003-02-26 stevenknightFinish Tar builder support, add Zip builder support.
2003-02-25 stevenknightAdd support for Perforce. (Charles Crain)
2003-02-22 stevenknightWarn when the user tries to set TARGET[S] or SOURCE...
2003-02-22 stevenknightFix Install test portability by converting an OSError...
2003-02-22 stevenknightMake SCons.Util.to_String() more efficient.
2003-02-18 stevenknightAdd support for fetching files from rcs.
2003-02-12 stevenknightRemove deprecated features.
2003-02-12 stevenknightMake the Install() method copy files (by default).
2003-02-11 stevenknightInitialize the 0.12 branch
2003-02-11 stevenknightPrepare for release.
2003-02-11 stevenknightFix some performance problems with the --implicit-cache...
2003-02-10 stevenknightSupport more intuitive build directory specifications...
2003-02-09 stevenknightAnnotate objects with their creation SConscript and...
2003-02-08 stevenknightSupport importing Platform and Tool specifications...
2003-02-07 stevenknightAdd a patch to help many systems terminate on interrupt...
2003-02-07 stevenknightFix case-sensitive packaging problem on Win32.
2003-02-05 stevenknightChange the default behavior when no arguments are speci...
2003-02-04 stevenknightFixes for compiling with MSVC when running cygwin Pytho...
2003-02-03 stevenknightAdd CacheDir support.
2003-02-02 stevenknightAdd a strfunction() to Command actions, and add an...
2003-01-29 stevenknightAdd IRIX and MIPSPro support. (Chad Austin)
2003-01-27 stevenknightProvide a better error message when a BuildDir() is...
2003-01-25 stevenknightFix a bug when -c is used with -n. (Steve Leblanc)
2003-01-25 stevenknightFix adding a prefix when the target isn't specified.
2003-01-25 stevenknightFix how BUILDERS are updated.
2003-01-22 stevenknightAdd support for the PharLap ETS tools. (Charles Crain)
2003-01-22 stevenknightMinor fixes: CR-LF in scons.bat file, remove old name...
2003-01-21 stevenknightFix library dependencies when the prefix is specified...
2003-01-20 stevenknightAdd AddPreAction() and AddPostAction() methods. (Charl...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-18 stevenknightMake shared/static objects less irritating. (Anthony...
2003-01-17 stevenknightInitialize the new branch.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-16 stevenknightPrep 0.10 for release.
2003-01-14 stevenknightAdd --debug-includes. (Anthony Roach)
2003-01-14 stevenknightFix bug removing symbolic links. (Steve Leblanc)
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2003-01-12 stevenknightEliminate unnecessary scanning before a Node is rebuilt.
2003-01-09 stevenknightBetter initial explanation of SConscript files; fix...
2003-01-09 stevenknightAdd MinGW support. (Anthony Roach)
2003-01-07 stevenknightFix files with the same name as subdirs.
2003-01-07 stevenknightFix specifying only the source argument to a MultiStepB...
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2003-01-06 stevenknightPerformance improvement: cut down on Proxy.__getattr__...
2003-01-05 stevenknightFix problems returning the appropriate exit status...
2003-01-01 stevenknightDon't duplicate source files in a BuildDir when the...
2002-12-28 stevenknightHave the Environment.get() method return None as the...
next