aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Switch to Clang 6.0's fuzzer support.Adam Langley1-12/+6
2018-08-10Align on a single CMake style.David Benjamin1-33/+33
2018-08-10Add -handshaker-path to run_test.David Benjamin1-1/+5
2018-08-10Use -flto=thin in the CFI bot.David Benjamin1-2/+2
2018-08-09Add an option to statically link a custom libc++.David Benjamin1-0/+58
2018-08-01Add handshaker as run_tests dependency.Steven Valdez1-1/+1
2018-07-23Add a basic TSan test for ref-counts.David Benjamin1-0/+10
2018-07-06Add link to CMake bugfix.David Benjamin1-3/+2
2018-06-29Fix VS build when assembler is enabledGuillaume Egles1-2/+6
2018-05-29Fix typo in build flags.David Benjamin1-1/+1
2018-05-22Ignore Spectre mitigation warning.Adam Vartanian1-0/+2
2018-03-23Add -DOPENSSL_SMALL to CMake.David Benjamin1-0/+4
2018-03-15fix compilation error for non-english windows (like cjk)sphawk1-2/+2
2018-03-05Update tools.David Benjamin1-12/+0
2018-01-22Update tools.David Benjamin1-6/+7
2018-01-09Revert "Update tools."David Benjamin1-7/+6
2018-01-09Update tools.David Benjamin1-6/+7
2018-01-04Rename all googletest CMake targetsMarek Gilbert1-2/+2
2017-12-14Scope CMAKE_ASM_FLAGS workaround to the old NDK toolchain.David Benjamin1-4/+4
2017-12-05Disable Clang -Wtautological-constant-compare.David Benjamin1-0/+18
2017-11-21Add a CFI build flag.David Benjamin1-0/+18
2017-11-03Move curve25519 code to third_party/fiat.Andres Erbsen1-0/+1
2017-10-27Disable macOS architecture hack on CMake 3.0.David Benjamin1-1/+1
2017-10-23Specify -stdlib=libc++ if APPLEDaniel Wagner-Hall1-0/+3
2017-10-09Set -Wno-array-bounds on gcc<4.8Daniel Wagner-Hall1-0/+5
2017-10-06Pass -fmsc-version=1900 to clang-cl.David Benjamin1-1/+1
2017-10-05Build with clang-cl standalone.David Benjamin1-16/+32
2017-10-05Remove C4245 suppression.David Benjamin1-2/+0
2017-09-20Explicit fallthrough on switchVincent Batts1-1/+8
2017-08-16Tidy up some Windows compiler assumptions.David Benjamin1-0/+3
2017-07-31Turn on clang -fcolor-diagnostics.David Benjamin1-1/+1
2017-07-26Add a CMake toggle to allow the C++ runtime.David Benjamin1-1/+10
2017-07-24Avoid a C++ runtime dependency.David Benjamin1-1/+1
2017-07-18Build with -fno-exceptions standalone.David Benjamin1-1/+1
2017-07-17Build with -Wimplicit-fallthrough in Clang.David Benjamin1-1/+1
2017-07-14Fix linux_fuzz bot.David Benjamin1-1/+1
2017-07-14Make missing prototypes warning work in clang/C++.David Benjamin1-0/+10
2017-06-16Use _STL_EXTRA_DISABLED_WARNINGS in VS2017.David Benjamin1-3/+4
2017-06-07Fix build with VS 2017.David Benjamin1-0/+2
2017-05-30Switch to new delocate tool.Adam Langley1-0/+7
2017-05-23Convert aes_test to GTest.David Benjamin1-0/+11
2017-05-18fipstools: Add a sample binary that exercises methods from the FIPS module.Martin Kreichgauer1-1/+1
2017-05-11Fixing assembly coverage reporting.Steven Valdez1-4/+0
2017-05-10Add an option to build libFuzzer from DEPS.David Benjamin1-0/+8
2017-05-10Switch from 8bit-counters to trace-pc-guard.David Benjamin1-2/+2
2017-05-01Move bn/ into crypto/fipsmodule/Adam Langley1-0/+4
2017-04-28Move crypto/fipsoracle/ to the top-level.Adam Langley1-0/+1
2017-04-07Add the start of standalone iOS build support.David Benjamin1-41/+55
2017-04-07First part of the FIPS module.Adam Langley1-0/+4
2017-02-28Build with -fsanitize-address-use-after-scope if -DASAN=1David Benjamin1-2/+2