summaryrefslogtreecommitdiff
path: root/TestScripts/setenv-ios.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update setenv-*.sh scriptsJeffrey Walton2020-05-141-11/+11
|
* Update setenv-*.sh scripts to use positional argumentsJeffrey Walton2020-05-141-0/+16
|
* Add additional platforms to cryptest-ios.shJeffrey Walton2020-03-101-3/+3
|
* Add comments to setenv-xxx.sh scriptsJeffrey Walton2020-03-101-4/+6
|
* Fix cryptest-android.sh and cryptest-ios.shJeffrey Walton2020-03-101-1/+1
|
* Fix link error using old XcodeJeffrey Walton2020-03-101-4/+0
|
* Update setenv-ios.shJeffrey Walton2020-03-101-2/+6
| | | | Use shell replacement rather then sed.
* Update iOS and Android scripts (GH #936, PR #937)Jeffrey Walton2020-03-091-203/+185
| | | This commit updates Android and iOS to modern SDKs, NDKs and Xcode.
* Fix iOS simulator buildsJeffrey Walton2020-03-081-5/+6
|
* Update setenv-ios.shJeffrey Walton2020-03-081-15/+15
| | | | AppleTVOS now needs -mios-version-min=6.
* Update setenv-ios.shJeffrey Walton2020-03-081-16/+0
| | | | AppleTVOS now needs -mios-version-min=6.
* Update setenv-ios.shJeffrey Walton2020-03-081-15/+7
| | | | AppleTVOS now needs -mios-version-min=6.
* Fix Android ARMv7a compile and link (#894)Jeffrey Walton2019-10-161-4/+3
| | | | | | | | | | * Fix Android Aarch64 compile with XTS * Clear Shellcheck warnings * Fix Android armv7a builds * Update comments
* Cleanup setenv-ios.sh scriptJeffrey Walton2019-10-151-3/+3
| | | | Clear Shellcheck warnings
* Exit setenv script if not sourcedJeffrey Walton2019-06-011-0/+1
|
* Remove -tvos_simulator_version_min from AppleTVSimulatorJeffrey Walton2019-05-211-1/+1
| | | | It did not clear the problem.
* Fix source warningJeffrey Walton2019-05-211-1/+1
|
* Add sanity check to setenv-*.sh scriptsJeffrey Walton2019-05-211-26/+31
| | | | Prompt user to source the script when required. Whitespace check-in
* Don't add the flag CRYPTOPP_DISABLE_ASM twice for iPhone simulator builds ↵Javier Navarro2019-01-111-7/+1
| | | | (GH #778)
* Initialize "APPLE_SDK" for arm64, armv7, armv7s, armv6 or armv5 (GH #774)Javier Navarro2019-01-041-0/+5
|
* Add fallback arch in case arch is not set for setenv-ios.shJeffrey Walton2018-12-091-18/+17
|
* Backout setenv-ios.sh changesJeffrey Walton2018-12-081-2/+5
| | | | The changes did not help
* Try -watchos_simulator_version_min and -tvos_simulator_version_minJeffrey Walton2018-12-081-3/+3
|
* Remove -no_new_main from Apple Watch and TV simulatorsJeffrey Walton2018-12-081-4/+6
| | | | It did not help...
* Try to fix Watch and TV simulator link errorJeffrey Walton2018-12-081-6/+8
| | | | Something about a missing _start symbol. I'm not sure if -no_new_main is the solution or not. Also see https://stackoverflow.com/q/24841283/608639.
* Fix simulator SDKJeffrey Walton2018-12-011-0/+2
|
* Revert "Copy setenv-ios.sh into TestScripts"Jeffrey Walton2018-08-021-3/+13
| | | | | | The copy happened the wrong way. This reverts commit a6143862a370adb154141a63fc1901b29b2132d4.
* Copy setenv-ios.sh into TestScriptsJeffrey Walton2018-08-021-13/+3
| | | | This is one of the scripts we have in two places due to historical reasons. The current practice is to put them in TestScripts/
* Disable ASM for iOS simulatorsJeffrey Walton2018-08-011-3/+13
|
* Remove extra space between variable and value for setenv-ios.shJeffrey Walton2018-04-051-6/+6
|
* Fix iPhoneSimulator build (GH #635)Jeffrey Walton2018-04-051-5/+10
|
* Update setenv-ios.sh to export toolsJeffrey Walton2017-11-101-1/+12
| | | | This is needed for Autotools and cross-compiles. GNUmakefile-cross does not use it
* Add Apple Watch and TV to Travis testingJeffrey Walton2017-08-141-0/+5
|
* Add armv8 and aarch64 options in addition to arm64Jeffrey Walton2017-01-131-10/+11
|
* Add untracked files that git was not able to track when asked to perform a ↵Jeffrey Walton2016-11-121-0/+293
'git mv'