summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-161-0/+1
* Portability fixes for non-GNU lex and yacc. (Chad Austin)Steven Knight2003-06-152-0/+2
* Fix Import('*')Steven Knight2003-06-131-0/+2
* Raise an error if SConf needs to do something but -n or -q is specified. (Ch...Steven Knight2003-06-122-2/+154
* Fix use of SConf with SConscriptChdir(). (David Snopek, Christoph Wiedemann)Steven Knight2003-06-101-5/+36
* Add an M4 builder. (Timothee Besset)Steven Knight2003-06-092-0/+107
* Fix Options.Update().Steven Knight2003-06-091-0/+8
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-083-2/+440
* Don't update the .sconsign files when using -n. (Steve Leblanc)Steven Knight2003-05-311-1/+9
* Use -lfrtbegin when linking fortran in gcc3; Cygwin fixes. (Chad Austin)Steven Knight2003-05-277-28/+17
* Suppress illegal construction variables.Steven Knight2003-05-231-0/+60
* Put LinkFunc() back to the way it was. (Christoph Wiedemann)Steven Knight2003-05-201-1/+28
* Fix test/msvc.py. (Anthony Roach)Steven Knight2003-05-201-5/+5
* Change the Building message to say Cleaning when the -c option is used.Steven Knight2003-05-192-11/+25
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-22/+101
* Test fixes.Steven Knight2003-05-161-8/+11
* Fix SideEffect() and BuildDir(). (Anthony Roach)Steven Knight2003-05-151-0/+36
* Fix for the internal Link action not being reentrant when used with BuildDir.Steven Knight2003-05-121-49/+94
* Portability fixes for various tests.Steven Knight2003-05-112-8/+13
* Add Java RMIC support.Steven Knight2003-05-102-0/+668
* Add support for JavaH.Steven Knight2003-05-083-22/+603
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-062-2/+2
* Another IRIX portability fix. (Chad Austin)Steven Knight2003-05-021-1/+2
* Fix regression tests that use test.whereis(). (Anthony Roach)Steven Knight2003-05-027-21/+13
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-011-0/+103
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-3031-155/+61
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-304-10/+150
* Fix the spawn() functions. (Anthony Roach)Steven Knight2003-04-301-0/+15
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-292-4/+272
* Follow-up test portability fixes for IRIX. (Chad Austin)Steven Knight2003-04-274-4/+18
* Portability fixes for test. (Chad Austin)Steven Knight2003-04-2630-60/+134
* Fix test/scan-once.py for the recent Export change.Steven Knight2003-04-251-5/+5
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-2/+3
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-0/+410
* Fix the EnteringSteven Knight2003-04-231-1/+1
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+228
* Fixes for Java tests. (Charles Crain)Steven Knight2003-04-202-5/+4
* Make Export() work for local variables. (Anthony Roach)Steven Knight2003-04-201-0/+130
* Fixes for __COPYRIGHT__ in tests; eliminate unnecessary output.Steven Knight2003-04-193-5/+6
* Add Alias() global function. (Anthony Roach)Steven Knight2003-04-181-2/+9
* Really parse .java files for inner class names. (Charles Crain)Steven Knight2003-04-161-2/+75
* Change the names of the Set{Build,Content}SignatureType() functions.Steven Knight2003-04-145-14/+325
* Add an argument for sorting Options help text.Steven Knight2003-04-131-0/+50
* Support converting PostScript to PDF files using ghostview. (Stefan Reichor)Steven Knight2003-04-132-0/+229
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-1/+1
* Options save. (Allen Bierbaum)Steven Knight2003-04-101-11/+121
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-1014-19/+66
* Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...Steven Knight2003-04-091-26/+84
* Enhance Java support for package names that don't match the source directory ...Steven Knight2003-04-081-4/+4
* Java!Steven Knight2003-04-064-0/+556