summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change the names of the Set{Build,Content}SignatureType() functions.Steven Knight2003-04-148-14/+347
|
* Add an argument for sorting Options help text.Steven Knight2003-04-135-6/+118
|
* Support converting PostScript to PDF files using ghostview. (Stefan Reichor)Steven Knight2003-04-138-3/+323
|
* Add the current PYTHONPATH to runtest.py so tests can pick up distutils in ↵Steven Knight2003-04-122-0/+8
| | | | non-standard locations. (Chad Austin)
* 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 ↵Steven Knight2003-04-118-5/+47
| | | | files. (Chad Austin)
* Options save. (Allen Bierbaum)Steven Knight2003-04-105-26/+241
|
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-1062-81/+161
|
* 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 ↵Steven Knight2003-04-097-30/+164
| | | | (forward-slash) paths when checking things out of CVS.
* Enhance Java support for package names that don't match the source directory ↵Steven Knight2003-04-083-42/+169
| | | | hierarchy.
* Java!Steven Knight2003-04-0610-2/+764
|
* Initialize the new branch.Steven Knight2003-04-029-64/+79
|
* Prepare 0.13 for release.Steven Knight2003-04-013-7/+3
|
* More User's Guide updates.Steven Knight2003-03-316-35/+131
|
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ↵Steven Knight2003-03-305-19/+50
| | | | (Charles Crain)
* Initialize the new branch.Steven Knight2003-03-287-76/+41
|
* Fix setupTests.py.Steven Knight2003-03-282-3/+3
|
* Prepare for release, more doc patches, one portability fix.Steven Knight2003-03-285-6/+29
|
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. ↵Steven Knight2003-03-289-28/+138
| | | | (Anthony Roach)
* Fix a side effect of chdir to SConscript directory.Steven Knight2003-03-272-45/+73
|
* Man page fixes.Steven Knight2003-03-272-10/+11
|
* Clean-ups in preparation for release: doc and comment changes, comment out ↵Steven Knight2003-03-265-55/+62
| | | | Subversion support.
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-268-43/+208
|
* Branch for in-progress User's Guide changes.Steven Knight2003-03-2541-987/+3379
|
* Fix -U when no Default() targets are specified.Steven Knight2003-03-233-3/+22
|
* Fix man page doc of the tool function.Steven Knight2003-03-232-2/+3
|
* Check out files from various source code systems properly.Steven Knight2003-03-2211-197/+393
|
* Remove an unnecessary .aeignore file in an abandoned subdirectory.Steven Knight2003-03-221-5/+0
|
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-2215-142/+374
|
* Fix two bugs in CacheDir handling. (Jeff Petkau)Steven Knight2003-03-154-9/+70
|
* Change the default SConscriptChdir() behavior to NOT chdir to the SConscript ↵Steven Knight2003-03-154-13/+44
| | | | directory.
* Document the -f option correctly, support building a parallel tree by ↵Steven Knight2003-03-147-26/+154
| | | | pointing to an SConstruct file using -f.
* Fix WhereIs() to return a normalized path. (Lachlan O'Dea)Steven Knight2003-03-143-10/+18
|
* Support using construction variables as re-usable, callable command ↵Steven Knight2003-03-1317-431/+527
| | | | generators. (Charles Crain)
* Fix the new signature dictionary so it handles slices and attributes such as ↵Steven Knight2003-03-123-34/+134
| | | | abspath.