59 コミット (f99f2448bd06ffa96575397d37a5caaebf3018d4)

作成者 SHA1 メッセージ 日付
  Alessandro Ghedini b6f6927cac Fix CMake negation and make error fatal 8年前
  Adam Langley d5c72c8bc8 Fix run_tests target. 8年前
  David Benjamin 41b8ff24ce Don't pass -Wa,-g on clang. 8年前
  David Benjamin 7208822d5e Build debug symbols for assembly. 8年前
  David Benjamin 9b7d836b05 Be -Wnewline-eof clean. 8年前
  Adam Langley 0186787c49 Add top-level BUILD file (in util/). 8年前
  David Benjamin 37e01b393c Spell C++11 as C++11, not C++0x. 8年前
  David Benjamin 2e8ba2d25d Use one C99-style for loop. 8年前
  nmittler f0322b2abc Use non-deprecated methods on windows. 8年前
  Tamas Berghammer 5693e42ae4 Fix discovery rule for perl and go for Android 8年前
  David Benjamin 7acd6bc07a Start assuming MSVC 2015. 8年前
  Brian Smith dc6c1b8381 Fix build when using Visual Studio 2015 Update 1. 8年前
  Piotr Sikora 35673b945d Build with -Wmissing-prototypes -Wmissing-declarations. 8年前
  Adam Langley de29f36cf4 Add `8bit-counters` option for fuzzing. 8年前
  David Benjamin f2b8363578 Fix the tests for the fuzzer mode. 8年前
  David Benjamin bc5b2a2e22 Add a deterministic PRNG for fuzzing. 8年前
  David Benjamin 6b34d54945 Prefer MSVC over GCC if both are in %PATH%. 8年前
  Brian Smith a646258c14 Enable stronger format string checking |-Wformat=2|. 8年前
  Adam Langley 3ac4b3a391 Remove NO_ASM define that I accidently included in the previous commit. 8年前
  Adam Langley e6c540290d Don't build X25519 asm code when NO_ASM is set. 8年前
  Adam Langley 7104cc96b7 Update and fix fuzzing instructions. 9年前
  Adam Langley 9a4beb8ad8 Add four, basic fuzz tests. 9年前
  Adam Langley d9e817309a Fix several warnings that arise in Android. 9年前
  Adam Langley d84b5aec7e Don't build with OPENSSL_SMALL. 9年前
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9年前
  Adam Langley 2e3c978d14 Add OPENSSL_SMALL. 9年前
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9年前
  Brian Smith e5ae760a96 Silence MSVC warning C4210. 9年前
  Joel Klinghed 1550a84784 Allow compilation for armv6 9年前
  Adam Langley 6f2e733bab Add infrastructure for reference counts. 9年前
  Adam Langley 843ab66e17 Add support for building with the Android NDK. 9年前
  David Benjamin 27b08e9ecf Fix OPENSSL_NO_ASM build and promote to a cmake build flag. 9年前
  Brian Smith a039d70270 Enable MSVC warning C4701, use of potentially uninitialized variable. 9年前
  David Benjamin 2f18c1babb Prune away (almost) all of asn1_mac.h 9年前
  David Benjamin ef4962f5a3 Shush warning in alignment code. 9年前
  Adam Langley c004dfc3d1 Add decrepit, initially containing CAST and Blowfish. 9年前
  David Benjamin 0e434b9470 Define NOMINMAX across the entire project. 9年前
  David Benjamin d27eda00a4 Generate error data at build time. 9年前
  David Benjamin b826c0d670 Bump the -Wshadow cutoff to 4.8 rather than 4.6. 9年前
  David Benjamin 3ce3c369cb Find perl using the CMake's standard FindPerl module. 9年前
  David Benjamin 3673be7cb6 Fix standalone build on Win64. 9年前
  Brian Smith efed2210e8 Enable more warnings & treat warnings as errors on Windows. 9年前
  Brian Smith a87de9b39b Define WIN32_LEAN_AND_MEAN in the build system, not in the code. 9年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9年前
  Brian Smith 2e38008558 Define _HAS_EXCEPTIONS=0 to avoid MSVC C4530 warning. 9年前
  David Benjamin 507c1eec51 Honor the standard BUILD_SHARED_LIBS cmake variable. 9年前
  David Benjamin 9a9a193388 Build with -fvisibility=hidden. 9年前
  Brian Smith 1d75c8be73 Improve compatibility with CMake 3.0 and later 9年前
  Adam Langley 07100c6e69 Only use -Wshadow with GCC > 4.6.0. 9年前
  Adam Langley 3e6526575a aarch64 support. 9年前