aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Better living through macrosJack Lloyd2015-07-241-30/+32
* BigInt::to_u32bit failed on 32-bit integers. GH #220Jack Lloyd2015-07-233-2/+51
* Merge pull request #218 from webmaster128/module-not-foundSimon Warta2015-07-231-2/+2
|\
| * Make 'module not found' an errorSimon Warta2015-07-231-2/+2
|/
* Merge pull request #214 from webmaster128/shellcheckSimon Warta2015-07-226-15/+20
|\
| * Use shellcheck where possibleSimon Warta2015-07-226-15/+20
|/
* Merge pull request #215 from webmaster128/extra-semicolonSimon Warta2015-07-224-5/+6
|\
| * Silence some extra ';' warningsSimon Warta2015-07-224-5/+6
|/
* Merge pull request #164 from webmaster128/repair-debug-configSimon Warta2015-07-2114-99/+177
|\
| * Rename so_link_flags to so_link_commandsSimon Warta2015-07-2110-34/+34
| * Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-214-17/+52
| * Update Windows linkingSimon Warta2015-07-211-6/+13
| * Add debug linker for GCCSimon Warta2015-07-211-1/+2
| * Check for so_link_command existence in compiler settingsSimon Warta2015-07-211-1/+3
| * Merge compile_option into CXX_FLAGSSimon Warta2015-07-2110-27/+19
| * msvc fixesSimon Warta2015-07-211-5/+13
| * Have a $(LINKER) variableSimon Warta2015-07-213-9/+20
| * Rename template variable cc -> cxxSimon Warta2015-07-213-4/+3
| * Use -O0 (no optimization) in GCC debug compile flagsSimon Warta2015-07-211-2/+2
| * Adjust MSVC compile flagsSimon Warta2015-07-212-3/+3
| * Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-2110-42/+65
|/
* Merge pull request #212 from webmaster128/gen-amalgamation-doesnt-build-via-a...Simon Warta2015-07-191-1/+1
|\
| * Tie static build check to --via-amalgamation, not --gen-amalgamationSimon Warta2015-07-191-1/+1
|/
* Merge pull request #209 from webmaster128/ignore-pycSimon Warta2015-07-181-0/+2
|\
| * Ignore *.pycSimon Warta2015-07-181-0/+2
|/
* Add tests for RSA, ECDSA, and ECDH interfaces in FFI moduleJack Lloyd2015-07-181-36/+210
* Timing ratio is too tight for CI VMsJack Lloyd2015-07-181-1/+1
* Include build.h before doing a macro check; was causing tests to be skippedJack Lloyd2015-07-181-0/+2
* Add tests for some of the C89 interface.Jack Lloyd2015-07-182-1/+174
* Send Travis notifications to botan-commits mailing listJack Lloyd2015-07-171-1/+1
* Merge pull request #203 from tiwoc/androidSimon Warta2015-07-1723-6/+34
|\
| * Add Android OSDaniel Seither2015-07-1711-0/+21
| * Add OS feature getsidDaniel Seither2015-07-1712-0/+13
| * Remove references to removed tru64 OSDaniel Seither2015-07-176-6/+0
|/
* Merge pull request #204 from webmaster128/read-crt-as-binarySimon Warta2015-07-171-1/+1
|\
| * Read .crt files in tests as binary filesSimon Warta2015-07-171-1/+1
|/
* Merge pull request #201 from webmaster128/fsSimon Warta2015-07-169-120/+185
|\
| * Add MSVC stl filesystem implementationSimon Warta2015-07-163-3/+32
| * Refactor internal/filesystem.hSimon Warta2015-07-167-56/+92
|/
* Add missing include <string> in calendar.hSimon Warta2015-07-161-0/+1
* Merge pull request #200 from webmaster128/time-testSimon Warta2015-07-164-31/+87
|\
| * Fix time range issue for 32 bit platformsSimon Warta2015-07-164-31/+87
|/
* Describe release schedule for 1.11Jack Lloyd2015-07-161-0/+2
* Merge pull request #197 from webmaster128/documentationSimon Warta2015-07-152-30/+25
|\
| * Update building documentationSimon Warta2015-07-151-26/+24
| * Use slim Kullo CI badgeSimon Warta2015-07-151-4/+1
|/
* Merge pull request #196 from tiwoc/force-semicolonsSimon Warta2015-07-154-7/+13
|\
| * Remove semicolons at the end of macrosDaniel Seither2015-07-151-3/+3
| * Add missing semicolonsDaniel Seither2015-07-152-2/+2
| * Force semicolons at the end of BOTAN_REGISTER_* macro invocationsDaniel Seither2015-07-151-2/+8
|/