Commit Graph

12124 Commits

Author SHA1 Message Date
Rene Rivera
c230cb88a6 Merge pull request #190 from tee3/develop-ci-do-diff
ci: Enable DO_DIFF on travis-ci to facilitate debugging.
2017-04-02 23:31:01 -05:00
Thomas Brown
54d20a670d ci: Enable DO_DIFF on appveyor to facilitate debugging. 2017-04-02 23:08:59 -04:00
Thomas Brown
9d7eff7486 ci: Enable DO_DIFF more simply in travis-ci.
This change avoids using the env: section of travis-ci since it is
difficult to control.
2017-04-02 23:07:39 -04:00
Thomas Brown
5d70a97353 ci: Enable DO_DIFF on travis-ci to facilitate debugging.
This change enables DO_DIFF on travis-ci to facilitate debugging of
failing tests.
2017-04-02 15:29:34 -04:00
Rene Rivera
5f46e75620 Merge remote-tracking branch 'origin/develop' 2017-04-01 07:56:33 -05:00
Steven Watanabe
80c0f5f8d2 Tests for MI. 2017-03-30 13:24:09 -06:00
Rene Rivera
d997329125 Merge pull request #187 from KindDragon/develop
Fix error handling for VS2017 detection in GetCLPath.ps1. Closes #186
2017-03-30 07:21:24 -05:00
Arkadiy Shapkin
d2ff572c23 Fix error handling for VS2017 detection in GetCLPath.ps1. Closes #186 2017-03-30 12:32:13 +03:00
Rene Rivera
d03146120d Merge remote-tracking branch 'origin/develop' 2017-03-21 21:40:08 -05:00
Rene Rivera
ac854420fb Move vc 14.1 to the front as the default. 2017-03-21 21:35:12 -05:00
Rene Rivera
e43e48628c Use plain CMD for testing. 2017-03-21 15:03:12 -05:00
Rene Rivera
cc04d5fe8e Merge remote-tracking branch 'origin/develop' 2017-03-21 09:18:37 -05:00
Rene Rivera
61792c1a9a Merge pull request #183 from teeks99/use_141
Updated all the references to 14.10 and 1410 to 14.1 and 141
2017-03-21 09:16:54 -05:00
Thomas Kent
33024da7a8 Found changes moved out of build.bat 2017-03-20 21:45:31 -05:00
Thomas Kent
56c6d1f705 Merge branch 'develop' into use_141 2017-03-20 21:41:21 -05:00
Rene Rivera
5e58ac6a0d Merge remote-tracking branch 'origin/develop' 2017-03-20 10:53:25 -05:00
Rene Rivera
468eb50149 Merge pull request #173 from KindDragon/develop
Check Visual Studio 2017+ version in script
2017-03-19 11:32:21 -05:00
Thomas Kent
cc63090b04 Missed a couple instances 2017-03-19 08:38:04 -05:00
Thomas Kent
4d2dcc7278 Updated all the references to 14.10 and 1410 to 14.1 and 141 2017-03-19 08:26:22 -05:00
Arkadiy Shapkin
2c46d25536 "core-language" test fixed for Windows 10 2017-03-19 19:50:52 +08:00
Arkadiy Shapkin
00c23580af Check Visual Studio 2017+ version in script
* Fixed `build.bat` stack overflow on some machines by splitting up to several files
* CSharp script simplified and now will check VC++ toolset version
2017-03-19 00:59:40 +08:00
Rene Rivera
5f20f4b9bf Merge remote-tracking branch 'origin/develop' 2017-03-15 21:58:13 -05:00
Rene Rivera
f1e32a7884 Merge pull request #178 from teeks99/comntools_first
Use the VS150COMNTOOLS variable if exists
2017-03-15 21:32:20 -05:00
Thomas Kent
1ee59bb4f0 Use the VS150COMNTOOLS variable if exists
This variable should be checked before running the search script, as if the user has manually started one of the "Visual Studio Command Prompt" versions, it will point to the correct build settings.
2017-03-15 16:30:32 -05:00
Rene Rivera
c419f2eb9d Merge pull request #172 from teeks99/user_config_options
Documentation covering multiple flags and multiple variants in user-c…
2017-03-15 12:18:20 -05:00
Rene Rivera
881e97679f Merge pull request #175 from teeks99/msvc_versions
Documentation Updated with Visual Studio 2017 version and example
2017-03-15 12:09:27 -05:00
Rene Rivera
3328dd9c0f Merge pull request #177 from teeks99/common_program_files
Using a common variable for program files
2017-03-15 10:02:13 -05:00
Thomas Kent
3e650aa614 Merge remote-tracking branch 'upstream/develop' into user_config_options 2017-03-15 07:00:11 -05:00
Thomas Kent
4367f22f33 Merge remote-tracking branch 'upstream/develop' into msvc_versions 2017-03-15 06:59:12 -05:00
Thomas Kent
7ff4920eee Merge remote-tracking branch 'upstream/develop' into common_program_files 2017-03-15 06:56:56 -05:00
Rene Rivera
c43116a662 Merge pull request #176 from teeks99/non_64_env
Keep searching when the helper gives an error
2017-03-15 06:54:21 -05:00
Thomas Kent
a5fb976a7c Using a common variable for Program Files
On 32-bit windows computers, visual studio is installed to %ProgramFiles% and
the %ProgramFiles(x86)% variable is not defined (I was mistaken in an earlier
issue thread). On 64-bit windows computers, visual studio is installed to
%ProgramFiles(x86)%. This commit uses the %VS_ProgramFiles% variable to search
the appropriate one.
2017-03-15 06:54:00 -05:00
Thomas Kent
0e3f390d24 Keep searching when the helper gives an error
I'm seeing the errorlevel set even when a good value is found.
Regardless, when there is an error we should move to the next check.
2017-03-15 06:26:57 -05:00
Thomas Kent
9589dc6314 Changed mistaken 14.1 to 14.10 2017-03-14 06:21:53 -05:00
Thomas Kent
c2a31dad1a Updated with Visual Studio 2017 version and example 2017-03-13 16:06:44 -05:00
Rene Rivera
fa78684777 Lets test the individual msvc detection parts. 2017-03-13 00:18:35 -05:00
Rene Rivera
ba240cf4ca Avoid vs2017.. The detection has some issues. 2017-03-12 23:54:05 -05:00
Rene Rivera
bd5f944161 We don't do WIn CI building as it's all custom. 2017-03-12 22:38:55 -05:00
Rene Rivera
d62f877842 Add Windows CI testing. 2017-03-12 22:26:24 -05:00
Rene Rivera
e00ab81960 Merge remote-tracking branch 'remotes/origin/develop' 2017-03-12 09:39:46 -05:00
Rene Rivera
3a27b2d338 Avoid polluting with temp JSON file. 2017-03-12 10:24:34 -04:00
Rene Rivera
747287c1e5 Merge pull request #170 from refack/develop
fix #157: detect vs2017 (vc141) and setup environment
2017-03-12 10:16:37 -04:00
Steven Watanabe
0d7e0c9c27 Fix performance problems when not using the debugger. 2017-03-11 09:38:21 -07:00
Refael Ackermann
b2260a9901 fix #157: detect vs2017 (vc141) and setup environment 2017-03-10 18:48:08 -05:00
Rene Rivera
dc2f03d608 Change vc15 to vc1410. 2017-03-10 08:01:09 -05:00
Steven Watanabe
27ec3bf2d8 Add documentation and test error conditions. 2017-03-09 12:16:30 -07:00
Thomas Kent
885d57aab8 Documentation covering multiple flags and multiple variants in user-config.jam 2017-03-08 19:55:19 -06:00
Steven Watanabe
8f92b128bd Get mi working again. Improve tests and error handling. 2017-03-06 17:48:37 -07:00
Rene Rivera
3eb411c1f4 Merge remote-tracking branch 'origin/develop' 2017-03-03 21:28:28 -06:00
Steven Watanabe
6f5522aaa5 Merge branch 'develop' into debug
Conflicts:
	src/engine/function.c
	src/engine/scan.h
2017-03-01 09:50:57 -07:00