Commit Graph

528 Commits

Author SHA1 Message Date
Jeffrey Walton
cb18daa163
Drop min-version for AppleTVOS and WatchOS
Also see https://groups.google.com/g/cryptopp-users/c/kCnbSeALXWw/m/NA_0ulmLAwAJ
2021-03-09 20:23:20 -05:00
Jeffrey Walton
976a5f980a
Drop min-version for AppleTVOS and WatchOS
Also see https://groups.google.com/g/cryptopp-users/c/kCnbSeALXWw/m/NA_0ulmLAwAJ
2021-03-09 20:20:55 -05:00
Jeffrey Walton
dc28413a04
Don't use make_neon.sh in cryptest-android-mk.sh
We no longer need it after the changes from GH #1015.
2021-03-09 14:13:01 -05:00
Jeffrey Walton
a5d15b50ff
Make setenv-*.sh set CPPFLAGS, CXXFLAGS and LDFLAGS (GH #1014) 2021-03-09 09:43:57 -05:00
Jeffrey Walton
526532a383
Update cryptest.sh 2021-03-08 22:14:07 -05:00
Jeffrey Walton
d936f49ee7
Update cryptest.sh 2021-03-08 21:13:43 -05:00
Jeffrey Walton
40cb3a8746
Update cryptest.sh 2021-03-08 20:24:28 -05:00
Jeffrey Walton
cb3d4994bb
Update cryptest.sh 2021-03-08 20:13:23 -05:00
Jeffrey Walton
5bcf66016a
Update cryptest.sh 2021-03-08 20:04:20 -05:00
Jeffrey Walton
99e9e943a8
Update cryptest.sh 2021-03-08 19:15:13 -05:00
Jeffrey Walton
c2a5fe10f5
Update cryptest.sh 2021-03-08 19:03:36 -05:00
Jeffrey Walton
01c9a5582c
Whitespace check-in 2021-03-08 17:58:44 -05:00
Jeffrey Walton
adbde64495
Update comments 2021-03-08 17:51:48 -05:00
Jeffrey Walton
b10d1cc14c
Whitespace check-in 2021-03-08 17:50:13 -05:00
Jeffrey Walton
9612e6c0a2
Update cryptest-*.sh scripts 2021-03-08 17:46:09 -05:00
Jeffrey Walton
86f99ba129
Update cryptest.sh 2021-03-08 17:23:11 -05:00
Jeffrey Walton
ca302f3060
Update code generation tests in cryptest-ios.sh 2021-03-08 03:37:45 -05:00
Jeffrey Walton
7890fe62fa
Update code generation tests in cryptest-ios.sh 2021-03-08 03:33:55 -05:00
Jeffrey Walton
7668547c1b
Update code generation tests in cryptest-ios.sh 2021-03-08 03:24:01 -05:00
Jeffrey Walton
7a61eb0e81
Add code generation tests to cryptest-ios.sh 2021-03-08 03:14:25 -05:00
Jeffrey Walton
c55f997922
Update messages in cryptest.sh 2021-03-08 01:58:46 -05:00
Jeffrey Walton
d29ce85648
Update messages in cryptest.sh 2021-03-08 01:49:18 -05:00
Jeffrey Walton
635ef4b20f
Update messages in cryptest.sh 2021-03-08 01:47:21 -05:00
Jeffrey Walton
1f5d2f42ef
Update messages in cryptest.sh 2021-03-08 01:41:40 -05:00
Jeffrey Walton
6ba0dca414
Post-release version increment 2021-03-08 00:11:55 -05:00
Jeffrey Walton
203f874953
Update cryptest.sh output 2021-03-06 04:22:53 -05:00
Jeffrey Walton
d2a3433258
Update cryptest.sh for Apple M1 2021-03-06 04:08:03 -05:00
Jeffrey Walton
3336881610
Fix spelling 2021-02-21 19:21:09 -05:00
Jeffrey Walton
4a5b616ab0
Update test scripts 2021-02-19 07:54:16 -05:00
Jeffrey Walton
acf94e3e00
Update install.sh script 2021-02-15 18:27:11 -05:00
Jeffrey Walton
1b360a70f5
Whitespace check-in 2021-02-15 18:14:09 -05:00
Jeffrey Walton
1e32a5194b
Update install.sh script 2021-02-15 16:49:26 -05:00
Jeffrey Walton
8fcc4e8bf3
Update install.sh script 2021-02-15 16:36:23 -05:00
Jeffrey Walton
bb6ef25bea
Update install.sh script 2021-02-15 16:26:09 -05:00
Jeffrey Walton
e267ea48be
Update install.sh script 2021-02-15 16:23:52 -05:00
Jeffrey Walton
f8c34ddfdd
Update install.sh script 2021-02-15 16:08:38 -05:00
Jeffrey Walton
d4fdf75b8c
Make setenv-android.sh consistent with NDK r19 and r20 2021-02-15 05:39:51 -05:00
Jeffrey Walton
4cdbe0c064
Update cryptest-android-mk.sh script 2021-02-14 18:56:08 -05:00
Jeffrey Walton
861239fa85
Update setenv-android.sh script 2021-02-14 18:44:15 -05:00
Jeffrey Walton
0b915fc351
Update setenv-android.sh script 2021-02-14 18:41:08 -05:00
Jeffrey Walton
8d2788c00d
Update setenv-android.sh script 2021-02-14 18:33:01 -05:00
Jeffrey Walton
b942e1fb20
Use Android 6.0 API for test scripts
Android 6.0/android-21 happens to match my Galaxy S5, which I use for testing.
2021-02-14 17:00:01 -05:00
Jeffrey Walton
cb6fdb715f
Clean warnings on Android under Clang 2021-02-14 14:49:27 -05:00
Jeffrey Walton
2c1d574442
Make setenv-android.sh consistent with NDK r19 and r20 2021-02-14 14:12:01 -05:00
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
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
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
9e2f5e744e
Update cURL recipe 2021-02-05 05:51:48 -05:00
Jeffrey Walton
09fadd510f
Update install-ndk.sh with NDK r22 2021-02-05 05:47:45 -05:00
Jeffrey Walton
930826c777
Update test scripts 2021-02-05 05:18:29 -05:00
Jeffrey Walton
7b4739addc
Update test scripts 2021-02-05 05:12:46 -05:00
Jeffrey Walton
375e928d16
Update test scripts 2021-02-05 05:11:17 -05:00
Jeffrey Walton
6dc038193d
Update test scripts 2021-02-05 04:55:48 -05:00
Jeffrey Walton
555c3115e7
Add cryptest-ndk.sh test script
The script uses Android.mk to build the library. Also see https://www.cryptopp.com/wiki/Android.mk
2021-02-05 04:51:10 -05:00
Jeffrey Walton
3a1f944b61
Update test scripts 2021-02-05 04:49:33 -05:00
Jeffrey Walton
3a3a738249
Update test scripts 2021-02-05 03:56:14 -05:00
Jeffrey Walton
64baae056c
Fix setenv-android.sh on OS X (GH #995) 2020-12-31 16:42:35 -05:00
Jeffrey Walton
8eeaab2316
Update cryptest-autotools.sh script 2020-12-26 01:47:11 -05:00
Jeffrey Walton
41fcebcd3a
Update cryptest-autotools.sh script 2020-12-26 01:44:04 -05:00