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

Changes for Linux and MOD Devices #1

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

Changes for Linux and MOD Devices #1

wants to merge 11 commits into from

Commits on Nov 17, 2016

  1. Use powf for float32 target

    falkTX committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    0e68ba3 View commit details
    Browse the repository at this point in the history
  2. Only overload C++ memory operators in Windows

    If it's only Windows that needs it, leave it for Windows only.
    Overloading those is very nasty.
    falkTX committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    5001eb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b8554 View commit details
    Browse the repository at this point in the history
  4. Make json optional

    falkTX committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    f1e9559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8efe753 View commit details
    Browse the repository at this point in the history
  6. Use math.h instead of cmath, to fix issues with fastmath

    Using math macros is ugly, breaks std::sin and similar
    falkTX committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    477cff7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df9a12f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    111052a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. Configuration menu
    Copy the full SHA
    0e2d85e View commit details
    Browse the repository at this point in the history
  2. Include math.h in genlib.h

    All those math defines mess up with the regular math includes,
    and may lead to link errors due to function prototypes being different.
    falkTX committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    36757ef View commit details
    Browse the repository at this point in the history
  3. Revert "Use powf for float32 target"

    This reverts commit 0e68ba3.
    falkTX committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    c961d43 View commit details
    Browse the repository at this point in the history