summaryrefslogtreecommitdiff
path: root/test/Repository
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient Aegis revision control system filesJane Doe2017-05-291-4/+0
* py2/3 use raw string for repository string. py3 trying to decode unicode base...William Deegan2017-05-151-1/+1
* Fix locating java home on mac. fix mode='r' for py2/3William Deegan2017-04-011-1/+1
* py2/3 fix win32 py27 failures. Also resolve some py3 failuresWilliam Deegan2017-03-201-53/+81
* py2/3 byte fixesWilliam Deegan2017-03-1211-96/+92
* Fix byte issues, module import issue remainsWilliam Deegan2017-03-121-6/+6
* Some more statement to function transforms.Russel Winder2016-01-016-7/+7
* - added javac version sentinel to another test that would fail with v1.8 and ...Dirk Baechle2014-08-081-0/+21
* - extended the must_contain* methods of the test framework, such that they al...Dirk Baechle2012-12-161-9/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-258-23/+14
* Define "static final long serialVersionUID" in java classes inSteven Knight2010-01-011-0/+8
* Fix test failure in Repository/Java.py on OS XGreg Noel2009-09-181-9/+4
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-2/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0931-0/+186
* Remove (lots) more unnecessary imports.Steven Knight2009-02-0613-16/+10
* Commonize new string-search-in-output methods:Steven Knight2009-02-061-4/+6
* Fix test to work on OS X; cleanup and simplificationGreg Noel2008-12-271-33/+14
* Issue 1287: copy File attributes from the local Node to a RepositorySteven Knight2008-12-101-0/+144
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-315-8/+11
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-044-79/+54
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+2
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-1/+1
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-0215-3/+98
* Portability fixes for Repository Java tests; eliminate Solaris package warnin...Steven Knight2006-02-143-22/+61
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-1413-175/+175
* Get rid of the last tabs in the source files and have the TestSCons infrastru...Steven Knight2005-10-091-4/+4
* Add a skip_test() method to the infrastructure and use it for test scripts th...Steven Knight2005-08-133-10/+5
* Handle Repositories without an SConsignFile() in them.Steven Knight2005-05-301-0/+74
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-0/+61
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-1/+1
* Fix how scanners sort dependencies so it doesn't matter if the dependency fil...Steven Knight2004-12-041-0/+121
* Win32 portability: add an explicit match argument to TestCommon.py, use it t...Steven Knight2004-07-151-5/+9
* Fix tests on systems where 'ar' prints warnings about creating archives. (Ke...Steven Knight2004-07-131-5/+9
* 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 pointin...Steven Knight2003-03-141-0/+99
* 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
* 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