Jeffrey Walton
|
5dc00f828c
|
Use -std=c++11 in setenv-android.sh
The flag is consistent with Android.mk and 'APP_STL := c++_shared'.
|
2021-02-14 13:40:19 -05:00 |
|
Jeffrey Walton
|
9920ec5188
|
Rename cryptest-ndk.sh to cryptest-android-mk.sh
cryptest-android-mk.sh is a little more obvious what is being tested.
|
2021-02-14 08:04:19 -05:00 |
|
Jeffrey Walton
|
a9828d10ed
|
Add -fstack-protector-strong for Android builds
This is a standard flag for NDK builds
|
2021-02-14 06:18:32 -05:00 |
|
Jeffrey Walton
|
bf49953b11
|
Use -stdlib=libc++ in setenv-android.sh
libc++ is the only STL runtime available in NDK r18 and above. The use is consistent with Android.mk and 'APP_STL := c++_shared'.
|
2021-02-14 05:30:43 -05:00 |
|
Jeffrey Walton
|
baa97f116b
|
Remove -mfloat-abi=softfp from setenv-android.sh
Android NDK r19 and above no longer use it
|
2021-02-13 17:29:00 -05:00 |
|
Jeffrey Walton
|
d305130060
|
Remove FP_ABI from GNUmakefile-cross
Android NDK r19 and above no longer use it
|
2021-02-13 17:05:31 -05:00 |
|
Jeffrey Walton
|
b28d2d4a7e
|
Pickup Android NDK_DEBUG=1 for Debug builds
|
2021-02-13 06:36:35 -05:00 |
|
PassMark
|
6b4887b6f4
|
Enable ARMv8 intrinsics on Apple M1 (PR #1007)
Co-authored-by: passmark <passmark@passmarks-Mac-mini.local>
|
2021-02-12 02:53:05 -05:00 |
|
Jeffrey Walton
|
af98b29142
|
Update test scripts
|
2021-02-07 13:40:05 -05:00 |
|
Jeffrey Walton
|
ec2acf0928
|
Update test scripts
|
2021-02-07 13:33:14 -05:00 |
|
Jeffrey Walton
|
231b2a0833
|
Update test scripts
|
2021-02-07 13:14:16 -05:00 |
|
Jeffrey Walton
|
44aa94152e
|
Update test scripts
|
2021-02-07 12:50:39 -05:00 |
|
Jeffrey Walton
|
e898f55e74
|
Update test scripts
|
2021-02-07 12:46:20 -05:00 |
|
Jeffrey Walton
|
fc69b32e68
|
Update test scripts
|
2021-02-07 12:16:26 -05:00 |
|
Jeffrey Walton
|
bafdcb82cd
|
Add -Oz testing
|
2021-02-07 12:10:46 -05:00 |
|
Jeffrey Walton
|
45d0300b68
|
Update test scripts
|
2021-02-07 11:44:15 -05:00 |
|
Jeffrey Walton
|
394dc32e39
|
Update test scripts
|
2021-02-07 11:03:30 -05:00 |
|
Jeffrey Walton
|
cf3a31bc09
|
Update test scripts
|
2021-02-07 10:53:29 -05:00 |
|
Jeffrey Walton
|
de8809d4eb
|
Update test scripts
|
2021-02-07 07:41:23 -05:00 |
|
Jeffrey Walton
|
9b3d0272f8
|
Update test scripts
|
2021-02-07 07:27:12 -05:00 |
|
Jeffrey Walton
|
019910dc68
|
Update test scripts
|
2021-02-07 06:58:16 -05:00 |
|
Jeffrey Walton
|
cefd8339e7
|
Update test scripts
|
2021-02-07 06:39:01 -05:00 |
|
Jeffrey Walton
|
984880a887
|
Update test scripts
|
2021-02-07 06:36:02 -05:00 |
|
Jeffrey Walton
|
e42503a72c
|
Update test scripts
|
2021-02-07 06:35:04 -05:00 |
|
Jeffrey Walton
|
7b97214822
|
Update test scripts
|
2021-02-07 06:31:33 -05:00 |
|
Jeffrey Walton
|
b4f85feafc
|
Update test scripts
|
2021-02-07 04:18:07 -05:00 |
|
Jeffrey Walton
|
433204e1eb
|
Update test scripts
|
2021-02-07 04:13:54 -05:00 |
|
Jeffrey Walton
|
968008a8a9
|
Update test scripts
|
2021-02-07 03:59:34 -05:00 |
|
Jeffrey Walton
|
5152b25504
|
Throttle culr requests in test scripts
|
2021-02-07 02:17:09 -05:00 |
|
Jeffrey Walton
|
97d983a491
|
Update install-ndk.sh script
|
2021-02-07 02:00:48 -05:00 |
|
Jeffrey Walton
|
208f3afeaa
|
Update comments
|
2021-02-07 01:38:47 -05:00 |
|
Jeffrey Walton
|
73474341e1
|
Add missing KECCAK_FLAG in GNUmakefile-cross
|
2021-02-07 01:19:18 -05:00 |
|
Jeffrey Walton
|
c2af1bbcc3
|
Update setenv-android.sh and setenv-ios.sh scripts
|
2021-02-06 17:31:06 -05:00 |
|
Jeffrey Walton
|
7324e57a92
|
Update cryptest-ndk.sh
|
2021-02-06 14:15:58 -05:00 |
|
Jeffrey Walton
|
f1b818db08
|
Fix setenv-android.sh script
|
2021-02-06 12:29:21 -05:00 |
|
Jeffrey Walton
|
91670ac865
|
Fix install-ndk.sh script
|
2021-02-06 12:20:48 -05:00 |
|
Jeffrey Walton
|
39df8dfea5
|
Fix setenv-android.sh script
|
2021-02-06 12:20:00 -05:00 |
|
Jeffrey Walton
|
5f14a73bb1
|
Update install-ndk.sh
|
2021-02-06 12:10:35 -05:00 |
|
Jeffrey Walton
|
bdd1975934
|
Update comments
|
2021-02-06 11:59:57 -05:00 |
|
Jeffrey Walton
|
b302c4f47d
|
Update install-ndk.sh script
|
2021-02-06 06:03:51 -05:00 |
|
Jeffrey Walton
|
b60318562b
|
Add test_shared demonstration
|
2021-02-06 05:06:43 -05:00 |
|
Jeffrey Walton
|
2f231f1f6b
|
Update install-ndk.sh script
|
2021-02-06 01:22:14 -05:00 |
|
Jeffrey Walton
|
460e02d771
|
Update install-ndk.sh script
|
2021-02-06 01:17:22 -05:00 |
|
Jeffrey Walton
|
e2aa96ff95
|
Update install-ndk.sh script
|
2021-02-05 13:45:16 -05:00 |
|
Jeffrey Walton
|
4d8aa202e0
|
Update test scripts
|
2021-02-05 11:42:08 -05:00 |
|
Jeffrey Walton
|
60f85a37ab
|
Update setenv-android.sh script
|
2021-02-05 11:11:56 -05:00 |
|
Jeffrey Walton
|
93f260ac78
|
Update setenv-android.sh script
|
2021-02-05 11:07:44 -05:00 |
|
Jeffrey Walton
|
d66fd1d215
|
Update install-ndk.sh script
|
2021-02-05 10:50:41 -05:00 |
|
Jeffrey Walton
|
cf2ac06d63
|
Update GNUmakefile Android recipe
|
2021-02-05 06:37:40 -05:00 |
|
Jeffrey Walton
|
46ef68ebb8
|
Update GNUmakefile Android recipe
|
2021-02-05 06:26:48 -05:00 |
|