summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3 from dmoody256/bdbaddog_appveyor_gettextWilliam Deegan2018-04-177-3/+69
|\ | | | | updated gettext tools to work on windows cygwin and mingw environments.
| * updated CHANGES.txtDaniel Moody2018-04-131-0/+1
| |
| * updated gettext tools to work on windows cygwin and mingw environments.Daniel Moody2018-04-126-3/+68
|/
* Merge pull request #2 from dmoody256/bdbadog_windows_tools_yaccWilliam Deegan2018-04-109-12/+79
|\ | | | | Yacc Windows fixes
| * updated CHANGES.txtDaniel Moody2018-04-101-0/+2
| |
| * moved default paths for cywing and mingw to their own platform modules.Daniel Moody2018-04-103-1/+51
| |
| * removed unnecessary paransDaniel Moody2018-04-101-1/+1
| |
| * removed binary read and write so newlines are crossplatform and updated path ↵Daniel Moody2018-04-102-4/+4
| | | | | | | | for appveyor script
| * updated yacc tool to add default paths, updated to test to use the tool ↵Daniel Moody2018-04-094-8/+23
|/ | | | specifically and know when to skip on windows.
* added more default mingw paths per comments on pull requestWilliam Deegan2018-03-251-2/+10
|
* Fix clang and mingw testsWilliam Deegan2018-03-252-1/+8
|
* rename clang command package to clangCommon as it was breaking imports test.William Deegan2018-03-253-3/+4
|
* Merge branch 'master' of github.com:bdbaddog/scons into appveyor_issuesWilliam Deegan2018-03-2519-177/+159
|\
| * Update issue_template.mdWilliam Deegan2018-03-201-0/+1
| |
| * Update issue_template.mdWilliam Deegan2018-03-171-1/+1
| |
| * Initial creation of issue template.William Deegan2018-03-171-0/+10
| |
| * Merge pull request #3104 from dmoody256/JobsTestsParallelFixWilliam Deegan2018-02-212-24/+24
| |\ | | | | | | JobTests.py parallel issue fix
| | * reduced number of calculations and sleep time to improve test speedDaniel Moody2018-02-201-5/+5
| | |
| | * whitespace clean up, no functional changesDaniel Moody2018-02-201-8/+7
| | |
| | * removed JobTests.py workaround from travisDaniel Moody2018-02-201-14/+3
| | |
| | * changed the way JobTests.py checks for tests running in parallel to fix ↵Daniel Moody2018-02-201-13/+25
| |/ | | | | | | github issue 3102
| * Update README.rst. Was missing correct info on python 3.5+ support. [ci skip]William Deegan2018-02-201-29/+23
| |
| * Fix HOWTO/README. Remove vestiges of Option(). [ci skip]William Deegan2018-02-192-7/+0
| |
| * Merge pull request #3100 from bdbaddog/gh_issue_2983William Deegan2018-02-1911-80/+81
| |\ | | | | | | Remove duplicate example. Likely caused by bad merge
| | * Fix running my_command example script in exampleWilliam Deegan2018-02-1911-35/+50
| | |
| | * Remove duplicate example. Likely caused by bad mergeWilliam Deegan2018-02-195-52/+38
| |/ | | | | | | Fixes #2983
| * Merge pull request #3098 from dmoody256/JavaSconsFilesWilliam Deegan2018-02-142-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 caseDaniel Moody2018-02-111-28/+2
| | |
| | * fix for issue 3042, Jar method was not respecting variant dirs when using ↵Daniel Moody2018-02-112-10/+19
| | | | | | | | | | | | os.path to detect files or dirs
* | | Update default paths for clang compilers. This should hopefully fix some ↵William Deegan2018-02-143-2/+23
| | | | | | | | | | | | appveyor failures.
* | | mergeWilliam Deegan2018-02-1468-2041/+202
|\ \ \ | |/ /
| * | Merge pull request #3097 from dmoody256/InteractivePickleWilliam Deegan2018-02-123-5/+7
| |\ \ | | | | | | | | fix for variant dir tests from Interactive tests
| | * | updated changes to make note that increasing the pickling protocal will ↵Daniel Moody2018-02-121-3/+4
| | | | | | | | | | | | | | | | cause issues when reading sconsigns with the previous pickle protocal
| | * | used pickle.HIGHEST_PROTOCAL instead of -2 for better readabilityDaniel Moody2018-02-121-1/+1
| | | |
| | * | updated comments no functional changeDaniel Moody2018-02-111-2/+1
| | | |
| | * | forcing passing of python 3.5 and 3.6 tests for successful build in travis CIDaniel Moody2018-02-111-2/+0
| | | |
| | * | Updated CHANGES.txtDaniel Moody2018-02-111-0/+4
| | | |
| | * | pickle protocal was causing issues in some casesDaniel Moody2018-02-101-1/+1
| | |/
| * | Merge pull request #3096 from JonathonReinhart/conftest-strict-prototypesWilliam Deegan2018-02-1235-60/+66
| |\ \ | | | | | | | | Replace all instances of `int main()` with `int main(void)`
| | * | Update CHANGES.txtJonathon Reinhart2018-02-111-0/+6
| | | |
| | * | Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-1134-60/+60
| | |/
| * | Remove obsolete HOWTO for sub releases.William Deegan2018-02-111-114/+0
| |/
| * Merge pull request #3056 from bdbaddog/remove_deprecated_scons_optionsWilliam Deegan2018-02-011-1/+0
| |\ | | | | | | Remove SCons.Options from setup.py
| | * Remove SCons.Options from setup.pyWilliam Deegan2018-02-011-1/+0
| | |
| * | Merge pull request #3055 from bdbaddog/remove_deprecated_scons_optionsWilliam Deegan2018-01-311-1/+0
| |\ \ | | |/ | | | Remove deprecated scons options
| | * Remove SCons/Options from Manifest for packaging.William Deegan2018-01-311-1/+0
| | |
| * | Merge pull request #3045 from gabrielrussell/masterWilliam Deegan2018-01-302-0/+84
| |\ \ | | | | | | | | update mtime on cache retrieval
| | * | test for mtime updateGabriel Russell2018-01-301-0/+15
| | | |
| | * | test for readonly cacheGabriel Russell2018-01-111-0/+65
| | | |
| | * | update mtime on cache retrievalGabriel Russell2017-12-131-0/+4
| | | |