aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead code (Boost.Python makefile, unused configure.py functions)Jack Lloyd2015-07-111-26/+0
* GCC 4.8 doesn't have UbSan, remove for TravisJack Lloyd2015-07-051-1/+2
* Make sanitizer a build mode for easy use by developers.Jack Lloyd2015-07-051-0/+1
* Tweak formatting of readmeJack Lloyd2015-07-031-1/+1
* Simplify the website and documentation layout.Jack Lloyd2015-07-032-21/+4
* Combine all release notes into a single file, just easier to read.Jack Lloyd2015-07-021-1/+0
* Remove compiler settings from compilers that don't support C++11Simon Warta2015-06-282-52/+0
* Use install_name_tool to change location of botan lib on OSXSimon Warta2015-06-223-0/+7
* Set RPATH to $ORIGIN for ./botan and ./botan-testSimon Warta2015-06-223-5/+7
* Fix coverage make targetSimon Warta2015-06-212-5/+9
* Prefix gmake includesSimon Warta2015-06-204-4/+3
* Update build system:simon2015-06-184-34/+37
* Revert LIBNAME change. GH #107lloyd2015-06-161-0/+2
* Remove LIBNAME setting from nmake template, should be using versionedgit2015-06-111-2/+0
* Fix nmake clean target. GH #104simon2015-06-022-5/+12
* Avoid 0-defining BOTAN_USE_GCC_INLINE_ASMsimon2015-05-311-4/+0
* Add .exe suffix to MinGW and Cygwin binaries alsolloyd2015-04-273-0/+4