summaryrefslogtreecommitdiff
path: root/smartptr.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
|
* Update documentationJeffrey Walton2019-12-241-4/+5
|
* Removed vector_ptrJeffrey Walton2018-01-221-59/+1
| | | | vector_ptr was added at Crypto++ 5.6.5 to manage an array acquired with new[] in C++03. We can now use a combination of SecBlock and SetMark(0) to achieve the same effect.
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-7/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-41/+41
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-10/+10
|
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-4/+4
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Whitespace checkinJeffrey Walton2016-09-101-4/+4
|
* replaced special character which caused warning C4819 with other system encodingEnrico Pisko2016-04-251-1/+1
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-4/+44
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-254/+281
|
* Removed inline ASM for GCC. According to the GCC devs, the cast to volatile ↵Jeffrey Walton2015-08-031-13/+0
| | | | is all that's required
* Cleaned up code to tame the optimizer in smart_ptr and member_ptr. It should ↵Jeffrey Walton2015-08-021-25/+10
| | | | work on all platforms
* Revert "Hid inline assembly behind a macro". The MEMORY_BARRIER code is OK, ↵Jeffrey Walton2015-08-011-3/+5
| | | | and the use of inline assembly code is OK to tame the optimizer is OK; but its confusing because the interactions are not readily apparent.
* Hid inline assembly behind a macroJeffrey Walton2015-08-011-5/+3
|
* Changed Cygwin to use -O2 instead of -O3 with GCC 4.9 due to crashJeffrey Walton2015-07-311-0/+6
|
* Cut-over to inline assembly to tame the optimizerJeffrey Walton2015-07-311-10/+7
|
* Fixed optimize string under GCCJeffrey Walton2015-07-311-2/+2
|
* Template type aliases compiled under Visual Studio 2015 (v19.00); and not ↵Jeffrey Walton2015-07-301-4/+6
| | | | VS2010 or VS2012. We have a winner...
* Visual Studio 2010 (v16.00) does not accept the template type alias. Bump to ↵Jeffrey Walton2015-07-301-1/+1
| | | | VS2012 (v17.00). Lather, rinse, repeat until we determine when...
* Whitespace checkinJeffrey Walton2015-07-301-3/+3
|
* Cleared "name defined in alias declaration must be an identifier" error ↵Jeffrey Walton2015-07-301-2/+1
| | | | under LLVM's libc++ and C++11
* Added validat0.cpp and moved bit tests into it. Provided tests for ↵Jeffrey Walton2015-07-301-12/+14
| | | | SafeConvert. Removed "using namespace std" from test sources (auto_ptr causes a collision becuase std:: provides it in C++03, but CryptoPP:: provides it in C++11
* Cleaned up tests for OS X, TR1 names spaces and ancient versus modern ↵Jeffrey Walton2015-07-291-18/+18
| | | | libstdc++ and libc++. Thanks to Jonathan Wakely for devising the clever test
* Defined out the stuff that cross-polinated during testingJeffrey Walton2015-07-271-0/+2
|
* Fixed compile error due to MS using _MSC_VER rather than __cplusplusJeffrey Walton2015-07-271-2/+20
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+2
|
* Removed cross-pollination during testingJeffrey Walton2015-07-171-4/+0
|
* Cleared Issue #6. Thanks to Jonathan Wakely for reportingJeffrey Walton2015-07-161-10/+45
|
* fix possible race condition in Singleton::Ref()weidai2010-06-181-2/+2
| | | | | tolerate double destruction of Singleton and g_nullNameValuePairs fix #include of standard headers
* fix compile for x64, DLL and VC 6weidai2007-05-041-7/+7
|
* port to GCC 3.4weidai2004-06-191-19/+19
|
* misc optimizationsweidai2003-05-161-0/+8
|
* Initial revisionweidai2002-10-041-0/+215