summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Suppress illegal construction variables.Steven Knight2003-05-239-13/+149
|
* Initialize the new branch.Steven Knight2003-05-229-77/+85
|
* Prepare the release.Steven Knight2003-05-214-12/+26
|
* Branch for User's Guide updates.Steven Knight2003-05-2128-483/+2236
|
* Put LinkFunc() back to the way it was. (Christoph Wiedemann)Steven Knight2003-05-202-3/+30
|
* Fix test/msvc.py. (Anthony Roach)Steven Knight2003-05-201-5/+5
|
* Restore .sconsign file tracking back to a single global list, not ↵Steven Knight2003-05-202-11/+5
| | | | directory-specific dictionary.
* Change the Building message to say Cleaning when the -c option is used.Steven Knight2003-05-194-13/+34
|
* Eliminate redundant signature calculations, optimize out use of hasattr().Steven Knight2003-05-174-41/+118
|
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-169-250/+420
|
* Have the Tool() method add the tool name to the construction variable. ↵Steven Knight2003-05-164-1/+30
| | | | (David Snopek)
* Test fixes.Steven Knight2003-05-162-10/+13
|
* Fix SideEffect() and BuildDir(). (Anthony Roach)Steven Knight2003-05-155-21/+74
|
* 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 ↵Steven Knight2003-05-1514-182/+477
| | | | calcualations.
* Fix for the internal Link action not being reentrant when used with BuildDir.Steven Knight2003-05-123-51/+99
|
* Portability fixes for various tests.Steven Knight2003-05-114-11/+17
|
* Interpolate the null string for illegal list subscripts.Steven Knight2003-05-103-2/+19
|
* Add Java RMIC support.Steven Knight2003-05-108-4/+831
|
* 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-095-186/+360
|
* Add support for JavaH.Steven Knight2003-05-0810-41/+821
|
* 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 ↵Steven Knight2003-05-0626-571/+776
| | | | PathList. (Charles Crain)
* If we added a temporary builder to a Node while calling the emitter, don't ↵Steven Knight2003-05-042-2/+24
| | | | remove it if the emitter changed it on us.
* Add Node.FS.{Dir,File}.Entry() methods.Steven Knight2003-05-043-12/+48
|
* Another IRIX portability fix. (Chad Austin)Steven Knight2003-05-021-1/+2
|
* Fix regression tests that use test.whereis(). (Anthony Roach)Steven Knight2003-05-0210-28/+30
|
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-018-0/+258
|
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-3036-158/+134
|
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-3010-75/+296
|
* Fix the spawn() functions. (Anthony Roach)Steven Knight2003-04-305-5/+23
|
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-298-56/+359
|
* Evaluate Action varlists when calculating signatures. (Steve Christensen)Steven Knight2003-04-273-3/+15
|
* Add a script to count our source-vs.-test lines of code.Steven Knight2003-04-271-0/+62
|
* Follow-up test portability fixes for IRIX. (Chad Austin)Steven Knight2003-04-276-6/+28
|
* Portability fixes for test. (Chad Austin)Steven Knight2003-04-2632-60/+141
|
* Fix test/scan-once.py for the recent Export change.Steven Knight2003-04-252-5/+12
|
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-2431-223/+786
|
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-2317-214/+1388
|
* Fix the EnteringSteven Knight2003-04-233-2/+6
|
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-2311-24/+1662
|
* Fixes for Java tests. (Charles Crain)Steven Knight2003-04-202-5/+4
|
* Make Export() work for local variables. (Anthony Roach)Steven Knight2003-04-204-28/+200
|
* Fixes for __COPYRIGHT__ in tests; eliminate unnecessary output.Steven Knight2003-04-193-5/+6
|
* Add Alias() global function. (Anthony Roach)Steven Knight2003-04-184-3/+33
|
* 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-164-102/+206
|