summaryrefslogtreecommitdiff
path: root/lib/gwp_asan/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Re-instate 369051.Mitch Phillips2019-08-151-1/+2
* Guard fuzzer build behind Clang-only flags.Mitch Phillips2019-08-151-11/+12
* Remove CMake >= v3.13 target_link_options.Mitch Phillips2019-08-151-1/+2
* [GWP-ASan] Implement stack frame compression.Mitch Phillips2019-08-151-0/+14
* Removed -mno-omit-leaf-frame-pointer from flags.Mitch Phillips2019-07-161-2/+0
* [GWP-ASan] Add generic unwinders and structure backtrace output.Mitch Phillips2019-07-021-17/+24
* [GWP-ASan] Disable GWP-ASan on Android for now.Mitch Phillips2019-06-171-1/+2
* Attempt to fix GWP-ASan build failure on sanitizer-android. Add -fPIC.Mitch Phillips2019-06-171-1/+1
* [GWP-ASan] Core Guarded Pool Allocator [4].Mitch Phillips2019-06-051-1/+5
* Changed force build of GWP-ASan options parser to be staticallyMitch Phillips2019-06-051-1/+1
* [GWP-ASan] Configuration options [3].Mitch Phillips2019-06-041-0/+48
* [GWP-ASan] Mutex implementation [2].Mitch Phillips2019-05-301-1/+7
* Explicitly remove -stdlib=libc++, as we pass -nostdinc++ anyway. This should ...Mitch Phillips2019-05-171-0/+3
* [GWP-ASan] Fixed issue with c++ standard library dependency.Mitch Phillips2019-05-171-4/+4
* [GWP-ASan] Initial build files, implementation of PRNG [1].Mitch Phillips2019-05-141-0/+36