summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'appveyor_issues' of github.com:bdbaddog/scons into appveyor_issuesWilliam Deegan2018-05-2513-25/+95
|\
| * rebase to upstream/masterWilliam Deegan2018-05-251-0/+7
| * Handful of changes to get clang tests passing on windows. Use glob to find o...William Deegan2018-05-252-2/+22
| * updated CHANGES.txtDaniel Moody2018-05-251-0/+1
| * updated gettext tools to work on windows cygwin and mingw environments.Daniel Moody2018-05-256-3/+68
| * updated CHANGES.txtDaniel Moody2018-05-251-0/+2
| * moved default paths for cywing and mingw to their own platform modules.Daniel Moody2018-05-253-1/+51
| * removed unnecessary paransDaniel Moody2018-05-251-1/+1
| * updated yacc tool to add default paths, updated to test to use the tool speci...Daniel Moody2018-05-251-0/+9
| * added more default mingw paths per comments on pull requestWilliam Deegan2018-05-251-2/+10
| * Fix clang and mingw testsWilliam Deegan2018-05-251-1/+6
| * rename clang command package to clangCommon as it was breaking imports test.William Deegan2018-05-253-3/+4
| * Update default paths for clang compilers. This should hopefully fix some appv...William Deegan2018-05-253-2/+23
| * Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to al...William Deegan2018-05-254-25/+53
| * Update Changes.txt with hashable Literalmaiphi2018-05-201-0/+4
| * Make class SCons.Subst.Literal hashablemaiphi2018-05-201-0/+3
| * Fix issue where at least test/Java/JAR.py test fail only on windows because s...William Deegan2018-05-091-1/+1
| * Module used an undefined class nameMats Wichmann2018-05-021-4/+4
| * move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-302-6/+6
| * Change bug references from tigris -> githubMats Wichmann2018-04-244-3/+4
| * Fix wiki references to point to gihub wikiMats Wichmann2018-04-232-4/+3
| * Update CHANGES.txt as wellMats Wichmann2018-04-231-1/+4
| * Merge branch 'master' into msvcbatch_gh_issue_3106William Deegan2018-04-165-8/+56
| |\
| | * Merge pull request #3110 from grbd/masterWilliam Deegan2018-04-152-1/+5
| | |\
| | | * Added in support for Sconstruct.pygrbd2018-04-152-2/+2
| | | * Merge branch 'master' into masterRichard W2018-04-142-0/+12
| | | |\
| | | * | Added sconstruct.py lowercasegrbd2018-04-022-2/+2
| | | * | update to changes filegrbd2018-04-011-0/+4
| | | * | Also search for SConstruct.py, to make VStudio debugging easiergrbd2018-04-011-1/+1
| | * | | Merge pull request #3111 from moroten/env-err-print-fixWilliam Deegan2018-04-153-6/+35
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Fix EnvironmentError printing bugFredrik Medley2018-04-053-6/+35
| | | |/
| | * | Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket...William Deegan2018-04-112-0/+12
| | |/
| | * Reenable parallel builds with PypyWilliam Deegan2018-03-252-1/+4
| * | fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.William Deegan2018-03-242-1/+6
| |/
* | Handful of changes to get clang tests passing on windows. Use glob to find o...William Deegan2018-05-252-2/+22
* | 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
* | 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
* | updated yacc tool to add default paths, updated to test to use the tool speci...Daniel Moody2018-04-091-0/+9
* | added more default mingw paths per comments on pull requestWilliam Deegan2018-03-251-2/+10
* | Fix clang and mingw testsWilliam Deegan2018-03-251-1/+6
* | 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-253-46/+37
|\ \ | |/
| * 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
| * changed the way JobTests.py checks for tests running in parallel to fix githu...Daniel Moody2018-02-201-13/+25
| * Fix HOWTO/README. Remove vestiges of Option(). [ci skip]William Deegan2018-02-191-2/+0
| * Merge pull request #3098 from dmoody256/JavaSconsFilesWilliam Deegan2018-02-141-34/+16
| |\