[maven-release-plugin] prepare for next development iteration |
|
More...
|
over 10 years ago
|
[maven-release-plugin] prepare release linq4j-0.4 |
|
More...
|
over 10 years ago
|
Update history. |
|
More...
|
over 10 years ago
|
Fix https://github.com/julianhyde/linq4j/issues/27, "Incorrectly inlines non-final variable". |
|
More...
|
over 10 years ago
|
Add tests for constant expressions. |
|
More...
|
over 10 years ago
|
EnumerableDefaults.first(Enumerable) now closes the enumerator. |
|
More...
|
over 10 years ago
|
Maven build process now deploys web site. |
|
More...
|
over 10 years ago
|
Implement Enumerable.contains with EqualityComparer, .first, .first with predicate. |
|
More...
|
almost 11 years ago
|
Implemented Enumerable.any and .all with tests. |
|
More...
|
almost 11 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
almost 11 years ago
|
[maven-release-plugin] prepare release linq4j-0.3 |
|
More...
|
almost 11 years ago
|
Upgrade maven-release-plugin. |
|
More...
|
almost 11 years ago
|
Fix javadoc. |
|
More...
|
almost 11 years ago
|
Update history. |
|
More...
|
almost 11 years ago
|
Fix cyclic reuse of final static constants: avoid to "optimize" static field expressions |
|
More...
|
almost 11 years ago
|
Update history. |
|
More...
|
almost 11 years ago
|
Fix deterministic code optimizer, implement @Deterministic annotation |
|
More...
|
almost 11 years ago
|
Code formatting. |
|
More...
|
almost 11 years ago
|
Fix https://github.com/julianhyde/linq4j/issues/17, "Assign constant expressions to 'static final' members". |
|
More...
|
almost 11 years ago
|
Optimize Boolean.valueOf(const) |
|
More...
|
almost 11 years ago
|
Optimize a ? true/false : b and a ? b : true/false patterns coming from CASE |
|
More...
|
almost 11 years ago
|
Optimize not expressions: !const, !!a, !(a==b), !(a!=b), !(a>b), etc |
|
More...
|
almost 11 years ago
|
Implement multi-pass optimization: some of the variables might be avoided and inlined after the first pass |
|
More...
|
almost 11 years ago
|
Implement left, right and full outer join. |
|
More...
|
almost 11 years ago
|
Fix checkstyle for cygwin/Windows. |
|
More...
|
almost 11 years ago
|
Add .gitattributes. |
|
More...
|
almost 11 years ago
|
Move optimizer visitor to linq4j, add ExpressionType.modifiesLvalue to avoid inlining in such cases |
|
More...
|
almost 11 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
almost 11 years ago
|
[maven-release-plugin] prepare release linq4j-0.2 |
|
More...
|
almost 11 years ago
|
Fix https://github.com/julianhyde/linq4j/issues/8, "Javadoc generation fails under JDK 1.8". |
|
More...
|
almost 11 years ago
|