summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-1047-61/+77
* Fix Cygwin shared library support (use .dll not .so). (Chad Austin)Steven Knight2003-04-092-2/+10
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-095-4/+41
* Enhance Java support for package names that don't match the source directory ...Steven Knight2003-04-081-38/+137
* Java!Steven Knight2003-04-065-0/+147
* Initialize the new branch.Steven Knight2003-04-023-3/+11
* Prepare 0.13 for release.Steven Knight2003-04-012-6/+2
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ...Steven Knight2003-03-305-19/+50
* Initialize the new branch.Steven Knight2003-03-283-59/+15
* Fix setupTests.py.Steven Knight2003-03-281-1/+1
* Prepare for release, more doc patches, one portability fix.Steven Knight2003-03-283-4/+16