openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
linq4j
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 5 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add option whether to consider "optimizing" expressions by assigning them to a final variable on first use.
Julian Hyde
More...
about 12 years ago
Fix various type-conversion issues, in particular finding the GCD of types.
Julian Hyde
More...
about 12 years ago
Rename fields and methods in Ord to match optiq/eigenbase version.
Julian Hyde
More...
about 12 years ago
BlockBuilder now optimizes, eliminating common sub-expressions and avoiding declaring variables for expressions that are only used once.
Julian Hyde
More...
about 12 years ago
Deploy to conjars.
Julian Hyde
More...
about 12 years ago
Add constructors, and other improvements to code generation.
Julian Hyde
More...
about 12 years ago
Enhance Primitive.
Julian Hyde
More...
about 12 years ago
Correct type variable to various EqualityComparer method parameters.
Julian Hyde
More...
about 12 years ago
Add Primitive.toArray(Collection).
Julian Hyde
More...
about 12 years ago
Various improvements to expression generation.
Julian Hyde
More...
about 12 years ago
Merge pull request #4 from cwensel/unbox-primitive
Julian Hyde
More...
about 12 years ago
add unbox method to allow resolving a Class to its primitive type
Chris K Wensel
More...
about 12 years ago
Add groupBy method to Enumerable that populates an accumulator, rather than building an expensive list of all records in the group. It is similar to Enumerable.aggregate, except that it supports keys. Also a similar groupBy method that has an additional EqualityComparer parameter.
Julian Hyde
More...
about 12 years ago
Merge branch 'master' of github.com:julianhyde/linq4j
Julian Hyde
More...
over 12 years ago
Fix type parameters for EqualityComparer parameters.
Julian Hyde
More...
over 12 years ago
Correct type variable to various EqualityComparer method parameters.
Julian Hyde
More...
over 12 years ago
Merge branch 'master' of github.com:julianhyde/linq4j
Julian Hyde
More...
over 12 years ago
Add ternary operator (? ... :).
Julian Hyde
More...
over 12 years ago
remove DelegatingQuery; should never have been checked in.
Julian Hyde
More...
over 12 years ago
deploy sources artifacts into maven
Julian Hyde
More...
over 12 years ago
BlockBuilder.append(Expression) now makes expression into a return statement, just as .add(Expression) does.
Julian Hyde
More...
over 12 years ago
BlockBuilder.append(Expression) now makes expression into a return statement, just as .add(Expression) does.
Julian Hyde
More...
over 12 years ago
Build on JDK 1.6 and 1.7 (previously only built on JDK 1.7).
Julian Hyde
More...
over 12 years ago
Code generation fixes: empty anonymous class; type variable return type when generating a lambda.
Julian Hyde
More...
over 12 years ago
Merge branch 'master' of github.com:julianhyde/linq4j
Julian Hyde
More...
over 12 years ago
Developers list.
Julian Hyde
More...
over 12 years ago
Specify source and target Java language levels.
Julian Hyde
More...
over 12 years ago
QueryableRecorder method definitions are now complete.
Julian Hyde
More...
over 12 years ago
Implementing methods in QueryableRecorder (work in progress).
Julian Hyde
More...
over 12 years ago
Move QueryableDefaults functionality (static methods) into QueryableRecorder (implements QueryableFactory interface). Obsolete Replayer interface.
Julian Hyde
More...
over 12 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree