Commit Graph

1321 Commits (b42cc4676fef3ad1429e58d668b48d1046ff600c)

Author SHA1 Message Date
Jeffrey Walton b42cc4676f Merge branch 'master' into windows-store 2016-05-16 18:48:49 -04:00
Jeffrey Walton 72308f3f07 Use CRYPTOPP_BOOL_ARM_CRC32_INTRINSICS_AVAILABLE to detect extension 2016-05-16 18:48:22 -04:00
Jeffrey Walton 392c55d573 Add runtime detection code for ARM NEON, CRC32 and Crypto extensions 2016-05-16 18:47:43 -04:00
Jeffrey Walton e846beac35 Add defines for ARMv8 CRC32 and Crypto extensions 2016-05-16 18:47:31 -04:00
Jeffrey Walton 1f70c6aecc Merge branch 'master' into windows-store 2016-05-15 08:25:45 -04:00
Jeffrey Walton 480532931b Improve Apple iOS support for ARM and NEON. Add ARM Crypto detection 2016-05-15 08:24:51 -04:00
Jeffrey Walton 8313d082ad Merge branch 'master' into windows-store 2016-05-15 05:59:30 -04:00
Jeffrey Walton 950cf4cdb9 Improve ARM feature detection for ARM64 2016-05-15 05:37:39 -04:00
Jeffrey Walton ba6e56e4a2 Merge branch 'master' into windows-store 2016-05-15 02:40:34 -04:00
Jeffrey Walton 01f77765d4 Add basic ARM and Windows Store support 2016-05-15 02:30:08 -04:00
Jeffrey Walton 3ba1ecf692 Whitespace cleanup 2016-05-15 01:53:31 -04:00
Jeffrey Walton e5d2f4a71a Merge branch 'master' into windows-store 2016-05-15 00:08:22 -04:00
Jeffrey Walton be0d838e11 Updated documentation 2016-05-15 00:04:28 -04:00
Jeffrey Walton 58656e4bac Updated documentation 2016-05-15 00:03:58 -04:00
Jeffrey Walton a96d60e4e8 Merge pull request #172 from MarcelRaad/illegal_sse4_instruction
Check for SSE4 support before using SSE4.1 instruction
2016-05-12 07:17:09 -05:00
Marcel Raad f43b7c95cd Check for SSE4 support before using SSE4.1 instruction
In a 32-bit Windows program compiled with Visual C++ 2013 Update 5, we
sometimes get crashes because of an exception "0xC000001D: Illegal Instruction"
on the pextrd (_mm_extract_epi32) instruction. Explicitly check for SSE4
support instead of only AES-NI before using this SSE4.1 instruction.
2016-05-10 12:43:49 +02:00
Jeffrey Walton 0b938c4ac1 Merge branch 'windows-store' of https://github.com/weidai11/cryptopp into windows-store 2016-05-09 03:10:50 -04:00
zabulus 819c10c173 Fix _WIN32_WINNT for Windows Store Apps >= 10.* 2016-05-09 03:07:58 -04:00
zabulus 728c2a2fe5 Fix Windows Phone ARM Build 2016-05-09 03:07:58 -04:00
zabulus 8dbcd103fc Force include winapifamily.h for windows store 2016-05-09 03:07:57 -04:00
Jeffrey Walton d294b4290b Add changes for Windows Sotre that went missing with my clumsy Git skills 2016-05-09 03:07:57 -04:00
Jeffrey Walton 69f7802b53 Add rules for AArch32 and AArch64 detection. Restrict shared object warning to shared object and dylibs 2016-05-09 02:59:16 -04:00
Jeffrey Walton 5c57f15d70 Merge pull request #171 from zabulus/windows-store-1
Fix _WIN32_WINNT for Windows Store 10 and above.
2016-05-08 16:45:02 -05:00
zabulus 83a515e1e4 Fix _WIN32_WINNT for Windows Store Apps >= 10.* 2016-05-08 16:29:07 +03:00
Jeffrey Walton e4977b0ee1 Merge pull request #170 from zabulus/windows-store-1
Fix CMake issues for WindowsPhone build
2016-05-07 11:14:31 -05:00
zabulus 95f961249d Fix Windows Phone ARM Build 2016-05-07 18:51:53 +03:00
Jeffrey Walton 18175ada54 Rebase against Master. 2016-05-06 08:57:52 -04:00
zabulus ca9353d491 Force include winapifamily.h for windows store 2016-05-06 08:57:08 -04:00
Jeffrey Walton 0c3b864c4a Add changes for Windows Sotre that went missing with my clumsy Git skills 2016-05-06 08:57:08 -04:00
Jeffrey Walton cffcf8c396 Merge branch 'windows-store' of https://github.com/weidai11/cryptopp into windows-store 2016-05-06 08:52:33 -04:00
zabulus 6f5c76ce88 Force include winapifamily.h for windows store 2016-05-06 08:52:29 -04:00
Jeffrey Walton 04aa35b967 Add changes for Windows Sotre that went missing with my clumsy Git skills 2016-05-06 08:52:29 -04:00
Jeffrey Walton ed5f6e103b Change fpu to neon for Neon builds 2016-05-06 08:08:35 -04:00
Jeffrey Walton 476d435e7a Merge pull request #169 from zabulus/windows-store
Force include winapifamily.h for windows store
2016-05-03 05:52:39 -05:00
zabulus e18972cfde Force include winapifamily.h for windows store 2016-05-03 10:39:28 +03:00
Jeffrey Walton 5331a1d6c1 Add changes for Windows Sotre that went missing with my clumsy Git skills 2016-05-03 00:23:05 -04:00
Jeffrey Walton 4d7cb70ea8 Cleared unused function warning under Visual Studio with /Wall 2016-05-02 13:32:39 -04:00
Jeffrey Walton 5a9a41ffc4 Merge pull request #156 from zabulus/master
Fix MSVC2015 CMakeLists.txt (Issue #99)
2016-05-02 06:21:21 -05:00
Jeffrey Walton 50b4f675ac Merge pull request #152 from bozaro/no-exceptions
Fix Visual Studio compilation with _HAS_EXCEPTIONS=0
2016-05-02 06:20:30 -05:00
Jeffrey Walton 82939a7af9 Apply countermeasure hardening to Camellia 2016-05-02 06:26:19 -04:00
Jeffrey Walton d24babdecc Force include <sdkddkver.h>, detect X86 and X64 (in addition to x86 and x64) 2016-04-30 22:48:14 -04:00
Jeffrey Walton 8db0e7da6d Cleared compile errors under Visual Studio .Net compilers 2016-04-29 11:25:51 -04:00
Jeffrey Walton 1ce593357f Cleared compile errors under Visual Studio .Net compilers 2016-04-29 10:25:18 -04:00
Jeffrey Walton c11d334665 Updated to provide commented CXXFLAGS for WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP (desktop) and WINAPI_FAMILY=WINAPI_FAMILY_APP (store) 2016-04-29 02:24:48 -04:00
Jeffrey Walton 373e7283e2 Removed _WIN32_WINNT define (Issue 166) 2016-04-28 10:00:20 -04:00
Jeffrey Walton c47e4a95de Force include <winapifamily.h> for ARM builds of Store and Phone apps 2016-04-28 06:54:19 -04:00
Jeffrey Walton a49a95de55 Cleared Visual Studio warning for uninitialized variables 2016-04-28 05:35:14 -04:00
Jeffrey Walton c32d4a8505 Add missing winpipes.cpp and winpipes.obj. Fix rules for rdrand.cpp and rdrand.asm 2016-04-28 01:36:41 -04:00
Jeffrey Walton d314162ca8 Removed OCB mode test code 2016-04-28 01:08:38 -04:00
Jeffrey Walton 24d10aa83e Add WIN32_LEAN_AND_MEAN to source files which inlude Windows headers 2016-04-28 01:05:47 -04:00