Commit Graph

16 Commits

Author SHA1 Message Date
Ilya Matveev e491ef45c4 [samples] Switch to the new DSL in some samples 2018-08-31 15:31:14 +07:00
Svyatoslav Scherbina 2b8612632e Improve code by implicit integer coercion for literals and const vals 2018-08-30 11:55:05 +03:00
Nikolay Igotti f47fe79ef8 Concurrent API update. (#1949) 2018-08-29 10:20:07 +03:00
SvyatoslavScherbina 8f1b94f38b Use unsigned types in interop (#1913) 2018-08-24 18:30:56 +03:00
Nikolay Igotti 59eae5e04b Gross stdlib cleanup (part 2) (#1924) 2018-08-24 10:14:10 +03:00
Vasily Levchenko 79755d8fbf [stdlib and samples][rename] konan -> kotlin.native 2018-08-14 15:05:24 +03:00
Nikolay Igotti 5cc6baf8c3 Fix obsolete sample code. 2018-06-29 09:32:41 +03:00
Nikolay Igotti ece39a27d8 GCD usage example. 2018-06-02 09:36:24 +03:00
Svyatoslav Scherbina 07fce11780 Use Xcode-bundled SDKs for macOS, iOS and iOS simulator targets
Also
* Update macOS SDK to 10.13
* Update iOS SDK to 11.2
* Enable iOS simulator support
* Disable tetris on iOS as we don't provide SDL2 in sysroot anymore
2017-12-15 14:38:22 +03:00
Ilya Matveev fc5057868b samples: Refactor setting KONAN_HOME variable 2017-11-16 13:50:37 +07:00
Ilya Matveev 3c6bcb9244 samples: Add command line builds for objc and uikit samples 2017-11-16 13:50:37 +07:00
Ilya Matveev 6809c6482c gradle-plugin: Add project extension for global parameters
Add 'konan' project extension with the following properties:
 * targets
 * languageVersion
 * apiVersion

Remove languageVersion and apiVersion compilation task parameters.
2017-10-20 17:09:23 +03:00
Ilya Matveev eea0eb7e9f samples: Use reworked DSL in gradle builds 2017-10-20 17:09:23 +03:00
Svyatoslav Scherbina 9ef7dcc91e Fix some samples after adding platform libs:
* objc
* uikit
2017-10-17 13:23:21 +03:00
Alexander Gorshenev dc9a1ac76c Renamed objc klib in the sample to objective_c to eliminate naming
conflict woth objc platform lib.
Made objc sample compile with the platform libs.
2017-10-13 23:13:37 +03:00
Svyatoslav Scherbina d3185e3e19 Implement very basic Objective-C interop
Also refactor StubGenerator
2017-08-16 10:04:23 +03:00