Commit Graph

304 Commits

Author SHA1 Message Date
Alexey Andreev
9154f4eff9 Add post-processor that reports references to missing items and replaces
these references with code that throws error.
2015-01-16 17:47:25 +04:00
Alexey Andreev
4299836ef4 First working version with new diagnostics API 2015-01-14 19:12:06 +04:00
Alexey Andreev
bdf4f7dbae Merge branch 'master' into diagnostics 2015-01-14 17:54:08 +04:00
Alexey Andreev
b3a41892a3 Fix Class.getName(). Fix https://github.com/konsoletyper/teavm/issues/43
Fix Eclipse plugin descriptor
2015-01-13 19:17:18 +04:00
Alexey Andreev
eeddfd1298 Fix bugs that were found by FindBugs. Fix
https://github.com/konsoletyper/teavm/issues/46
https://github.com/konsoletyper/teavm/issues/45
https://github.com/konsoletyper/teavm/issues/44
https://github.com/konsoletyper/teavm/issues/42
2015-01-13 18:25:15 +04:00
Alexey Andreev
9c2231f1cc Add @Rename to TCharSequence.toString0 2014-12-30 11:33:07 +04:00
Alexey Andreev
1fff443c36 Dependency API supports multiple occurence of reaching events for
different location
2014-12-29 19:16:29 +04:00
Alexey Andreev
cd0664d695 Add support of new plugin interface to extensions 2014-12-11 19:20:39 +04:00
Alexey Andreev
316850bbb5 Merge branch 'master' into diagnostics 2014-12-11 18:54:25 +04:00
Alexey Andreev
844da6760c Clean-up project 2014-12-09 16:21:14 +04:00
xaos
b02e9baeb8 Fix bug in AbstractStringBuilder.delete 2014-11-21 21:24:24 +05:00
konsoletyper
e736cf09d7 Start implementing diagnostics API 2014-11-05 22:14:41 +03:00
konsoletyper
19c18a41c5 Add java.util.zip 2014-11-04 22:04:46 +03:00
konsoletyper
d5e602b38e Add PushbackInputStream and DataInputStream 2014-11-04 21:11:27 +03:00
konsoletyper
470bbc6fc1 Add some get/put methods in ByteBuffer 2014-11-04 20:22:50 +03:00
konsoletyper
3489f3c82c Speed-up buffers that wrap ByteBuffer 2014-11-04 20:02:36 +03:00
konsoletyper
ed6e6ae373 Fix bug in Float.intBitsToFloat 2014-11-04 19:33:01 +03:00
konsoletyper
3a0db006bb Fix signed byte to int conversion in ByteBuffer wrappers. Refactor
DoubleBuffer
2014-11-04 14:32:57 +03:00
konsoletyper
999e02d316 Refactor FloatBuffer 2014-11-04 14:02:19 +03:00
konsoletyper
89b65fef8a Refactor LongBuffer 2014-11-04 13:40:46 +03:00
konsoletyper
e934ddc798 Fix https://github.com/konsoletyper/teavm/issues/33 2014-11-03 20:15:16 +03:00
konsoletyper
cfcd25b159 Refactor ShortBuffer and IntBuffer. Implement ByteBuffer.asIntBuffer and
.asShortBuffer
2014-11-01 13:10:43 +03:00
konsoletyper
8dd5661dfa Add wrapping of ByteBuffer into CharBuffer 2014-10-29 21:44:38 +03:00
konsoletyper
5c8b80aa32 Add BufferedInputStream and StringTokenizer 2014-10-26 17:26:21 +03:00
konsoletyper
9902f583bd Throw NPE when regex pattern is null 2014-10-25 18:36:30 +04:00
Alexey Andreev
a0493055a8 Merge remote-tracking branch 'origin/regex' 2014-10-25 17:37:56 +04:00
Alexey Andreev
58ca7356bb Merge remote-tracking branch 'origin/regex' into regex 2014-10-25 17:37:08 +04:00
konsoletyper
b93c71ad41 Merge branch 'regex' 2014-10-25 16:09:35 +04:00
konsoletyper
e1d5b45750 Add some methods to String 2014-10-25 16:08:41 +04:00
konsoletyper
c47689dc30 Merge branch 'master' into regex 2014-10-25 16:00:39 +04:00
konsoletyper
ac519dd77e Add LongBuffer, FloatBuffer, DoubleBuffer 2014-10-25 15:59:47 +04:00
konsoletyper
1a2e78365b Add ShortBuffer and IntBuffer 2014-10-25 15:41:57 +04:00
konsoletyper
4629ff5450 Add CharBuffer 2014-10-25 15:07:45 +04:00
konsoletyper
f9cbcf4b80 Merge branch 'master' into nio 2014-10-25 13:21:07 +04:00
konsoletyper
ae9e38efd4 Merge branch 'master' into nio 2014-10-25 12:40:40 +04:00
konsoletyper
e7d51b6435 Add some tests for ByteBuffer 2014-10-25 12:40:23 +04:00
Alexey Andreev
4a3e11d1af Add test case for https://github.com/konsoletyper/teavm/issues/27 2014-10-22 22:49:47 +04:00
Alexey Andreev
f4641dc642 Add unit tests for ByteBuffer get and put methods 2014-10-22 22:41:31 +04:00
konsoletyper
3de49d6d54 Fix issues in strict mode 2014-10-19 11:02:56 +04:00
konsoletyper
0227c0cedf Fixes some test of ByteBuffer 2014-10-15 17:50:58 +04:00
Alexey Andreev
2cd397c81c Add some test cases for ByteBuffer 2014-10-13 21:24:18 +04:00
Alexey Andreev
b7725aa15a Remove unnecessary compareTo 2014-10-13 19:31:21 +04:00
konsoletyper
273fc59182 Switch version to 0.3.0-SNAPSHOT 2014-10-13 17:33:25 +04:00
Alexey Andreev
deb79213a4 Basic ByteBuffer implementation 2014-10-12 22:09:24 +04:00
Alexey Andreev
581cae0ef4 Bugfixes: https://github.com/konsoletyper/teavm/issues/23
https://github.com/konsoletyper/teavm/issues/22
https://github.com/konsoletyper/teavm/issues/21
2014-10-12 18:05:31 +04:00
Alexey Andreev
bc74f817fe Add 'T' prefix to regex implementation classes 2014-10-12 17:47:13 +04:00
Alexey Andreev
78f4f7a1ff Add regex methods into java.lang.String. Add group index checking into
java.util.regex.Matcher
2014-10-12 13:50:56 +04:00
Alexey Andreev
28251840ec Merge branch 'master' into regex 2014-10-12 11:57:59 +04:00
konsoletyper
9e09c247e6 Replace old code samples with new ones 2014-10-05 15:45:44 +04:00
Alexey Andreev
9d12bffc1b Add support of copying source files into Eclipse:
https://github.com/konsoletyper/teavm/issues/13
2014-09-27 19:23:05 +04:00