Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3 from dmoody256/bdbaddog_appveyor_gettext | William Deegan | 2018-04-17 | 7 | -3/+69 |
|\ | | | | | updated gettext tools to work on windows cygwin and mingw environments. | ||||
| * | updated CHANGES.txt | Daniel Moody | 2018-04-13 | 1 | -0/+1 |
| | | |||||
| * | updated gettext tools to work on windows cygwin and mingw environments. | Daniel Moody | 2018-04-12 | 6 | -3/+68 |
|/ | |||||
* | Merge pull request #2 from dmoody256/bdbadog_windows_tools_yacc | William Deegan | 2018-04-10 | 9 | -12/+79 |
|\ | | | | | Yacc Windows fixes | ||||
| * | updated CHANGES.txt | Daniel Moody | 2018-04-10 | 1 | -0/+2 |
| | | |||||
| * | moved default paths for cywing and mingw to their own platform modules. | Daniel Moody | 2018-04-10 | 3 | -1/+51 |
| | | |||||
| * | removed unnecessary parans | Daniel Moody | 2018-04-10 | 1 | -1/+1 |
| | | |||||
| * | removed binary read and write so newlines are crossplatform and updated path ↵ | Daniel Moody | 2018-04-10 | 2 | -4/+4 |
| | | | | | | | | for appveyor script | ||||
| * | updated yacc tool to add default paths, updated to test to use the tool ↵ | Daniel Moody | 2018-04-09 | 4 | -8/+23 |
|/ | | | | specifically and know when to skip on windows. | ||||
* | added more default mingw paths per comments on pull request | William Deegan | 2018-03-25 | 1 | -2/+10 |
| | |||||
* | Fix clang and mingw tests | William Deegan | 2018-03-25 | 2 | -1/+8 |
| | |||||
* | rename clang command package to clangCommon as it was breaking imports test. | William Deegan | 2018-03-25 | 3 | -3/+4 |
| | |||||
* | Merge branch 'master' of github.com:bdbaddog/scons into appveyor_issues | William Deegan | 2018-03-25 | 19 | -177/+159 |
|\ | |||||
| * | Update issue_template.md | William Deegan | 2018-03-20 | 1 | -0/+1 |
| | | |||||
| * | Update issue_template.md | William Deegan | 2018-03-17 | 1 | -1/+1 |
| | | |||||
| * | Initial creation of issue template. | William Deegan | 2018-03-17 | 1 | -0/+10 |
| | | |||||
| * | Merge pull request #3104 from dmoody256/JobsTestsParallelFix | William Deegan | 2018-02-21 | 2 | -24/+24 |
| |\ | | | | | | | JobTests.py parallel issue fix | ||||
| | * | reduced number of calculations and sleep time to improve test speed | Daniel Moody | 2018-02-20 | 1 | -5/+5 |
| | | | |||||
| | * | whitespace clean up, no functional changes | Daniel Moody | 2018-02-20 | 1 | -8/+7 |
| | | | |||||
| | * | removed JobTests.py workaround from travis | Daniel Moody | 2018-02-20 | 1 | -14/+3 |
| | | | |||||
| | * | changed the way JobTests.py checks for tests running in parallel to fix ↵ | Daniel Moody | 2018-02-20 | 1 | -13/+25 |
| |/ | | | | | | | github issue 3102 | ||||
| * | Update README.rst. Was missing correct info on python 3.5+ support. [ci skip] | William Deegan | 2018-02-20 | 1 | -29/+23 |
| | | |||||
| * | Fix HOWTO/README. Remove vestiges of Option(). [ci skip] | William Deegan | 2018-02-19 | 2 | -7/+0 |
| | | |||||
| * | Merge pull request #3100 from bdbaddog/gh_issue_2983 | William Deegan | 2018-02-19 | 11 | -80/+81 |
| |\ | | | | | | | Remove duplicate example. Likely caused by bad merge | ||||
| | * | Fix running my_command example script in example | William Deegan | 2018-02-19 | 11 | -35/+50 |
| | | | |||||
| | * | Remove duplicate example. Likely caused by bad merge | William Deegan | 2018-02-19 | 5 | -52/+38 |
| |/ | | | | | | | Fixes #2983 | ||||
| * | Merge pull request #3098 from dmoody256/JavaSconsFiles | William Deegan | 2018-02-14 | 2 | -37/+20 |
| |\ | | | | | | | Fix Jar to use SCons to check for files instead of python | ||||
| | * | removed code that is not used and added warning for unusual case | Daniel Moody | 2018-02-11 | 1 | -28/+2 |
| | | | |||||
| | * | fix for issue 3042, Jar method was not respecting variant dirs when using ↵ | Daniel Moody | 2018-02-11 | 2 | -10/+19 |
| | | | | | | | | | | | | os.path to detect files or dirs | ||||
* | | | Update default paths for clang compilers. This should hopefully fix some ↵ | William Deegan | 2018-02-14 | 3 | -2/+23 |
| | | | | | | | | | | | | appveyor failures. | ||||
* | | | merge | William Deegan | 2018-02-14 | 68 | -2041/+202 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #3097 from dmoody256/InteractivePickle | William Deegan | 2018-02-12 | 3 | -5/+7 |
| |\ \ | | | | | | | | | fix for variant dir tests from Interactive tests | ||||
| | * | | updated changes to make note that increasing the pickling protocal will ↵ | Daniel Moody | 2018-02-12 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | cause issues when reading sconsigns with the previous pickle protocal | ||||
| | * | | used pickle.HIGHEST_PROTOCAL instead of -2 for better readability | Daniel Moody | 2018-02-12 | 1 | -1/+1 |
| | | | | |||||
| | * | | updated comments no functional change | Daniel Moody | 2018-02-11 | 1 | -2/+1 |
| | | | | |||||
| | * | | forcing passing of python 3.5 and 3.6 tests for successful build in travis CI | Daniel Moody | 2018-02-11 | 1 | -2/+0 |
| | | | | |||||
| | * | | Updated CHANGES.txt | Daniel Moody | 2018-02-11 | 1 | -0/+4 |
| | | | | |||||
| | * | | pickle protocal was causing issues in some cases | Daniel Moody | 2018-02-10 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #3096 from JonathonReinhart/conftest-strict-prototypes | William Deegan | 2018-02-12 | 35 | -60/+66 |
| |\ \ | | | | | | | | | Replace all instances of `int main()` with `int main(void)` | ||||
| | * | | Update CHANGES.txt | Jonathon Reinhart | 2018-02-11 | 1 | -0/+6 |
| | | | | |||||
| | * | | Replace all instances of `int main()` with `int main(void)` | Jonathon Reinhart | 2018-02-11 | 34 | -60/+60 |
| | |/ | |||||
| * | | Remove obsolete HOWTO for sub releases. | William Deegan | 2018-02-11 | 1 | -114/+0 |
| |/ | |||||
| * | Merge pull request #3056 from bdbaddog/remove_deprecated_scons_options | William Deegan | 2018-02-01 | 1 | -1/+0 |
| |\ | | | | | | | Remove SCons.Options from setup.py | ||||
| | * | Remove SCons.Options from setup.py | William Deegan | 2018-02-01 | 1 | -1/+0 |
| | | | |||||
| * | | Merge pull request #3055 from bdbaddog/remove_deprecated_scons_options | William Deegan | 2018-01-31 | 1 | -1/+0 |
| |\ \ | | |/ | | | | Remove deprecated scons options | ||||
| | * | Remove SCons/Options from Manifest for packaging. | William Deegan | 2018-01-31 | 1 | -1/+0 |
| | | | |||||
| * | | Merge pull request #3045 from gabrielrussell/master | William Deegan | 2018-01-30 | 2 | -0/+84 |
| |\ \ | | | | | | | | | update mtime on cache retrieval | ||||
| | * | | test for mtime update | Gabriel Russell | 2018-01-30 | 1 | -0/+15 |
| | | | | |||||
| | * | | test for readonly cache | Gabriel Russell | 2018-01-11 | 1 | -0/+65 |
| | | | | |||||
| | * | | update mtime on cache retrieval | Gabriel Russell | 2017-12-13 | 1 | -0/+4 |
| | | | |