Commit Graph

  • b4ba3719d0 Fix bugs in Eclipse and Maven builders Alexey Andreev 2015-09-06 10:36:23 +0300
  • 7886937a8f Merge pull request #146 from mpoindexter/master-add-linkedblockingdeque Alexey Andreev 2015-08-19 21:25:16 +0300
  • 2f630db1fd Merge pull request #148 from jtulach/CustomizeCompilationScopes Alexey Andreev 2015-08-19 21:25:07 +0300
  • f2d8e61b05 Fix bug in BigInteger Alexey Andreev 2015-08-19 20:19:17 +0300
  • ad7f30a0de One can customize the compilation scope in pom.xml. As such following snipet in pom will include compile & runtime dependencies in the compilation: <compileScopes> <compileScope>compile</compileScope> <compileScope>runtime</compileScope> </compileScopes> Jaroslav Tulach 2015-08-13 00:36:15 +0200
  • 6b03fd4227 Update archetype version in README.md Alexey Andreev 2015-08-04 21:34:02 +0300
  • bb927e3a35 Fix bug in ValueEmitter.cast with primitives Alexey Andreev 2015-08-02 16:44:31 +0300
  • dd00dd4c78 Add parameter annotation support Alexey Andreev 2015-08-01 23:48:19 +0300
  • 1d45cd4d2b java.util.function Alexey Andreev 2015-08-01 21:54:47 +0300
  • afac931c62 Fix bug in annotation support Alexey Andreev 2015-08-01 14:42:40 +0300
  • 0b7e78d9f9 Fix bug in dependency checker. Additional test cases for lambdas Alexey Andreev 2015-08-01 14:32:15 +0300
  • 8cd134bc90 Fix bugs in emit API Alexey Andreev 2015-08-01 12:57:43 +0300
  • 11ce75af74 Fix LambdaMetafactory support for different cases Alexey Andreev 2015-07-31 23:13:05 +0300
  • fe940bc084 Refactor TeaVM to use new default methods of ClassReaderSource instead of manual traversing through class hierarchy Alexey Andreev 2015-07-31 23:12:38 +0300
  • 57a39a156a Emit neg and not Alexey Andreev 2015-07-31 17:20:21 +0300
  • e95b537687 Fix bugs in emit API Alexey Andreev 2015-07-30 23:09:07 +0300
  • 0be4ca336d Fix bugs in emit API Alexey Andreev 2015-07-30 18:11:31 +0300
  • ce525f0a78 Add support for reference equality condition emitter Alexey Andreev 2015-07-29 17:45:22 +0300
  • 8ba1598c08 Add emitter for switch (string) construction Alexey Andreev 2015-07-29 17:19:22 +0300
  • 3eea8da7fa Improving emit API Alexey Andreev 2015-07-27 17:46:55 +0300
  • 00a751ef13 Merge branch 'master' into emit-api Alexey Andreev 2015-07-26 23:44:24 +0300
  • 5aa526bc34 Remove unnecessary plugin executions Alexey Andreev 2015-07-26 23:14:08 +0300
  • c67f493187 Remove retrolambda Alexey Andreev 2015-07-26 23:11:14 +0300
  • 13353d0bde LambdaMetafactory support Alexey Andreev 2015-07-26 18:47:37 +0300
  • d5f5e2633b InvokeDynamic support Alexey Andreev 2015-07-26 15:46:49 +0300
  • 50b42ab092 Implementing InvokeDynamic instruction Alexey Andreev 2015-07-26 12:57:35 +0300
  • ea89ecc6b7 Further improvements in emit API Alexey Andreev 2015-07-24 17:50:58 +0300
  • d5815b9150 Refactoring emit API Alexey Andreev 2015-07-23 19:02:53 +0300
  • bda49b95bd Fix build. Apply rules to some classes of teavm-classlib Alexey Andreev 2015-07-23 15:31:49 +0300
  • 4548705620 Apply new checkstyle rules Alexey Andreev 2015-07-23 11:47:14 +0300
  • c20209e651 Rewrite with lambdas some more code Alexey Andreev 2015-07-22 22:43:50 +0300
  • 6f3d80ffe1 Merge remote-tracking branch 'origin/master' Alexey Andreev 2015-07-22 22:29:37 +0300
  • 06372c2f9f Switch to Java 8 Alexey Andreev 2015-07-22 22:29:19 +0300
  • a82eaf38da Merge pull request #144 from mpoindexter/master-add-mse-elements Alexey Andreev 2015-07-21 18:37:51 +0300
  • 3cc63c1071 Merge pull request #142 from mpoindexter/master-fix-bytebuffer Alexey Andreev 2015-07-21 18:37:26 +0300
  • 6dbdd4d740 Merge pull request #141 from mpoindexter/master-system-console Alexey Andreev 2015-07-21 18:36:49 +0300
  • b9f43b981f Merge pull request #140 from mpoindexter/master-fix-collections-binary-search Alexey Andreev 2015-07-21 18:36:20 +0300
  • 0e4f14958a Merge pull request #145 from mpoindexter/master-add-class-simplename Alexey Andreev 2015-07-21 18:36:04 +0300
  • 5d4f3036a7 Merge pull request #139 from mpoindexter/master-fix-character-numeric-value Alexey Andreev 2015-07-21 18:35:11 +0300
  • 5c53d98f3e Change comparison instead of multiplying by -1 Mike Poindexter 2015-07-20 23:53:17 -0700
  • cdedbd0de5 Add tests Mike Poindexter 2015-07-20 23:33:59 -0700
  • d86c424aad Add tests and implement proper behavior for arrays Mike Poindexter 2015-07-20 23:00:32 -0700
  • 6767866737 Add copyright header Mike Poindexter 2015-07-20 21:59:08 -0700
  • 01f07edd1a Change copyright year Mike Poindexter 2015-07-20 21:56:13 -0700
  • fa79992b44 Merge pull request #143 from mpoindexter/master-add-xmlhttprequest-getheader Alexey Andreev 2015-07-21 07:26:21 +0300
  • 58fe520d0b Add MediaSourceExtension elements Mike Poindexter 2015-07-20 18:20:14 -0700
  • d14f50d07f Add getHeader to XmlHttpRequest Mike Poindexter 2015-07-20 18:19:29 -0700
  • a3e0e44789 Add LinkedBlockingDeque Mike Poindexter 2015-07-20 18:17:59 -0700
  • b74f6d7ad8 Fix the order comparison is applied in for binarySearch to match the JDK. Mike Poindexter 2015-07-20 18:11:49 -0700
  • 814c8f80d5 Various fixes to ByteBuffer Mike Poindexter 2015-07-20 18:09:50 -0700
  • a2a679b2e3 Implement Class.getSimpleName Mike Poindexter 2015-07-20 17:49:31 -0700
  • fdbdf07dbf Fix for Character.getNumericValue. Mike Poindexter 2015-07-20 17:44:48 -0700
  • 59fd601a9c Implement System.console(). Since this method is defined to return null if no console is available, return null. Mike Poindexter 2015-07-20 17:41:57 -0700
  • 0b7f3c14ac Merge pull request #138 from The-Alchemist/patch-1 Alexey Andreev 2015-07-09 07:04:00 +0300
  • 5fff71094a fixed typo The Alchemist 2015-07-08 21:47:55 -0400
  • c4bb803965 Remove unnecessary serialization code from java.util.regex.Pattern Alexey Andreev 2015-07-06 22:07:18 +0300
  • d8a1983876 Fix java.util.HashSet.clone method Alexey Andreev 2015-07-06 22:06:31 +0300
  • 4a19aaf091 Avoid invalid merging of phi-sourced nodes in DFG Alexey Andreev 2015-07-06 22:06:09 +0300
  • 1b643a2ad6 Fix https://github.com/konsoletyper/teavm/issues/134 Alexey Andreev 2015-07-02 19:59:28 +0300
  • 1ab1f48d33 Fix https://github.com/konsoletyper/teavm/issues/132 Alexey Andreev 2015-07-02 19:40:47 +0300
  • 5a1810c5e5 Fix https://github.com/konsoletyper/teavm/issues/129 Alexey Andreev 2015-07-02 19:30:33 +0300
  • 194356d3a3 Fix phi functions in emit API Alexey Andreev 2015-06-30 23:24:14 +0300
  • 04c6d77c87 Fix bug in emit API Alexey Andreev 2015-06-30 23:08:58 +0300
  • 6ab53cbf6a Fix https://github.com/konsoletyper/teavm/issues/130 Fix https://github.com/konsoletyper/teavm/issues/133 Alexey Andreev 2015-06-30 15:41:49 +0400
  • d5da4964c4 Likely fix the issue: https://github.com/konsoletyper/teavm/issues/128 Alexey Andreev 2015-06-30 13:50:09 +0400
  • fb086d5b26 Remove unnecessary dependencies from samples Alexey Andreev 2015-06-25 22:02:40 +0300
  • dd8708e015 Advance version to 0.4.0-SNAPSHOT Alexey Andreev 2015-06-30 13:00:35 +0400
  • fc31f68e60 Update README.md Alexey Andreev 2015-06-25 22:19:53 +0300
  • ef8543d510 In html4j add support of JavaScript int to Java long marshall; add support of Byte and Short wrappers. Alexey Andreev 2015-06-24 18:02:41 +0400
  • c9e9e3654a Fix dependency error in some programs that use annotation API Alexey Andreev 2015-06-23 19:17:32 +0400
  • 49e6050871 Add wildcard-based class exclusion from JUnit mojo Alexey Andreev 2015-06-23 18:23:57 +0400
  • e3017828d8 Eclipse builder is triggered by resource modification Alexey Andreev 2015-06-22 17:59:44 +0400
  • 4641f9ca87 Fix remaining tests for java.util.regex Alexey Andreev 2015-06-21 08:41:36 +0300
  • ec463124c9 Return Character.SURROGATE from Character.getType when actually surrogate code point was specified Alexey Andreev 2015-06-20 22:51:33 +0300
  • 48d2732acc Fix errors that cause several regex tests to fail Alexey Andreev 2015-06-20 22:27:41 +0300
  • 8926306f17 Refactor dependency checker Alexey Andreev 2015-06-20 20:27:43 +0300
  • 3e036619a2 Partial fix for https://github.com/konsoletyper/teavm/issues/79 Diagnostic is only shown on overriding method usage. Instead, some global mechanism (such as annotation processor) should be used. Alexey Andreev 2015-06-20 20:03:37 +0300
  • cc69c607ba Refactor emit API Alexey Andreev 2015-06-20 19:29:13 +0300
  • 5b5f4fd176 Add Thread.interrupt support Alexey Andreev 2015-06-20 19:19:50 +0300
  • e59351723a Remove unnecessary debugging code Alexey Andreev 2015-06-20 18:41:23 +0300
  • 4e5e4af3e6 Add support for NumberFormat.get*Format methods Alexey Andreev 2015-06-20 18:37:48 +0300
  • dbd2c3f6bc Add tests for annotation field types Alexey Andreev 2015-06-19 22:23:49 +0300
  • 8daba1f09f Add support of annotation fields and default values Alexey Andreev 2015-06-19 19:42:06 +0400
  • 32feb24d0f First working version of annotation support Alexey Andreev 2015-06-18 13:47:16 +0400
  • fd689d2efa Add very first draft of annotation support Alexey Andreev 2015-06-17 22:26:23 +0300
  • 3cb39b9507 Add generator of method that reads annotations of a class Alexey Andreev 2015-06-17 21:48:48 +0300
  • c38c07becc Merge branch 'decimal-format' Alexey Andreev 2015-06-17 19:15:18 +0400
  • 81d59d39c1 Add support of BigDecimal parsing in DecimalFormat Alexey Andreev 2015-06-17 19:14:38 +0400
  • a7e69cc8e2 Fix parsing of infinity value Alexey Andreev 2015-06-15 20:47:45 +0300
  • 36a2999522 Fix https://github.com/konsoletyper/teavm/issues/126 Alexey Andreev 2015-06-15 20:40:04 +0300
  • d0e3b9fef0 Add Element.getBoundingClientRect(), see https://github.com/konsoletyper/teavm/issues/125 Alexey Andreev 2015-06-15 20:23:06 +0300
  • 69ac393068 Add support of special values to DecimalFormat.parse Alexey Andreev 2015-06-14 21:29:31 +0300
  • ea49c9de9b DecimalFormat.parse support rounding & prefix/suffix Alexey Andreev 2015-06-14 17:04:26 +0300
  • 857e336f03 Fix bugs in DecimalFormatParser.parse Alexey Andreev 2015-06-14 16:36:50 +0300
  • 2fd1ca9777 Starting to implement DecimalFormat.parse Alexey Andreev 2015-06-10 22:34:52 +0300
  • 3df3447a38 Add support of special symbols in DecimalFormat prefixes/suffixes Alexey Andreev 2015-06-10 21:24:48 +0300
  • fc8200f135 Fix incremental build. Enable incremental build in junit CLI Alexey Andreev 2015-06-10 11:33:05 +0300
  • fe7ae9f052 Add multiplier support to DecimalFormat Alexey Andreev 2015-06-09 22:40:12 +0300
  • 815b90459a Fix for formatting of large negative values Alexey Andreev 2015-06-07 23:28:39 +0300
  • 999101a608 Exponential support in DecimalFormat Alexey Andreev 2015-06-07 22:58:04 +0300