aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-0/+4
* Merge remote-tracking branch 'remotes/github/master' into noreturnDaniel Neus2016-01-091-2/+2
|\
| * move -Wsuggest-override to maintainer_warning_flagsDaniel Neus2016-01-081-2/+2
| * add missing overridesDaniel Neus2016-01-081-1/+1
* | fix BOTAN_NORETURN macroDaniel Neus2016-01-081-1/+1
* | add BOTAN_NORETURN macro and mark those functions that do not return with itDaniel Neus2016-01-082-1/+17
|/
* Valgrind is not supposed to be enabled in the default buildJack Lloyd2016-01-031-1/+1
* Use valgrind's memcheck API for checking const time annotationsJack Lloyd2016-01-031-3/+3
* Use memcpy instead of misaligned pointer casts for reading words.Jack Lloyd2015-12-311-2/+6
* Add -Wnon-virtual-dtor to GCC buildJack Lloyd2015-12-261-1/+1
* Merge pull request #378 from neusdan/warning_fixesJack Lloyd2015-12-261-1/+1
|\
| * some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
* | Fix a few clang warnings. Set clang sanitizer flagsJack Lloyd2015-12-241-0/+1
|/
* Move estimate of RDRAND/RDSEED entropy to build.hJack Lloyd2015-12-191-0/+13
* Merge pull request #370 from neusdan/rdseedJack Lloyd2015-12-196-1/+6
|\
| * add support for Intel RdSeedDaniel Neus2015-12-186-1/+6
* | CLI rewriteJack Lloyd2015-12-195-0/+5
|/
* Rename cmd/app -> cliSimon Warta2015-12-093-25/+25
* Add OS utility headerJack Lloyd2015-12-051-0/+6
* Avoid ever returning 0 from CPUID::cache_line_sizeJack Lloyd2015-12-021-0/+11
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-281-0/+23
* New reseed_with_sources call on RNGsJack Lloyd2015-11-2412-13/+35
* Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-262-2/+2
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-2611-50/+44
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-0/+6
* Merge pull request #298 from tiwoc/arm64Simon Warta2015-10-163-2/+15
|\
| * Adjust gcc.txt to arm32 and arm64 archsDaniel Seither2015-10-151-1/+2
| * Initial support for 64 bit ARMDaniel Seither2015-10-132-1/+13
* | Periodically reinitialize the blinding sequence instead of alwaysJack Lloyd2015-10-151-2/+13
|/
* build system: Add framework support for OS X and iOSDaniel Seither2015-09-251-0/+1
* Prevent users from building static non-amalgamations on MinGW and CygwinSimon Warta2015-09-092-6/+2
* .PHONY must be a rule, not a variableSimon Warta2015-09-091-1/+1
* Move GF(p) side channel countermeasure toggles to build.hJack Lloyd2015-08-281-0/+16
* Add soname_patternSimon Warta2015-08-2414-26/+38
* Add so_link_command for clang debug on darwin and defaultSimon Warta2015-08-141-3/+5
* Add mktime fallback for non-POSIX timegm()Simon Warta2015-07-278-0/+8
* Rename so_link_flags to so_link_commandsSimon Warta2015-07-219-24/+24
* Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-213-0/+19
* Update Windows linkingSimon Warta2015-07-211-6/+13
* Add debug linker for GCCSimon Warta2015-07-211-1/+2
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-219-24/+18
* msvc fixesSimon Warta2015-07-211-5/+13
* Have a $(LINKER) variableSimon Warta2015-07-212-1/+4
* Rename template variable cc -> cxxSimon Warta2015-07-212-3/+2
* Use -O0 (no optimization) in GCC debug compile flagsSimon Warta2015-07-211-2/+2
* Adjust MSVC compile flagsSimon Warta2015-07-211-2/+2
* Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-219-32/+44
* Add Android OSDaniel Seither2015-07-171-0/+10
* Add OS feature getsidDaniel Seither2015-07-1711-0/+11
* Add MSVC stl filesystem implementationSimon Warta2015-07-161-0/+1