summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Initialize the new branch.Steven Knight2003-05-223-12/+13
* Prepare the release.Steven Knight2003-05-212-8/+22
* Put LinkFunc() back to the way it was. (Christoph Wiedemann)Steven Knight2003-05-201-2/+2
* Restore .sconsign file tracking back to a single global list, not directory-s...Steven Knight2003-05-202-11/+5
* Change the Building message to say Cleaning when the -c option is used.Steven Knight2003-05-192-2/+9
* Eliminate redundant signature calculations, optimize out use of hasattr().Steven Knight2003-05-174-41/+118
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-167-223/+304
* Have the Tool() method add the tool name to the construction variable. (Dav...Steven Knight2003-05-163-1/+11
* Test fixes.Steven Knight2003-05-161-2/+2
* Fix SideEffect() and BuildDir(). (Anthony Roach)Steven Knight2003-05-154-21/+38
* Speed up creation of EntryProxy objects by delaying evaluation. (Charles Crain)Steven Knight2003-05-151-18/+30
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-1513-182/+476
* Fix for the internal Link action not being reentrant when used with BuildDir.Steven Knight2003-05-122-2/+5
* Portability fixes for various tests.Steven Knight2003-05-112-3/+4
* Interpolate the null string for illegal list subscripts.Steven Knight2003-05-103-2/+19
* Add Java RMIC support.Steven Knight2003-05-104-2/+112
* Java parser fix for // comments. (Charles Crain)Steven Knight2003-05-092-5/+51
* Split the Java parser into a JavaCommon.py module.Steven Knight2003-05-094-186/+359
* Add support for JavaH.Steven Knight2003-05-085-19/+156
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-0710-120/+175
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-0623-565/+766
* If we added a temporary builder to a Node while calling the emitter, don't re...Steven Knight2003-05-042-2/+24
* Add Node.FS.{Dir,File}.Entry() methods.Steven Knight2003-05-043-12/+48
* Fix regression tests that use test.whereis(). (Anthony Roach)Steven Knight2003-05-022-1/+6
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-015-0/+133
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-304-2/+48
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-305-32/+94
* Fix the spawn() functions. (Anthony Roach)Steven Knight2003-04-304-5/+8
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-296-52/+87
* Evaluate Action varlists when calculating signatures. (Steve Christensen)Steven Knight2003-04-273-3/+15
* Follow-up test portability fixes for IRIX. (Chad Austin)Steven Knight2003-04-272-2/+10
* Portability fixes for test. (Chad Austin)Steven Knight2003-04-261-0/+2
* Fix test/scan-once.py for the recent Export change.Steven Knight2003-04-251-0/+7
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-2428-216/+762
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-2315-214/+932
* Fix the EnteringSteven Knight2003-04-232-1/+5
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-239-24/+1157
* Make Export() work for local variables. (Anthony Roach)Steven Knight2003-04-202-22/+51
* Add Alias() global function. (Anthony Roach)Steven Knight2003-04-182-0/+13
* Update to the right Java parser. (Charles Crain)Steven Knight2003-04-171-41/+117
* Support the #import C preprocessor directive. (Greg Spencer)Steven Knight2003-04-173-2/+6
* Use Win32 long-line tempfile linking when using Cygwin. (Chad Austin)Steven Knight2003-04-162-0/+4
* Really parse .java files for inner class names. (Charles Crain)Steven Knight2003-04-162-86/+115
* Change the names of the Set{Build,Content}SignatureType() functions.Steven Knight2003-04-143-0/+22
* Add an argument for sorting Options help text.Steven Knight2003-04-133-4/+51
* Support converting PostScript to PDF files using ghostview. (Stefan Reichor)Steven Knight2003-04-135-2/+79
* Add the current PYTHONPATH to runtest.py so tests can pick up distutils in no...Steven Knight2003-04-121-0/+3
* Add a clear() method to reset a Node's state for re-processing.Steven Knight2003-04-125-0/+77
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-117-4/+46
* Options save. (Allen Bierbaum)Steven Knight2003-04-103-9/+98