Commit Graph

780 Commits

Author SHA1 Message Date
Leonid Shalupov 4f6d09eaba KT-1870 skip deployment of docs, tests and examples 2013-07-10 15:54:36 +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
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
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
Zemian Deng f7099a5b6a Use default param to String encoding name instead of using extra overloaded method. 2013-04-24 16:18:34 +04:00
Zemian Deng c3b46341d7 #KT-3533 Fixed - not to null in encoding name parameter in String, Bytes, and File. 2013-04-24 16:18:33 +04:00
Mohammad Shamsi 296bda2e3a Fixed #KT-3379 jet.String.trimLeading and trimTrailing default whitespace trim 2013-04-19 01:10:51 +04:00
Nikita Skvortsov d44fd866c0 Fix gradle integration test - avoid Maven local repository reference 2013-04-17 18:46:54 +04:00
Nikita Skvortsov b74ae00b9f fix for KT-3490 copy Kotlin classes to resulting classes directory 2013-04-17 16:04:48 +04:00
Ekaterina Sosa a34a6b71c1 KT-3376 Added appendText and appendBytes functions to kotlin.io.File
#KT-3375 fixed
2013-04-09 00:56:44 +04:00
Andrey Breslav 0985b124df Compilation fixed 2013-04-02 13:14:06 +04:00
Leonid Shalupov dd0acf6013 gradle: fix test 2013-04-01 18:58:59 +04:00
Leonid Shalupov 7b0e3465c2 gradle: handling of noJdkAnnotations argument 2013-04-01 18:58:56 +04:00
Nikita Skvortsov b93f7f3202 inject Kotlin classes to javac classpath carefully 2013-04-01 18:38:21 +04:00
Mikhael Bogdanov 16aa4153e4 KT-3457 fix: added missed spread operator and receiver became format template 2013-04-01 14:50:20 +04:00
Leonid Shalupov bbb526476e maven plugin: get jdk annotations from plugin's classpath 2013-03-30 15:42:44 +04:00
Nikita Skvortsov b9fc66ec0b filter out non-existent directories from class path 2013-03-27 15:14:25 +04:00
Nikita Skvortsov e4b5165e8a use jdk annotations from maven repository 2013-03-27 15:14:25 +04:00
Nikita Skvortsov a876ea9fd0 added kotlin plugin name 2013-03-27 15:14:24 +04:00
Nikita Skvortsov 8bfa371811 add kotlinOptions to tasks with type kotlinCompile. Allows to set kotlin compiler options directly 2013-03-27 15:14:23 +04:00
Svetlana Isakova 362770c9b1 don't generate two 'flatMap' methods(*) for Iterator
* with the same erased signature
 #KT-3373 Fixed
2013-03-25 17:34:22 +04:00
Evgeny Gerashchenko f31f98b56d Restored auto-generated warning in iterators/collections code. 2013-03-22 16:38:26 +04:00
Evgeny Gerashchenko f4a5103867 Removed old unused code from GenerateStandardLib.kt 2013-03-22 16:38:26 +04:00