Amal Samally
|
8df51ce7f8
|
Fix outdated code (old tuples syntax)
Partial fix for http://youtrack.jetbrains.com/issue/KT-3775
|
2013-07-14 18:18:23 -07:00 |
|
Leonid Shalupov
|
4c3f8ff633
|
move maven examples to https://github.com/JetBrains/kotlin-examples
|
2013-03-30 15:42:46 +04:00 |
|
Evgeny Gerashchenko
|
655f9e01a2
|
Renamed tuples from other code.
|
2013-03-22 16:37:16 +04:00 |
|
Andrey Breslav
|
89017fbc89
|
hello.namespace -> hello.HelloPackage
|
2013-03-01 13:14:06 +04:00 |
|
Evgeny Gerashchenko
|
52b7ee6447
|
Happy new year 2013!
|
2013-01-28 18:58:08 +04:00 |
|
Evgeny Gerashchenko
|
3fd61edcd5
|
Replaced sure() invocations with '!!' operator in examples code.
|
2012-09-17 18:00:21 +04:00 |
|
lajos papp
|
6c0a3024ca
|
adding ReadMe.md to describe maven usage, configuring exec:java plugin to execute the main 'namespace'
|
2012-06-14 02:53:21 +02:00 |
|
Leonid Shalupov
|
f172d99f68
|
update repositories in maven examples
|
2012-06-05 14:10:06 +04:00 |
|
Stepan Koltsov
|
aa4252462f
|
replace 'for (;;)' with 'while (true)'
|
2012-05-11 16:26:26 +04:00 |
|
Dmitry Jemerov
|
81568cdc27
|
update to current Kotlin
|
2012-04-16 15:19:38 +02:00 |
|
Dmitry Jemerov
|
d549e9d3a5
|
update to current Kotlin
|
2012-04-16 14:01:36 +02:00 |
|
Dmitry Jemerov
|
338de15f0e
|
update to current Kotlin
|
2012-04-16 13:26:00 +02:00 |
|
Leonid Shalupov
|
3813e0a886
|
maven version = 0.1-SNAPSHOT
|
2012-04-12 13:03:15 +04:00 |
|
Leonid Shalupov
|
5b6d6a742c
|
examples/maven: add project.build.sourceEncoding
|
2012-04-12 09:09:52 +04:00 |
|
Leonid Shalupov
|
8a2e79169e
|
add examples/maven
|
2012-04-12 06:44:13 +04:00 |
|
Stepan Koltsov
|
a889e29147
|
else on the next line
as requested by http://confluence.jetbrains.net/display/JET/Code+Conventions+for+Java
(sed is your friend)
|
2012-04-10 00:03:13 +04:00 |
|
Evgeny Gerashchenko
|
3fa0561f3d
|
Added global constants for OS_SEPARATOR and VFS_SEPARATOR.
|
2012-04-08 17:20:04 +04:00 |
|
Evgeny Gerashchenko
|
dfd3f50c52
|
Made VirtualFile subtype of Hashable.
|
2012-04-08 17:06:33 +04:00 |
|
Evgeny Gerashchenko
|
1931d82416
|
Changed keys for FileSystem.fileToInfo map (because of fixed compiler bugs)
|
2012-04-08 17:06:33 +04:00 |
|
Evgeny Gerashchenko
|
6772df3298
|
Replaced getter methods with properties (because of fixed compiler bugs)
|
2012-04-08 17:06:32 +04:00 |
|
Evgeny Gerashchenko
|
172809fa70
|
Changed project format for example-vfs to directory-based.
|
2012-04-06 22:53:25 +04:00 |
|
Evgeny Gerashchenko
|
fab14cc398
|
Made example-vfs compilable and workable.
|
2012-04-06 22:53:25 +04:00 |
|
Evgeny Gerashchenko
|
77b6a5f7b1
|
Replaced stdlib module with corresponding library.
|
2012-04-06 22:53:25 +04:00 |
|
Hiram Chirino
|
b8dda416f3
|
Remove functions which could conflict with the kotlin.assert function.
|
2012-03-08 14:42:41 -05:00 |
|
Andrey Breslav
|
0a08ac5fe8
|
Libraries written in Kotlin are factored out into a separate project
|
2012-03-06 19:00:29 +04:00 |
|
James Strachan
|
eb3aac9acb
|
refactored std.* package to be kotlin.*. Due to KT-1381 I had to move the functions from kotlin.test into the stdlib for now (I made them not depend on JUnit for now)
|
2012-03-03 12:11:06 +00:00 |
|
Evgeny Gerashchenko
|
12f7d463ad
|
Fixed compilation of example-vfs project.
|
2012-02-27 17:43:20 +04:00 |
|
Alex Tkachman
|
eb017d8a2e
|
fix for 1345
|
2012-02-26 09:38:07 +02:00 |
|
Alex Tkachman
|
53bba59a4f
|
dbl -> toDouble
|
2012-02-22 13:14:41 +02:00 |
|
Alex Tkachman
|
18990e2c1b
|
bug with delegation from EA
|
2012-02-22 13:02:48 +02:00 |
|
Andrey Breslav
|
bff62484b1
|
KT-1306123.lng or 123.sht is not good name
|
2012-02-20 21:42:13 +04:00 |
|
Alex Tkachman
|
5435594343
|
benchmarks refreshed
|
2012-02-20 12:43:02 +02:00 |
|
Alefas
|
39d442b04f
|
Declare Variable, Add type annotation action for Introduce Variable feature.
|
2012-02-14 21:32:13 +04:00 |
|
Maxim Shafirov
|
a03922d467
|
Copyrights set to Apache, reflecting it's now open source
|
2012-02-14 19:25:06 +04:00 |
|
Alex Tkachman
|
ace34b01bc
|
KT-1202 object construction fix
|
2012-02-13 08:34:10 +02:00 |
|
Alex Tkachman
|
a6fdd0fd05
|
actors example - stock server
|
2012-02-10 11:37:34 +02:00 |
|
Alefas
|
6fe52d15b4
|
Few fixes to Introduce Variable (no new features added)
Added few tests to Introduce Variable
More strict requirements for expressions to introduce it.
|
2012-02-08 17:07:38 +04:00 |
|
Evgeny Gerashchenko
|
3660b4668e
|
Commited minor changes in example-vfs.iml.
|
2012-02-08 15:58:06 +04:00 |
|
Alefas
|
1d88960a19
|
Name suggester + tests.
Fixed commented introduce variable tests.
|
2012-02-07 18:22:38 +04:00 |
|
Alex Tkachman
|
9d69c62a6c
|
Netty example
|
2012-02-06 16:32:22 +02:00 |
|
Alex Tkachman
|
a5185ad206
|
Guice example
|
2012-02-06 11:04:19 +02:00 |
|
Maxim Shafirov
|
0ec6132798
|
Actors moved to other examples
|
2012-02-02 20:52:14 +04:00 |
|
Alex Tkachman
|
b63fbccba6
|
actors moved from stdlib to example
|
2012-02-02 13:02:48 +02:00 |
|
Alex Tkachman
|
fd3ae3923a
|
actors example and related bug fixes
|
2012-02-02 11:15:26 +02:00 |
|
Alex Tkachman
|
9559decfc0
|
some tweaks of VFS example to be more Kotlin
|
2012-02-01 10:48:28 +02:00 |
|
Andrey Breslav
|
b8ccee7bdf
|
Luhny Code Challenge. Proposed by Bob Lee. Ported to Kotlin by Leonid Shalupov.
|
2012-01-27 21:00:33 +04:00 |
|
Evgeny Gerashchenko
|
ca1abed3a9
|
Added example-vfs project written on Kotlin.
|
2012-01-27 18:31:20 +04:00 |
|
Andrey Breslav
|
9421475ef4
|
Swing builder example (started)
|
2012-01-25 17:26:49 +04:00 |
|
Andrey Breslav
|
f52eae71d0
|
GreatSyntacticShift: 'namespace' -> 'package'
|
2011-12-25 15:51:59 +04:00 |
|
Alex Tkachman
|
b0b14ecaa2
|
examples converted to new syntax
|
2011-12-22 14:50:21 +02:00 |
|