Ilya Chernikov
|
0b34dde905
|
Add android-extensions-runtime to the dist
|
2017-09-21 20:34:08 +02:00 |
|
Ilya Chernikov
|
b5d68515e8
|
Fix path to android-extensions-runtime in ParcelBoxTest
|
2017-09-21 20:34:07 +02:00 |
|
Ilya Chernikov
|
df04efcf14
|
Rename artifacts, fix dependencies and artifact contents
|
2017-09-20 11:52:00 +02:00 |
|
Ilya Chernikov
|
d61695be55
|
Fix embeddable compiler dependencies, fix dist task, use runtimeJar...
dependencies where appropriate, some helpers refactoring
|
2017-09-20 11:52:00 +02:00 |
|
Ilya Chernikov
|
82690fe6b3
|
Switch to new bootstrap, fix after rebase
|
2017-09-20 11:51:53 +02:00 |
|
Ilya Chernikov
|
bb72da7d10
|
Add kapt3-idea to gradle build
|
2017-09-20 11:51:53 +02:00 |
|
Ilya Chernikov
|
fc540b2d63
|
Fix android tests
|
2017-09-20 11:51:47 +02:00 |
|
Ilya Chernikov
|
1862c78bdc
|
Fix projects for gradle integration tests
|
2017-09-20 11:51:44 +02:00 |
|
Ilya Chernikov
|
d92cce6e6a
|
Fix build after rebase on master
|
2017-09-20 11:51:38 +02:00 |
|
Ilya Chernikov
|
46884bec84
|
Add missing artifact, fix some deps and publishing
|
2017-09-20 11:51:38 +02:00 |
|
Ilya Chernikov
|
a8c45819a1
|
Fix sources/javadoc artifactsi in gradle tools, separating android extensions runtime
|
2017-09-20 11:51:37 +02:00 |
|
Ilya Chernikov
|
0e306ac889
|
Fix install task config
|
2017-09-20 11:51:33 +02:00 |
|
Simon Ogorodnik
|
129dc42a25
|
Fix JPS classpath
|
2017-09-20 11:51:26 +02:00 |
|
Ilya Chernikov
|
95035b3d72
|
Fix various tests
|
2017-09-20 11:51:23 +02:00 |
|
Simon Ogorodnik
|
360a692af8
|
Apply rri/yole/modularize, create gradle run configuration for IDEA
|
2017-09-19 23:58:41 +02:00 |
|
Ilya Chernikov
|
aa34c7d32a
|
Fix tests after projects rearrangement
|
2017-09-19 23:58:39 +02:00 |
|
Ilya Chernikov
|
b4c9422376
|
Rearrange and rename idea-plugin related and annotation-processing modules
|
2017-09-19 23:58:37 +02:00 |
|
Ilya Chernikov
|
d039d191f2
|
Fix tests in the new build infrastructure
|
2017-09-19 23:58:30 +02:00 |
|
Alexander Podkhalyuzin
|
3f8170d369
|
Clean idea files generated on the gradle import, add them to .gitignore
|
2017-09-19 23:58:27 +02:00 |
|
Ilya Chernikov
|
3e46c59187
|
Clean unused dependencies, minor refactorings
|
2017-09-19 21:37:27 +02:00 |
|
Ilya Chernikov
|
deda50dbbb
|
Continue switching projects to improved dsl: sourceSets and test running
|
2017-09-19 21:37:26 +02:00 |
|
Ilya Chernikov
|
336e24b837
|
Fix project structure after rebase on master
|
2017-09-19 21:37:25 +02:00 |
|
Ilya Chernikov
|
b6c255cea5
|
Refactor: project renaming, using improved build dsl
|
2017-09-19 21:37:22 +02:00 |
|
Ilya Chernikov
|
96d5e0bb21
|
Refactoring - renaming projects, applying sourceSets DSL
|
2017-09-19 21:37:18 +02:00 |
|
Ilya Chernikov
|
e18b77af21
|
Refactor compiler-related published projects
- move preparation into separate projects
- rename projects for publishing
- add compiler plugins
|
2017-09-19 21:37:14 +02:00 |
|
Ilya Chernikov
|
aa4fdaa713
|
Implement publishing in the build
|
2017-09-19 21:37:13 +02:00 |
|
Ilya Chernikov
|
628927782a
|
Fix tests in the gradle environment
|
2017-09-19 21:37:09 +02:00 |
|
Ilya Chernikov
|
61dfb75e0e
|
Implement Gradle Kotlin DSL build
|
2017-09-19 21:37:06 +02:00 |
|
Vyacheslav Gerasimov
|
bba2d27e82
|
UAST: Fix getType and getText for UastKotlinPsiVariable
|
2017-09-16 13:21:44 +03:00 |
|
Vyacheslav Gerasimov
|
14742a6048
|
UAST: Fix getContainingFile, should return KtFile instead of FakeFileForLightClass
#KT-20170 Fixed
|
2017-09-16 13:02:08 +03:00 |
|
Stanislav Erokhin
|
e86d2f00ff
|
Rename isImpl to isActual in descriptors
|
2017-09-15 18:25:49 +03:00 |
|
Stanislav Erokhin
|
c8ee424f67
|
Rename isHeader to isExpect in descriptors
|
2017-09-15 18:25:41 +03:00 |
|
Yan Zhulanow
|
5641909d1d
|
Parcel: Invoke box tests as an external process to prevent class clashes with IntelliJ platform
|
2017-09-15 17:54:46 +03:00 |
|
Yan Zhulanow
|
26af128694
|
Parcelable: produce error on "CREATOR" companion object
|
2017-09-14 19:36:48 +03:00 |
|
Yan Zhulanow
|
e6171dc4c5
|
Parcelable: Add quick fixes
|
2017-09-14 19:36:24 +03:00 |
|
Yan Zhulanow
|
4ac8a98050
|
Kapt: Hide fake "Error while annotation processing" error in Android Studio build console
|
2017-09-14 19:16:54 +03:00 |
|
Yan Zhulanow
|
8e72a1211b
|
Kapt: Add IDEA integration (KT-19097, KT-17923, KT-19823)
|
2017-09-14 18:40:55 +03:00 |
|
Alexander Udalov
|
b01a3eb747
|
Drop JvmFileClassesProvider and inline implementations
Both of its implementations called the same static function; inline
those and move related utilities to JvmFileClassUtil
|
2017-09-13 15:46:36 +03:00 |
|
Yan Zhulanow
|
d7ad973843
|
Kapt, minor: Remove duplicating 'visitInnerClass()' calls (rebase issue)
|
2017-09-12 22:17:18 +03:00 |
|
Yan Zhulanow
|
7b4e24a454
|
Android Extensions: Allow LayoutContainers in inner/local classes and objects
|
2017-09-12 22:07:18 +03:00 |
|
Yan Zhulanow
|
07be1e9d10
|
Android Extensions: Generate proper receiver for clearFindViewByIdCache() call (KT-19742)
|
2017-09-12 22:07:17 +03:00 |
|
Yan Zhulanow
|
f84df6381e
|
NoArg: Support @MappedSuperclass JPA annotation (KT-19692)
|
2017-09-12 22:07:16 +03:00 |
|
Yan Zhulanow
|
3f4ddb006a
|
Android Extensions: Fix compilation when LayoutContainer is used as an interface (KT-19753)
|
2017-09-12 22:07:16 +03:00 |
|
Yan Zhulanow
|
eefb490a8a
|
Parcelable: Use efficient serialize strategy for Java/Kotlin Parcelables only from the current source roots (KT-20029)
|
2017-09-12 22:07:15 +03:00 |
|
Yan Zhulanow
|
1b688182cd
|
Parcelable: Use specialized write/create methods where available (KT-20057)
|
2017-09-12 22:07:14 +03:00 |
|
Yan Zhulanow
|
f6d7a17227
|
Parcelable: Remove 'ACC_STATIC' flag from Creator class, Dalvik dex checker hates it, and it's illegal anyway (KT-20034)
|
2017-09-12 22:07:13 +03:00 |
|
Yan Zhulanow
|
e0509e8c4d
|
Parcelable: Specify declaration origin for the synthetic descriptors
|
2017-09-12 22:07:13 +03:00 |
|
Yan Zhulanow
|
033386b47d
|
Parcelable: Do not check property types if the Parcelable class has a custom Parceler implementation (KT-20062)
|
2017-09-12 22:07:12 +03:00 |
|
Yan Zhulanow
|
89c5f78a8e
|
Parcelable: Use Parcel methods for reading-writing primitive types (KT-20020)
|
2017-09-12 22:07:11 +03:00 |
|
Yan Zhulanow
|
a03c03c427
|
Parcelable: Handle nullability in Parcelize Parcelable serializer (KT-20032)
|
2017-09-12 22:07:11 +03:00 |
|