Alexey Andreev
|
69857af688
|
Fix https://github.com/konsoletyper/teavm/issues/66
|
2015-02-20 16:55:35 +04:00 |
|
Steve Hannah
|
3cf890fa53
|
Fixed issue with running threads that don't explicitly include a runnable target (e.g. if they have been derived with their own run() method).
|
2015-02-19 08:42:39 -08:00 |
|
konsoletyper
|
b6cb9bfd4a
|
Fix monitor methods. Improve JSO to handle abstract classes
|
2015-02-15 18:11:23 +04:00 |
|
konsoletyper
|
9d112817b8
|
Minor improvements
|
2015-02-14 23:52:28 +04:00 |
|
konsoletyper
|
4ce1031c0c
|
Trying to fix https://github.com/konsoletyper/teavm/issues/58
|
2015-02-14 01:18:43 +04:00 |
|
konsoletyper
|
4cf084d848
|
Fix Thread.start()
|
2015-02-14 00:41:29 +04:00 |
|
konsoletyper
|
f93b35ce80
|
Fix monitorenter
|
2015-02-14 00:24:24 +04:00 |
|
konsoletyper
|
a4d948f26b
|
Fix bugs
|
2015-02-13 22:30:41 +04:00 |
|
Alexey Andreev
|
54ecf6e00f
|
One step toward further minification
|
2015-02-12 19:08:44 +04:00 |
|
konsoletyper
|
857ed9754e
|
Fix code styling
|
2015-02-10 22:10:06 +04:00 |
|
konsoletyper
|
74a76804fb
|
Merge remote-tracking branch 'origin/shannah_threads' into shannah_threads
|
2015-02-09 23:14:25 +04:00 |
|
konsoletyper
|
71195c04ce
|
Fix some bugs
|
2015-02-09 23:04:02 +04:00 |
|
Steve Hannah
|
a1df42878c
|
Changed native functions to use new AsyncCallback approach.
|
2015-02-09 10:54:06 -08:00 |
|
Steve Hannah
|
9465d24723
|
Partial merge with async.
|
2015-02-09 09:49:53 -08:00 |
|
Alexey Andreev
|
dd25ae4759
|
Further removal of direct JavaScript generation from classlib
|
2015-02-09 19:36:45 +04:00 |
|
konsoletyper
|
2ae7b587d1
|
Most of TClass now uses Platform instead of code generation
|
2015-02-08 22:35:51 +04:00 |
|
konsoletyper
|
d93fa6cf41
|
Start eliminating JavaScript generators in classlib in favour of calling
Platform and JSO
|
2015-02-07 20:58:47 +04:00 |
|
konsoletyper
|
3b1d6851a4
|
Refactoring. Add AsyncCallback support
|
2015-02-07 18:36:18 +04:00 |
|
Steve Hannah
|
e2b6b7b2df
|
Fixed monitorExit to work with more than one enter/exit.
|
2015-02-06 17:07:01 -08:00 |
|
Steve Hannah
|
2fbc50e76f
|
Most of the elements are in place for monitors to work... something is wrong tough because I get errors when I try to compile files with synchronized sections.
|
2015-02-06 16:47:59 -08:00 |
|
Steve Hannah
|
cca4336a15
|
Merged with latest async branch. Also added MonitorExitInstruction and MonitorEnterInstruction classes, and updated all associated visitors. These don't do anything yet though.
|
2015-02-06 14:11:07 -08:00 |
|
Steve Hannah
|
d84889798c
|
Merge branch 'async' of https://github.com/konsoletyper/teavm into threads
|
2015-02-06 13:17:43 -08:00 |
|
Alexey Andreev
|
73721e5b31
|
Add exception support to async methods
|
2015-02-05 17:50:25 +04:00 |
|
Steve Hannah
|
e6e52d1be5
|
Added preliminary support for keeping track of which thread is currently running. This implementation simply overrides setTimeout() to keep track of the thread that is running. It restores it to the main thread after a thread finishes running. May need to override other async methods e.g. XMLHTTPRequest, but not sure yet. This change may be sufficient if all of our async methods meant to emulate threads use the setTimeout construction.
|
2015-02-04 13:55:02 -08:00 |
|
Steve Hannah
|
b37c92b02d
|
Merged Alexey's patch for Thread.start
|
2015-02-03 09:07:46 -08:00 |
|
Steve Hannah
|
72cb3973d6
|
Added some implementations for Object.wait(), Object.notify(), Object.notifyAll(), and Thread.start() to try to emulate the behaviour of multithreaded environments.
|
2015-02-02 12:45:32 -08:00 |
|
Steve Hannah
|
7c084effb0
|
Merge branch 'async' of https://github.com/konsoletyper/teavm into threads
|
2015-02-02 08:26:12 -08:00 |
|
Steve Hannah
|
73a1e95aae
|
Added some missing classes to be able to compile codenameone.
|
2015-02-02 08:24:57 -08:00 |
|
konsoletyper
|
62d3e9f40e
|
Further work on CPS generator
|
2015-02-01 22:08:04 +04:00 |
|
konsoletyper
|
3c9acd8fab
|
Further work on CPS generator
|
2015-02-01 17:43:21 +04:00 |
|
Alexey Andreev
|
f849c070f2
|
Fix invalid Long.hashCode()
|
2015-01-29 19:10:27 +04:00 |
|
konsoletyper
|
25ceeb3af0
|
Fix error in System.arraycopy
|
2015-01-25 18:32:15 +04:00 |
|
konsoletyper
|
bb0cd3e180
|
Fix bug in InputStreamReader
|
2015-01-25 12:05:17 +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
|
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 |
|