| Commit message (Expand) | Author | Age | Files | Lines |
* | enable noexcept on VS 2015 | Daniel Neus | 2016-02-19 | 1 | -1/+1 |
* | Add --with-valgrind | Jack Lloyd | 2016-02-13 | 1 | -6/+0 |
* | Add missing overrides and fix -Wpedantic 'extra ;' warnings | Jack Lloyd | 2016-01-17 | 1 | -1/+1 |
* | Enable -Wpedantic on gcc and clang | René Korthaus | 2016-01-13 | 2 | -2/+2 |
* | Get rid of "extra ';'" warnings and force semicolon after macros | Simon Warta | 2016-01-11 | 1 | -0/+4 |
* | Merge remote-tracking branch 'remotes/github/master' into noreturn | Daniel Neus | 2016-01-09 | 1 | -2/+2 |
|\ |
|
| * | move -Wsuggest-override to maintainer_warning_flags | Daniel Neus | 2016-01-08 | 1 | -2/+2 |
| * | add missing overrides | Daniel Neus | 2016-01-08 | 1 | -1/+1 |
* | | fix BOTAN_NORETURN macro | Daniel Neus | 2016-01-08 | 1 | -1/+1 |
* | | add BOTAN_NORETURN macro and mark those functions that do not return with it | Daniel Neus | 2016-01-08 | 2 | -1/+17 |
|/ |
|
* | Valgrind is not supposed to be enabled in the default build | Jack Lloyd | 2016-01-03 | 1 | -1/+1 |
* | Use valgrind's memcheck API for checking const time annotations | Jack Lloyd | 2016-01-03 | 1 | -3/+3 |
* | Use memcpy instead of misaligned pointer casts for reading words. | Jack Lloyd | 2015-12-31 | 1 | -2/+6 |
* | Add -Wnon-virtual-dtor to GCC build | Jack Lloyd | 2015-12-26 | 1 | -1/+1 |
* | Merge pull request #378 from neusdan/warning_fixes | Jack Lloyd | 2015-12-26 | 1 | -1/+1 |
|\ |
|
| * | some trivial compiler/PVS-Studio warning fixes | Daniel Neus | 2015-12-22 | 1 | -1/+1 |
* | | Fix a few clang warnings. Set clang sanitizer flags | Jack Lloyd | 2015-12-24 | 1 | -0/+1 |
|/ |
|
* | Move estimate of RDRAND/RDSEED entropy to build.h | Jack Lloyd | 2015-12-19 | 1 | -0/+13 |
* | Merge pull request #370 from neusdan/rdseed | Jack Lloyd | 2015-12-19 | 6 | -1/+6 |
|\ |
|
| * | add support for Intel RdSeed | Daniel Neus | 2015-12-18 | 6 | -1/+6 |
* | | CLI rewrite | Jack Lloyd | 2015-12-19 | 5 | -0/+5 |
|/ |
|
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 3 | -25/+25 |
* | Add OS utility header | Jack Lloyd | 2015-12-05 | 1 | -0/+6 |
* | Avoid ever returning 0 from CPUID::cache_line_size | Jack Lloyd | 2015-12-02 | 1 | -0/+11 |
* | Push the hardcoded entropy estimates up to build.h | Jack Lloyd | 2015-11-28 | 1 | -0/+23 |
* | New reseed_with_sources call on RNGs | Jack Lloyd | 2015-11-24 | 12 | -13/+35 |
* | Remove --build-mode and add individual toggles for optimization, debug, | Jack Lloyd | 2015-10-26 | 2 | -2/+2 |
* | Remove the strange conjoining of debug and optimization flags. | Jack Lloyd | 2015-10-26 | 11 | -50/+44 |
* | Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks | Jack Lloyd | 2015-10-16 | 1 | -0/+6 |
* | Merge pull request #298 from tiwoc/arm64 | Simon Warta | 2015-10-16 | 3 | -2/+15 |
|\ |
|
| * | Adjust gcc.txt to arm32 and arm64 archs | Daniel Seither | 2015-10-15 | 1 | -1/+2 |
| * | Initial support for 64 bit ARM | Daniel Seither | 2015-10-13 | 2 | -1/+13 |
* | | Periodically reinitialize the blinding sequence instead of always | Jack Lloyd | 2015-10-15 | 1 | -2/+13 |
|/ |
|
* | build system: Add framework support for OS X and iOS | Daniel Seither | 2015-09-25 | 1 | -0/+1 |
* | Prevent users from building static non-amalgamations on MinGW and Cygwin | Simon Warta | 2015-09-09 | 2 | -6/+2 |
* | .PHONY must be a rule, not a variable | Simon Warta | 2015-09-09 | 1 | -1/+1 |
* | Move GF(p) side channel countermeasure toggles to build.h | Jack Lloyd | 2015-08-28 | 1 | -0/+16 |
* | Add soname_pattern | Simon Warta | 2015-08-24 | 14 | -26/+38 |
* | Add so_link_command for clang debug on darwin and default | Simon Warta | 2015-08-14 | 1 | -3/+5 |
* | Add mktime fallback for non-POSIX timegm() | Simon Warta | 2015-07-27 | 8 | -0/+8 |
* | Rename so_link_flags to so_link_commands | Simon Warta | 2015-07-21 | 9 | -24/+24 |
* | Add binary_link_command; Use compiler configs to set RPATH on Linux | Simon Warta | 2015-07-21 | 3 | -0/+19 |
* | Update Windows linking | Simon Warta | 2015-07-21 | 1 | -6/+13 |
* | Add debug linker for GCC | Simon Warta | 2015-07-21 | 1 | -1/+2 |
* | Merge compile_option into CXX_FLAGS | Simon Warta | 2015-07-21 | 9 | -24/+18 |
* | msvc fixes | Simon Warta | 2015-07-21 | 1 | -5/+13 |
* | Have a $(LINKER) variable | Simon Warta | 2015-07-21 | 2 | -1/+4 |
* | Rename template variable cc -> cxx | Simon Warta | 2015-07-21 | 2 | -3/+2 |
* | Use -O0 (no optimization) in GCC debug compile flags | Simon Warta | 2015-07-21 | 1 | -2/+2 |
* | Adjust MSVC compile flags | Simon Warta | 2015-07-21 | 1 | -2/+2 |