summaryrefslogtreecommitdiff
path: root/config_misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix unused variable declared as const under VS2022, v17.4 (GH #1185) (PR #1186)Jeffrey Walton2023-01-161-0/+5
| | | Fix unused variable declared as const under VS2022, v17.4
* Add LSH dynamic dispatch (PR #1032)Jeffrey Walton2021-04-261-26/+0
| | | This commit adds dynamic dispatch to LSH. The implementation pivots on AVX2 and SSSE3.
* Update CRYPTOPP_HAVE_ATTRIBUTE_TARGET for LLVMJeffrey Walton2021-04-211-6/+8
|
* Update GCC attribute target versionsJeffrey Walton2021-04-201-1/+4
|
* Fix build error when -DCRYPTOPP_DISABLE_ASMJeffrey Walton2021-04-201-6/+8
|
* Update commentsJeffrey Walton2021-04-191-3/+6
|
* Update commentsJeffrey Walton2021-04-191-1/+2
|
* Move GCC target attribute into config_misc.hJeffrey Walton2021-04-191-0/+15
|
* Pickup Android NDK_DEBUG=1 for Debug buildsJeffrey Walton2021-02-131-3/+6
|
* Update documentationJeffrey Walton2020-12-251-1/+4
|
* Update documentationJeffrey Walton2020-12-251-0/+3
|
* Fix spellingJeffrey Walton2020-12-181-1/+1
|
* Clear MSVC warning using VS2019Jeffrey Walton2020-09-111-0/+5
|
* Use CRYPTOPP_CXX11_STRONG_ENUM define nameJeffrey Walton2020-08-061-1/+1
|
* Cleanup stray semicolonsJeffrey Walton2019-10-031-4/+4
| | | | I believe this is the last group from https://github.com/weidai11/cryptopp/issues/889
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-4/+4
| | | | This issue is a recurring issue. Let's try fixing it in the #define this time.
* Make config.h more Autoconf friendly (GH #835, PR #836)Jeffrey Walton2019-05-171-0/+180