| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to user manual on how to use sys.path for toolpath, and toolpath in ge... | grbd | 2017-08-01 | 2 | -4/+0 |
|
|
* | update to tests for nested tools | grbd | 2017-07-27 | 29 | -21/+109 |
|
|
* | 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 |
|
|
* | 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 rel... | grbd | 2017-06-27 | 10 | -0/+95 |
|
|
* | | 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 the... | Russel Winder | 2017-06-21 | 8 | -0/+472 |
|/ |
|
* | 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 change... | Jane Doe | 2017-05-28 | 1 | -5/+0 |
|
|
* | PY2/3 change expected string from bytestream to normal string since we change... | Jane Doe | 2017-05-28 | 1 | -5/+0 |
|
|
* | 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 |
|
|
* | 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 differen... | William Deegan | 2017-05-16 | 1 | -1/+6 |
|
|
* | 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 base... | William Deegan | 2017-05-16 | 1 | -1/+1 |
|
|
* | py2/3 set python path to be raw string literal py3 was trying to interpret pa... | William Deegan | 2017-05-16 | 1 | -1/+1 |
|
|
* | 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 becaus... | William Deegan | 2017-05-15 | 1 | -2/+5 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | change to utf-8 and see if this fixes issue with old visual c compiler yieldi... | William Deegan | 2017-05-12 | 1 | -1/+1 |
|
|
* | py2/3 fix test for win32 set stdin and stdout to be binary mode | William Deegan | 2017-05-11 | 1 | -0/+7 |
|
|
* | Fix #2832 - Expand construction variables in chdir argument of Builders | Gaurav Juvekar | 2017-05-11 | 1 | -2/+12 |
|
|
* | Directly print unicode in --tree | Gaurav Juvekar | 2017-05-09 | 1 | -1/+7 |
|
|
* | Merged in bdbaddog/scons (pull request #460) | William Deegan | 2017-05-09 | 2 | -4/+10 |
|\ |
|
| * | merge | William Deegan | 2017-05-08 | 35 | -188/+205 |
| |\ |
|
| | * | py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but rath... | William Deegan | 2017-04-24 | 1 | -3/+9 |
|
|
| * | | py2/3 mode=r switch to must_match | William Deegan | 2017-04-04 | 1 | -1/+1 |
|
|
* | | | Merged in russel/scons (pull request #448) | William Deegan | 2017-05-01 | 12 | -2/+221 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add tests for correct cleaning of correctly built and executing project built... | Russel Winder | 2017-04-19 | 1 | -0/+8 |
|
|
| * | | Add an 'all at once' builder to the D tools. | Russel Winder | 2017-04-17 | 12 | -2/+213 |
|
|
* | | | This test is not account for PRESERVE being set. When preserve is set the rm ... | Daniel Moody | 2017-04-23 | 1 | -2/+4 |
|
|