Alexey Andreev
|
c154a55ed5
|
Merge branch 'master' into timezones
|
2015-05-17 11:46:40 +03:00 |
|
Alexey Andreev
|
7d49a2bd99
|
Additional guard against fixed time zones
|
2015-05-16 21:26:22 +03:00 |
|
Alexey Andreev
|
46da627318
|
First version of time zone detector
|
2015-05-16 20:50:16 +03:00 |
|
Alexey Andreev
|
05c74a2d8a
|
Add support of embedded time zone decoding
|
2015-05-16 16:50:00 +03:00 |
|
Alexey Andreev
|
a6287b6cfd
|
Fix some bugs in timezones
|
2015-05-14 22:32:41 +03:00 |
|
Alexey Andreev
|
e8df0a86de
|
Fix issue with TreeMap size after deletions
|
2015-05-14 19:19:21 +03:00 |
|
Steve Hannah
|
02fcef0ae7
|
Fixed issue with size not being updated in TreeMap upon removal of some nodes.
|
2015-05-14 09:09:09 -07:00 |
|
Alexey Andreev
|
dadc693c9f
|
Very first version of TeaVM time zone compiler
|
2015-05-14 18:38:30 +04:00 |
|
Alexey Andreev
|
639633018e
|
Probably fix https://github.com/konsoletyper/teavm/issues/112
|
2015-05-14 18:11:47 +04:00 |
|
Alexey Andreev
|
f07a8aec8f
|
Merge remote-tracking branch 'origin/master'
|
2015-05-14 13:53:58 +04:00 |
|
Alexey Andreev
|
0a335daed2
|
See https://github.com/konsoletyper/teavm/pull/113
|
2015-05-14 13:53:24 +04:00 |
|
Alexey Andreev
|
13fbf7c544
|
Borrow some code from Joda Time to parse tz data and expose offsets. Add
tz data archive
|
2015-05-13 22:57:00 +03:00 |
|
Alexey Andreev
|
120207532e
|
Merge pull request #111 from shannah/issue_110
Issue 110
|
2015-05-13 11:06:35 +03:00 |
|
Steve Hannah
|
7eb710a806
|
Fixed ArrayOutOfBounds on binarySearch of empty list. https://github.com/konsoletyper/teavm/issues/110
|
2015-05-12 16:58:46 -07:00 |
|
Alexey Andreev
|
b264e34ef8
|
Start to implement time zones
|
2015-05-12 21:40:57 +03:00 |
|
Alexey Andreev
|
7277696870
|
Fix https://github.com/konsoletyper/teavm/issues/108 Fix incorrect
rounding of negative numbers
|
2015-05-12 19:27:11 +03:00 |
|
Alexey Andreev
|
7c91604311
|
Add StackTraceElement stub to run Kotlin
|
2015-05-04 11:42:07 +03:00 |
|
Alexey Andreev
|
26379afc50
|
Fix bug in bytecode parser. Fix
https://github.com/konsoletyper/teavm/issues/104 Fix
https://github.com/konsoletyper/teavm/issues/105
|
2015-05-01 15:19:35 +03:00 |
|
Alexey Andreev
|
934909260f
|
Merge remote-tracking branch 'origin/master'
|
2015-05-01 10:50:17 +03:00 |
|
Alexey Andreev
|
7b029d024c
|
Upgrade to ASM5 API
|
2015-05-01 10:49:51 +03:00 |
|
Steve Hannah
|
ff9324570c
|
Fixed issue https://github.com/konsoletyper/teavm/issues/100
|
2015-04-28 10:38:01 -07:00 |
|
Alexey Andreev
|
33e9fca099
|
Bugfixes
|
2015-04-05 18:43:56 +03:00 |
|
Alexey Andreev
|
712dfced8b
|
Make Arrays.hashCode compatible with JVM
|
2015-03-30 22:31:30 +03:00 |
|
Steve Hannah
|
bf1f83da6c
|
Another fix for Collections.shuffle(). Without this fix, shuffle doesn't actually do anything on non-random-access collections.
|
2015-03-26 11:37:01 -07:00 |
|
Steve Hannah
|
7d6d777906
|
Fix for issue 88. Collections.shuffle bug.
|
2015-03-26 09:16:59 -07:00 |
|
konsoletyper
|
f5d09be35e
|
Replace old charset with NIO charset
|
2015-03-22 19:40:10 +03:00 |
|
konsoletyper
|
aa2451c3e3
|
Replacing old TeaVM-based charsets with NIO charsets
|
2015-03-22 18:15:48 +03:00 |
|
konsoletyper
|
cc5225a2a6
|
UTF-8 support test passes
|
2015-03-22 15:57:49 +03:00 |
|
konsoletyper
|
0be769f74d
|
Further implementation of nio charsets
|
2015-03-21 22:46:16 +03:00 |
|
Alexey Andreev
|
59b2d0b21e
|
Initial charset classes
|
2015-03-18 19:21:16 +04:00 |
|
konsoletyper
|
e7db80fe2b
|
Fix slf4j support. Add PrintStream.println(double)
|
2015-03-16 21:55:37 +03:00 |
|
konsoletyper
|
17ccec57e9
|
Add missing javadoc tags
|
2015-03-15 18:22:39 +03:00 |
|
Alexey Andreev
|
aad95014fe
|
Fix error in Object.wait. Make junit working with new async approach
|
2015-03-12 11:44:17 +04:00 |
|
konsoletyper
|
2ef8f9c0e8
|
Merge branch 'master' into better-async
|
2015-03-11 20:39:51 +03:00 |
|
Alexey Andreev
|
b19c545318
|
Fix issue
|
2015-03-11 19:49:31 +04:00 |
|
Alexey Andreev
|
7e23498c5b
|
Fix bugs
|
2015-03-11 19:02:32 +04:00 |
|
konsoletyper
|
8fe3876641
|
First working prototype of new async
|
2015-03-10 22:09:43 +03:00 |
|
konsoletyper
|
5c189cfe15
|
Fix bug in InputStream.read implementation
|
2015-03-10 20:39:28 +03:00 |
|
Alexey Andreev
|
56c5fefae4
|
Further development
|
2015-03-10 19:33:34 +04:00 |
|
Alexey Andreev
|
32deaf2716
|
Further work on a new thread emulator
|
2015-03-10 15:19:54 +04:00 |
|
Alexey Andreev
|
93e43456d1
|
Outline of upcoming improvements of continuations
|
2015-03-10 12:49:00 +04:00 |
|
konsoletyper
|
fe2adc4675
|
Speed-up TeaVM compiler on large applications
|
2015-03-09 16:22:19 +03:00 |
|
konsoletyper
|
62118e2cfe
|
Add frequency-based naming in minified mode
|
2015-03-09 13:28:37 +03:00 |
|
konsoletyper
|
61368d0c10
|
Add own declaration of DataOutput interface
|
2015-03-08 20:11:03 +03:00 |
|
konsoletyper
|
3a78db74c1
|
Fix bugs
|
2015-03-08 13:09:17 +03:00 |
|
konsoletyper
|
7869173ac2
|
Remove build errors on JDK8
|
2015-03-08 12:18:57 +03:00 |
|
Alexey Andreev
|
d2e20d7c9f
|
Add OutOfMemoryError. When catching exceptions that are not defined,
report errors at compile time.
|
2015-03-06 14:01:02 +04:00 |
|
Alexey Andreev
|
bacd02d8a7
|
Add some JDK classes needed to support DukeScript
|
2015-03-01 11:25:42 +03:00 |
|
Alexey Andreev
|
18ac2b2b25
|
Fix some tests of html4j TCK
|
2015-03-01 11:10:59 +03:00 |
|
konsoletyper
|
1c0acf61d4
|
Merge branch 'async'
|
2015-02-26 23:48:31 +03:00 |
|