Commit Graph

1520 Commits

Author SHA1 Message Date
Alexey Andreev
97e83c7d8f Improving TeaVM module configuration UI 2016-02-21 01:02:35 +03:00
Alexey Andreev
0f9014103e Fix error when trying to edit TeaVM tab in module configuration 2016-02-19 23:50:39 +03:00
Alexey Andreev
8f734ba3b5 Remove duplication of configuration classes 2016-02-19 23:33:01 +03:00
Alexey Andreev
5706012d0e Ignore IDEA files 2016-02-19 22:17:57 +03:00
Alexey Andreev
1ee07e89bc First working version of JPS plugin 2016-02-18 01:17:37 +03:00
Steve Hannah
9a52a277b9 Added Timer.scheduleTaskAtFixedRate() method 2016-02-17 11:46:10 -08:00
Alexey Andreev
863a4b76ff Struggiling with JAR hell in JPS plugin 2016-02-16 23:51:50 +03:00
Alexey Andreev
1390773c94 Trying to implement TeaVM builder for IDEA, getting JAR hell 2016-02-15 00:02:19 +03:00
Alexey Andreev
4b255e0897 Developing IDEA plugin 2016-02-13 20:41:33 +03:00
Alexey Andreev
c744cd3644 Drafting TeaVM module settings dialog 2016-02-10 00:00:53 +03:00
Alexey Andreev
78d6917a23 Temporary 2016-02-07 21:22:21 +03:00
Alexey Andreev
da82dccf00 Temporary 2016-02-07 19:20:18 +03:00
Alexey Andreev
5dad013cc7 Migration to IDEA 2016-02-07 14:28:51 +03:00
Steve Hannah
eb2e08da3f Fixed NPE in LinkedList.remove(e) 2016-02-05 15:03:53 -08:00
Jaroslav Tulach
5be903bf50 Using slightly faster version of bck2brwsr in the JBox2D benchmark. 2016-01-28 08:47:19 +01:00
Alexey Andreev
f2fb5c7bd7 Update README.md 2015-12-31 09:34:58 +03:00
Alexey Andreev
8aa79a8b21 Update set-version script 2015-12-26 15:04:44 +03:00
Alexey Andreev
8851794485 Fix set-version script 2015-12-26 14:24:43 +03:00
Alexey Andreev
d718177fe0 Improve resource loading contributed by Jaroslav:
* Implement base64 decoder instead of atob, which is not supported 
  by IE9
* Avoid direct usage of window identifier to prevent global namespace
  from spoiling
* Make customizable approach to supply list of resources to write
  into JavaScript
2015-12-26 13:26:34 +03:00
Alexey Andreev
de7f0910e9 Merge branch 'jtulach_resources' into release-0.4.x 2015-12-25 22:52:27 +03:00
Alexey Andreev
ba3de15e60 Move bck2brwsr.html to a new location 2015-12-25 22:52:10 +03:00
Alexey Andreev
33d61412fb Reduce amount of generated JSO aliases 2015-12-25 22:39:25 +03:00
Alexey Andreev
03538071c4 Prevent JSBody from inlining if its argumet get used more than once 2015-12-25 21:48:32 +03:00
Alexey Andreev
0369d100c6 Make JSBody report about wrong parameter/returning type/instance type to
avoid confusion like this:
https://github.com/konsoletyper/teavm/issues/164
2015-12-25 19:04:54 +03:00
Alexey Andreev
5ae384538d Fix https://github.com/konsoletyper/teavm/issues/167 2015-12-25 18:30:05 +03:00
Alexey Andreev
697bc5ec6c Developing set-version script 2015-12-24 22:10:02 +03:00
Alexey Andreev
4c4d236653 Switch all versions to 1.0.0-SNAPSHOT. Prototyping version switch script 2015-12-24 21:26:29 +03:00
Jaroslav Tulach
de117b61ed Converts the resource from base64 encoding before returning it 2015-12-24 07:59:41 +01:00
Jaroslav Tulach
ecfdcd34c3 Class.getResourceAsStream can find the generated resource 2015-12-24 07:53:36 +01:00
Jaroslav Tulach
d9ee68315e Can include resources in the generated file 2015-12-24 07:33:52 +01:00
Jaroslav Tulach
4aec89967b Simple test to show expected behavior of resources 2015-12-24 06:47:43 +01:00
Jaroslav Tulach
1889560c78 Merge branch 'master' of https://github.com/konsoletyper/teavm 2015-12-24 06:05:04 +01:00
Alexey Andreev
b61849ce80 Fix metaprogramming bugs 2015-12-10 23:05:17 +03:00
Alexey Andreev
7b33bb643e Raise version to 0.4.1 2015-11-30 20:27:01 +03:00
Alexey Andreev
516f211d47 Fix JSString.isInstance 2015-11-30 20:01:08 +03:00
Alexey Andreev
ba54f82dc0 Fix parsing InvokeDynamic method handle 2015-11-29 10:45:29 +03:00
Alexey Andreev
7fd414c84e Minor bugfixes 2015-11-08 23:52:40 +03:00
Alexey Andreev
6d45f57a39 Add methods to submit class file directly as byte array 2015-10-29 16:13:47 +03:00
Alexey Andreev
c7d640a2af Raise Eclipse plugin versions to 0.4.1.qualifier 2015-10-28 00:09:42 +03:00
Alexey Andreev
e4a83b7d79 Raise version to 0.4.1-SNAPSHOT 2015-10-25 19:27:30 +03:00
Alexey Andreev
b12404ee7e Fix emit API. Fix several JS wrappers. 2015-10-25 19:22:48 +03:00
Alexey Andreev
2c47c2167c Update README.md 2015-10-23 16:42:45 +03:00
Alexey Andreev
ef71b871d5 Update README.md 2015-10-23 08:50:01 +03:00
Alexey Andreev
f25b2d46e8 Change version to 0.4.0 2015-10-22 08:25:53 +03:00
Alexey Andreev
f8452e695d Maven plugin adds source files from project source directory 2015-10-21 22:03:54 +03:00
Alexey Andreev
fb3412b4c0 Fix generation of JS aliases for Java objects 2015-10-21 21:56:08 +03:00
Alexey Andreev
3f7b142d6e Fix Client.java file in maven archetype 2015-10-21 21:47:26 +03:00
Alexey Andreev
f3a4d3737b Allow to submit method during dependency check 2015-10-21 21:35:22 +03:00
Alexey Andreev
db364f2adc Fix bug in Scala calculator 2015-10-21 21:09:44 +03:00
Alexey Andreev
8702f7ee33 Repair incremental builder 2015-10-21 20:51:43 +03:00