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 compliance #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Msvc compliance #2

wants to merge 7 commits into from

Commits on Oct 8, 2019

  1. replace 'and' keyword

    not supported under MSVC
    Bentoy13 authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    b47853f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4104ab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7744e22 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    ad640ec View commit details
    Browse the repository at this point in the history
  2. change and to &&

    Bentoy13 authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    1963cd5 View commit details
    Browse the repository at this point in the history
  3. change and to &&

    Bentoy13 authored Oct 9, 2019
    Configuration menu
    Copy the full SHA
    88ad9ee View commit details
    Browse the repository at this point in the history
  4. add draft for CMake

    Cmake files comprise two files, one for the lib placed in src, the other at the root for the test program
    Bentoy13 committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    9d409ba View commit details
    Browse the repository at this point in the history