Commit Graph

  • 25890adcf8
    Add record class name to toString implementation (#691) Ivan Hetman 2023-04-21 13:57:51 +0300
  • 09cdc63267 gradle: allow to define TeaVM properties from gradle command line Alexey Andreev 2023-04-12 16:48:48 +0200
  • b927b28e7d js: fix extracting exception message from Java Alexey Andreev 2023-04-11 13:42:14 +0200
  • 6e90124edd samples: bump Gradle wrapper version, bump TeaVM version Alexey Andreev 2023-04-11 12:01:39 +0200
  • 02a28613b4
    jso apis: correct superinterface for Path2D (#690) Ivan Hetman 2023-04-11 13:58:19 +0300
  • e801ff5b10
    Fix running tests in macOS (#689) zufarfakhurtdinov 2023-04-11 13:57:28 +0300
  • 928a8631a8
    jso apis: add missing methods for Array and Object (#686) Ivan Hetman 2023-04-11 13:10:44 +0300
  • 4756c9009a Fix running tests from Gradle plugin Alexey Andreev 2023-04-11 09:46:45 +0200
  • fcb750675c
    Fix NPE in record.equals(null) (#688) Ivan Hetman 2023-04-11 10:30:21 +0300
  • 3e1edeb90c Add publishing of C-incremental artifact Alexey Andreev 2023-04-04 15:39:37 +0200
  • 7b227c712f Add publishing of CLI artifact Alexey Andreev 2023-04-04 14:44:23 +0200
  • 5dee60eec6
    classlib: add CharSequence.isEmpty support (#683) Ivan Hetman 2023-04-04 14:03:38 +0300
  • 79df39fca0 minor: remove unused fields Alexey Andreev 2023-04-03 17:19:13 +0200
  • 246498763d classlib: fix more bugs in int-to-string conversion Alexey Andreev 2023-04-03 17:18:59 +0200
  • 7442898898 classlib: fix checkstyle error Alexey Andreev 2023-04-03 10:14:45 +0200
  • a1074918cf
    classlib: fix issues related to ArrayList, Arrays and Comparator Ivan Hetman 2023-04-03 11:07:28 +0300
  • c5572bc573 classlib: fix stringifying min integer and min long. Refactor tests Alexey Andreev 2023-04-03 09:39:31 +0200
  • da86bf5777 Fix release script Alexey Andreev 2023-04-02 20:48:05 +0200
  • ffcded86bb IDEA: trying to fix plugin configuration Alexey Andreev 2023-04-02 19:52:12 +0200
  • 9676b2a238 IDEA: fix running dev server. Fix #679 Alexey Andreev 2023-04-02 19:47:51 +0200
  • 9201d16853
    classlib: add missing constructor to PriorityQueue (#680) Ivan Hetman 2023-04-02 20:23:18 +0300
  • a70251fe83 classlib: add Integer/Long.compareUnsigned Alexey Andreev 2023-03-25 09:37:44 +0100
  • d25cb1fa16 Bump project version Alexey Andreev 2023-03-24 15:31:45 +0100
  • 528a39247e gradle: replace all Closure<Void> occurrences with Closure<?> to avoid Groovy warning in IDE Alexey Andreev 2023-03-24 15:31:24 +0100
  • 19c0492c33 Fix running tests in Windows Alexey Andreev 2023-03-24 15:12:34 +0100
  • c9d97b7144 Samples: add readme file Alexey Andreev 2023-03-19 19:27:41 +0100
  • 073a444cc9 Wasm: fix issue with coroutine generator Alexey Andreev 2023-03-19 18:32:52 +0100
  • b4b1bc0b11 Maven: fix archetype pom.xml Alexey Andreev 2023-03-16 14:40:08 +0100
  • ffe3f34731
    classlib: add BitSet stream API (#674) Ivan Hetman 2023-03-15 12:09:49 +0200
  • ca76ea45cf Get rid of Gson library Alexey Andreev 2023-03-10 21:19:30 +0100
  • 43a55769d8 Add publication to Gradle plugin portal Alexey Andreev 2023-03-06 17:06:31 +0100
  • d575440bb1 Bump Gradle version Alexey Andreev 2023-03-06 16:26:50 +0100
  • 4d36283946 Configure automatic building of report about support of Java class library Alexey Andreev 2023-03-06 15:58:24 +0100
  • e2153c09fe Update readme, remove information about preview builds, since it's already published to site Alexey Andreev 2023-03-06 15:28:06 +0100
  • 671b1da25b Fix build configuration for releasing TeaVM. Add release script. Alexey Andreev 2023-03-06 15:13:10 +0100
  • 0e4b0f6b11 Maven: set packaging of archetype artifact to 'maven-archetype' Alexey Andreev 2023-03-06 11:58:50 +0100
  • ddab106c5a Gradle: don't copy teavmdbg file to WEB-INF directory Alexey Andreev 2023-03-06 11:42:21 +0100
  • 0f8d36a080 JS: display Java exception message in uncaught exceptions in console Alexey Andreev 2023-03-02 20:21:41 +0100
  • 07d56f1b0b
    classlib: fix NPE when passing null to Arrays.toString (#667) Ivan Hetman 2023-02-28 10:46:59 +0200
  • 971fa9a1f3 Bump versions of dependencies Alexey Andreev 2023-02-24 19:55:35 +0100
  • 672f7e32cd classlib: update tzdata, unicodedata and cldr Alexey Andreev 2023-02-24 19:28:48 +0100
  • 725aac089b gradle: make tests DSL groovy-friendly Alexey Andreev 2023-02-18 18:37:07 +0100
  • a4b2199142
    jso apis: improve support of XMLHttpRequest Ivan Hetman 2023-02-18 10:14:18 +0200
  • 27713b78f8 gradle: make DSL groovy-friendly Alexey Andreev 2023-02-18 09:10:08 +0100
  • 4fdb05905d js: increase default top level name limit, since browsers now fixed issues in their dev tools Alexey Andreev 2023-02-18 08:14:28 +0100
  • e2992969ef Bump version Alexey Andreev 2023-02-17 21:05:26 +0100
  • f2ae748705 wasm: display inherited fields in debugger Alexey Andreev 2023-02-17 21:04:51 +0100
  • 7bde7d9642 classlib: fix invalid superclass of IllegalStateException Alexey Andreev 2023-02-17 20:49:57 +0100
  • df7b3957e9 Fix issue in graph splitter Alexey Andreev 2023-02-17 20:42:27 +0100
  • f40cb430fa
    jso apis: make static WebSocket method public (#663) Christoph Aschwanden 2023-02-17 19:39:10 +0100
  • 8005ba54ec
    js apis: missing method for idb object store (#664) Christoph Aschwanden 2023-02-17 19:38:14 +0100
  • 900f95c1ed js: make names of variables in minified mode never interfering with JS keywords Alexey Andreev 2023-02-17 19:36:21 +0100
  • 1989fb70a4
    readme: update build instructions Alexey Andreev 2023-02-14 13:43:39 +0300
  • 4fa35e8688
    classlib: fix issue with Date.UTC year Christoph Aschwanden 2023-02-12 08:52:36 +0100
  • fdfd923ac6
    Add info about Java 14 record to IR. Add support to Metaprogramming API Ivan Hetman 2023-02-11 22:05:07 +0200
  • 670f24a4af Samples: merge storage and video into one module Alexey Andreev 2023-02-10 18:48:01 +0100
  • bdbce01b9a metaprogramming: fix crashing instead of fair error reporting Alexey Andreev 2023-02-06 11:14:49 +0100
  • 389f689dab gradle build: setup javadoc charset Alexey Andreev 2023-02-02 10:59:40 +0100
  • 895ec99826 gradle build: setup compiler charset Alexey Andreev 2023-02-02 10:42:45 +0100
  • f09a427827 classlib: fix strange character in method names Alexey Andreev 2023-02-02 10:15:23 +0100
  • 8800e7153b Don't use Gradle toolchains to specify Java version Alexey Andreev 2023-02-01 18:40:53 +0100
  • 630fae3093 samples: upgrade servlet API dependency to work with modern servlet containers Alexey Andreev 2023-01-26 17:11:44 +0100
  • fcbcc30b21 Fix deploy script Alexey Andreev 2023-01-26 17:11:09 +0100
  • e315398d9b Don't include large resources into classlib sources jar Alexey Andreev 2023-01-26 14:57:23 +0100
  • f0dd67f7fc Fix classlib dependencies Alexey Andreev 2023-01-26 14:07:12 +0100
  • 31ff776f1b Fix deploy script Alexey Andreev 2023-01-26 12:48:31 +0100
  • 1bcebfe11f Fix plugin descriptor not generated for Maven plugin Alexey Andreev 2023-01-26 12:16:04 +0100
  • 69ea80bfdf Add IDEA run configurations Alexey Andreev 2023-01-26 09:17:29 +0100
  • 5c146c6de0 Fix issues in recently merged PR Alexey Andreev 2023-01-26 09:17:08 +0100
  • ada086a864
    Base64 implementation (#650) Ivan Hetman 2023-01-26 09:40:03 +0200
  • dd0b9f70df Update deployment script Alexey Andreev 2023-01-25 16:40:58 +0100
  • e3da484f79 Gradle: support configuring tests, fix test deobfuscation Alexey Andreev 2023-01-25 10:55:38 +0100
  • 0629e6af31 Update IDEA run configurations Alexey Andreev 2023-01-24 07:06:21 +0100
  • 8014c038c0 Migrate to gradle Alexey Andreev 2023-01-03 15:29:13 +0100
  • 2a0f6f206e New IDEA module kind based on Gradle Alexey Andreev 2022-12-20 20:48:16 +0100
  • 8963b00ed4 IDEA: fix build Alexey Andreev 2022-12-20 18:01:46 +0100
  • 013ba237b0 Wasm: fix issues when building with debugging information and optimizations enabled Alexey Andreev 2022-12-20 18:01:38 +0100
  • 9a9e7561b7 Wasm: support displaying objects in debugger Alexey Andreev 2022-12-20 10:01:47 +0100
  • 7b3905246b Wasm: support class layout in debug information Alexey Andreev 2022-12-16 17:13:17 +0100
  • 506a9bd8c5 Wasm: fix bugs in debugger Alexey Andreev 2022-12-15 17:27:14 +0100
  • fb39de72cc Prevent Chrome debugger extension from disconnecting after timeout Alexey Andreev 2022-12-15 17:26:22 +0100
  • 6c91192794 Wasm: fix issues in debugger Alexey Andreev 2022-12-14 16:50:18 +0100
  • 6808d9e517 Wasm: support local variables in debugger Alexey Andreev 2022-12-13 21:18:41 +0100
  • 7e3197429d JSO: fix code style to satisfy checkstyle Alexey Andreev 2022-12-13 18:51:41 +0100
  • 313e4ed87f Wasm: fix issues with debugger Alexey Andreev 2022-12-13 18:51:19 +0100
  • a6add26aaa Wasm: working on step-in and step-over in debugger Alexey Andreev 2022-12-09 19:13:08 +0100
  • 159db29757
    JSO: add Path2D to Canvas API (#646) Ivan Hetman 2022-12-08 17:44:51 +0200
  • e12f99ab49
    Crypto/UUID (#639) Ivan Hetman 2022-12-07 13:33:27 +0200
  • f77cb9d52c
    JS: added two missing functions to interop interfaces (#645) Ivan Hetman 2022-12-07 10:45:55 +0200
  • 87d63168d2 Wasm: working on control flow analyzer for debugger Alexey Andreev 2022-12-05 20:03:57 +0100
  • 44204b952d Wasm: working on binary parser Alexey Andreev 2022-12-04 20:43:32 +0100
  • 53dbb72c53 Wasm: working on binary parser Alexey Andreev 2022-12-02 21:35:07 +0100
  • aaed8e312a Wasm: working on parser Alexey Andreev 2022-12-02 18:07:56 +0100
  • b58dd1a37b Wasm: refactor debug info parser and fix debugger errors Alexey Andreev 2022-12-02 17:15:38 +0100
  • 548ded7c75 Wasm: fix debug info generation Alexey Andreev 2022-12-02 07:49:07 +0100
  • 57e0227a02 Wasm: trying to improve debug information emitter Alexey Andreev 2022-12-01 17:33:35 +0100
  • 1d2633ed76 Chrome debugger: seng ping package over websocket to preserve its open state, fix crash in debugger Alexey Andreev 2022-11-30 17:32:55 +0100
  • 930a57fdd6 Wasm: fix compiler crash when compiling without debug info Alexey Andreev 2022-11-30 14:01:46 +0100
  • 4453bba33b Wasm: fix issues in debugger Alexey Andreev 2022-11-30 13:38:34 +0100
  • a2715f2c79 Wasm: working on Chrome RDP debugger Alexey Andreev 2022-11-29 21:30:41 +0100