Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix many epydoc warnings | William Deegan | 2017-09-01 | 1 | -8/+5 |
| | |||||
* | Merged scons/scons into default | William Deegan | 2017-08-31 | 2 | -8/+17 |
|\ | |||||
| * | For consistency with another test. | Russel Winder | 2017-08-23 | 2 | -8/+17 |
| | | |||||
* | | Add string of actual output when the commands in this test are run manually. ↵ | William Deegan | 2017-08-29 | 1 | -0/+14 |
|/ | | | | It appears that on non-win and win+py2.7 some of the output is getting dropped and so the test passes when it should fail. with win+py3.5or6 it intermittently fails as it should based on expected output. Though in reality the output is correct. | ||||
* | Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option ↵ | William Deegan | 2017-08-20 | 1 | -0/+14 |
| | | | | could not be passed to SetOption | ||||
* | Added fixes for docs / nested test for use of sys.path in toolpath | grbd | 2017-08-04 | 1 | -1/+5 |
| | |||||
* | Added support for a PyPackageDir function | grbd | 2017-08-03 | 15 | -0/+95 |
| | |||||
* | Merged scons/scons into default | Richard W | 2017-08-01 | 1 | -12/+41 |
|\ | |||||
| * | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-08-01 | 1 | -9/+8 |
| | | | | | | | | Skip test if MSVC_VERSION is less than VS2015 | ||||
| * | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -3/+9 |
| | | | | | | | | Missed a couple of messages on fail_test | ||||
| * | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -8/+10 |
| | | | | | | | | Code Review Fixes. | ||||
| * | Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. | Ibrahim Esmat | 2017-07-27 | 1 | -8/+30 |
| | | | | | | | | | | | | The test should take into account if the MSVC_VERSION is less than 14.0 (VS2015) and check that the LIBPATH doesn't include the store paths. | ||||
* | | Update to user manual on how to use sys.path for toolpath, and toolpath in ↵ | grbd | 2017-08-01 | 2 | -4/+0 |
| | | | | | | | | | | | | general also small update to tests | ||||
* | | update to tests for nested tools | grbd | 2017-07-27 | 29 | -21/+109 |
|/ | | | | and to add as an example for using sys.path in the toolpath | ||||
* | Minor changes for Code Review | Ibrahim Esmat | 2017-07-26 | 1 | -4/+4 |
| | |||||
* | Added MSVC_UWP_APP test to test setting MSVC_UWP_APP construction | Ibrahim Esmat | 2017-07-26 | 1 | -0/+103 |
| | | | | variable with desired effect. | ||||
* | Amend the test file names to remove + symbols from file names. | Russel Winder | 2017-07-02 | 4 | -0/+0 |
| | |||||
* | Merge mainline. | Russel Winder | 2017-07-02 | 10 | -0/+95 |
|\ | |||||
| * | Added support for relative imports within tools for python3 and tests for ↵ | grbd | 2017-06-27 | 10 | -0/+95 |
| | | | | | | | | relative imports | ||||
* | | Be more careful about the shared library names. | Russel Winder | 2017-06-21 | 2 | -2/+33 |
| | | |||||
* | | Initial commit for bringing Paweł Tomulik's clang and clang++ tools into ↵ | Russel Winder | 2017-06-21 | 8 | -0/+472 |
|/ | | | | the mainline. | ||||
* | Merge in mainline. | Russel Winder | 2017-06-20 | 18 | -0/+94 |
|\ | |||||
| * | Moved the test for nested tools to using fixtures | grbd | 2017-06-20 | 19 | -140/+94 |
| | | |||||
| * | Added tests for nested / namespaced tools | grbd | 2017-06-19 | 1 | -0/+140 |
| | | |||||
* | | Remove DMD from the tests on OSX till the correct rpath option is discovered. | Russel Winder | 2017-06-18 | 1 | -1/+1 |
| | | |||||
* | | LDC shared libraries work on OSX. | Russel Winder | 2017-06-18 | 1 | -3/+2 |
| | | |||||
* | | DMD and LDC do now support shared objects on MacOS. A couple of corrections. | Russel Winder | 2017-06-17 | 2 | -9/+3 |
|/ | |||||
* | Merge new changesets to this bookmark. | Russel Winder | 2017-06-08 | 1 | -1/+6 |
|\ | |||||
| * | Update gdc tool and test now that it can deal wth shared object building. | Russel Winder | 2017-06-06 | 1 | -1/+6 |
| | | |||||
* | | Rearrange the test so it works properly. | Russel Winder | 2017-06-06 | 6 | -24/+63 |
| | | |||||
* | | Correct the module documentation comments. | Russel Winder | 2017-06-06 | 2 | -2/+2 |
|/ | |||||
* | Remove ancient Aegis revision control system files | Jane Doe | 2017-05-30 | 2 | -8/+0 |
| | |||||
* | PY2/3 change expected string from bytestream to normal string since we ↵ | Jane Doe | 2017-05-28 | 1 | -5/+0 |
| | | | | changed the return values from popen in testcmd | ||||
* | PY2/3 change expected string from bytestream to normal string since we ↵ | Jane Doe | 2017-05-28 | 1 | -5/+0 |
| | | | | changed the return values from popen in testcmd | ||||
* | PEP8 fixes | William Deegan | 2017-05-28 | 1 | -13/+15 |
| | |||||
* | py2/3 fix so test/textfile.py works with py3 | William Deegan | 2017-05-26 | 1 | -5/+7 |
| | |||||
* | py2/3 fix progress test failure due to trying to replace a byte array. Moved ↵ | William Deegan | 2017-05-16 | 2 | -4/+8 |
| | | | | conversion to just prior to test.run() | ||||
* | remove unused import, fix some PEP8 issues | William Deegan | 2017-05-16 | 1 | -5/+3 |
| | |||||
* | py2/3 changed expected output since contents of exception string are ↵ | William Deegan | 2017-05-16 | 1 | -1/+6 |
| | | | | different py2 to py3 | ||||
* | py2/3 disable symlink testing on py3. not supported by scons at this time | William Deegan | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | py2/3 disable symlink testing on py3. not supported by scons at this time | William Deegan | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | py2/3 disable symlink testing on py3. not supported by scons at this time | William Deegan | 2017-05-16 | 1 | -3/+4 |
| | |||||
* | py2/3 use raw string for repository string. py3 trying to decode unicode ↵ | William Deegan | 2017-05-16 | 1 | -1/+1 |
| | | | | based on backslash | ||||
* | py2/3 set python path to be raw string literal py3 was trying to interpret ↵ | William Deegan | 2017-05-16 | 1 | -1/+1 |
| | | | | path as unicode | ||||
* | py2/3 skip test on py3 because it is a function there. | William Deegan | 2017-05-16 | 1 | -1/+2 |
| | |||||
* | py2/3 skip test on win32. use platform_has_symlink(). | William Deegan | 2017-05-15 | 3 | -3/+3 |
| | |||||
* | py2/3 Don't check for hard/soft links on win32 as we don't enable them ↵ | William Deegan | 2017-05-15 | 1 | -2/+5 |
| | | | | because they require permissions which are not always enabled | ||||
* | py2/3 don't call id in ipkg tool generate method if it's not available. This ↵ | William Deegan | 2017-05-15 | 1 | -1/+1 |
| | | | | was causing test/import.py to fail | ||||
* | fix use of string.lowercase --> string.ascii_lowercase which works on both py2/3 | William Deegan | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | remove extra whitespace | William Deegan | 2017-05-14 | 1 | -1/+1 |
| |