summaryrefslogtreecommitdiff
path: root/integer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleared SDLC warning under Visual Studio 2005Jeffrey Walton2016-07-131-1/+1
* Fix "Error: The operand ___LKDB cannot be assigned to" under Sun Studio 12.5 ...Jeffrey Walton2016-07-081-1/+1
* Merge 'solaris' dev branch into 'master'Jeffrey Walton2016-06-151-44/+112
* Cleared compile errors under Visual Studio .Net compilersJeffrey Walton2016-04-291-2/+2
* Use stdext::make_checked_array_iterator for reverse_copy on VS2008 and above ...Jeffrey Walton2016-02-051-5/+9
* Cleared uninitialized variable warningJeffrey Walton2016-01-241-1/+1
* Fix compilation for armeabi with gcc-4.9, 5.0 toolchainsAlexander Afanasyev2016-01-231-1/+1
* moved BE case before LE to improve performanceDevJPM2016-01-141-25/+25
* finalized patchDevJPM2016-01-131-7/+32
* applied main changesDevJPM2016-01-131-19/+91
* added std::showbase supportDevJPM2016-01-131-1/+8
* Increase range for GCC workaround on ARMEL. After speaking with AP from GCC, ...Jeffrey Walton2016-01-091-1/+1
* Work around issue on ARMEL in MultiplyTop and GCC. ARMHF is OKJeffrey Walton2016-01-081-0/+14
* Fixed hang on ARM platforms in Integer::DivideThreeWordsByTwoJeffrey Walton2016-01-081-28/+0
* Microsoft ARM supportMarco Deckel2015-12-141-2/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-30/+154
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-4245/+4280
* Cleared "-Wunused-but-set-variable" warning due to Bot_2 macro on x86_64Jeffrey Walton2015-08-031-0/+8
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-1/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-50/+50
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Backed out commit 1dc875a44a2ef07fe9e86ac07d0dc70a4efb1fbd. MinGW complained ...Jeffrey Walton2015-07-251-2/+0
* Cleared "unused variable" warning under GCC 5.1Jeffrey Walton2015-07-251-0/+2
* Specialized defines to work with/around Clang integrated assembler. The two d...Jeffrey Walton2015-07-221-7/+9
* Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by def...Jeffrey Walton2015-07-211-7/+7
* Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM B...Jeffrey Walton2015-07-211-7/+7
* Cleared -Wunused-but-set-variable from GCC 4.8 and GCC 5.1. The way to handle...Jeffrey Walton2015-07-201-9/+3
* Cleared warning under Visual StudioJeffrey Walton2015-07-171-1/+1
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...Jeffrey Walton2015-06-291-0/+5
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-1/+1
* switch to non-branching code in AlmostInverse()weidai2010-06-281-35/+23
* fix Integer operator<< output on Windows x64weidai2009-04-051-1/+3
* fix compile on OpenBSD 4.4weidai2009-03-131-1/+1
* from Jeffery Walton: move *.dat files into TestData, make Integer operator<< ...weidai2009-03-121-5/+9
* changes for 5.6: weidai2009-03-021-5/+5
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-12/+16
* fix compile with GCC 4.0.1 on MacOS X 64-bitweidai2008-12-221-1/+1
* fixes for GCC 4.3.2 (reports from Chris Morgan and DiegoT)weidai2008-11-211-4/+4
* fix compile with ICC 10weidai2007-09-251-3/+5
* fix compile with ICC 9.1 on x64weidai2007-09-241-0/+2
* remove branch in assertweidai2007-09-241-1/+1
* fix possible branch prediction analysis (BPA) vulnerabilityweidai2007-08-131-1/+5
* fix crash in SSE2_Add on P4 when compiled with MSVC 6.0 with Processor Packweidai2007-08-021-0/+2
* revert to int return value for Add and Subweidai2007-05-051-16/+16
* fix compile for x64, DLL and VC 6weidai2007-05-041-119/+270
* fix compile on Sun CCweidai2007-04-161-0/+2
* fix compile with Intel compilerweidai2007-04-161-34/+34
* MMX/SSE2 optimizationsweidai2007-04-151-1712/+1555
* fix compile with Sun CC 64-bitweidai2006-12-201-1/+1
* update version number, port to Sun C++ 5.8weidai2006-12-181-1/+1