Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation on windows and detect visual studio developer console #400

Merged
merged 11 commits into from Sep 24, 2019

Commits on Sep 24, 2019

  1. Fix compilation on windows and detect visual studio developer console

    * Fixes an include bug that breaks compilation on Visual Studio 2019
    * Completely rewrites the MSVC makefile to make it work with a wider range of visual studio versions
    * build.bat must now be run inside a Visual Studio Native Tools Command Prompt
    * Terra itself detects if it is running inside the Native Tools Command Prompt and uses those environment variables instead.
    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    93b0069 View commit details
    Browse the repository at this point in the history
  2. Fix default argument typo

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    d83005c View commit details
    Browse the repository at this point in the history
  3. Try to fix CI tests

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    68c8c38 View commit details
    Browse the repository at this point in the history
  4. Polyfill missing variables in Visual Studio 2015

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    5b45cf5 View commit details
    Browse the repository at this point in the history
  5. polyfill target architecture

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    f1d1bec View commit details
    Browse the repository at this point in the history
  6. Fix broken polyfill

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    cd09694 View commit details
    Browse the repository at this point in the history
  7. Revert vshome fix

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    37bf1e2 View commit details
    Browse the repository at this point in the history
  8. Fix windows stdio link problems

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    54c8456 View commit details
    Browse the repository at this point in the history
  9. Skip broken windows tests

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    c7e33b3 View commit details
    Browse the repository at this point in the history
  10. Fix LLVM 3.5 typo

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    3ddf82b View commit details
    Browse the repository at this point in the history
  11. Temporarily skip tests that break on VS2013

    Erik McClure committed Sep 24, 2019
    Copy the full SHA
    d960d6c View commit details
    Browse the repository at this point in the history