Alexey Andreev
|
d103306c3e
|
Improving JUnit test runner
|
2016-02-23 21:40:51 +03:00 |
|
Alexey Andreev
|
2b3cba69bc
|
Run JUnit tests via JUnit runner instead of Maven plugin
|
2016-02-23 18:46:32 +03:00 |
|
Alexey Andreev
|
92dbed2593
|
Start porting metaprogramming API implementation
|
2016-02-22 23:59:54 +03:00 |
|
Alexey Andreev
|
8db424809a
|
Update IDEA configuration. Add metaprogramming API
|
2016-02-21 23:35:17 +03:00 |
|
Alexey Andreev
|
7d7808bb13
|
Fix maven build
|
2016-02-21 22:36:45 +03:00 |
|
Alexey Andreev
|
5706012d0e
|
Ignore IDEA files
|
2016-02-19 22:17:57 +03:00 |
|
Alexey Andreev
|
863a4b76ff
|
Struggiling with JAR hell in JPS plugin
|
2016-02-16 23:51:50 +03:00 |
|
Alexey Andreev
|
78d6917a23
|
Temporary
|
2016-02-07 21:22:21 +03:00 |
|
Alexey Andreev
|
5dad013cc7
|
Migration to IDEA
|
2016-02-07 14:28:51 +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
|
4c4d236653
|
Switch all versions to 1.0.0-SNAPSHOT. Prototyping version switch script
|
2015-12-24 21:26:29 +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
|
7fd414c84e
|
Minor bugfixes
|
2015-11-08 23:52:40 +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
|
f25b2d46e8
|
Change version to 0.4.0
|
2015-10-22 08:25:53 +03:00 |
|
Alexey Andreev
|
fb3412b4c0
|
Fix generation of JS aliases for Java objects
|
2015-10-21 21:56:08 +03:00 |
|
Alexey Andreev
|
8702f7ee33
|
Repair incremental builder
|
2015-10-21 20:51:43 +03:00 |
|
jfwittmann
|
8d409b9a2b
|
Fix bug in Window. Add return statement to JSBody script for
prompt(message,defaultValue)
|
2015-10-21 15:38:41 +02:00 |
|
Alexey Andreev
|
ce83560279
|
Fix failed tests
|
2015-10-21 16:35:33 +03:00 |
|
Alexey Andreev
|
2640234391
|
Rename achieved -> reached. Fix - operator generation in minified mode
|
2015-10-21 12:08:30 +03:00 |
|
Alexey Andreev
|
891ec3e6fd
|
Improve async code example. Don't generate JSO aliases for static
methods
|
2015-10-20 23:05:55 +03:00 |
|
Alexey Andreev
|
385b696de9
|
Add mocks for WebSockets in html4j
|
2015-10-20 22:21:06 +03:00 |
|
Alexey Andreev
|
64e39be307
|
Trying to fix JSONP calls in Html4j tests
|
2015-10-20 18:20:32 +03:00 |
|
Alexey Andreev
|
84be461a69
|
Fix async test building. Fix Window.prompt. Fix non-integer JS number to
Java primitive conversion
|
2015-10-19 16:49:27 +03:00 |
|
Alexey Andreev
|
d2468872fe
|
Add hashchange event support
|
2015-10-17 20:59:29 +03:00 |
|
Alexey Andreev
|
53cd861563
|
Add JS API wrappers
|
2015-10-16 15:55:24 +03:00 |
|
Alexey Andreev
|
24952e5b86
|
Fix bug in JSO implementation
|
2015-10-12 21:26:05 +03:00 |
|
Alexey Andreev
|
f5b21f9455
|
Fix constructor publishing in JSO
|
2015-10-11 19:03:15 +03:00 |
|
Alexey Andreev
|
5592862c70
|
More JS API fixes
|
2015-10-11 18:49:57 +03:00 |
|
Alexey Andreev
|
94368935ab
|
Fix some JS APIs
|
2015-10-11 18:26:50 +03:00 |
|
Alexey Andreev
|
7c4b4ebe77
|
Fix bug. Integrate precedence API into JSO
|
2015-10-11 18:03:46 +03:00 |
|
Alexey Andreev
|
6d23626867
|
Refactor precedence support
|
2015-10-11 17:30:28 +03:00 |
|
Alexey Andreev
|
5522f55c68
|
Deep refactoring of tooling libraries
|
2015-10-09 17:56:38 +03:00 |
|
Alexey Andreev
|
a4e41fc6be
|
Add hacks for scala classlib. Add DOM method for convenience. Improve
Scala example
|
2015-10-04 14:29:34 +03:00 |
|
Alexey Andreev
|
219fab22ef
|
Move JSO wrappers to separate project
|
2015-10-04 12:14:36 +03:00 |
|
Alexey Andreev
|
3341df3668
|
Change directory structure
|
2015-10-04 11:49:20 +03:00 |
|