aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-16Clear the last GTest warning suppression.David Benjamin1-4/+0
2017-01-24Don't leave ARCH unset for mips.David Benjamin1-0/+1
2017-01-21Do a cursory conversion of a few tests to GTest.David Benjamin1-1/+19
2017-01-03Add a GCOV option to CMakeLists.txt.David Benjamin1-0/+5
2016-12-16Add CMake support for ASAN and MSAN.Adam Langley1-0/+24
2016-11-17Add ppc64le vector implementation of SHA-1.Doug Kwan1-0/+2
2016-11-15More flexible detection of arm processors to fix cmake errors on armv6l and a...Aurelien Regat-Barrel1-5/+1
2016-11-15Add a helper function for parsing extensions blocks.David Benjamin1-0/+3
2016-11-09Allow building on MIPS.Kenneth Geisshirt1-0/+2
2016-11-09Add corpora for fuzzers with fuzzer mode disabled.David Benjamin1-2/+7
2016-10-14Fix the run_tests target in fuzzer mode.David Benjamin1-1/+1