summaryrefslogtreecommitdiff
path: root/Doxyfile
Commit message (Collapse)AuthorAgeFilesLines
* Post-release version incrementJeffrey Walton2021-09-241-1/+1
|
* Post-release version incrementJeffrey Walton2021-03-081-1/+1
|
* Prepare for Crypto++ 8.5 releaseCRYPTOPP_8_5_0Jeffrey Walton2021-03-071-1/+1
|
* Post-release version incrementJeffrey Walton2020-12-221-1/+1
|
* Clear Doxygen warningsJeffrey Walton2020-12-201-21/+0
|
* Remove unneeded cryptopp_bds.cpp from Doxygen configJeffrey Walton2020-05-141-2/+1
|
* Update Doxygen configuration fileJeffrey Walton2020-05-111-34/+106
|
* Update documentationJeffrey Walton2020-04-091-2/+1
|
* Post-release version incrementJeffrey Walton2019-04-291-1/+1
|
* Post-release version incrementJeffrey Walton2019-02-231-1/+1
| | | | Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers
* Post-release version incrementJeffrey Walton2018-12-281-1/+1
| | | | Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers
* Prepare for Crypto++ 8.0 releaseJeffrey Walton2018-12-271-1/+1
|
* Update comments in Doxygen config fileJeffrey Walton2018-10-201-9/+6
|
* Disable server-side Doxygen searchJeffrey Walton2018-10-191-2/+3
| | | | This may be contributing to OOM kills in our low-memory environment
* Use version 7.0 rather than 6.2Jeffrey Walton2018-10-191-1/+2
| | | | We had to perform a major version bump due to an ABI break
* Enable server-side search for Doxygen manualJeffrey Walton2018-08-241-3/+9
| | | | It is too bad it does not work...
* Fix versioning that cross-pollinated when building docsJeffrey Walton2018-07-011-1/+1
|
* Update documentationJeffrey Walton2018-07-011-1/+1
|
* Post-release version incrementJeffrey Walton2018-04-081-1/+1
|
* Prepare for Crypto++ 7.0 releaseCRYPTOPP_7_0_0Jeffrey Walton2018-04-081-1/+1
|
* Post-release version incrementJeffrey Walton2018-02-221-1/+1
|
* Post-release version incrementJeffrey Walton2018-01-221-1/+1
| | | | Also see https://www.cryptopp.com/wiki/Release_Versioning#Post-Release_Increment
* Revert "Update documentation"Jeffrey Walton2018-01-191-1/+1
| | | | This reverts commit 4050312. The version change used to build the documentation cross-polinated into the commit.
* Update documentationJeffrey Walton2018-01-191-1/+1
|
* Revert "Remove master-merge script"Jeffrey Walton2017-11-161-1/+1
| | | | This reverts commit d3dc091. A version number change used to build the docs cross-pollinated into the deletion of the script.
* Remove master-merge scriptJeffrey Walton2017-11-161-1/+1
| | | | We don't use branches for development because they pollute the logs on Master
* Fix library version numbersJeffrey Walton2017-08-051-1/+1
| | | | They were inadvertently checked-in with the SHA doc updates
* Update documentationJeffrey Walton2017-08-051-1/+1
|
* Rename rdrand.S to rdrand.sJeffrey Walton2017-03-231-1/+1
|
* Change next version from 5.7 to 6.0Jeffrey Walton2017-02-211-1/+1
| | | | Crypto++ 5.7 was the increment after the 5.6.5 release. Crypto++ 6.0 accurately reflects compatibility
* Fixed version numbersJeffrey Walton2016-12-111-1/+1
| | | | Version numbers are rolled back to update the docs. The rolled back versions got committed with the updated docs
* Updated documentation (Issue 121)Jeffrey Walton2016-12-111-1/+1
|
* Increment version to 5.7 due to ABI break *Issue 337)Jeffrey Walton2016-12-011-1/+1
| | | | We still need to supply a patch for those maintaining 5.6.x
* Post-release version incrementJeffrey Walton2016-10-111-1/+1
|
* Exclude test filesJeffrey Walton2016-09-261-1/+1
| | | | The test files and validation suite structures are bleeding into the documentation
* Post-release version incrementJeffrey Walton2016-09-111-1/+1
|
* Bump Crypto++ version number from 5.6.3 to 5.6.4Jeffrey Walton2016-09-101-1/+1
|
* Tweaked makefile recipes to use variables for CP, MV, MKDIR, etc. Added ↵Jeffrey Walton2015-12-261-1/+1
| | | | Cmake artifacts to distclean rule
* Added GNUmakefile-cross as additional input filesJeffrey Walton2015-12-241-2/+3
|
* Updated documentationJeffrey Walton2015-12-171-7/+8
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-3/+1
| | | | | | garbage to the end of some source files during drag and drop from guest to host. This reverts commit c45435812225aa68d122c7de246e5f60b509766c.
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-1/+3
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-8/+10
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1634/+2371
|
* fix compile with GCC 4.4 and -march=i386weidai2010-08-081-470/+995
| | | | | fix minor documentation issues fix compile w/o GAS 2.19 or later
* fix compile on GCC 4.4 and greaterweidai2010-07-291-2/+2
|
* fix documentationweidai2009-03-151-37/+0
|
* changes for 5.6: weidai2009-03-021-1/+0
| | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-178/+374
|
* Initial revisionweidai2002-10-041-0/+951