Michael Nedzelsky
|
9734980334
|
JS maven tests: fixes configuration files
|
2014-12-12 03:03:45 +03:00 |
|
Michael Nedzelsky
|
eebb012b13
|
JS backend: maven: fix compiler mojo
|
2014-12-12 03:03:43 +03:00 |
|
Michael Nedzelsky
|
8d10b3813b
|
fix kotlin-js-library maven project
|
2014-12-12 03:03:40 +03:00 |
|
Michael Nedzelsky
|
68113ff33d
|
JS backend: change path to kotlin.js for tests
|
2014-12-12 03:03:00 +03:00 |
|
Nikolay Krasko
|
0231aeb017
|
Memory leak in PermGen of Kotlin Gradle plugin when demon is used (KT-5420)
Stop background thread in Intellij Idea api and clear thread locals to allow gc the created class loader
#KT-5420 In Progress
|
2014-12-11 15:30:01 +03:00 |
|
Nikolay Krasko
|
727c49146b
|
Prepare for KT-5420 - Copy files before patch
|
2014-12-11 15:25:18 +03:00 |
|
Andrey Breslav
|
ddd72e8582
|
Compilation fixed
|
2014-12-05 16:28:58 +03:00 |
|
Stanislav Erokhin
|
b2774a9cd0
|
Fix classpath test for openjdk
|
2014-12-02 13:47:48 +03:00 |
|
Zalim Bashorov
|
e6b69e48d9
|
Minor: fix JetCoreEnvironment#(createForProduction, createForTests) call sites for JVM.
|
2014-12-01 15:27:33 +03:00 |
|
Natalia Ukhorskaya
|
528c674001
|
Gradle plugin: add file to sourceList instead of Function1 fix
|
2014-11-25 16:26:14 +03:00 |
|
Nikita Skvortsov
|
1e9d303705
|
fix for KT-5420
|
2014-11-22 02:52:19 +03:00 |
|
Nikita Skvortsov
|
65946c3ded
|
minor code style improvements
|
2014-11-22 02:52:18 +03:00 |
|
Natalia Ukhorskaya
|
341d4a7a26
|
Fix maven build: remove wrong import
|
2014-11-21 15:07:06 +03:00 |
|
Natalia Ukhorskaya
|
68d5e43ad3
|
Android Gradle Plugin 0.14.4 breaks Kotlin
#KT-6310 Fixed
|
2014-11-21 12:41:19 +03:00 |
|
Denis Zharkov
|
e768b4e285
|
stdlib: Introduced filterIsInstance version
without class-literal as a parameter
|
2014-11-13 20:56:10 +03:00 |
|
Alexander Udalov
|
57d37a3860
|
Extract reflection implementation to module runtime.jvm
|
2014-11-11 18:35:40 +03:00 |
|
Zalim Bashorov
|
adab0445de
|
K2JS: introduce "no-stdlb" parameter and use stdlib from compiler by default.
|
2014-11-07 16:30:52 +03:00 |
|
Ilya Ryzhenkov
|
2e154b73de
|
Support componentN for arrays and lists #KT-5538 Fixed
|
2014-11-06 16:45:57 +03:00 |
|
Ilya Ryzhenkov
|
c2fabf5736
|
Comparator<T> replaced with Comparator<in T> #KT-6030 Fixed
|
2014-11-06 16:45:57 +03:00 |
|
Ilya Ryzhenkov
|
0dc68c2702
|
Avoid using negative in descending sorts.
|
2014-11-06 16:45:56 +03:00 |
|
Natalia Ukhorskaya
|
78bc15222b
|
Gradle plugin: fix sourceSets for flavors (android)
|
2014-11-05 16:38:39 +03:00 |
|
Zalim Bashorov
|
9e11b40fe1
|
Add the support suppressWarnings, verbose and version in build tools.
|
2014-10-29 23:09:07 +03:00 |
|
Ron Shapiro
|
1ab0edb84c
|
Correct Android variant compile task name
Corrects 'compiledebugKotlin' to 'compileDebugKotlin'
|
2014-10-21 16:40:06 -04:00 |
|
Michael Bogdanov
|
da20845e9c
|
Support non standart java source root configuration in gradle plugin
#KT-6051 Fixed
|
2014-10-21 09:46:59 +04:00 |
|
Andrey Breslav
|
d25a858214
|
"typealias" escaped in DOM API generator
|
2014-10-15 12:22:33 +04:00 |
|
Andrey Breslav
|
b1e452b568
|
type unescaped in *.kt files
|
2014-10-14 13:02:13 +04:00 |
|
Zalim Bashorov
|
f202ad9f98
|
Stdlib: run all stdlib tests with JS backend(as possible).
|
2014-10-13 21:25:56 +04:00 |
|
Zalim Bashorov
|
49e2262ca7
|
JS tests: fixed waiting to finish qunit tests in SeleniumTest.
|
2014-10-13 21:25:56 +04:00 |
|
Zalim Bashorov
|
88f9621b45
|
Minor: update junit to 4.11
|
2014-10-13 21:25:55 +04:00 |
|
Zalim Bashorov
|
23fa0ba6ab
|
Refactoring kotlin-maven-plugin:
* cleanup KotlinCompileMojoBase moved JVM specific things to KotlinCompileMojo;
* add support noInline in JS.
|
2014-10-07 16:32:07 +04:00 |
|
Natalia Ukhorskaya
|
ffe8ae3840
|
kotlin-gradle-plugin: change output format
|
2014-10-07 12:15:51 +04:00 |
|
Zalim Bashorov
|
8f6b12d296
|
Fixed maven build
|
2014-10-06 23:18:53 +04:00 |
|
Svetlana Isakova
|
20f3403c80
|
Rename: this object, receiver argument -> dispatch receiver, extension receiver
|
2014-10-01 18:52:51 +04:00 |
|
Michael Nedzelsky
|
d1d722546e
|
JS backend: prepare long.js for use in translator
|
2014-09-28 19:51:43 +04:00 |
|
Ilya Ryzhenkov
|
c5c1ecf6c0
|
Improve Streams implementation for performance and validity (based on JMH research)
|
2014-09-26 01:33:51 +04:00 |
|
Zalim Bashorov
|
838c384672
|
"js" -> "kotlin.js"
|
2014-09-16 19:32:37 +04:00 |
|
Evgeny Gerashchenko
|
24b8a3abda
|
Fixed compilation.
|
2014-08-21 13:28:50 +04:00 |
|
Evgeny Gerashchenko
|
487f381287
|
Minor. Renamed and cleaned CompilerServices -> Services.
|
2014-08-20 13:46:31 +04:00 |
|
Evgeny Gerashchenko
|
69c31c00db
|
Fixed gradle and maven plugins after changing compiler API.
|
2014-08-20 13:46:30 +04:00 |
|
Pavel V. Talanov
|
5652b7f521
|
Fix usages of javaClass property
|
2014-08-14 19:59:23 +04:00 |
|
Alexander Udalov
|
6258e08011
|
KDoc: drop "-docOutput" CLI argument
It was never supported in kdoc-cli. It is still supported as an argument in
kdoc-maven-plugin
|
2014-08-13 11:10:40 +04:00 |
|
Alexander Udalov
|
cf431ffab0
|
CLI: change argument naming convention
As in all other Unix/POSIX tools and JVM language compilers, multiple words
comprising the argument name should be lowercase, separated by dashes
|
2014-08-13 11:10:40 +04:00 |
|
Alexander Udalov
|
6da95e2cea
|
Maven plugin: support additional arguments, drop inline/optimize
|
2014-08-13 11:10:39 +04:00 |
|
Alexander Udalov
|
fbc8361211
|
Minor, fix style issues in kotlin-maven-plugin
|
2014-08-13 11:10:39 +04:00 |
|
Alexander Udalov
|
160cde09d6
|
CLI: Support "-X" advanced options, simplify some boolean options
|
2014-08-13 11:10:37 +04:00 |
|
Alexander Udalov
|
991c33d236
|
Gradle plugin: fix wrong external NotNull annotation
|
2014-08-13 11:10:37 +04:00 |
|
Alexander Udalov
|
423a48c7c3
|
Gradle tests: output compiler process stdout and stderr
|
2014-08-13 11:10:37 +04:00 |
|
Michael Nedzelsky
|
c42a9840de
|
JS backend: add support for reflection types
|
2014-07-30 17:50:11 +04:00 |
|
Alexander Udalov
|
fd27518070
|
Fix build tool plugins after recent changes to CLI
|
2014-07-26 02:28:51 +04:00 |
|
Alexander Udalov
|
8ed2413395
|
Minor, use javaClass instead of getClass()
Fix Maven build
|
2014-07-26 01:34:42 +04:00 |
|