Commit Graph

573 Commits

Author SHA1 Message Date
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
9bdd2f6020 Fix https://github.com/konsoletyper/teavm/issues/27 2014-10-25 13:20:41 +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
Alexey Andreev
b151f709ee Add feedback section to readme 2014-10-20 00:31:28 +04:00
Alexey Andreev
7ae62f9936 Upgrade to version 0.2.1 2014-10-19 19:23:18 +04:00
konsoletyper
a24652a576 Support of html4j version 1.0. Better support of JavaScriptBody
callbacks.
2014-10-19 16:32:56 +04:00
konsoletyper
3de49d6d54 Fix issues in strict mode 2014-10-19 11:02:56 +04:00
konsoletyper
5420ca89f6 Add support of strict mode 2014-10-18 15:32:43 +04:00
konsoletyper
991ca3e4a5 Switch to ASM 5 in order to support build under JDK 8 2014-10-18 14:11:04 +04:00
konsoletyper
ff469f4cc4 Repair m2e configurer in Windows 2014-10-18 13:23:43 +04:00
konsoletyper
0227c0cedf Fixes some test of ByteBuffer 2014-10-15 17:50:58 +04:00
konsoletyper
5bb3cbde65 Add link to Geobot demo 2014-10-14 21:22:01 +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
konsoletyper
70338531f5 Add a reference to wiki from readme 2014-10-09 17:36:44 +04:00
Alexey Andreev
82ce525a1b Update readme 2014-10-07 13:56:54 +04:00
konsoletyper
0b6d4672e6 Update link to tutorial 2014-10-06 17:56:50 +04:00
konsoletyper
391cecc62c Update readme 2014-10-06 17:55:46 +04:00
konsoletyper
9f115ea1b2 Update readme file with creating project from archetype 2014-10-06 16:16:39 +04:00
konsoletyper
493ca64411 Extend remote debugger communication protocol for supporting messages
larger than 65536 characters (limitation of web sockets).
2014-10-05 18:25:31 +04:00
konsoletyper
2d583dc7f4 Better variable display in debugger 2014-10-05 17:45:09 +04:00
konsoletyper
0c4aeec667 Fix bug in JSO that led to improper generation of functor wrappers 2014-10-05 17:12:45 +04:00
konsoletyper
137c7f633d Update readme 2014-10-05 16:45:44 +04:00
konsoletyper
9e09c247e6 Replace old code samples with new ones 2014-10-05 15:45:44 +04:00
konsoletyper
4f668d4d43 Merge remote-tracking branch 'origin/canvas'
Conflicts:
	teavm-dom/src/main/java/org/teavm/dom/browser/Window.java
2014-10-04 17:57:40 +04:00
konsoletyper
71343b910e Fix passing of some DukeScript tests 2014-10-04 17:54:56 +04:00
konsoletyper
3a475d8726 Debugger opens JS files by HTTP 2014-10-04 16:18:52 +04:00
konsoletyper
9535d024e4 Remove idle timeout from websocket-based remote debugger 2014-10-04 12:50:44 +04:00
konsoletyper
7b4a7fc471 Add statement boundary mapping to debug information 2014-10-03 21:30:55 +04:00
konsoletyper
f628a996ac Attempt to make more accurate debug information 2014-10-01 12:08:13 +04:00
konsoletyper
b7754ea1a5 Minor improvements & bugfixes 2014-09-30 23:19:10 +04:00
konsoletyper
50686c882d Add fix for dependency issue when invoking callback from native JS 2014-09-30 18:13:45 +04:00
konsoletyper
c0dc8f25d3 Minor fixes 2014-09-28 20:53:45 +04:00
konsoletyper
2830842a75 Remove classlib dependency from Eclipse plugin 2014-09-28 20:28:32 +04:00
Alexey Andreev
edb9bcb02e Minor improvements 2014-09-28 16:14:42 +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
Alexey Andreev
6c05ec589a Add source copying in maven plugin:
https://github.com/konsoletyper/teavm/issues/13
2014-09-26 18:52:28 +04:00
Alexey Andreev
15299213d2 Add maven archetype. Add XMLHttpRequest binding. Minor bugfixes 2014-09-25 23:54:13 +04:00
Alexey Andreev
8696bff1cd Fix minor bugs 2014-09-25 18:22:16 +04:00
Alexey Andreev
7a02804544 Fix issue with java class library when building from Eclipse 2014-09-25 16:54:48 +04:00
Alexey Andreev
1b55a3e499 Add forgotten files 2014-09-25 14:35:58 +04:00
Alexey Andreev
5f4d8ded11 Merge branch 'master' into tycho-build
Conflicts:
	teavm-eclipse/teavm-eclipse-plugin/META-INF/MANIFEST.MF
2014-09-25 14:35:10 +04:00