LepilkinaElena
5013fcc71f
Changed version in samples to 1.3.40 ( #3090 )
2019-06-20 15:40:25 +02:00
Ilya Matveev
d710bde6da
Fix using KonanVersion.CURRENT in Gradle plugin tests
2019-06-20 10:28:40 +07:00
Ilya Matveev
ff7a0e23bf
Don't pass current version to library resolvers as a compatible one
2019-06-20 10:28:40 +07:00
Ilya Matveev
487f6236d2
Gradle plugin: Add deprecation warning
2019-06-18 11:49:26 +07:00
LepilkinaElena
f1228e38c3
Simple zoom for charts ( #3071 )
2019-06-17 09:23:16 +03:00
Pavel Punegov
83aa459357
Rewrite tests infrastructure to Kotlin.
...
Split build and run logic. Build tests with Konan gradle plugin.
Add property for konan plugin to control generation of run tasks.
2019-06-13 18:55:20 +03:00
Alexander Gorshenev
df02804be1
Splitted library writer into kotlin and konan parts
...
Moved to util-io and util-klib for klib code commonization
Moved the common writer to Kotlin workspace
2019-06-04 20:12:19 +03:00
Ilya Matveev
fb69d9284f
Split shared: Add dependency on kotlin-native-utils
...
Gradle build can be configured but building dist
requires updating code in accordance with changes
made in the big Kotlin.
2019-05-30 19:48:50 +03:00
Ilya Matveev
5745b31853
Revert "Depend on kotlin-native-shared from a separate repo"
...
This reverts commit a2370920db .
2019-05-30 19:48:50 +03:00
Nikolay Igotti
faafeea719
Perform runtime patching of signal handlers. ( #3016 )
2019-05-27 18:45:27 +03:00
Sergey Bogolepov
4ee31d139d
Fix libjsig.so path on Linux.
2019-05-22 18:26:44 +03:00
Sergey Bogolepov
ce19014903
Update mingw LLVM toolchain version
2019-05-21 15:36:19 +03:00
Svyatoslav Scherbina
da32e91a5c
Workaround crash when building platform libraries on macOS and Linux
2019-05-21 14:47:24 +03:00
Elena Lepilkina
82d13239cb
Fix benchmarks after migrating to new MPP plugin syntax
2019-05-17 17:36:44 +03:00
Elena Lepilkina
6c7075cba4
Fix of minor versions
2019-05-17 16:30:16 +03:00
Elena Lepilkina
36faec53e4
Fix sorting on server
2019-05-17 15:28:05 +03:00
LepilkinaElena
7c2eab9920
Merge compiler 1.3.50-dev-259 ( #2983 )
2019-05-17 14:02:01 +03:00
Sergey Bogolepov
5306d7b427
Use clang instead if llvm-lto for darwin-based targets ( #2974 )
...
* Use LLVM C API for optimizations
* Use Clang for bitcode compilation
* Test bitcode embedding
2019-05-15 13:00:43 +07:00
LepilkinaElena
dbc10781af
Unify compiler and cinterop flags names ( #2915 )
2019-04-30 12:48:50 +03:00
LepilkinaElena
e348e7845b
Update Docker with new version ( #2920 )
2019-04-26 17:00:55 +03: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
Elena Lepilkina
4b8001404c
Always send to slack comparasion report with master + fix for higligted field
2019-04-08 17:36:28 +03:00
LepilkinaElena
87c852fb1d
Added framework benchmark collecting code size and compile time ( #2839 )
2019-04-05 12:20:23 +03:00
LepilkinaElena
5a80eafec3
Rework cinterop linkerOpts/compilerOpts (KT-29970) ( #2841 )
2019-04-02 16:56:01 +03:00
Elena Lepilkina
c49223d190
Revert "Rework cinterop linkerOpts/compilerOpts (KT-29970) ( #2805 )"
...
This reverts commit df14d401e8 .
2019-04-02 10:48:14 +03:00
LepilkinaElena
df14d401e8
Rework cinterop linkerOpts/compilerOpts (KT-29970) ( #2805 )
2019-04-01 17:02:49 +03:00
Elena Lepilkina
c1f4de7c29
Migration to normalized data
2019-03-31 17:43:43 +03:00
Nikolay Igotti
19310d84c6
Update XCode to 10.2. ( #2825 )
2019-03-28 14:26:29 +03:00
LepilkinaElena
7971090461
Normalize benchmarks and changes in charts ( #2820 )
2019-03-28 10:40:31 +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
Elena Lepilkina
349b70d345
Fixes of perfromance server
2019-03-21 14:59:16 +03:00
LepilkinaElena
553e2fdda7
Change axises and delete action in API ( #2792 )
2019-03-20 19:31:01 +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
LepilkinaElena
a16bddb421
Server and client to show summary performance information ( #2765 )
2019-03-18 16:02:41 +03:00
Ilya Matveev
a2370920db
Depend on kotlin-native-shared from a separate repo
...
Kotlin-native-shared was copied in a separate repository.
This patch removes this subproject from the K/N repo and
adds a dependency on an artifact built from this separate repo.
2019-03-14 21:51:46 +07:00
LepilkinaElena
2bc29552dd
Fix coloring of ratio ( #2750 )
2019-03-11 09:10:39 +03:00
LepilkinaElena
9b9fa9d92d
Corner cases with failed code size measurement. Choice tools for buil… ( #2731 )
2019-03-01 14:50:11 +03:00
LepilkinaElena
de6fa0e72f
Remove -shims. Warning for -linkerOpts for native flavor ( #2730 )
2019-02-28 17:23:28 +03:00
LepilkinaElena
62be127935
Fix setting -shims flag in interop plugin ( #2729 )
2019-02-28 10:24:58 +03:00
LepilkinaElena
204254b266
Workaround to turn off cross compilation on Windows that breaks cinterop ( #2728 )
2019-02-27 17:42:23 +03:00
LepilkinaElena
8cc6e67cee
Added documentation about performance measurement ( #2719 )
2019-02-27 15:01:00 +03:00
LepilkinaElena
d5777b4834
Compile only benchmarks: helloWorld and videoplayer ( #2703 )
2019-02-26 18:17:54 +03:00
Vasily Levchenko
9c94ecf186
[gradle][plugin][tests] fix of 'org.jetbrains.kotlin.gradle.plugin.test.IncrementalSpecification.Parameter changes should cause only recompilaton' test
...
--time => -Xtime in parameters
2019-02-26 16:12:19 +03:00
Ilya Matveev
b84559b27a
Fix IDE import after switching to the long plugin version
2019-02-26 12:23:27 +03:00
Ilya Matveev
30ac956300
Fix plugin shadow jar classifier
2019-02-25 20:22:23 +03:00
Ilya Matveev
82250a9d68
Always use the long version for Gradle plugin
2019-02-25 13:35:39 +03:00
Ilya Matveev
7b910304e7
Update Gradle version in Docker files
2019-02-22 14:57:10 +03:00
Ilya Matveev
0cb3c71ed8
Allow override gradle version for plugin tests
2019-02-22 14:57:10 +03:00
Ilya Matveev
47b8354d8b
Don't embed bitcode for iOS simulator
2019-02-22 14:57:10 +03:00