summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* pr-3052: Updated swig tool with some default paths and fixed test to build on...Daniel Moody2018-05-251-0/+12
* Merge remote-tracking branch 'scons/master' into pr-3052-Add-method-for-indiv...Daniel Moody2018-05-2511-18/+59
|\
| * 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
| * Change bug references from tigris -> githubMats Wichmann2018-04-243-3/+3
| * Fix wiki references to point to gihub wikiMats Wichmann2018-04-231-1/+1
| * Merge branch 'master' into msvcbatch_gh_issue_3106William Deegan2018-04-164-8/+43
| |\
| | * Merge pull request #3110 from grbd/masterWilliam Deegan2018-04-151-1/+1
| | |\
| | | * Added in support for Sconstruct.pygrbd2018-04-151-1/+1
| | | * Merge branch 'master' into masterRichard W2018-04-141-0/+9
| | | |\
| | | * | Added sconstruct.py lowercasegrbd2018-04-021-1/+1
| | | * | 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-152-6/+30
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Fix EnvironmentError printing bugFredrik Medley2018-04-052-6/+30
| | | |/
| | * | Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket...William Deegan2018-04-111-0/+9
| | |/
| | * Reenable parallel builds with PypyWilliam Deegan2018-03-251-1/+3
| * | fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.William Deegan2018-03-241-1/+4
| |/
* | updated gettext tools to work on windows cygwin and mingw environments.Daniel Moody2018-04-126-3/+68
* | 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
| |\
| | * 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 os....Daniel Moody2018-02-111-7/+15
* | | Update default paths for clang compilers. This should hopefully fix some appv...William Deegan2018-02-143-2/+23
* | | mergeWilliam Deegan2018-02-1419-403/+61
|\ \ \ | |/ /
| * | Merge pull request #3097 from dmoody256/InteractivePickleWilliam Deegan2018-02-121-1/+1
| |\ \
| | * | used pickle.HIGHEST_PROTOCAL instead of -2 for better readabilityDaniel Moody2018-02-121-1/+1
| | * | pickle protocal was causing issues in some casesDaniel Moody2018-02-101-1/+1
| | |/
| * | Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-114-24/+24
| |/
| * Merge pull request #3055 from bdbaddog/remove_deprecated_scons_optionsWilliam Deegan2018-01-311-1/+0
| |\
| | * Remove SCons/Options from Manifest for packaging.William Deegan2018-01-311-1/+0
| * | Merge pull request #3045 from gabrielrussell/masterWilliam Deegan2018-01-301-0/+4
| |\ \
| | * | update mtime on cache retrievalGabriel Russell2017-12-131-0/+4
| * | | Remove SCons.Options code which has long been deprecated and already removed ...William Deegan2018-01-307-350/+0
| * | | correcting typoMats Wichmann2018-01-171-1/+1
| * | | Use prepend for insertsMats Wichmann2018-01-175-27/+32
* | | | Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to al...William Deegan2018-01-184-25/+53
|/ / /
* | | Oops, remove stray debugging print stmt.Gary Oberbrunner2018-01-161-1/+0
* | | Prevent TypeError with None in error messageGary Oberbrunner2018-01-163-5/+14
* | | Fix problem with Install and multiple dirs outside src tree.Gary Oberbrunner2018-01-051-1/+6
|/ /