Commit Graph

1147 Commits

Author SHA1 Message Date
konsoletyper
25ceeb3af0 Fix error in System.arraycopy 2015-01-25 18:32:15 +04:00
konsoletyper
ad57f957cb JSO bugfixes and improvements 2015-01-25 15:21:17 +04:00
konsoletyper
bb0cd3e180 Fix bug in InputStreamReader 2015-01-25 12:05:17 +04:00
Junji Takakura
8bc65d96b5 Adds Web Storage Demo Application 2015-01-25 11:25:07 +09:00
Junji Takakura
5dde3d6412 Add implementation of Web Storage API 2015-01-25 11:23:57 +09:00
konsoletyper
b71ba395fd Include source directories into class path when running TeaVM from
Eclipse so that TeaVM can read resources.
2015-01-24 20:13:14 +04:00
Junji Takakura
2e98e1f61a Fix Checkstyle errors 2015-01-24 21:56:29 +09:00
konsoletyper
b731687c3e Add support of JSBody 2015-01-24 16:40:10 +04:00
Junji Takakura
14a6c099d9 Adds HTML5 Video Demo Application 2015-01-24 20:00:01 +09:00
Junji Takakura
ec4e4a9771 Fix bugs 2015-01-24 17:28:24 +09:00
konsoletyper
f138c837cf Add DOM APIs 2015-01-24 00:48:06 +04:00
Alexey Andreev
be4457c285 Fix errors in WebGL wrappers. Add support of some typed arrays 2015-01-23 19:28:12 +04:00
konsoletyper
1b0b47985d WebGL wrappers. Additional core JS wrappers 2015-01-22 23:03:54 +04:00
konsoletyper
871667cacb Minor bugfixes 2015-01-22 21:04:17 +04:00
Alexey Andreev
da4e548d38 Start wrapping WebGL 2015-01-22 19:21:25 +04:00
Alexey Andreev
67677494b3 Fix error in transforming classes if missing items found 2015-01-22 14:25:40 +04:00
Junji Takakura
0206ea4e0a Adds implementation of HTMLMediaElement, HTMLVideoElement, HTMLAudioElement and HTMLSourceElement 2015-01-21 09:48:45 +09:00
konsoletyper
7d2e323af0 Fix tycho build for SNAPSHOT versions 2015-01-20 20:42:49 +04:00
Alexey Andreev
8950121d01 Fix bug with source maps generator 2015-01-20 18:45:20 +04:00
Alexey Andreev
525fd89374 Minor improvements and bugfixes 2015-01-20 18:10:13 +04:00
Alexey Andreev
3935d27f5b Fix bugs 2015-01-19 18:19:38 +04:00
alexey-andreev
3f7d02affb Fix problem with removed problem markers 2015-01-18 19:20:42 +04:00
alexey-andreev
8188878488 Add support of new diagnostics API in Eclipse 2015-01-18 19:06:21 +04:00
alexey-andreev
d185ee79a3 Check html4j with checkstyle 2015-01-18 13:15:11 +04:00
alexey-andreev
792dd6618d Add copyright headers to JSO 2015-01-18 13:03:05 +04:00
Alexey Andreev
d55bd862d0 Missing native methods are reported through diagnostics. Better
rendering of problem stack trace.
2015-01-16 18:36:11 +04:00
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
47f5943e8b Refactor TeaVM core for new diagnostics API 2014-12-11 18:54:15 +04:00
Alexey Andreev
0945c27f16 Further work on diagnostics API 2014-12-09 18:43:23 +04:00
Alexey Andreev
71da76ee06 Fix https://github.com/konsoletyper/teavm/issues/29 2014-12-09 18:08:58 +04:00
Alexey Andreev
11f270e3ef Fix https://github.com/konsoletyper/teavm/issues/39 2014-12-09 16:42:26 +04:00
Alexey Andreev
844da6760c Clean-up project 2014-12-09 16:21:14 +04:00
Alexey Andreev
a0b38c5d5e Switch benchmark to use GWT version 2.7.0 2014-12-02 11:41:27 +04:00
Alexey Andreev
30781bb16e Refuse from CallStack for complete CallGraph 2014-11-23 22:34:12 +03:00
Alexey Andreev
a7ce9e719c Update README.md 2014-11-22 10:48:33 +03:00
Alexey Andreev
2322a97d4c Merge pull request #36 from drxaos/master
Fix bug in AbstractStringBuilder.delete
2014-11-21 19:38:51 +03: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