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

Cool, tried out using a CMake module which adds sanitisers for you #153

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

Commits on Mar 6, 2023

  1. Cool, tried out using a CMake module which adds sanitisers for you

    I'll see if this works on Github-actions before making it CI-only.
    I think we do want it only on CI because it's noticeably slower than normal (but still *MUCH* faster than Valgrind!)
    saxbophone committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    40e9f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b53969 View commit details
    Browse the repository at this point in the history
  3. Get rid of Valgrind build and disable sanitizer on MSVC

    Lol, suprise surprise! Valgrind and the Sanitizer don't run well together! :)
    MSVC isn't playing ball for some reason, it links but every test fails and I'm not seeing ASAN errors (unless those failures are caused by ASAN --need to troubleshoot this by forcing UB to see how ctest reports it...)
    saxbophone committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6750aec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    746164d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Attempt enabling san on tests by adding it to tests config

    Maybe the object libraries are compiled only with `tests-config` options rather than options set on the `tests` target itself...
    saxbophone committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    d8e5e74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d700710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6c2700 View commit details
    Browse the repository at this point in the history