1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use a fast, singleton exception for NoSuchElementException More... over 12 years ago
updated CHANGELOG. More... over 12 years ago
added getters for getting the high and low ranges of a range filter pipe. More... over 12 years ago
added OracleJDK7, OpenJDK6, and OpenJDK7 to Travis CI configuration. More... over 12 years ago
added Travis-CI configuration. More... over 12 years ago
added Travis-CI configuration. More... over 12 years ago
bumped to 2.1.0-SNAPSHOT. More... over 12 years ago
final commit for 2.0.0 release. More... over 12 years ago
updated CHANGELOG.textile and added Pipes 2 logo. More... over 12 years ago
updated CHANGELOG.textile and added Pipes 2 logo. More... over 12 years ago
added the gpg signer stub for release time. More... over 12 years ago
updated CHANGELOG. More... over 12 years ago
fixed a sneaky issue with GatherPipe -- when a function is provided that doesnt return List, type casting issues incur. Thus, now there is GatherFunctionPipe with user specified typing. More... over 12 years ago
added all the gremlin-specific table methods to native pipes. More... over 12 years ago
updated CHANGELOG.textile. More... over 12 years ago
bumped to 2.0.0-SNAPSHOT. More... over 12 years ago
small JavaDoc tweak. More... over 12 years ago
Implemented ArrayQueue which is Matthias idea for an efficient draining queue useful for some pipes. Added JavaDoc to various classes that didnt have any. More... over 12 years ago
added JavaDoc to Order pipe. More... over 12 years ago
Added enablePath as a fluent method to PipesFluentPipeline and PipesPipeline. More... over 12 years ago
made it so OrderPipe doesn't require a comparable in its function. If no comparator is provided, then it is assumped that the streaming object is comparable and as such is type casted. More... over 12 years ago
added OrderPipe to support instream ordering of objects. More... over 12 years ago
various optimization tweaks to the list constructs. More... over 12 years ago
fixed a comparator error in PipeHelper.compareObjects(). More... almost 13 years ago
Replaced SingleExpandableIterator with ExpandableIterator to reduce object creation overhead. More... almost 13 years ago
Replaced SingleIterator with ExpandableIterator to reduce object creation overhead. More... almost 13 years ago
Simplified PipesFluentPipeline interface. More... almost 13 years ago
Simplified PipesFluentPipeline interface. More... almost 13 years ago
found yet another bug in CopySplitPipe that has been rectified with validating test cases. More... almost 13 years ago
Worked on CopySplit, FairMerge, and ExhaustMerge as it relates to path calculations. More... almost 13 years ago