Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build with libc++ C++ standard library on clang for iOS | René Korthaus | 2015-08-29 | 1 | -1/+1 |
| | | | | | When building for iOS with clang, the C++ standard library must be set to libc++ instead of libstdc++. | ||||
* | Update building documentation | Simon Warta | 2015-07-15 | 1 | -26/+24 |
| | | | | [ci skip] | ||||
* | Doc updates | lloyd | 2015-02-28 | 1 | -5/+13 |
| | |||||
* | Mark modules pulling in external deps (zlib, boost, etc) as such, and | lloyd | 2015-02-06 | 1 | -40/+22 |
| | | | | | | notify the user when they are enabled. Drop botan-config, replaced by `botan config` command added in 1.11.8 | ||||
* | Fix doc bugs | lloyd | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Link to instructions for Android by Daniel Seither | lloyd | 2014-01-23 | 1 | -5/+2 |
| | |||||
* | Fix binary names | lloyd | 2014-01-20 | 1 | -6/+6 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -0/+460 |
Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool |