1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update history. More... almost 11 years ago
Fix https://github.com/julianhyde/linq4j/issues/15, "Expressions.ifThenElse does not work".
Julian Hyde
as julianhyde
More... almost 11 years ago
Add example.
Julian Hyde
as julianhyde
More... almost 11 years ago
Fix optimizing away parameter declarations in assignment target More... almost 11 years ago
Use HashMap for searching of declarations to reuse, consider both optimizing && optimize flags when reusing More... almost 11 years ago
Support Windows path names in checkstyle-suppresions More... almost 11 years ago
Support Statement#toString via ExpressionWriter More... almost 11 years ago
Cleanup: new AbstractList -> Functions.adapt More... almost 11 years ago
Use AtomicInteger for naming of ParameterExpressions to avoid conflicts in multithreaded usage More... almost 11 years ago
Implement equals and hashCode for expressions. Hash codes for complex expressions are cached into a field of the expression. More... almost 11 years ago
Add NOTICE and LICENSE files in generated JAR file. More... almost 11 years ago
Optimize select() if selector is identity. More... almost 11 years ago
Enable checkstyle. More... almost 11 years ago
[maven-release-plugin] prepare for next development iteration More... about 11 years ago
[maven-release-plugin] prepare release linq4j-0.1.13 More... about 11 years ago
Add release notes. More... about 11 years ago
Remove spurious "null" generated when converting expression to string.
Julian Hyde
as julianhyde
More... about 11 years ago
Add Primitive.defaultValue. More... about 11 years ago
Enable oraclejdk8 in Travis CI. More... about 11 years ago
Fix typo. More... about 11 years ago
[maven-release-plugin] prepare for next development iteration More... about 11 years ago
[maven-release-plugin] prepare release linq4j-0.1.12 More... about 11 years ago
Add release notes. More... about 11 years ago
Override Enumerable.asEnumerable in default implementation of Queryable because we want a concrete enumerable, not something that tries to build a more complex expression. More... about 11 years ago
Asymmetric join and distinct.
Julian Hyde
as julianhyde
More... about 11 years ago
[maven-release-plugin] prepare for next development iteration More... about 11 years ago
[maven-release-plugin] prepare release linq4j-0.1.11 More... about 11 years ago
Implement "try..catch..finally" and "throw" statements, and array creation with bounds. More... about 11 years ago
Add Functions.ignore0(), etc. More... over 11 years ago
Add higher-order functions: adapt (for array), generate, filter, exists, all. More... over 11 years ago