Commit Graph

83 Commits

Author SHA1 Message Date
Alexey Andreev
9b27f95eb9 Ignore checkstyle-idea.xml 2024-03-21 18:06:35 +01:00
Alexey Andreev
bbd02b0067 gradle: implement dev server task 2024-03-20 20:41:10 +01:00
Alexey Andreev
f6a858520b Update test run configuration 2023-10-01 21:37:31 +02:00
Alexey Andreev
4372dd7806 Add IDEA run configuration for platform-specific tests 2023-09-19 11:34:50 +02:00
Alexey Andreev
69ea80bfdf Add IDEA run configurations 2023-01-26 09:17:29 +01:00
Alexey Andreev
0629e6af31 Update IDEA run configurations 2023-01-24 07:06:21 +01:00
Alexey Andreev
8014c038c0 Migrate to gradle 2023-01-23 17:16:07 +01:00
Alexey Andreev
2a0f6f206e New IDEA module kind based on Gradle 2022-12-20 20:48:16 +01:00
Alexey Andreev
4a025f2605 Wasm: trying to revive GC debugger in wasm2c generator and implement emulation for WASI 2022-11-11 14:04:56 +01:00
Alexey Andreev
485f8ac902 Wasi: fix file system issues, add support for Math.pow 2022-11-10 17:08:58 +01:00
Alexey Andreev
1fa48560c6 C: add option to generate shorter output file names to workaround msvc bug 2021-12-10 18:51:12 +03:00
Alexey Andreev
2f7f4e7782 Update IDEA run configuration 2021-10-14 16:18:08 +03:00
Alexey Andreev
43437fd9b2 Update checkstyle settings in IDEA 2021-03-18 11:36:23 +03:00
Alexey Andreev
e51f247cc6 Update checkstyle configuration in IDEA 2021-03-18 11:11:53 +03:00
Alexey Andreev
adba541a15 Update JS tests run configurations 2021-03-18 10:28:24 +03:00
Alexey Andreev
1b31d6da9a java.time: format code according to checkstyle rules 2021-03-18 00:13:52 +03:00
Alexey Andreev
4ab706f128 Set HTML indent size in IDEA project config 2021-03-09 10:55:28 +03:00
Alexey Andreev
2285254aa4 IDEA: fix inspection settings 2020-01-27 16:06:36 +03:00
Alexey Andreev
2d3d92f9a8 Update versions of Unicode data, CLDR, tzdata, asm and Rhino 2019-07-27 22:10:56 +03:00
Alexey Andreev
da22256c1f C: compile into multiple .c and .h files 2019-05-08 17:36:46 +03:00
Alexey Andreev
f828d049c4 C backend: bugfixes 2019-04-23 19:56:16 +03:00
Alexey Andreev
84b4133989 Update IDEA inspections 2019-02-25 18:28:21 +03:00
Alexey Andreev
78c55437e3 Add stack deobfuscation to dev server 2019-01-24 16:28:30 +03:00
Alexey Andreev
d7d4dc1571 Add IDEA run configuration that runs dev server 2018-12-16 20:42:21 +03:00
Alexey Andreev
6d2815bc5c Support running JUnit3 tests and improve support of JUnit4 2018-11-22 19:51:33 +03:00
Alexey Andreev
cd7a702c31 Trying to fix Travis build 2018-11-22 15:40:32 +03:00
Alexey Andreev
001e6168e3 Suppress javadoc from default IDEA run configuration 2018-11-22 15:20:02 +03:00
Alexey Andreev
753755918d Update build config to avoid jar hell 2018-11-22 14:49:30 +03:00
Alexey Andreev
fc799afcda Add Maven option to run TeaVM in a separate process 2018-11-20 14:22:35 +03:00
Alexey Andreev
8fbd3715d4 Update checkstyle IDEA configuration WRT changes to latest plugin 2018-08-13 12:26:33 +03:00
Alexey Andreev
fa07100024 C backend: major improvements to interop
1. Function.get that allows to convert static Java method
   to a C function pointer
2. Address.ofData that gets address (void*) of Java array data
3. `@Include` annotation to add `#include` to generated C
   when using some method or class
2018-04-24 00:36:25 +03:00
Alexey Andreev
06f8ed6a7c Include with-cli profile to IDEA run configuration that builds project 2018-01-27 00:23:12 +03:00
Alexey Andreev
b38368b27d Increase memory in IDEA run configuration 2018-01-08 14:48:13 +03:00
Alexey Andreev
7e422c081e Disable nullability inspection in IDEA 2017-11-16 15:11:58 +03:00
Alexey Andreev
c9281b700b Enable IDEA inspection 2017-11-16 00:19:00 +03:00
Alexey Andreev
0fe6e2e359 Fix IDEA files 2017-10-13 16:06:29 +03:00
Alexey Andreev
7f76d31330 Update IDEA files 2017-10-08 21:41:08 +03:00
Alexey Andreev
db97b7f732 Fix various issues in debugger 2017-07-02 16:25:11 +03:00
Alexey Andreev
d4903d460b Reformat test code to conform checkstyle settings 2017-07-01 15:47:46 +03:00
Alexey Andreev
54dee03a83 Run tests in 2 parallel threads 2017-06-25 13:35:14 +03:00
Alexey Andreev
daa5384e97 Upgrade versions of dependencies. Upgrade tzdata, CLDR and UnicodeData 2017-06-18 22:33:27 +03:00
Alexey Andreev
8d9240df36 When eliminating constant conditions, and removing dead branch,
also remove corresponding phi input to avoid clashes with further
optimizations
2017-04-25 22:57:57 +03:00
Alexey Andreev
3c3448e812 Change HTML format settings in IDEA 2017-04-22 18:05:51 +03:00
Alexey Andreev
56a03e44b1 Add IDEA launch configuration to run html4j tests 2017-04-15 12:39:22 +03:00
Alexey Andreev
b4e88988f6 Build IDEA plugin via Maven 2017-02-18 16:57:52 +03:00
Alexey Andreev
5e44c13caf Fix bugs in metaprogramming. Add run configuration that rebuilds TeaVM 2017-02-04 18:24:23 +03:00
Alexey Andreev
645b2b7cd5 Add local type inference to use in optimizations 2017-01-09 19:16:51 +03:00
Alexey Andreev
8e2814f984 IDEA: fix building multi-platform projects (JS, WebAssembly) 2016-11-15 23:07:25 +03:00
Alexey Andreev
2a3b0cd597 Fix generation of variable names in minified mode (fix ). JUnit runner can be configured to run tests in minified and optimized modes. Apply these modes to travis config. 2016-11-04 13:21:01 +03:00
Alexey Andreev
af10879a81 Remove unnecessary IDEA project files 2016-10-27 12:55:28 +03:00