Nikita Skvortsov
9bd3619fb8
Allow using Kotlin without explicit 'java' plugin
2013-07-12 17:53:50 +04:00
Nikita Skvortsov
0bb6dde60c
delete extra repository. Required artifact is now available at local-repo during test exec
2013-07-12 17:53:50 +04:00
Nikita Skvortsov
c10d4e8479
Code cleanup, remove extra logging
2013-07-12 17:53:49 +04:00
Nikita Skvortsov
17ae7c3544
fix android gradle test assertions
2013-07-12 17:53:48 +04:00
Nikita Skvortsov
f6a834df2f
fix compiler arguments leak
2013-07-12 17:53:47 +04:00
Nikita Skvortsov
3b66ff18b4
fix test
2013-07-12 17:53:46 +04:00
Nikita Skvortsov
d5320adb02
Gradle Kotlin Android plugin first working variant
2013-07-12 17:53:45 +04:00
Nikita Skvortsov
f5a88e851d
better tests
2013-07-12 17:53:44 +04:00
Nikita Skvortsov
70e0352d38
kotlin android gradle plugin core initial revision
2013-07-12 17:53:43 +04:00
Nikita Skvortsov
a0f5c4b6b0
kotlin-gradle-android plugin initial implementaion
2013-07-12 17:53:42 +04:00
Nikita Skvortsov
7ca1d41862
Android plugin stub and integration test
2013-07-12 17:53:41 +04:00
Nikita Skvortsov
ad18e323b8
fix gradle plugin integration test
2013-07-12 17:53:39 +04:00
Nikita Skvortsov
daa3b10e4d
do not apply java plugin implicitly
2013-07-12 17:53:38 +04:00
Leonid Shalupov
9695ce70a6
KT-1870 maven profile to sign artifacts
2013-07-11 20:00:56 +04:00
Leonid Shalupov
4f6d09eaba
KT-1870 skip deployment of docs, tests and examples
2013-07-10 15:54:36 +04:00
Erokhin Stanislav
79a9253b74
Merge branch 'master' into idea13
2013-07-09 19:52:06 +04:00
Leonid Shalupov
abcf5616f7
KT-3725 attach empty javadocs to all artifacts except compiler and runtime
2013-07-08 02:25:04 +04:00
Leonid Shalupov
d0765d5e4a
KT-3725 build sources.jar for all maven modules
2013-07-08 00:56:11 +04:00
Leonid Shalupov
fee0902399
KT-3725 set jar packaging for Kotlin compiler artifact
2013-07-06 17:05:51 +04:00
Leonid Shalupov
8162fcd3eb
KT-3725 better scm references
2013-07-06 16:17:52 +04:00
Leonid Shalupov
dc9597759a
KT-3725 required tags for Maven Central
2013-07-06 15:27:20 +04:00
Natalia.Ukhorskaya
a37be3c205
Add tests for observable/vetoable properties
2013-06-27 11:00:48 +04:00
Zalim Bashorov
9d1e319f0f
JS backend: implemented PrimitiveHashMap#putAll.
2013-06-22 01:34:38 +04:00
Alexander Udalov
ee80e0b8ca
Fix loops over progressions near to MAX_VALUE/MIN_VALUE
...
#KT-492 Fixed
For Byte, Char and Short ranges, promote the type of the loop parameter to int
to avoid overflows. For Int and Long ranges at the end of the loop over a
progression we now check if the new (incremented) value of the loop parameter
is greater than the old value iff increment > 0
2013-06-20 16:03:00 +04:00
Alexander Udalov
33d6347876
Fix loop over a range literal up to MAX_VALUE
...
#KT-492 In Progress
For Byte, Char and Short explicit casting from Int is removed -- loop parameter
is already stored in an Int anyway. For Int and Long comparison "i < end" at
the beginning of the loop is replaced to "i != end" at the end of the loop + a
special check for an empty loop
2013-06-20 16:02:59 +04:00
Zalim Bashorov
bca243727c
Changed GitHub's authorization method.
2013-06-13 11:39:55 +04:00
Zalim Bashorov
6e96ff4b11
Fixed Maven Artifacts Deployment.
...
Reverted the server configuration changes and added a new server to work with GitHub.
2013-06-11 13:23:54 +04:00
Zalim Bashorov
28244867ee
Fixed Api Docs Deployment.
2013-06-10 20:16:02 +04:00
Svetlana Isakova
fc0077cf9b
removed explicit type arguments
...
from delegation tests where possible
2013-06-06 17:20:11 +04:00
Natalia.Ukhorskaya
8429162220
Merge branch 'master' into idea13
...
Conflicts:
idea/src/org/jetbrains/jet/plugin/quickfix/AddFunctionToSupertypeFix.java
idea/src/org/jetbrains/jet/plugin/quickfix/ChangeFunctionReturnTypeFix.java
libraries/stdlib/src/kotlin/properties/Properties.kt
libraries/stdlib/test/properties/delegation/DelegationTest.kt
libraries/stdlib/test/properties/delegation/MapDelegationTest.kt
libraries/stdlib/test/properties/delegation/lazy/LazyValuesTest.kt
update_dependencies.xml
2013-06-04 13:14:08 +04:00
Evgeny Gerashchenko
343a28ac2d
Ignored local Gradle repository.
2013-06-03 17:47:36 +04:00
Leonid Shalupov
213e8c11c9
Merge pull request #283 from nskvortsov/master
...
Isolated classloading for kotlin gradle plugin
2013-05-31 05:18:16 -07:00
Maxim Shafirov
868bf90de2
Rollback 0514ddc719 due to failing tests
2013-05-31 11:35:11 +04:00
Maxim Shafirov
58914cdf33
Delegate properties stdlib, take 2.
2013-05-30 19:06:45 +04:00
Erokhin Stanislav
0514ddc719
fix Iterable<T>.toSortedList
2013-05-30 17:09:31 +04:00
Nikita Skvortsov
5429c1333e
Tests for wrapped plugin, some polishing
2013-05-30 15:21:27 +04:00
Nikita Skvortsov
9f0acd0e98
fix tests
2013-05-30 15:21:26 +04:00
Nikita Skvortsov
308c12f45c
first class loader wrapper implementation
2013-05-30 15:21:26 +04:00
Nikita Skvortsov
7e36547b38
Added wrapper module for gradle plugin
2013-05-30 15:21:25 +04:00
Nikita Skvortsov
7e58d83121
rename module
2013-05-30 15:21:25 +04:00
Evgeny Gerashchenko
8694cfa9ad
Fixed compilation after renaming Name.getName()
...
to asString()
2013-05-30 13:07:30 +04:00
Martin Lau
ff47c4b585
Added scanning for annotations.xml entries within maven dependencies
2013-05-30 13:07:29 +04:00
Natalia.Ukhorskaya
485923b197
Add library classes for delegated properties
2013-05-30 13:07:18 +04:00
Leonid Shalupov
40146c6341
Merge pull request #279 from martinlau/support-for-annotation-scanning-via-maven-dependencies
...
Added scanning for annotations.xml entries within maven dependencies
2013-05-27 06:56:14 -07:00
Evgeny Gerashchenko
ba90f07c8d
Fixed compilation after renaming Name.getName()
...
to asString()
2013-05-22 20:52:09 +04:00
Martin Lau
7761d7d646
Added scanning for annotations.xml entries within maven dependencies
2013-05-22 12:05:05 +10:00
Natalia.Ukhorskaya
97c33b02ab
Add library classes for delegated properties
2013-05-21 13:21:53 +04:00
Maxim Shafirov
a9638d9fa4
"Opposite" for with called let.
2013-04-30 18:18:32 +04:00
Maxim Shafirov
666cc6e688
KT-3557: with() made it to stdlib
2013-04-30 12:49:55 +04:00
Evgeny Gerashchenko
267bb01f62
Added @NotNull annotation for Charset.defaultCharset().
...
Other code cleanup.
2013-04-24 16:18:34 +04:00