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

MSVC/Windows support #214

Merged
merged 24 commits into from
Sep 15, 2020
Merged

MSVC/Windows support #214

merged 24 commits into from
Sep 15, 2020

Commits on Nov 29, 2018

  1. Make it compile with GCC 8.2

    Jogo27 committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    58f8f72 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    f4ce478 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Merge commit 'f4ce478' into fg-vs17

    # Conflicts:
    #	.gitignore
    frederic-gutierrez committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    be94cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b2bf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    e83e3c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    85ff4e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Remove MSVC preprocessor conditionals and index shift, and use malloc…

    …/realloc for all archs
    Jérôme Richard committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    75727c0 View commit details
    Browse the repository at this point in the history
  2. Fix calloc, free and Windows-based code

    Jérôme Richard committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c67721f View commit details
    Browse the repository at this point in the history
  3. Move the version in the MSVC project file

    Jérôme Richard committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    9d29cbd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    7b9ebea View commit details
    Browse the repository at this point in the history
  2. Fix bad VS path

    Jérôme Richard committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    77b47ef View commit details
    Browse the repository at this point in the history
  3. Fix UNIX/POSIX-specific header includes

    Jérôme Richard committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    09b8514 View commit details
    Browse the repository at this point in the history
  4. Add READSTAT_VERSION to the two project (wip)

    Jérôme Richard committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a17cf7b View commit details
    Browse the repository at this point in the history
  5. Fix VLA

    Jérôme Richard committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    7255660 View commit details
    Browse the repository at this point in the history
  6. Fix dangerous unsigned type promotion (MSVC error)

    Jérôme Richard committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    cef16ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65a15df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2305fa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Try of MSVC build in the CI

    Jérôme Richard committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    24be3d5 View commit details
    Browse the repository at this point in the history
  2. Try of MSVC build in the CI (WIP v2)

    github@rplusplus.com committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    3fbb6a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c10f588 View commit details
    Browse the repository at this point in the history
  4. Fix CI (debug mode)

    github@rplusplus.com committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    b070833 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'msvc_support_experimental' of github.com:zebrys/ReadSta…

    …t into msvc_support_experimental
    github@rplusplus.com committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    2b46120 View commit details
    Browse the repository at this point in the history
  6. Fix CI (debug mode)

    github@rplusplus.com committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    058fd54 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Use MSVC 2017 in the CI and execute the msvc toolchain first

    github@rplusplus.com committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b590396 View commit details
    Browse the repository at this point in the history