1
I Use This!
Inactive

Commits : Listings

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