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

Parameter validation refactor #1

Open
wants to merge 5 commits into
base: parameter-validation
Choose a base branch
from

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    9ed8548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    078c3fc View commit details
    Browse the repository at this point in the history
  3. Disable optimizations in the test suites

    Introduction of the parameter validation callbacks implemented in terms
    of setjmp/longjmp causes certain tests compilation to raise warning
    about clobbering certain variables. This happens when the are not
    allocated on the stack. Disabling the compiler optimizations prevents
    the warnings from being raised. Note that the `-O0` option is present in
    the Makefile, whereas it is not used when building with CMake.
    k-stachowiak committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    5ca2361 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e722703 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

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