summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.William Deegan2018-03-248-4/+54
|
* 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
* | 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 remote-tracking branch 'upstream/master'William Deegan2017-11-222-6/+0
| |\
| * \ Merge remote-tracking branch 'upstream/master'William Deegan2017-11-1743-234/+574
| |\ \
| * | | fix bad syntaxWilliam Deegan2017-11-171-0/+1
| | | |
* | | | 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
| | | | |
* | | | | Merge pull request #3054 from bdbaddog/remove_deprecated_scons_optionsWilliam Deegan2018-01-3017-1861/+4
|\ \ \ \ \ | | | | | | | | | | | | Remove SCons.Options code which has long been deprecated
| * | | | | Remove SCons.Options code which has long been deprecated and already removed ↵William Deegan2018-01-3017-1861/+4
|/ / / / / | | | | | | | | | | | | | | | from documents. Also remove associated tests.
* | | | | Clarify why scons.bat change is being done.William Deegan2018-01-211-0/+3
| | | | |
* | | | | Reorder new entries in CHANGES.txt alphabetically as is our policy. Also ↵William Deegan2018-01-201-12/+13
| | | | | | | | | | | | | | | | | | | | clarify some of the notes
* | | | | Merge pull request #3051 from mingwandroid/masterWilliam Deegan2018-01-182-1/+9
|\ \ \ \ \ | | | | | | | | | | | | Do not add unnormalised entries to PATH in scons.bat
| * | | | | Do not add unnormalised entries to PATH in scons.batRay Donnelly2018-01-182-1/+9
|/ / / / /
* | | | | Merge pull request #3049 from mwichmann/wip-prependWilliam Deegan2018-01-177-28/+34
|\ \ \ \ \ | | | | | | | | | | | | Use prepend for inserts
| * | | | | correcting typoMats Wichmann2018-01-171-1/+1
| | | | | |
| * | | | | Use prepend for insertsMats Wichmann2018-01-177-28/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A number of places "append to the beginning", a better word to use here is "prepend". This is a documentation issue only, no executable statements are affected. Signed-off-by: Mats Wichmann <mats@linux.com>
* | | | | | Merge pull request #3050 from dmoody256/CoveralsMarkdownWilliam Deegan2018-01-171-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Coveralls badge not pointing to master branch
| * | | | | fixed the coveralls badge to point to master branch, and small change to ↵Daniel Moody2018-01-171-3/+3
|/ / / / / | | | | | | | | | | | | | | | descriction of appveyor link.