Alexander Udalov
9d6f4e99a1
Move reflection interfaces to module 'builtins'
...
They are considered to be built-ins everywhere anyway
2015-03-16 20:29:39 +03:00
Yan Zhulanow
6fb5dacde4
Fix a "property not found" exception in Gradle 2.x
2015-03-16 18:56:42 +03:00
Yan Zhulanow
6d9d3f00a2
Fix kotlin-android-extensions artifact name in subplugin
2015-03-16 18:56:41 +03:00
Yan Zhulanow
8e5b960e3d
Remove assert with broken separators on Windows in Gradle subplugin test
2015-03-13 20:31:22 +03:00
Ilya Ryzhenkov
4fa5d9cb48
Fix double "deprecated" annotation in generated sources which confuses DX compiler.
2015-03-13 19:30:46 +03:00
Yan Zhulanow
33a1aa342f
Rename kotlin-android-compiler-plugin to kotlin-android-extensions
2015-03-13 15:46:41 +03:00
Yan Zhulanow
8760beeed1
Gradle subplugin test
2015-03-13 15:46:38 +03:00
Yan Zhulanow
9be33338ef
Log Kotlin Gradle subplugin loading
2015-03-13 15:46:38 +03:00
Yan Zhulanow
2f83e600f5
Use Gradle properties to pass plugin-related arguments
2015-03-13 15:46:37 +03:00
Yan Zhulanow
eebed9a8b1
Add all layout directories to sources in Android Gradle subplugin
2015-03-13 15:46:37 +03:00
Ilya Ryzhenkov
e448f40756
Rename Stream<T> to Sequence<T> and provide migration path via deprecated types and functions.
2015-03-12 22:56:43 +03:00
Dmitry Jemerov
32072d0a4f
More standard library documentation.
2015-03-12 16:52:20 +01:00
Alexander Udalov
2b090e02a1
Build kotlin-reflect.jar in build.xml and for Maven
...
Reflection will be distributed in a separate jar and not in kotlin-runtime.jar
for two primary reasons:
- Reflection implementation at the moment takes almost 2Mb
- Separate libraries for separate features is a technique encouraged by Maven,
and it's inconvenient to make it different in the compiler distribution
2015-03-11 16:42:28 +03:00
Alexander Udalov
611700c998
Fix "mvn clean" in libraries/ project
...
JS examples were failing on "clean" because no phases were set for compilation
and thus they required kotlin-maven-plugin on every phase which is obviously
not built yet when we're running "clean"
2015-03-10 16:13:45 +03:00
Ilya Ryzhenkov
bfeb21afb0
stdlib: stream() for Map #KT-6547 Fixed
2015-03-10 11:21:41 +03:00
Valery Kharitonov
8873be22d5
Implemented asList() method for arrays. #KT-1313 Fixed
2015-03-10 11:21:40 +03:00
Valery Kharitonov
c8094e7587
Implemented indexOfFirst/Last(predicate). #KT-6577 Fixed
2015-03-10 11:21:40 +03:00
Valery Kharitonov
38a4f86db2
Implemented asIterable method for arrays. #KT-1313 Fixed
2015-03-10 11:21:39 +03:00
Alexander Udalov
eced3003ad
Introduce kotlin-reflect Maven artifact
2015-03-07 02:31:00 +03:00
Pavel V. Talanov
59f192ef90
Replace 'class object' with 'default object' in renderers and test data
...
Includes changes to decompiled text
Old syntax is used in builtins and project code for now
2015-03-06 19:36:54 +03:00
Natalia Ukhorskaya
09435ad0e3
Gradle: fix warning about annotations path entry points to a non-existent location
...
#KT-6865 Fixed
2015-02-27 10:30:28 +03:00
Yan Zhulanow
8ebd63ee96
Update Gradle plugin
2015-02-26 15:26:00 +03:00
Yan Zhulanow
fbed5426e2
Kotlin Gradle subplugin support
2015-02-26 15:25:55 +03:00
Yan Zhulanow
e5b16afff5
Support android-compiler-plugin in Gradle
2015-02-26 15:25:50 +03:00
dedoz
bada0ec7f8
add kotlin gradle plugin integration
2015-02-26 15:25:29 +03:00
Alexander Udalov
15a3496dbd
Gradle plugin tests: change kotlin-stdlib dependency scope to compile
...
This way is advertised in the docs anyway. Otherwise J+K projects do not
compile, see 640adec for the explanation
2015-02-18 11:43:50 +03:00
Pavel V. Talanov
1e772e3d1a
KDoc: remove visitClassObject override
2015-02-16 15:38:48 +03:00
Dmitry Jemerov
ff49310b7e
remove redundant filter()
2015-02-11 12:28:23 +01:00
Dmitry Jemerov
4352023d60
generate more methods and properties in the standard library
2015-02-10 14:31:20 +01:00
Dmitry Jemerov
7827bbf64b
Standard library documentation updates.
2015-02-09 19:19:29 +01:00
Natalia Ukhorskaya
360a496724
Gradle plugin: update to 1.1.0-rc1
...
#KT-6729 Fixed
2015-02-05 16:42:22 +03:00
Alexander Udalov
93f02aeead
Add source directories to classpath in CLI compiler
...
Move this logic from Ant and Maven plugins
2015-01-28 19:58:33 +03:00
Natalia Ukhorskaya
11f7b45ce3
Gradle: collect kotlin files from java source root
2015-01-26 16:48:35 +03:00
Natalia Ukhorskaya
8b5279897f
Gradle: fix kotlinOptions for kotlin-android plugin
2015-01-21 13:58:16 +03:00
Natalia Ukhorskaya
bcbfb1bd77
Gradle: include groovy output to kotlin-gradle-plugin.jar
...
#KT-6635 Fixed
2015-01-21 13:58:16 +03:00
Ilya Ryzhenkov
1d4591d99c
stdlib: add sumBy(function)
2015-01-20 22:39:23 +03:00
Alexander Udalov
21b2fa2509
Update copyrights to 2015
2015-01-13 01:15:18 +03:00
Alexander Udalov
17227bb4fe
Rename org.jetbrains.kotlin.plugin -> org.jetbrains.kotlin.idea
2015-01-13 01:14:31 +03:00
Alexander Udalov
63cefea6e9
Rename jet -> kotlin in frontend
...
org.jetbrains.jet -> org.jetbrains.kotlin
Also rename package slicedmap to slicedMap
2015-01-11 15:20:51 +03:00
Alexander Udalov
64c6055030
Rename jet -> kotlin in frontend, descriptors: resolve
...
org.jetbrains.jet.lang.resolve -> org.jetbrains.kotlin.resolve
2015-01-11 05:09:01 +03:00
Alexander Udalov
88670eb78a
Rename jet -> kotlin in frontend: diagnostics
...
org.jetbrains.jet.lang.diagnostics -> org.jetbrains.kotlin.diagnostics
2015-01-10 17:38:07 +03:00
Alexander Udalov
524fdc2527
Rename jet -> kotlin in descriptors, types, names
...
org.jetbrains.jet.lang.descriptors -> org.jetbrains.kotlin.descriptors
org.jetbrains.jet.lang.types -> org.jetbrains.kotlin.types
org.jetbrains.jet.lang.resolve.name -> org.jetbrains.kotlin.name
2015-01-10 15:52:20 +03:00
Alexander Udalov
d384e50a97
Rename jet -> kotlin in frontend: PSI
...
org.jetbrains.jet.lang.psi -> org.jetbrains.kotlin.psi
2015-01-10 15:52:14 +03:00
Alexander Udalov
ead8c8ac1d
Rename jet -> kotlin in frontend: lexer, kdoc
...
org.jetbrains.jet.lexer -> org.jetbrains.kotlin.lexer
org.jetbrains.jet.kdoc -> org.jetbrains.kotlin.kdoc
Also rename Jet.flex -> Kotlin.flex
2015-01-10 15:52:12 +03:00
Alexander Udalov
f37e2f173d
Rename package jet -> kotlin in util, util-runtime
...
org.jetbrains.jet.config -> org.jetbrains.kotlin.config
org.jetbrains.jet.utils -> org.jetbrains.kotlin.utils
Also move coreLib.kt to package 'org.jetbrains.kotlin.utils'
2015-01-08 23:32:08 +03:00
Alexander Udalov
8ca803775f
Rename package jet -> kotlin in cli, cli-common
...
org.jetbrains.jet.cli -> org.jetbrains.kotlin.cli
Also fix some minor warnings
2015-01-08 23:32:07 +03:00
Natalia Ukhorskaya
93d1dff181
Minor: make BaseGradleIT test abstract
2014-12-31 12:05:49 +03:00
Natalia Ukhorskaya
288b2e86ae
Minor: rename
2014-12-31 12:05:48 +03:00
Natalia Ukhorskaya
4d48905ef1
Minor: fix warnings
2014-12-31 12:05:48 +03:00
Natalia Ukhorskaya
453c5752cb
Minor: typo
2014-12-31 12:05:47 +03:00