Commit Graph

3747 Commits

Author SHA1 Message Date
Vasily Levchenko 2b97610301 [kotlin compiler][update] 1.2.60-dev-89 2018-05-16 14:40:43 +03:00
Ilya Matveev 651bd7d1e0 Fix wrong script in MPP doc 2018-05-16 11:55:42 +07:00
Vasily Levchenko d43e600fdb [debug info][variables] do not generate debug info for temporal variables 2018-05-15 23:10:33 +03:00
Vasily Levchenko 5e786666e7 [kotlin compiler][update] 1.2.60-dev-4 2018-05-15 23:10:12 +03:00
ilmat192 b99836edff [gradle-plugin] Provide a simple tooling model for IDE (#1578) 2018-05-15 17:37:46 +03:00
Nikolay Igotti dff4ce98e9 Optimize important case of string appending to the builder. (#1591) 2018-05-15 16:00:36 +03:00
StefMa 7fe6d44231 Remove pluginMetadata left over 2018-05-15 16:54:26 +07:00
Nikolay Igotti 0c0446b56d Support Xcode 9.3.1, allow version check override (#1588) 2018-05-14 07:15:10 -07:00
StefMa f512b3b60a Remove konan.properties. Seems no one use it anymore 2018-05-14 17:31:46 +07:00
StefMa 7d122a83a2 Use the gradlePlugin block to automatically generates the konan.properties 2018-05-14 17:31:46 +07:00
StefMa 63d95a2675 Use java-gradle-plugin 2018-05-14 17:31:46 +07:00
SvyatoslavScherbina 5b0f587a2a Improve package name escaping in interop stubs (#1570) 2018-05-11 03:23:45 -07:00
Ilya Matveev 301af84358 [libraries] Move SearchPathResolver into shared 2018-05-11 16:08:47 +07:00
Nikolay Igotti f54f7bfde2 Add errno setters to platform libs. (#1576) 2018-05-10 23:41:34 -07:00
Ilya Matveev 680f15e11b [gradle-plugin] Fix enabling bintray publishing via a property 2018-05-10 15:40:33 +07:00
Vasily Levchenko 2985cc0b62 [kotlin compiler][update][fixup] adoption SharedVariablesLowering to new Shared Variable Manager 2018-05-10 11:34:20 +03:00
Igor Chevdar aa3cae7a4e Fixed SharedVariablesLowering 2018-05-10 11:34:20 +03:00
Mikhael Bogdanov 91f4606b99 Update KonanSharedVariablesManager to new SharedVariablesManager API
(cherry picked from commit 0f9f6d36955ed709a96624aaa422d5e0081a3a53)
2018-05-10 11:34:20 +03:00
Vasily Levchenko be8984ef81 [kotlin compiler][update] 1.2.50-dev-1148 2018-05-10 11:34:20 +03:00
Ilya Matveev 50a8ff25a5 [klib] Fix klib printer tests 2018-05-10 11:46:28 +07:00
Vasily Levchenko 8121e83400 [build][warning] enable GRADLE_METADATA to avoid konan gradle plugins warnings 2018-05-09 08:54:52 +03:00
Nikolay Igotti 93820ba5bb Additional RTTI for debugging. (#1568) 2018-05-09 03:36:57 +02:00
Sergey Bogolepov fff09927fd Add LLVM profiling reports to --time and --verbose object_files flags (#1566)
Added llvm reports to `--time` and `--verbose object_files`.
2018-05-08 17:53:05 +07:00
Ilya Matveev d525fea65c Pass konanVersion to TeamCity 2018-05-08 13:31:54 +07:00
Vasily Levchenko 2e33f5c0bc [gradle][plugin] checks if GRADLE_METADATA feature is enabled and enable publishing then 2018-05-08 06:53:33 +03:00
Vasily Levchenko fec885d260 [version] 0.8 2018-05-06 11:41:15 +03:00
Vasily Levchenko ef44a0dd7b [kotlin compiler][update] 1.2.50-dev-1070 2018-05-06 11:18:18 +03:00
Sergey Bogolepov ebbf86b42d Boolean type fix 2018-05-05 14:53:27 +07:00
Nikolay Igotti 762284359c Remove some leftovers. 2018-05-04 23:02:22 +03:00
Mike Sinkovsky f5090b1317 samples/videoplayer: migrate from libavresample to libswresample (#1551) 2018-05-03 16:01:53 +03:00
Igor Chevdar cafc30cf76 Some fixes in perf task to make it more reliable 2018-05-03 13:59:06 +03:00
Mike Sinkovsky e3af181adc win32 tetris sample (#1547) 2018-05-03 08:55:19 +03:00
Pavel Punegov 633db41d70 Add target crossDist dependency for crosstarget testing.
Fix dependencies for framework tests
2018-04-28 16:50:34 +03:00
Pavel Punegov c10a437ef7 Fix target creation 2018-04-27 19:37:51 +03:00
Pavel Punegov 765654f7c2 Set default target for simulator to iPhone 6 2018-04-27 19:37:51 +03:00
Pavel Punegov b99cc25e70 Move out codesign to utils to be used not only for framework tests 2018-04-27 19:37:51 +03:00
Pavel Punegov f517d5b4a3 Make Node's edges be nullable and point to null instead of empty list 2018-04-27 19:36:28 +03:00
Pavel Punegov 67385f3096 Increase heap size for tests and stdlib 2018-04-27 19:36:28 +03:00
Nikolay Igotti 87a26ec31a Fix off-by-one error in integer to string conversions. (#1545) 2018-04-27 11:57:45 +03:00
Ilya Matveev 7e0c19e67a Read property values for bintray override and publish. 2018-04-27 11:37:45 +07:00
Ilya Matveev 7cfcb1e5dc [version] Don't specify build number and meta for release builds 2018-04-27 11:37:45 +07:00
Nikolay Igotti 19ac0b2fad Fix serialization of classes with overrides and default arguments. 2018-04-26 18:55:44 +03:00
Nikolay Igotti d7861e89bd Quickfix for intersection types in devirtualization. 2018-04-26 18:55:44 +03:00
Ilya Matveev bee7dcd704 Fix gradle plugin versioning and the plugin version used by samples 2018-04-26 11:34:45 +07:00
Vasily Levchenko 89cc1b3abb [gradle][publish] attempt to fix sample dependencies 2018-04-26 11:34:45 +07:00
SvyatoslavScherbina 1947f3e64b Add quick fix for unDCEd private function and classes tables (#1538) 2018-04-25 13:59:36 +03:00
Nikolay Igotti c67e85dfe7 Update Torch docs and script perminssions. 2018-04-25 12:52:07 +03:00
Ilya Matveev 8a0acd832a Fix path for the uploadBundle task 2018-04-24 19:46:52 +07:00
Ilya Matveev 36fe07e159 [gradle-plugin] Fix version according to the new versioning system 2018-04-24 19:46:52 +07:00
Ilya Matveev 89d0886043 [version] Annotate properties used by version generator as inputs 2018-04-24 19:46:52 +07:00