Pavel Punegov
ce9f2b7c0b
Add test for multirun and check gold value on the whole execution output
2019-03-27 17:14:31 +03:00
Pavel Punegov
83b1db86f9
Run test multiple times with different arguments
2019-03-27 17:14:31 +03:00
SvyatoslavScherbina
b870ce987a
Fix incorrect code generation for Nothing-returning suspend calls
...
#KT-30642 Fixed
2019-03-27 16:57:45 +03:00
Igor Chevdar
b22fa985e0
Increased unfold factor size for devirtualized vtable calls
2019-03-27 16:51:12 +03:00
Ilya Matveev
aa81017646
Replace deprecated APIs in FAQ.md with binaries DSL
2019-03-26 11:50:00 +07:00
Ilya Matveev
af33c37fa4
Correct FAQ about framework naming
2019-03-26 11:50:00 +07:00
toxicbakery
8559f0fb04
Added library name to cyclic error
2019-03-26 01:02:10 +03:00
Pavel Punegov
98f86591f7
Use ssh home property.
2019-03-25 17:22:23 +03:00
Pavel Punegov
3baee198fd
Add ssh arguments for ssh executor.
2019-03-25 17:22:23 +03:00
Alexander Gorshenev
99ba1d432a
A couple of updates for Kotlin compiler sync.
...
Updated Kotlin build number.
2019-03-25 16:50:11 +03:00
Alexander Gorshenev
bff20ebeea
Better encapsulation of deserializer.
2019-03-25 16:50:11 +03:00
Elena Lepilkina
5f61fded79
Restore Build class + some fixes for releases builds and bundle size chart
2019-03-25 12:51:34 +03:00
Igor Chevdar
c21ed89d7e
Added some benchmarks on devirtualization
2019-03-25 12:27:27 +03:00
Abduqodiri Qurbonzoda
61a13e84f9
More detailed Primitive.toChar conversion documentation ( #2807 )
2019-03-25 11:42:18 +03:00
Nikolay Igotti
a8be93d841
Fix bcrypt API support.
2019-03-24 18:41:03 +03:00
Sebsatian Keller
a00996b79e
Added information on how to rename the ios main.framework ( #2806 )
2019-03-22 18:00:48 +03:00
Nikolay Igotti
c3b2b47403
Distinguish stack/heap writes and collect stats. ( #2794 )
2019-03-22 15:50:42 +03:00
Vasily Levchenko
3a861b7917
[kotlin compiler][update] 1.3.40-dev-838
2019-03-21 15:48:04 +03:00
Elena Lepilkina
349b70d345
Fixes of perfromance server
2019-03-21 14:59:16 +03:00
Vasily Levchenko
9ec9681691
[package] bundle and samples archives should have licenses. ( #2798 )
2019-03-21 14:17:26 +03:00
Nikolay Igotti
9285699cd5
Use full Apache 2 license text.
2019-03-21 14:16:25 +03:00
Igor Chevdar
7c0225bad9
Reincarnated devirtualization
2019-03-21 10:25:09 +03:00
LepilkinaElena
553e2fdda7
Change axises and delete action in API ( #2792 )
2019-03-20 19:31:01 +03:00
Vasily Levchenko
817732bb69
[codegen][debug info] generating debug information for inline classes right.
2019-03-20 16:50:00 +03:00
Elena Lepilkina
94f317443b
Added gradle property to set branch which results save
2019-03-20 14:08:53 +03:00
Elena Lepilkina
9583eee42a
Finish time couldn't be gotten from TeamCity as build isn't finished at register action
2019-03-20 11:37:11 +03:00
LepilkinaElena
d8c1e85025
Added register task and some fixes for TeamCity ( #2785 )
2019-03-19 17:25:48 +03:00
Elena Lepilkina
feec5b2cbd
Fix for proper processing both relative and absolute org.jetbrains.kotlin.native.home
2019-03-19 11:21:31 +03:00
Elena Lepilkina
8cc5f6702e
Small fix for performance subproject.
2019-03-19 09:56:17 +03:00
Svyatoslav Scherbina
581aaea0c9
Workaround false positive in AppStore private API usage detector
...
Fix #2751
2019-03-19 09:41:54 +03:00
Svyatoslav Scherbina
87ae1eaa3b
Fix typo in Objective-C data generator
2019-03-19 09:41:54 +03:00
Abduqodiri Qurbonzoda
b654e84ca1
Add documentation for Array and String get() function behavior
...
These docs are already added to big kotlin.
2019-03-18 21:45:43 +03:00
Ilya Gorbunov
613084ad9b
Clarify floor and ceil docs (KT-30418)
2019-03-18 21:41:29 +03:00
Ilya Gorbunov
22a858df2c
Clarify behavior of MutableSet.add (KT-29373)
2019-03-18 21:41:29 +03:00
Ilya Gorbunov
5d08060c89
Add a sample reference to isBlank
2019-03-18 21:41:29 +03:00
Ilya Gorbunov
b093b4b83e
Docs: use consistent kotlinlang.org url in references
2019-03-18 21:41:29 +03:00
Abduqodiri Qurbonzoda
63705dc29a
Add documentation for primitive types conversion
...
These docs already added to big kotlin.
2019-03-18 18:09:01 +03:00
Vasily Levchenko
0dd71c979f
[kotlin compiler][update] 1.3.40-dev-661
...
Refactor CommonBackendContext, remove confusing methods
(cherry picked from commit 55f90d256d425490aa05dbe1de9730fe485a32a5)
2019-03-18 17:38:47 +03:00
LepilkinaElena
a16bddb421
Server and client to show summary performance information ( #2765 )
2019-03-18 16:02:41 +03:00
Svyatoslav Scherbina
06f8864b69
Refine LLVM bitcode imports detection
...
Don't link native libraries if external function requires
only library-stored bitcode
2019-03-18 14:53:10 +03:00
Svyatoslav Scherbina
f8393819fc
Avoid requesting selectors in Objective-C interop stubs
...
Selector references aren't DCEed and thus can cause false positive
API usage report from AppStore online validation.
Generate selectors by compiler instead.
2019-03-18 14:53:10 +03:00
Svyatoslav Scherbina
0ff1209d0a
Simplify support for importing Objective-C properties
2019-03-18 14:53:10 +03:00
Ilya Matveev
4d17460e75
Allow setting path to shared in the root gradle.properties
2019-03-15 17:08:16 +03:00
Ilya Matveev
feabe3b271
Fix entry point in the coverage sample
2019-03-15 17:08:16 +03:00
Alexander Gorshenev
0d8cbb7708
Auto generated another piece of stdlib.
2019-03-15 16:39:25 +03:00
Alexander Gorshenev
92537557bc
Changes after code review
2019-03-15 16:39:25 +03:00
Alexander Gorshenev
d9ff5a9778
Commonized native and js IR serialization infrastructure.
2019-03-15 16:39:25 +03:00
Ilya Matveev
46879b94cc
Update shared: 1.0-dev-16
2019-03-14 21:51:46 +07:00
Ilya Matveev
e6c17f4944
Mention composite build against detached shared in README.md
2019-03-14 21:51:46 +07:00
Ilya Matveev
8fd0ef395d
Support composite build against detached shared
2019-03-14 21:51:46 +07:00