summaryrefslogtreecommitdiffstats
path: root/test/Repository
Commit message (Collapse)AuthorAgeFilesLines
* Document the dbm_module argument to SConsignFile().Steven Knight2004-02-281-6/+6
|
* Make the M4 Builder work with repositories by adding an rsrcnode attribute.Steven Knight2004-02-091-0/+103
|
* Make more Environment methods from global functions.Steven Knight2003-09-141-1/+2
|
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-2/+2
|
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
|
* Add Java RMIC support.Steven Knight2003-05-101-0/+343
|
* Add support for JavaH.Steven Knight2003-05-081-0/+295
|
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-291-0/+259
|
* Fix a side effect of chdir to SConscript directory.Steven Knight2003-03-271-44/+66
|
* Document the -f option correctly, support building a parallel tree by ↵Steven Knight2003-03-141-0/+99
| | | | pointing to an SConstruct file using -f.
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-2022-22/+22
|
* Update Copyright years.Steven Knight2003-01-1622-22/+22
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
|
* Prevent -n from unlinking files.Steven Knight2002-12-051-0/+94
|
* Arrange for local copies of files in build/ so the Aegis build will continue ↵Steven Knight2002-11-121-4/+34
| | | | to work.
* Add more Repository tests (variants and command-line targets).Steven Knight2002-11-012-61/+388
|
* Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).Steven Knight2002-10-191-26/+26
|
* Win32 test portability.Steven Knight2002-10-181-1/+2
|
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-163-21/+328
|
* On Win32 systems, supply a default if PATHEXT isn't in the environment; it ↵Steven Knight2002-08-282-3/+3
| | | | doesn't exist on Win95/Win98.
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-131-0/+199
|
* Add a test for Repository and the -c option.Steven Knight2002-08-061-0/+182
|
* Add Install() + Local() functionality.Steven Knight2002-08-061-0/+82
|
* Add Local() functionality to Repository support.Steven Knight2002-08-061-0/+84
|
* Support Repository and Default().Steven Knight2002-08-061-0/+100
|
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-052-0/+125
|
* Still more Repository tests: CPPPATH, StaticLibrary, linking objects, and ↵Steven Knight2002-07-305-14/+606
| | | | compilation within a Repository.
* Add more Repository tests (and clean up multi-dir.py).Steven Knight2002-07-305-35/+515
|
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-0/+146
|
* Win32 portability in Repository tests.Steven Knight2002-07-252-2/+2
|
* Repository support (first cut).Steven Knight2002-07-174-0/+450