Commit Graph

402 Commits

Author SHA1 Message Date
Ilya Matveev 895c92e72b Update Gradle: 5.6.2 2019-10-28 17:24:39 +03:00
Nikolay Igotti fe5ef5bde9 Fix potential memory leak in video player sample. 2019-10-26 14:21:27 +03:00
Nikolay Igotti 9874675b09 Suggest installing Xcode plugin in samples. 2019-10-20 11:53:37 +03:00
Nikolay Igotti 0b8066602e Pure Kotlin samples for iOS and watchOS. (#3458) 2019-10-18 17:53:08 +03:00
Kirill Shmakov 4782c2adeb Add harfbuzz library into the set to process 2019-10-03 17:14:52 +03:00
Nikolay Igotti 8e45e74937 Update Android sample, make it sim-friendly. 2019-09-30 14:49:00 +03:00
Mike Sinkovsky e40ac063c8 Add "x86" and "x86_64" targets to samples/androidNativeActivity (#3385) 2019-09-27 19:57:43 +03:00
Sergey Bogolepov aaf17d6679 [LLVM][mingw_x86] LLVM 6.0.1 -> LLVM 8.0.1 2019-09-27 16:45:00 +03:00
Nikolay Igotti 0123dc955a Update to XCode 11. (#3375) 2019-09-27 14:18:59 +03:00
LepilkinaElena 5ee98cb443 Changed samples to use new MPP plugin flag (#3379) 2019-09-25 18:25:45 +03:00
LepilkinaElena 3b81f12020 Rewrote some samples using kotlinx.cli (#3351) 2019-09-17 15:28:49 +03:00
Svyatoslav Scherbina 6dc8aee429 Move samples to 1.3.50 version of Kotlin 2019-08-26 11:04:28 +03:00
SvyatoslavScherbina 5d6d05b5f9 Move samples to 1.3.50-eap-86 version of Kotlin (#3255) 2019-08-14 16:07:54 +03:00
Alexander Gorshenev 9a54689033 Moved samples to 1.3.50-eap-5 version of Kotlin 2019-07-23 14:09:51 +03:00
Alexander Gorshenev e25ad5eafe Provide the proper content-type in wasm sample 2019-07-12 01:43:55 +03:00
Alexander Gorshenev b19f5fabba Update the path in html5 sample 2019-07-11 19:21:12 +03:00
Ilya Matveev 6d4e3c3f76 Update Gradle: 5.5 2019-07-10 15:29:45 +07:00
Alexander Gorshenev 1a7f7064a8 Updated samples to the latest rlease 2019-07-04 16:58:40 +03:00
LepilkinaElena 5013fcc71f Changed version in samples to 1.3.40 (#3090) 2019-06-20 15:40:25 +02:00
Ilya Matveev b0296b1c8d Samples: Fix building for Windows 2019-06-05 15:01:14 +07:00
Ilya Matveev 3329f74c27 Samples: Enable experimental standard library API 2019-06-05 15:01:14 +07:00
Ilya Matveev 90decbf517 Samples: Get rid of KotlinNativeTarget and KonanTarget imports 2019-06-05 15:01:14 +07:00
Dmitriy Dolovov edda913b04 AndroidNativeActivity sample: migrate to KTS 2019-06-05 15:01:14 +07:00
Dmitriy Dolovov e95be11ade Samples: Drop MPPTools + migrate to KTS 2019-06-05 15:01:14 +07:00
Dmitriy Dolovov 859b670798 Fix compilation in echoServer sample 2019-06-05 15:01:14 +07:00
Sergey Bogolepov 5883e16b57 Remove symbolication sample 2019-06-05 15:01:14 +07:00
Sergey Bogolepov d7906d4c32 Update kotlin_version in the rest of the samples. 2019-06-05 15:01:14 +07:00
Sergey Bogolepov e89fefca8c Safer access to runTask in samples. 2019-06-05 15:01:14 +07:00
LepilkinaElena 16a8fdcf4e Rewrite samples using new API (#3021) 2019-06-05 15:01:14 +07:00
Dmitriy Dolovov c1a4272e7a Samples: Update KTOR: 1.1.2 -> 1.2.1 2019-06-05 15:01:14 +07:00
Abduqodiri Qurbonzoda 010b2d8083 Use new api in samples 2019-05-27 16:20:41 +03:00
Sergey Bogolepov ce19014903 Update mingw LLVM toolchain version 2019-05-21 15:36:19 +03:00
Dmitriy Dolovov 0bdb14e597 Add Linux/Arm targets to echoServer sample 2019-05-16 18:27:12 +03:00
Ilya Matveev 6d1bb43681 Add Info.plist for K/N framework of the calculator sample 2019-05-14 15:08:11 +07:00
LepilkinaElena 2679e268c3 New MPP plugin version for samples 2019-05-03 16:01:18 +03:00
Dmitriy Dolovov a9a8559410 Support building tetris sample for MinGW32 (#2890)
* Samples: Make API inside of MPPTools less verbose

* Samples: Ability to build tetris for MinGW X86

* Samples: Instructions for installing SDL2 to MinGW32

* Fix location of MinGW32

* Simplify MinGW32 check
2019-04-18 10:19:28 +07:00
Ilya Matveev ad58a55e03 Update Kotlin version in samples and Dockerfile
1.3.40-dev-1480 for samples.
1.3.30 for the Dockerfile (it reflects the latest K/N release).
2019-04-17 13:30:56 +07:00
Nikolay Igotti 3b1783a48d Fix couple problems in Tetris sample. 2019-04-16 19:27:30 +03:00
LepilkinaElena bebad1c069 Change version of MPP plugin to new one (#2879) 2019-04-16 17:28:43 +03:00
Ilya Matveev 745b99a61e Samples: Mention the CocoaPods sample in the samples readme 2019-04-05 20:03:12 +07:00
Ilya Matveev 15746490d5 Samples: Don't reuse the root gradle.properties
Earlier we used a single gradle.properties in all samples. But some
of samples are represented by separate gradle builds. In such samples
we had to read this gradle.properties manually making these samples
less clear. This patch creates a separate gradle.properties for
each gradle build and gets rid of manual property reading.
2019-04-03 13:34:41 +07:00
Ilya Matveev 59fd50895c CocoaPods sample: Check CocoaPods version in build.sh 2019-04-03 13:34:41 +07:00
Ilya Matveev 9753fa6019 CocoaPods sample: build only for arm64 from command line 2019-04-03 13:34:41 +07:00
Ilya Matveev 6a49a29263 CocoaPods sample: Specify deployment target in the Podfile 2019-04-03 13:34:41 +07:00
Ilya Matveev 7f147283c1 CocoaPods sample: Add 32-bit arm 2019-04-03 13:34:41 +07:00
Ilya Matveev bc0d85b160 Add a sample for CocoaPods interop 2019-04-03 13:34:41 +07:00
Ilya Matveev feabe3b271 Fix entry point in the coverage sample 2019-03-15 17:08:16 +03:00
Nils Kunze f047591773 update path for compiled files (#2760) 2019-03-13 19:26:13 +03:00
Ilya Matveev 0a6dbbb3b3 Use binaries DSL in Xcode samples 2019-03-12 18:01:59 +07:00
Sergey Bogolepov b22404c947 Infrastructure for source-based code coverage 2019-03-12 13:16:17 +07:00