Commit Graph

1181 Commits

Author SHA1 Message Date
Evgeny Gerashchenko 89b3f953d1 Fixed broken reference to jar. 2013-06-03 17:40:57 +04:00
Evgeny Gerashchenko b7a99ac272 Added my dictionary with "klass" word. 2013-05-28 20:07:02 +04:00
Andrey Breslav a2b82095da Using the version of ASM that has debug information in it
No more need for extra ASM jars (analysis and util)
2013-05-21 13:56:34 +04:00
Andrey Breslav 90661e8706 Instrumenting interceptors module 2013-05-13 15:55:45 +04:00
Nikolay Krasko accf808a46 Add preloader output to idea plugin to make possible in process builds 2013-04-29 20:53:33 +04:00
Andrey Breslav 991256bfd3 Use preloader in the IDE 2013-04-26 14:33:27 +04:00
Andrey Breslav bbb661506a Preloader for command-line compiler 2013-04-26 14:33:18 +04:00
Andrey Breslav 089a2fc071 Run tests only from the appropriate module 2013-04-12 21:06:54 +04:00
Alexey Sedunov 6a7cd7c6e3 Add tests for mutability annotation support in type resolver 2013-03-29 18:42:47 +04:00
Evgeny Gerashchenko 05e4164a0d Committing ant.xml. 2013-03-28 15:54:51 +04:00
Evgeny Gerashchenko c24f1605f3 Enabled "Unnecessary final on local variable" inspection. 2013-03-13 14:12:41 +04:00
Evgeny Gerashchenko fc62a7dfa0 Project settings. 2013-02-13 18:08:37 +04:00
Andrey Ponomarev d385cd0155 KT-3250 Copyright plugin does not work on Kotlin sources 2013-01-23 23:44:27 +01:00
Evgeny Gerashchenko 542201f4ed Added VM option to avoid problem with duplicate JDK entries. 2012-12-17 16:35:57 +04:00
Andrey Breslav f220024308 Attach asm sources to idea-full 2012-12-04 14:36:12 +04:00
Evgeny Gerashchenko d487f754cd Prevented copyrights from appearing in testData. 2012-11-28 15:27:57 +04:00
Natalia.Ukhorskaya 74ca357502 Add tests for jps plugin 2012-11-27 14:54:18 +04:00
Natalia.Ukhorskaya c21f52127c Change wildcard resource pattern 2012-11-27 14:49:11 +04:00
Andrey Breslav 4c55c484ed Sources for JPS test framework 2012-11-22 17:44:23 +04:00
Andrey Breslav 10cedf8576 Proper dependencies for the JPS plugin 2012-11-21 20:51:50 +04:00
Andrey Breslav e9a06e51f3 Guava 12 sources added 2012-11-15 19:10:00 +04:00
Andrey Breslav 9592bfd62f Initial implementation for external build
#KT-2751 Fixed
 #KT-3017 Fixed
 #KT-3021 Fixed
2012-11-13 13:46:12 +04:00
Andrey Breslav f7a6c6f6fd JPS plugin stub 2012-11-13 13:46:12 +04:00
Evgeny Gerashchenko cdc96225d0 Introduced simplest GenerateTests. 2012-11-12 18:30:50 +04:00
Andrey Breslav 2584ba5246 Module script generation moved to a separate module
To be re-used by the external build later
2012-11-09 21:56:30 +04:00
Andrey Breslav 32745f1202 cli-common module extracted, to be used by the compiler-runner module 2012-11-09 21:56:29 +04:00
Andrey Breslav 6c1d3aa813 Annoying wrong inspection turned off 2012-10-26 20:01:26 +04:00
Pavel V. Talanov ab7a037d76 compiler.xml 2012-10-03 17:31:29 +04:00
Andrey Breslav 602432e7fb Revert the change from b3b18d74f3 2012-08-28 20:36:34 +04:00
Alex Tkachman b3b18d74f3 isNamedFun decommissioned and replace by isLocalFun 2012-08-28 14:16:23 +03:00
Andrey Breslav 422b938728 Reverting the change from c8b6ef9c81 2012-08-24 12:47:22 +04:00
Alex Tkachman c8b6ef9c81 few method extracted from too complex method 2012-08-23 16:49:04 +03:00
Natalia.Ukhorskaya 9e66e83603 idea_default.xml : add ignorableAnnotations option 2012-08-22 14:32:02 +04:00
Pavel V. Talanov ced3209170 Merge remote-tracking branch 'origin/master' 2012-08-16 13:21:49 +04:00
Alex Tkachman ca33712b00 making code greener and properly formatted 2012-08-15 17:08:43 +03:00
Pavel V. Talanov 9dce8a9f33 Merge remote-tracking branch 'origin/master'
Conflicts:
	js/js.translator/src/org/jetbrains/k2js/translate/intrinsic/functions/factories/RangesFIF.java
	js/js.translator/src/org/jetbrains/k2js/translate/intrinsic/functions/patterns/NamePredicate.java
2012-08-14 13:04:38 +04:00
Andrey Breslav f7321a40e0 Format method with multiline parameter list like this:
int foo(
        Bar buzz
) {
    // ...
}
2012-08-10 20:08:16 +04:00
Alex Tkachman 6af235fe2b KT-2589 fix: putting some order on bytecode flags 2012-08-09 13:35:44 +03:00
Pavel V. Talanov 1165f2c502 Extract js-test-libs into separate project library. 2012-08-08 13:06:03 +04:00
Pavel V. Talanov 17b85cbeed Use other version of JS ast by develar: changes to jars and xmls.
Adapted from https://github.com/develar/kotlin/commit/d3521123a6e4d551b30743b68b6bb23b9678553b.
2012-08-07 13:35:46 +04:00
Alex Tkachman 8613db2724 minor refactoring in JetParsing in order to reuse code 2012-08-06 18:07:46 +03:00
Evgeny Gerashchenko 6062e0e03d Updated mappings to IDEA soruces in project structure. 2012-08-02 16:10:17 +04:00
Nikolay Krasko 6fe6f03e2c Revert accidental commited files from 2a16ec0 2012-07-30 15:49:19 +04:00
Alex Tkachman 7c2d394412 properr names for scripts 2012-07-29 23:58:45 +03:00
Leonid Shalupov b83e186cbb asm-analysis to plugin 2012-07-26 18:09:59 +04:00
Nikolay Krasko 2a16ec0b0f Only prefix completion for keywords and templates (Leda only) 2012-07-25 19:52:21 +04:00
Andrey Breslav 6b4aa26122 Main part of ASM 4.0 with renamed packages is now taken directly from IDEA distribution 2012-07-25 12:07:20 +04:00
Andrey Breslav 839c39c70d Migrate build and project configuration to IntelliJ IDEA 12 (Leda) EAP
Major changes: ASM is switched from vanilla 3.3 to a 4.0 with renamed packages,
because this is done inside IDEA and we depend on that transitively.
Thus the jarjar renaming in build.xml, old library binaries deleted.

Also we now depend on exact IDEA build (EAP), not "last successful".
2012-07-25 12:07:19 +04:00
James Strachan b25c27bfed added first cut of the DOM events API (its not all compiling to JS yet though due to Class<T> not being supported) 2012-07-24 11:10:50 +01:00
Evgeny Gerashchenko 5d8f3b95e3 Using correct logger id. 2012-07-22 19:54:40 +04:00