James Strachan
|
d6c7743aab
|
got a working sample! :)
|
2012-05-26 07:48:37 +01:00 |
|
James Strachan
|
1254aa9e6f
|
allow the JS compiler to reference the JS library source so that maven based JS compilation can work & use the new kotlin.browser API
|
2012-05-26 07:45:10 +01:00 |
|
James Strachan
|
aecb5c72c5
|
code generate the JS dom.kt file so its got full W3C DOM API compatibility based on the API that ships with the JDK
|
2012-05-25 21:43:04 +01:00 |
|
James Strachan
|
6dc053f943
|
generated better comment describing where the code generator is in case anyone wants to modify the code
|
2012-05-25 21:41:49 +01:00 |
|
James Strachan
|
e1234fa5db
|
moved the code generation tools out into a separate package so they don't get confused with test cases
|
2012-05-25 20:44:47 +01:00 |
|
James Strachan
|
6b3864a12d
|
starting to annotate JavaScript APIs in the standard library
|
2012-05-24 16:18:59 +01:00 |
|
James Strachan
|
296a5b6b6c
|
added a test case for using the kotlin.browser package from JS (which fails so far, but its a start ;)
|
2012-05-24 13:08:14 +01:00 |
|
James Strachan
|
ddf9101fb1
|
added better apidoc description
|
2012-05-24 13:07:28 +01:00 |
|
James Strachan
|
bedadb1472
|
added the start of an experimental browser API so we can access the browser environment from a typesafe kotlin API which can be implemented on a JVM (e.g. with JavaFX) or compiled natively to JS to reuse the browser global variables
|
2012-05-24 09:56:57 +01:00 |
|
Evgeny Gerashchenko
|
1ff9c86083
|
Reverted K2JVMCompilerArguments.altHeaders->jdkHeaders usage.
|
2012-05-23 17:52:16 +04:00 |
|
Evgeny Gerashchenko
|
ea36cf9fb0
|
Reverted all changes related to renaming jdkHeaders to altHeaders.
|
2012-05-23 17:05:09 +04:00 |
|
James Strachan
|
fc4340f0f7
|
#KT-2067 Fixed
|
2012-05-23 09:46:15 +01:00 |
|
James Strachan
|
939f0e9085
|
added drop(n) and dropWhile(predicates) for KT-2067 - also tail() now returns the usual idea of tail() - namely everything but the head - rather than just the last element. Finally added more test sample code to the kdoc
|
2012-05-23 09:35:16 +01:00 |
|
James Strachan
|
53a9fff0bc
|
attempt to fix compile error introduced by Stepan's refactoring
|
2012-05-23 09:30:03 +01:00 |
|
James Strachan
|
a4991534b4
|
added capitalize/decapitalize of strings and isUpper/LowerCase helpers to Char
|
2012-05-23 08:28:02 +01:00 |
|
James Strachan
|
a81e40fae2
|
added test case and bug fix for (next|previous)(Elements|Siblings) methods
|
2012-05-22 18:51:44 +01:00 |
|
Stepan Koltsov
|
f9515e1619
|
exception messages to upper case
|
2012-05-19 19:52:53 +04:00 |
|
James Strachan
|
08a45ef346
|
Merge branch 'master' of github.com:JetBrains/kotlin
|
2012-05-18 15:18:24 +01:00 |
|
Stepan Koltsov
|
ff2b190f2d
|
shared copy of empty ImmutableArrayList
|
2012-05-18 15:04:38 +04:00 |
|
Stepan Koltsov
|
cdaf8523ed
|
use internal val instead of fun
|
2012-05-18 15:04:01 +04:00 |
|
Stepan Koltsov
|
e2a875286b
|
ImmutableArrayList.subList: return this if fromIndex = 0 and toIndex = length
|
2012-05-18 15:03:10 +04:00 |
|
Stepan Koltsov
|
32f83f0587
|
ImmutableArrayList: better exception types and messages
|
2012-05-18 15:02:53 +04:00 |
|
Stepan Koltsov
|
4273eea502
|
make listBuilder public
|
2012-05-18 15:02:32 +04:00 |
|
Stepan Koltsov
|
c40bb8c9b3
|
ImmutableArrayList and listBuilder() prototype
TODO: lots of improvements, documentation, tests
|
2012-05-17 16:37:21 +04:00 |
|
Stepan Koltsov
|
942777205c
|
Array.copyOf may produce nulls
|
2012-05-17 16:37:00 +04:00 |
|
pTalanov
|
c8fe0080c7
|
Fix compilation for maven build
|
2012-05-16 17:43:12 +04:00 |
|
Leonid Shalupov
|
c6223fc0c2
|
stream integration test logs
|
2012-05-15 20:09:40 +02:00 |
|
Leonid Shalupov
|
c689840eee
|
jdk -> alt
|
2012-05-15 18:21:35 +02:00 |
|
Leonid Shalupov
|
734b60bb67
|
Merge pull request #51 from detouched/maven-plugin-test
maven plugin: uncommented invoker plugin but commented phase binding.
|
2012-05-15 07:57:35 -07:00 |
|
Leonid Shalupov
|
a8951284ac
|
libraries: jdkHeaders -> altHeaders
|
2012-05-15 16:49:06 +02:00 |
|
Evgeny Gerashchenko
|
15f6e7403e
|
Renamed jdkHeaders to altHeaders in all places where it makes sense.
|
2012-05-15 15:19:55 +04:00 |
|
James Strachan
|
e796f2c62d
|
Merge branch 'master' of github.com:JetBrains/kotlin
|
2012-05-10 21:59:29 +01:00 |
|
Daniel Penkin
|
43d64f2265
|
Uncommented invoker plugin but commented phase binding.
Integration tests are not held during normal package but still available via "mvn integration-test" command.
|
2012-05-09 13:58:40 +04:00 |
|
Leonid Shalupov
|
9f13d3b263
|
commented out maven integrations tests for now
|
2012-05-09 04:25:30 +04:00 |
|
Daniel Penkin
|
422fc81e38
|
Removed unnecessary import statement
|
2012-05-08 23:15:27 +04:00 |
|
Daniel Penkin
|
a2ee297db9
|
Removed unnecessary repository sections
|
2012-05-08 23:10:03 +04:00 |
|
Daniel Penkin
|
281e8e5a76
|
Temporarily removed settings.xml
|
2012-05-08 12:51:21 +04:00 |
|
Daniel Penkin
|
d6e8b63dc3
|
Added simple kotlin-maven-plugin integration test
|
2012-05-08 12:51:20 +04:00 |
|
Daniel Penkin
|
1484e8852c
|
Merged with upstream master
|
2012-05-08 12:08:37 +04:00 |
|
Leonid Shalupov
|
0e435d5274
|
pack compiler sources and javadoc
|
2012-05-07 19:06:59 +04:00 |
|
Leonid Shalupov
|
a7a73d8946
|
fix maven deployment
|
2012-05-07 17:26:33 +04:00 |
|
Leonid Shalupov
|
cf1caa2b66
|
libraries: deploy kotlin-compiler artifact
|
2012-05-07 17:06:44 +04:00 |
|
Leonid Shalupov
|
c0d6d97583
|
libraries: adapt to single repository schema
|
2012-05-07 17:06:26 +04:00 |
|
Pavel Talanov
|
cd2783eac8
|
Try fix maven plugin compilation
|
2012-05-06 01:36:45 +04:00 |
|
pTalanov
|
9b0ef758fb
|
Fix maven plugin compilation.
|
2012-05-05 20:35:52 +04:00 |
|
Leonid Shalupov
|
4eae229127
|
reworked kotlin compiler dist
|
2012-05-04 19:12:02 +04:00 |
|
James Strachan
|
ad4cbac48d
|
Merge branch 'master' of github.com:JetBrains/kotlin
|
2012-05-04 15:08:12 +01:00 |
|
pTalanov
|
359778906d
|
Fix maven build.
|
2012-05-02 16:38:50 +04:00 |
|
pTalanov
|
ce929fab49
|
Rename CompileEnvironmentConfiguration. Drop ArgsUtil class. Add CompilerSpecialMode.JS.
|
2012-05-02 15:23:40 +04:00 |
|
pTalanov
|
7da1e31eca
|
Merge remote-tracking branch 'origin/master'
Conflicts:
build-tools/core/src/org/jetbrains/jet/buildtools/core/BytecodeCompiler.java
compiler/cli/src/org/jetbrains/jet/cli/jvm/K2JVMCompiler.java
compiler/cli/src/org/jetbrains/jet/cli/jvm/compiler/CompileEnvironmentConfiguration.java
compiler/cli/src/org/jetbrains/jet/cli/jvm/compiler/JetCoreEnvironment.java
compiler/tests/org/jetbrains/jet/JetTestUtils.java
compiler/tests/org/jetbrains/jet/codegen/CompileTextTest.java
|
2012-05-02 13:39:36 +04:00 |
|