Commit Graph

230 Commits

Author SHA1 Message Date
Evgeny Gerashchenko 343a28ac2d Ignored local Gradle repository. 2013-06-03 17:47:36 +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
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
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
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
Evgeny Gerashchenko ef391f0642 Reformatted code. 2013-03-22 16:38:26 +04:00
Evgeny Gerashchenko 5ccbce6de6 Got rid of "tuple" word all over the code. 2013-03-22 16:38:25 +04:00
Evgeny Gerashchenko 0b41436e7a Fixed small issues in kotlin-stdlib-gen. 2013-03-22 16:38:25 +04:00
Evgeny Gerashchenko 724257dd23 Added kotlin-stdlib-gen module. 2013-03-22 16:38:25 +04:00
Leonid Shalupov b936b56235 fix maven build 2013-03-18 23:22:41 +04:00
Leonid Shalupov d9ed2a3794 gradle: delete annotations directory: replace exception by warning 2013-03-18 19:19:56 +04:00
Leonid Shalupov 05285c8272 fix NPE with logger, delete extracted annotations 2013-03-18 19:19:55 +04:00
Andrey Breslav 01203f6be3 Fixes after review 2013-03-18 19:19:55 +04:00
Leonid Shalupov 25decd1c7a gradle-api deploy helpers 2013-03-18 19:19:55 +04:00
Nikita Skvortsov c67b4e4627 prepare pull request 2013-03-18 19:19:54 +04:00
Nikita Skvortsov 4b19adf4fd initial stubs 2013-03-18 19:19:54 +04:00
Leonid Shalupov 34d218fad0 k2js: fix debug logging 2013-02-24 18:11:46 +04:00
Leonid Shalupov 04bf51d20e js-tests: cleanup 2013-02-24 17:22:43 +04:00
Leonid Shalupov 293aca2648 js-library: cleanup before build 2013-02-24 17:22:13 +04:00
Leonid Shalupov 7b97e2535a k2js: fix debug logging 2013-02-24 17:21:31 +04:00
Leonid Shalupov 0e6e9af34d maven: local repository for maven plugin integration test moved out of target/ 2013-02-22 19:13:12 +04:00
Leonid Shalupov 632d12021f maven-plugin: compiler messages to maven log 2013-02-22 17:57:58 +04:00
Evgeny Gerashchenko b9e5704057 Updated test data and stdlib sources. 2013-02-13 18:08:37 +04:00
Maxim Shafirov 6b23384ab9 compilation fix 2013-02-13 17:42:38 +04:00
Maxim Shafirov b851c5597a compilation fix 2013-02-13 16:14:33 +04:00
Maxim Shafirov 63f88cdf65 compilation fix 2013-02-13 15:44:25 +04:00
Maxim Shafirov a3ca0b0d0c filterNotNull cannot be called on nulls anymore 2013-02-13 15:06:33 +04:00
Leonid Shalupov 0a1303d118 build: no classes rename in jarjar
build: fixed proguard shrinking
2013-02-13 14:22:54 +04:00
Maxim Shafirov 7231606eb2 Make sure files don't get overwritten if someone mixes generated and normal stdlib sources in one folder during build. 2013-02-13 13:59:29 +04:00
Maxim Shafirov 620aae28d0 Collections standard library is now generated from templates. 2013-02-13 12:41:12 +04:00
Andrey Breslav ffedb64ff2 KDoc tests fixed by setting kotlinHome explicitly 2013-02-05 20:32:58 +04:00
Andrey Breslav 01a24c6334 Better debugging of arguments in Maven 2013-02-05 20:32:11 +04:00