Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MoreLINQ


Collective - Host: opensource - https://opencollective.com/morelinq - Code: https://github.com/morelinq

Importing nuspec contributed by Dan Pincas

github.com/morelinq/MoreLINQ - f253922f6876b9ab50b2ac8ed5404e74bf7cd017 authored about 12 years ago by Atif Aziz <[email protected]>
Consolidating duplication between ToHashSet overloads

github.com/morelinq/MoreLINQ - 6ec0b11abf5cf720d14a3349619197d56839d3ed authored over 12 years ago by Atif Aziz <[email protected]>
Incorrect return type on second ToHashSet overload

github.com/morelinq/MoreLINQ - 6013b821a154d8fcb1423163a6593d316819bbf5 authored over 12 years ago by Atif Aziz <[email protected]>
Fixing build batch script tail arg handling

github.com/morelinq/MoreLINQ - d47852dd7843ab3e4dd62ea223e35c34f207450b authored over 12 years ago by Atif Aziz <[email protected]>
Sending build batch script tail args to MSBUILD

github.com/morelinq/MoreLINQ - 3a59a948f521670c90455db7cc3a36a00fc9afc8 authored over 12 years ago by Atif Aziz <[email protected]>
POPD unnecessary with SETLOCAL in build batch script

github.com/morelinq/MoreLINQ - 5859dd91d5f409116180dc2502628a4021de8932 authored over 12 years ago by Atif Aziz <[email protected]>
Integrating builddocs into main build batch script

github.com/morelinq/MoreLINQ - 0a382d04130fa0c51ad61f9345bd8a3ae75e1f7f authored over 12 years ago by Atif Aziz <[email protected]>
Renaming builddocs extension from bat to cmd for consistency with other build scripts

github.com/morelinq/MoreLINQ - 948ac55eec4a555566bdb04495007bd17e06ebd4 authored over 12 years ago by Atif Aziz <[email protected]>
Updating docs with SHFB v1.9.4.0

github.com/morelinq/MoreLINQ - 954ba5713db23e414b48c84a5cf12e4cb4347171 authored over 12 years ago by Atif Aziz <[email protected]>
Removing ignore file unrelated to this project

github.com/morelinq/MoreLINQ - 9ef9fd3b4cdafaf4a1e41111f0656e1544ebeb2a authored over 12 years ago by Atif Aziz <[email protected]>
First pass at API documentation.

github.com/morelinq/MoreLINQ - 9e9fce110a07aa093a10ce52008a1316dcee9bf4 authored over 12 years ago by Jon Skeet <[email protected]>
Initial stab at a Sandcastle Helpfile Builder project.

github.com/morelinq/MoreLINQ - 4249b5288e5a65ed0806bd92f8eb02f8d98846bf authored over 12 years ago by Jon Skeet <[email protected]>
Fixing grammar in comment about general application of NestedLoops

github.com/morelinq/MoreLINQ - f6a6dc82bd43f84ab5fdcf7a388305972d34fff0 authored over 12 years ago by Atif Aziz <[email protected]>
Improving NestedLoops exception message when a loop count range check fails

github.com/morelinq/MoreLINQ - 99bf6d37bd2afdcb3ffcbaeb8de2377355be9700 authored over 12 years ago by Atif Aziz <[email protected]>
Duplicate loop count arg check in NestedLoops

github.com/morelinq/MoreLINQ - a343d1977e19fbcb76e0065cdb5f63492f6f7473 authored over 12 years ago by Atif Aziz <[email protected]>
Fixing NestedLoops to avoid enumerating loop counts sequence twice

github.com/morelinq/MoreLINQ - 6762cefc9e430c1ace95a298d222bc0ccfe97752 authored over 12 years ago by Atif Aziz <[email protected]>
Using Enumerable.Empty instead of a Repeat zero for null loop in NestedLoops

github.com/morelinq/MoreLINQ - b0ec116e6ad85cf467dd6cc334b9ba4116acbecc authored over 12 years ago by Atif Aziz <[email protected]>
Inlining NestedLoops implementation into its main method as it does not defer execution

github.com/morelinq/MoreLINQ - 61a7f8884a49f010d062aff05b8e1a80fa4bac9f authored over 12 years ago by Atif Aziz <[email protected]>
Removing region around NestedLoops

github.com/morelinq/MoreLINQ - b346467130feb16f7c352b06bf81b5fba71f1362 authored over 12 years ago by Atif Aziz <[email protected]>
Removing PermutedSubsets because it can be composed simply from Subsets, SelectMany and Permutations

github.com/morelinq/MoreLINQ - 0e69ec99ef1710b9a554b0debbff9d37ebb872c2 authored over 12 years ago by Atif Aziz <[email protected]>
Fixing Rank and RankBy to enumerate source sequence only once

github.com/morelinq/MoreLINQ - 29a9d9a9a63b7db77e62b15ffd28942d464b69a8 authored over 12 years ago by Atif Aziz <[email protected]>
Fixing Rank and RankBy to allow comparer to be null and use the default one in that case

github.com/morelinq/MoreLINQ - c995f033c252d606447ff846dd58cbfc6271e2b1 authored over 12 years ago by Atif Aziz <[email protected]>
Renaming Rank and RankBy parameter names to be more conventional

github.com/morelinq/MoreLINQ - 97ae4e585fdabfcb907f43f19ed726a82b66d187 authored over 12 years ago by Atif Aziz <[email protected]>
Keeping only Interleave strategy of skipping (others may be restored later as distinct methods as with Zip)

github.com/morelinq/MoreLINQ - eb26675e43e26357bcdd6f371bdfba516221872e authored over 12 years ago by Atif Aziz <[email protected]>
Renaming SlidingWindow to Windowed to borrow from F#

github.com/morelinq/MoreLINQ - 2a8148cc800540a635069859a9e8abf58ca8cc7a authored over 12 years ago by Atif Aziz <[email protected]>
Renaming SlidingWindow parameter names to be more conventional

github.com/morelinq/MoreLINQ - c9902d2e40a01337892055a1f39410e86d708606 authored over 12 years ago by Atif Aziz <[email protected]>
Removing While as it can be implemented in terms of Pairwise and TakeWhile

github.com/morelinq/MoreLINQ - e40cf009ff5f04e4baddb6e8006842d70a4e6b75 authored over 12 years ago by Atif Aziz <[email protected]>
Doc summary for GetEnumerators extension for sequence of sequences

github.com/morelinq/MoreLINQ - 739899e58236cd9311ab8bb9d3d3f6948464bb2a authored over 12 years ago by Atif Aziz <[email protected]>
Adding debug assertions to GetEnumerators to ensure that neither the sequence of sequences nor any one of its sequence is null

github.com/morelinq/MoreLINQ - e02bf27e7b360c21efdec7ab8670c2d3eeee2c33 authored over 12 years ago by Atif Aziz <[email protected]>
Renaming Lag and Lead parameter names to be more conventional

github.com/morelinq/MoreLINQ - 6e9de3a03a0c1268ad34adbe6c66cb90ffd01d23 authored over 12 years ago by Atif Aziz <[email protected]>
Fixing incorrect implementation of Lag

github.com/morelinq/MoreLINQ - 14926996c2a9457f20b2f5c15b3bdac5bd432634 authored over 12 years ago by Atif Aziz <[email protected]>
SortedMerge was not disposing enumerators it opened successfully if one source failed part of the way

github.com/morelinq/MoreLINQ - 035d5e3b5d844a9446e1db5d1e1a060cf9bab577 authored over 12 years ago by Atif Aziz <[email protected]>
Deleting commented out code

github.com/morelinq/MoreLINQ - 9743aec62f089d338fad70f01a3b8b4b2b2b611b authored over 12 years ago by Atif Aziz <[email protected]>
Interleave was not disposing enumerators it opened successfully if one source failed part of the way

github.com/morelinq/MoreLINQ - 72febd64ec23ade441cf96ed564d12fd0834a4d8 authored over 12 years ago by Atif Aziz <[email protected]>
Adding missing dependency between Interleave.cs and MoreEnumerable.cs in project file

github.com/morelinq/MoreLINQ - 50669cdc444eb0739829a6a934c3519318786c50 authored over 12 years ago by Atif Aziz <[email protected]>
Adding Index

github.com/morelinq/MoreLINQ - d2750c6934c4298a1542042ed01ab6495554eeb8 authored over 12 years ago by Atif Aziz <[email protected]>
Renaming Segment parameter names to be more conventional

github.com/morelinq/MoreLINQ - 4aaa7353bf37fc8e8233871449aafad752792ae2 authored over 12 years ago by Atif Aziz <[email protected]>
Fixing incorrect dependency between MoreEnumerable.cs and Random.cs in project file

github.com/morelinq/MoreLINQ - 23759be75903807a3d969724d3fae03a9205d4a3 authored over 12 years ago by Atif Aziz <[email protected]>
Merge (closes issue #73)

github.com/morelinq/MoreLINQ - 60fbbf13785363d4fd6171b411e764512d98080f authored over 12 years ago by Atif Aziz <[email protected]>
Fixing compilation errors in Silverlight solution

github.com/morelinq/MoreLINQ - 711404cc9ef0e39a03b3b8bc903d863eae4411bc authored over 12 years ago by Atif Aziz <[email protected]>
Retiring VS 2008 solutions, keeping only 2010 ones

github.com/morelinq/MoreLINQ - 1fa25d529463eebe94fb274b65608d49e6fa037d authored over 12 years ago by Atif Aziz <[email protected]>
Adding GroupAdjacent

github.com/morelinq/MoreLINQ - 7f44854abef064776428a910cf68dd3dbc8cdff8 authored over 12 years ago by Atif Aziz <[email protected]>
Adding SequenceReader creation helper via extension method

github.com/morelinq/MoreLINQ - cbf29e429db7a82c14163397ada5f5bdf2ddd02a authored over 12 years ago by Atif Aziz <[email protected]>
Renaming SortedMerge parameter names to be more conventional

github.com/morelinq/MoreLINQ - 43e636a7eb1fcebed57445fb4687d91da2c1f2b1 authored over 12 years ago by Atif Aziz <[email protected]>
Fixing SortedMerge to use default comparer instead of throwing NullReferenceException when a null comparer is passed

github.com/morelinq/MoreLINQ - 5216485763447f0ac0677920cc4fe4ae9112bafa authored over 12 years ago by Atif Aziz <[email protected]>
Consolidating duplicate DisposableGroup.Iterators accesses in SortedMerge

github.com/morelinq/MoreLINQ - 63060c3a025e40c8a14499ca665e92463a0628ac authored over 12 years ago by Atif Aziz <[email protected]>
Adding a TODO comment to review potential leak of enumerators in SortedMerge

github.com/morelinq/MoreLINQ - 88f8b2216de30b195973ef45d1efd2ecb3a68cff authored over 12 years ago by Atif Aziz <[email protected]>
Moving DisposableGroup, being an implementation detail, behind the SortedMerge operator

github.com/morelinq/MoreLINQ - 26ba00758679ac05b76099d6ad487341e8120503 authored over 12 years ago by Atif Aziz <[email protected]>
Removing empty and insignificant XML doc comment

github.com/morelinq/MoreLINQ - fefa24d6ac41a2be55d79c69f8bbd94e4d9d29a9 authored over 12 years ago by Atif Aziz <[email protected]>
Removing insignificant regions of DisposableGroup

github.com/morelinq/MoreLINQ - cfd452353e35d42481898c32069b19a1e5c2aed0 authored over 12 years ago by Atif Aziz <[email protected]>
Sealing DisposableGroup<T>

github.com/morelinq/MoreLINQ - 0ce4f3e7bae264d4906d1b5c4ffa0562e0f389c8 authored over 12 years ago by Atif Aziz <[email protected]>
Converting DisposableGroup.Iterators into an auto-property

github.com/morelinq/MoreLINQ - 32534f1b26af7b31487ed6e1b780724c6a8a6082 authored over 12 years ago by Atif Aziz <[email protected]>
Redundant default comparer in RunLengthEncode

github.com/morelinq/MoreLINQ - 881fd719470044c152f0f8d46ca6bee85ecab7a5 authored over 12 years ago by Atif Aziz <[email protected]>
TODO comments about addressing multiple enumerations of a sequence

github.com/morelinq/MoreLINQ - 9bb5c550c704e8968b8b7cbf076670e09186b5f4 authored over 12 years ago by Atif Aziz <[email protected]>
Re-implementing Cartesian in terms of SelectMany

github.com/morelinq/MoreLINQ - f50857b9746a52fd12c90c4ea5419a74a4a2fa21 authored over 12 years ago by Atif Aziz <[email protected]>
Renaming Cartesian parameter names to be more conventional

github.com/morelinq/MoreLINQ - b3f2d31735dc66645c2341156d1f35ab476aa65e authored over 12 years ago by Atif Aziz <[email protected]>
Using ArgumentOutOfRangeException overload in Repeat that allows reporting the offending value

github.com/morelinq/MoreLINQ - b22634f410729a61e0416632680a0ea12d7e71a6 authored over 12 years ago by Atif Aziz <[email protected]>
Simplifying Repeat count parameter name

github.com/morelinq/MoreLINQ - eb7831570929fac7309b4259e264434041329dd4 authored over 12 years ago by Atif Aziz <[email protected]>
Improving Repeat exception message when repeat count is out of range

github.com/morelinq/MoreLINQ - 06000821691c8799d99fe0545c22b47363dba85f authored over 12 years ago by Atif Aziz <[email protected]>
Repeat missing null argument check for source sequence

github.com/morelinq/MoreLINQ - 05aa8c5dcb87c926a984c354e214ba68e853067a authored over 12 years ago by Atif Aziz <[email protected]>
Removing UTF-8 BOM signature from C# source files

github.com/morelinq/MoreLINQ - 703fcfad04c080a6e5a80a7190422406eae3e55e authored over 12 years ago by Atif Aziz <[email protected]>
Adding Pairwise operator

github.com/morelinq/MoreLINQ - cf739855c8213039175764e021932909853f0e16 authored over 12 years ago by Atif Aziz <[email protected]>
Fixing Silverlight project by removing reference to non-existent IdentityFunc.cs file

github.com/morelinq/MoreLINQ - abda4afceb6f37ab7696e2599a76b60fcbf22127 authored over 12 years ago by Atif Aziz <[email protected]>
Merge with revival of Batch for backward compatibility but marking it obsolete in favor of Partition

github.com/morelinq/MoreLINQ - b4b1286438ebb5162a47ab4ea2ea3eead73c14b7 authored over 12 years ago by Atif Aziz <[email protected]>
Adding ignores list

github.com/morelinq/MoreLINQ - 7d0fa0fa83fbcfb79b43a7029c0bbf8ad0e1a95c authored over 12 years ago by Atif Aziz <[email protected]>
update tags

github.com/morelinq/MoreLINQ - c17021c5f9c33582c7e3bbfa8b455b31acee1708 authored over 12 years ago by convert-repo <devnull@localhost>
Always use braces for "if" statements.

github.com/morelinq/MoreLINQ - ed10803277e322a3fe20b1be61e94754272b3c08 authored about 13 years ago by Jon Skeet <[email protected]>
Fixed build script based on solution rename in r172.

github.com/morelinq/MoreLINQ - a601b8790c04fc9b2eac27078ab3c7797ca8310f authored over 13 years ago by Atif Aziz <[email protected]>
Gah, fix the copyrights again - this time without the double comments...

github.com/morelinq/MoreLINQ - 5e7fa0a8e3bcd431bef548e6e60dab260dacfc82 authored over 13 years ago by Jon Skeet <[email protected]>
Added ToHashSet.

github.com/morelinq/MoreLINQ - f93bf9bae3430b8c9066af4815026ccffe57dcfc authored over 13 years ago by Jon Skeet <[email protected]>
Implemented TakeUntil and SkipUntil.

github.com/morelinq/MoreLINQ - 85b10a8d4a9cf131bc443871d4c3258da2f0e35e authored over 13 years ago by Jon Skeet <[email protected]>
Added or changed copyright statement on all files.

github.com/morelinq/MoreLINQ - 952a1bc290fdf1f82e502035886e6de23f4cd217 authored over 13 years ago by Jon Skeet <[email protected]>
Split solution into VS2010 and VS2008. Projects are upgraded, but should still build in VS2008.

github.com/morelinq/MoreLINQ - 15d26cdee8996cc70fbd9ae838ae8d53737d6a1f authored over 13 years ago by Jon Skeet <[email protected]>
Replaced tabs with spaces.

github.com/morelinq/MoreLINQ - 8f5f1bfcc6764bf9b93124e245ed59a44dd4de70 authored about 14 years ago by Jon Skeet <[email protected]>
Fixed project file contains a missing source file.

github.com/morelinq/MoreLINQ - f311517caf1bd2d00a3b5faa001674e5093cbe01 authored over 14 years ago by Johannes Rudolph <[email protected]>
Merged Batch and Partition Operators that are implemented by means of a customizable partitioner.

Dropped support for yielding a rest-partition as it breaks the operators consistency.
Dropped cus...

github.com/morelinq/MoreLINQ - e5b18486fd63c1eb68b8ea6819f50b542f7e28b0 authored over 14 years ago by Johannes Rudolph <[email protected]>
Documented behavior of the Zip operator.

github.com/morelinq/MoreLINQ - 1de00f8dec2d19f2c87fb9c7f68ea6b53cd08417 authored over 14 years ago by Johannes Rudolph <[email protected]>
Documented behavior of the ToDataTable operator.

github.com/morelinq/MoreLINQ - ea0877f945f5b4100b0a194fdfe2d15fa7a4935f authored over 14 years ago by Johannes Rudolph <[email protected]>
Aligned documentation TakeEvery operator with morelinq conventions.

github.com/morelinq/MoreLINQ - bfe5a51b65c378b0cd0a8f3843c59955887bb563 authored over 14 years ago by Johannes Rudolph <[email protected]>
Documented SingleOrFallback, implemented and added tests for IList optimizations.

github.com/morelinq/MoreLINQ - 27a21d6a67c78ae3bf6aed2a6418e55d7e248693 authored over 14 years ago by Johannes Rudolph <[email protected]>
Documented behavior of the Scan operator and copied Scan/PreScan example and links across both operators.

github.com/morelinq/MoreLINQ - 062dd4ce1969af40ecfc04876cf2be4df06dd774 authored over 14 years ago by Johannes Rudolph <[email protected]>
Documented behavior of the PreScan operator.

github.com/morelinq/MoreLINQ - 356318a0f61b0137c84c5ad88aaf745a4f9099aa authored over 14 years ago by Johannes Rudolph <[email protected]>
Aligned documentation Pipe operator documentation with morelinq conventions.

github.com/morelinq/MoreLINQ - eadf41cad9022fd46dfed14228dc8d7f826724ab authored over 14 years ago by Johannes Rudolph <[email protected]>
Documented behavior of the ExceptBy operator.

github.com/morelinq/MoreLINQ - 4763489d6db80431a9176dc6d7ab6a98c8a045a8 authored over 14 years ago by Johannes Rudolph <[email protected]>
Moved documentation for the Concat operator behavior into the remarks section to be consistent with the rest of the codebase.

github.com/morelinq/MoreLINQ - fc5640b5cbe7bc9b07024f60505d77a3afdbec98 authored over 14 years ago by Johannes Rudolph <[email protected]>
Improved documentation and comments on the Batch operator.

github.com/morelinq/MoreLINQ - fe03ba98650ff205b646e40568276747549e1295 authored over 14 years ago by Johannes Rudolph <[email protected]>
Removed IdentityFunc, which basically is an identity function (x => x) and was only used by Batch().

It's easy enough to spot an identity function in the code, doesn't need to be explicit.

github.com/morelinq/MoreLINQ - a20690073eaa9de4e8e84ca4600a3fd1ffe5ac9c authored over 14 years ago by Johannes Rudolph <[email protected]>
Fixed issue #30, "Make the assembly strong named."

github.com/morelinq/MoreLINQ - bd42e8a69ae19a818de7a1444c75aaa1ef6db661 authored almost 15 years ago by Atif Aziz <[email protected]>
Added the implementation of the Interleave operator.

Interleave combines two or more sequences by visiting each in turn, and returning the first elem...

github.com/morelinq/MoreLINQ - d37f7c11019d2154d7ed6957a118191a803d3833 authored almost 15 years ago by Leopold Bushkin <[email protected]>
Added implementation of the Rank and RankBy operators.

Rank returns a sequences of positive numbers representing the rank of items in the source sequen...

github.com/morelinq/MoreLINQ - c88d0633f7af7f9d3493845cda8bec9f2ace61a8 authored almost 15 years ago by Leopold Bushkin <[email protected]>
Added implementation of the Lead operator.

Lead projects a sequence by combining each element with a subsequent element at a given offset. ...

github.com/morelinq/MoreLINQ - 15a6bd367108e698dd959fb082070b7ed410cd00 authored almost 15 years ago by Leopold Bushkin <[email protected]>
Added implementation of the Lag operator.

Lag projects a sequence by combining each element with a prior element at a given offset. For el...

github.com/morelinq/MoreLINQ - 70a899e4fb554a20c95151841c64db2c8fdfbddb authored almost 15 years ago by Leopold Bushkin <[email protected]>
Added implementation of the SlidingWindow operator.

SlidingWindow transforms a sequence into a series of subsequences of a given size based on the o...

github.com/morelinq/MoreLINQ - 05cc5a730e54357246a2211b4a8b27f0e31420ec authored almost 15 years ago by Leopold Bushkin <[email protected]>
Added implementation of the Cartesian operator.

Cartesian returns the result of caller-supplied projection to each combination of elements from ...

github.com/morelinq/MoreLINQ - bb7d998cf948da187a851076078fa588c9b9564f authored almost 15 years ago by Leopold Bushkin <[email protected]>
Added the implementation of the Exclude operator.

Exclude is the logical inverse of Slice - it eliminates a range of elements from a sequence and ...

github.com/morelinq/MoreLINQ - dfff42e8d8677069034e8f94ab8c2f321f38ca79 authored almost 15 years ago by Leopold Bushkin <[email protected]>
Merged linqish ToDataTable() implementation into trunk

github.com/morelinq/MoreLINQ - dbff0437ac407b386b43b119a95ab03a0e571ca6 authored almost 15 years ago by Johannes Rudolph <[email protected]>
Clarified code comment in CreateShredder()

github.com/morelinq/MoreLINQ - 33419413aaae9a60e135325b07404bbc8622c1d9 authored almost 15 years ago by Johannes Rudolph <[email protected]>
fixed misleading exception message

github.com/morelinq/MoreLINQ - f1918b408c05a836e4919af1a9474002213270c6 authored almost 15 years ago by Johannes Rudolph <[email protected]>