summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix Options.Update().Steven Knight2003-06-094-17/+127
|
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-0815-122/+2037
|
* When linking long command lines, use a '.lnk' suffix on the temporary file ↵Steven Knight2003-06-072-1/+10
| | | | name. (Charles Crain)
* Handle library prefixes correctly if the subdirectory is named lib*. (Matt ↵Steven Knight2003-06-073-2/+11
| | | | Balvin)
* Don't update the .sconsign files when using -n. (Steve Leblanc)Steven Knight2003-05-312-1/+13
|
* Fix reported man page bugs.Steven Knight2003-05-291-0/+3
|
* Suppress illegal construction variables.Steven Knight2003-05-237-6/+76
|
* 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 ↵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-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. ↵Steven Knight2003-05-163-1/+11
| | | | (David Snopek)
* 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 ↵Steven Knight2003-05-1513-182/+476
| | | | calcualations.
* 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 ↵Steven Knight2003-05-0623-565/+766
| | | | 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
|
* 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
|