Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Rudimentary CMake support #29

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

Rudimentary CMake support #29

wants to merge 22 commits into from

Commits on Mar 11, 2018

  1. Add rudimentary CMake support

    torss committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    c4500ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c35a41 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

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

Commits on Feb 8, 2020

  1. Configuration menu
    Copy the full SHA
    46ecbe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4691af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d22f5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efd6d0b View commit details
    Browse the repository at this point in the history
  5. Update README.md [skip ci]

    c0rp3n committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    bfa3814 View commit details
    Browse the repository at this point in the history
  6. [CMake] Fix linux build

    c0rp3n committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    920914d View commit details
    Browse the repository at this point in the history
  7. Update README.md [skip ci]

    c0rp3n committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    5dc10f0 View commit details
    Browse the repository at this point in the history
  8. [CMake] Properly set arch

    c0rp3n committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    e7e57f0 View commit details
    Browse the repository at this point in the history
  9. Update README.md [skip ci]

    c0rp3n committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    15ba700 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    c7bfd61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0237cd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Add base unit test

    c0rp3n committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    9723945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a822ee View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    4d2dc4e View commit details
    Browse the repository at this point in the history
  2. Remove config header

    c0rp3n committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    cdf7512 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Merge pull request #1 from c0rp3n/master

    Merge c0rp3n/fastnoise-simd to torss/FastNoiseSIMD
    torss committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    f69d985 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr/2'

    torss committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3a3196c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Fix minor README.md typo

    torss committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    0ff1b3a View commit details
    Browse the repository at this point in the history
  2. Add FN_SET_c0rp3n_CXX_FLAGS CMake option

    This was added because setting these flags for MSVC did cause
    a runtime library mismatch in a project using FastNoiseSIMD
    via add_subdirectory.
    torss committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    44cead5 View commit details
    Browse the repository at this point in the history