Commit Graph

56 Commits

Author SHA1 Message Date
konsoletyper
7869173ac2 Remove build errors on JDK8 2015-03-08 12:18:57 +03: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
konsoletyper
871667cacb Minor bugfixes 2015-01-22 21:04:17 +04:00
konsoletyper
7d2e323af0 Fix tycho build for SNAPSHOT versions 2015-01-20 20:42:49 +04:00
Alexey Andreev
525fd89374 Minor improvements and bugfixes 2015-01-20 18:10:13 +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
konsoletyper
7da1e61a8f Fix https://github.com/konsoletyper/teavm/issues/34 2014-11-03 19:39:05 +03:00
konsoletyper
ff469f4cc4 Repair m2e configurer in Windows 2014-10-18 13:23:43 +04:00
konsoletyper
273fc59182 Switch version to 0.3.0-SNAPSHOT 2014-10-13 17:33:25 +04:00
konsoletyper
2d583dc7f4 Better variable display in debugger 2014-10-05 17:45:09 +04:00
konsoletyper
3a475d8726 Debugger opens JS files by HTTP 2014-10-04 16:18:52 +04:00
konsoletyper
c0dc8f25d3 Minor fixes 2014-09-28 20:53:45 +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
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
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
Alexey Andreev
2a52c02bf9 Configure to build with bundled TeaVM 2014-09-25 13:59:38 +04:00
Alexey Andreev
928486ac0c Configuring for build with multi-jar dependencies instead of providing
each dependency as a separate bundle
2014-09-25 13:20:41 +04:00
konsoletyper
194c7bf806 Configuration 2014-09-22 22:27:19 +04:00
konsoletyper
82802f723d Configuring shitty tycho 2014-09-21 21:38:28 +04:00
konsoletyper
eccac6a9e2 m2e support https://github.com/konsoletyper/teavm/issues/5 2014-09-21 19:24:48 +04:00
konsoletyper
ae3095f0ff Configure to build by tycho 2014-09-19 23:00:35 +04:00
konsoletyper
60c9752377 Attempt to build by tycho 2014-09-19 17:56:58 +04:00
konsoletyper
50bba7b9e0 First version of m2e-plugin:
https://github.com/konsoletyper/teavm/issues/5
2014-09-19 14:09:49 +04:00
konsoletyper
ad33c998dc Add copyright headers 2014-09-19 11:43:07 +04:00
konsoletyper
b5b819a188 Fix layout of profile editor 2014-09-19 11:34:20 +04:00
konsoletyper
363ee8f6cb Add configuration of class aliases 2014-09-19 11:29:26 +04:00
konsoletyper
29e35e001a Add UI support for SSA transformers 2014-09-18 20:40:33 +04:00
konsoletyper
aefce514ff Add UI skeleton to manage TeaVM SSA transformers 2014-09-18 17:55:13 +04:00
konsoletyper
6c17490495 Add editors for some additional build options 2014-09-18 00:02:44 +04:00
konsoletyper
91273ddaf7 Introduce concept of profiles that contain information about the way to
build project. Several profiles can be assigned to a project.
2014-09-17 14:42:37 +04:00
konsoletyper
700d50b110 Allow interruption during dependency and linking phases. Use buffered
writer to render final JavaScript
2014-09-16 21:47:32 +04:00
konsoletyper
ac2ffa42ff Proper handling of progress monitor in TeaVMBuilder 2014-09-16 14:01:45 +04:00
konsoletyper
3a4aef6f5c Fix NPE in DependencyChecker 2014-09-16 07:56:16 +04:00
konsoletyper
107b7463c6 More human-readable dependency error messages 2014-09-16 07:47:14 +04:00
konsoletyper
f204c8cc4a Add markers against lines that contain missing elements 2014-09-15 21:21:25 +04:00
konsoletyper
a26522f959 Refactoring of dependency checker in order to achieve better diagnostics
in Eclipse plugin
2014-09-15 17:52:55 +04:00
konsoletyper
d9ea3764f8 Add a minimal TeaVM builder that simply works 2014-09-15 12:13:27 +04:00
konsoletyper
80899af284 Add progress reporting by TeaVM. Add interrupting of TeaVM. Add skeleton
of TeaVM builder for Eclipse.
2014-09-14 22:27:07 +04:00
konsoletyper
b6a2c62345 Add build directory configuration to Eclipse plugin 2014-09-14 21:31:28 +04:00
konsoletyper
8202faca69 Add main class selection in the settings of a project 2014-09-14 20:08:31 +04:00
konsoletyper
8351c48e25 Add property page that allows to add/remove TeaVM project nature 2014-09-14 00:45:10 +04:00
konsoletyper
dc3faa1727 Fix invalid call sites in debug information for INVOKEVIRTUAL 2014-09-13 19:38:04 +04:00
konsoletyper
ce78bdb07f Refactor Eclipse plugin 2014-09-13 16:45:04 +04:00
konsoletyper
0fd69241f1 When class got from maven repository, automatically open source file for
it when debugging
2014-09-12 21:37:24 +04:00
konsoletyper
1e5e6048a0 Fixes inability to view class in debug mode when its sources are
attached to library
2014-09-12 17:26:22 +04:00
konsoletyper
b63a6d203f Fixes positioning on native JavaScript stack frame. Fixes logging of
Google Chrome debugger backend.
2014-09-02 00:07:25 +04:00