summaryrefslogtreecommitdiff
path: root/smartptr.h
Commit message (Expand)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
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-7/+0
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-41/+41
* 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
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-4/+4
* 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 (Cov...Jeffrey Walton2015-11-181-4/+44
* 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 i...Jeffrey Walton2015-08-031-13/+0
* Cleaned up code to tame the optimizer in smart_ptr and member_ptr. It should ...Jeffrey Walton2015-08-021-25/+10
* Revert "Hid inline assembly behind a macro". The MEMORY_BARRIER code is OK, a...Jeffrey Walton2015-08-011-3/+5
* 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 VS2...Jeffrey Walton2015-07-301-4/+6
* Visual Studio 2010 (v16.00) does not accept the template type alias. Bump to ...Jeffrey Walton2015-07-301-1/+1
* Whitespace checkinJeffrey Walton2015-07-301-3/+3
* Cleared "name defined in alias declaration must be an identifier" error under...Jeffrey Walton2015-07-301-2/+1
* Added validat0.cpp and moved bit tests into it. Provided tests for SafeConver...Jeffrey Walton2015-07-301-12/+14
* Cleaned up tests for OS X, TR1 names spaces and ancient versus modern libstdc...Jeffrey Walton2015-07-291-18/+18
* 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
* 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