aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some styling issues on cmake codeSimon Warta2017-04-042-13/+19
* configure: convert gen_makefile_lists() into classSimon Warta2017-04-041-35/+47
* Extract simd_implementation()Simon Warta2017-04-041-11/+10
* Avoid redundant passing around of cc in gen_makefile_lists()Simon Warta2017-04-041-6/+6
* Rename build_config -> build_paths in gen_makefile_lists()Simon Warta2017-04-041-5/+5
* Disable too-many-instance-attributes for CompilerInfo and OsInfoSimon Warta2017-04-041-2/+2
* configure: encode submodel prefix into single valueSimon Warta2017-04-043-23/+22
* Split ConfigureError into UserError and InternalErrorSimon Warta2017-04-041-33/+54
* configure: remove unused chunks()Simon Warta2017-04-041-4/+0
* Merge GH #974 Add wrapper for make_uniqueJack Lloyd2017-04-042-0/+78
|\
| * add Botan::make_uniqueTomasz Frydrych2017-04-042-0/+78
* | Merge GH #967 Add CMake generator for IDE development, plus astyle configJack Lloyd2017-04-043-0/+138
|\ \
| * | fix styleTomasz Frydrych2017-04-041-31/+32
| * | align to changes from: #962Tomasz Frydrych2017-04-041-1/+1
| * | Content:Tomasz Frydrych2017-04-043-0/+137
| |/
* | Fix configuration on platforms without shared objects.Jack Lloyd2017-04-041-16/+23
* | Remove stray semicolonJack Lloyd2017-04-041-1/+1
* | Merge GH #885 Change HMAC_DRBG::security_level to match NIST SP800-90AJack Lloyd2017-04-043-13/+57
|\ \
| * | Follow NIST SP 800-57 for HMAC_DRBG security levelRené Korthaus2017-04-032-3/+38
| * | Change security_strength of HMAC_DRBGRené Korthaus2017-04-033-13/+22
| |/
* | Merge GH #965 Various code cleanupsJack Lloyd2017-04-04100-259/+234
|\ \
| * | Content:Tomasz Frydrych2017-04-03100-259/+234
| |/
* | Merge GH #940 Add flags for MSVC for code size optimizationJack Lloyd2017-04-041-2/+2
|\ \
| * | Add some MSVC compiler flagsDaniel Neus2017-04-041-2/+2
* | | Merge GH #964 Add various useful FFI functions for public key cryptoJack Lloyd2017-04-045-81/+465
|\ \ \ | |_|/ |/| |
| * | Implement botan_pubkey_loadJack Lloyd2017-04-032-1/+30
| * | Fix botan_privkey_create if the desired algorithm was not available in buildJack Lloyd2017-04-033-9/+47
| * | Document new functionsJack Lloyd2017-04-021-0/+28
| * | Add generic getters for PK parameters in C interfaceJack Lloyd2017-04-023-75/+364
* | | Merge GH #962 More configure.py refactorings/improvementsJack Lloyd2017-04-03178-348/+701
|\ \ \
| * | | Move _local_repo_vc_revision to VersionSimon Warta2017-04-031-28/+28
| * | | Allow get_vc_revision() to return NoneSimon Warta2017-04-031-29/+25
| * | | Ensure get_vc_revision() does not run before logger is set upSimon Warta2017-04-031-3/+10
| * | | configure: use new Python integer divisionSimon Warta2017-04-021-1/+1
| * | | Bump author year in configure.pySimon Warta2017-04-021-1/+1
| * | | Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-02178-204/+562
| * | | lexed_tokens(): Deduplicate do part in do-whileSimon Warta2017-04-021-3/+5
| * | | Pull LexerError out of lex_me_harder()Simon Warta2017-04-021-14/+17
| * | | Make PKG_CONFIG_FILENAME a free constantSimon Warta2017-04-021-4/+4
| * | | Rename to BuildPaths and ignore too-many-instance-attributesSimon Warta2017-04-021-2/+2
| * | | Pull make_build_doc_commands out of BuildConfigurationInformationSimon Warta2017-04-021-26/+20
| * | | Remomve member `obj_dir` from BuildConfigurationInformationSimon Warta2017-04-021-4/+3
| * | | Merge BuildConfigurationInformation.sources/build_sources -> lib_sourcesSimon Warta2017-04-021-6/+5
| * | | configure: move version information into dedicated classSimon Warta2017-04-021-50/+44
| * | | Remove member `modules` from BuildConfigurationInformationSimon Warta2017-04-011-4/+3
| * | | Remove extra member build_dirs from BuildConfigurationInformationSimon Warta2017-04-011-14/+16
* | | | Merge GH #961 Add some more BigInt functions to C APIJack Lloyd2017-04-024-49/+221
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix doc formattingJack Lloyd2017-04-021-1/+2
| * | | Add some more useful bigint functions to C interfaceJack Lloyd2017-03-314-49/+220
* | | | Merge GH #960 Check name of test suite.Jack Lloyd2017-04-021-0/+11
|\ \ \ \