summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix many epydoc warningsWilliam Deegan2017-08-311-8/+5
* Merged scons/scons into defaultWilliam Deegan2017-08-311-0/+14
|\
| * Add string of actual output when the commands in this test are run manually. ...William Deegan2017-08-291-0/+14
* | For consistency with another test.Russel Winder2017-08-232-8/+17
|/
* Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could...William Deegan2017-08-191-0/+14
* Added fixes for docs / nested test for use of sys.path in toolpathgrbd2017-08-041-1/+5
* Added support for a PyPackageDir functiongrbd2017-08-0315-0/+95
* Merged scons/scons into defaultRichard W2017-08-011-12/+41
|\
| * Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-311-9/+8
| * Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-3/+9
| * Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-271-8/+10
| * Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.Ibrahim Esmat2017-07-261-8/+30
* | Update to user manual on how to use sys.path for toolpath, and toolpath in ge...grbd2017-08-012-4/+0
* | update to tests for nested toolsgrbd2017-07-2729-21/+109
|/
* Minor changes for Code ReviewIbrahim Esmat2017-07-261-4/+4
* Added MSVC_UWP_APP test to test setting MSVC_UWP_APP constructionIbrahim Esmat2017-07-261-0/+103
* Amend the test file names to remove + symbols from file names.Russel Winder2017-07-024-0/+0
* Merge mainline.Russel Winder2017-07-028-0/+503
|\
| * Be more careful about the shared library names.Russel Winder2017-06-212-2/+33
| * Initial commit for bringing Pawe? Tomulik's clang and clang++ tools into the ...Russel Winder2017-06-218-0/+472
* | Added support for relative imports within tools for python3 and tests for rel...grbd2017-06-2710-0/+95
|/
* Merge in mainline.Russel Winder2017-06-203-12/+5
|\
| * Remove DMD from the tests on OSX till the correct rpath option is discovered.Russel Winder2017-06-181-1/+1
| * LDC shared libraries work on OSX.Russel Winder2017-06-181-3/+2
| * DMD and LDC do now support shared objects on MacOS. A couple of corrections.Russel Winder2017-06-172-9/+3
* | Moved the test for nested tools to using fixturesgrbd2017-06-2019-140/+94
* | Added tests for nested / namespaced toolsgrbd2017-06-191-0/+140
|/
* Merge new changesets to this bookmark.Russel Winder2017-06-088-26/+65
|\
| * Rearrange the test so it works properly.Russel Winder2017-06-066-24/+63
| * Correct the module documentation comments.Russel Winder2017-06-062-2/+2
* | Update gdc tool and test now that it can deal wth shared object building.Russel Winder2017-06-061-1/+6
|/
* Remove ancient Aegis revision control system filesJane Doe2017-05-292-8/+0
* PY2/3 change expected string from bytestream to normal string since we change...Jane Doe2017-05-281-5/+0
* PY2/3 change expected string from bytestream to normal string since we change...Jane Doe2017-05-281-5/+0
* PEP8 fixesWilliam Deegan2017-05-281-13/+15
* py2/3 fix so test/textfile.py works with py3William Deegan2017-05-261-5/+7
* py2/3 fix progress test failure due to trying to replace a byte array. Moved ...William Deegan2017-05-162-4/+8
* remove unused import, fix some PEP8 issuesWilliam Deegan2017-05-161-5/+3
* py2/3 changed expected output since contents of exception string are differen...William Deegan2017-05-151-1/+6
* py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-151-1/+1
* py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-151-1/+1
* py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-151-3/+4
* py2/3 use raw string for repository string. py3 trying to decode unicode base...William Deegan2017-05-151-1/+1
* py2/3 set python path to be raw string literal py3 was trying to interpret pa...William Deegan2017-05-151-1/+1
* py2/3 skip test on py3 because it is a function there.William Deegan2017-05-151-1/+2
* py2/3 skip test on win32. use platform_has_symlink().William Deegan2017-05-153-3/+3
* py2/3 Don't check for hard/soft links on win32 as we don't enable them becaus...William Deegan2017-05-151-2/+5
* py2/3 don't call id in ipkg tool generate method if it's not available. This ...William Deegan2017-05-151-1/+1
* fix use of string.lowercase --> string.ascii_lowercase which works on both py2/3William Deegan2017-05-151-1/+1
* remove extra whitespaceWilliam Deegan2017-05-141-1/+1