Ecosyste.ms: OpenCollective

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

github.com/morelinq/MoreLINQ

Extensions to LINQ to Objects
https://github.com/morelinq/MoreLINQ

Copyright text typo in assembly attribute

07b8677daea7ebac290b0350b48322ffca2331d2 authored over 8 years ago
Update links to NuGet in scripts

9f8c7d9a1a8633f581f004d556c0f63191a4cbad authored over 8 years ago
MS Build Tools 2015 URL fix

a8639824a55a8640066014c704817727f671c3c9 authored over 8 years ago
Test script review for redundancies

c6ba542aa01fcec159c084117305fb8715bc558f authored over 8 years ago
Test script

1193113ea88f178ace54a63c265a20dd225d0192 authored over 8 years ago
Build for .NET Core; closes #194

db8ebdf606980215e2665e24bff70c72b976ec65 authored over 8 years ago
Add TraverseBreadthFirst and TraverseDepthFirst methods

ae619b070fe654ea95187b930b9401bd89835fb8 authored over 8 years ago
FullGroupJoin missing from operators list in Nuspecs

2cf905559239e9231c73797c53cb30f79350fbf9 authored over 8 years ago
Avoid int.MinValue edge case in ReverseComparer

037fa04aa3bd42edb319ff7d9c7ec11b9f5df0b0 authored over 8 years ago
2.0 beta 4

14d65bfde6c5a97a68ac42d505f62bfc94d327cf authored over 8 years ago
Use MSBuild 14 from MS Build Tools 2015

87080ac33afc978b588b80344c124607da7aa5bd authored over 8 years ago
PartialSort/By in order in operators listed in package descriptions

1df2ecacc430c26bde5ef3503298a9427523c60a authored over 8 years ago
PartialSort rename residuals in tests for consistency's sake

7d73ec0e03c56fde0cfff15b046cde075c3de965 authored over 8 years ago
Tests to prove PartialSort(By) is unstable

f271ed42e968dc25e1891591cbdee14f9b21bbcf authored over 8 years ago
ReverseComparer is self-explanatory

No need for doc summary (too much ceremony)

387c539c7379d01695e28ab458e322c72f4273f3 authored over 8 years ago
More succint ReverseComparer

a634bc78312063e2663c75b4ffdb76595bf941ab authored over 8 years ago
PartialSort(By) tests references missing from non-portable test project

467abc7698afdab60da39fdb1417260fdc4edf61 authored over 8 years ago
Seal ReverseComparer

0040881e977d7f6e0189f2c20e82d2ce89f9cf57 authored over 8 years ago
Remove redundant modifiers on ReverseComparer

4f6a3a25bc4436d79a3d1b1bbc0d8ce576029d17 authored over 8 years ago
Merge pull request #188 from fsateler/partialsort

Rename Top to PartialSort, add OrderByDirection overloads

830e004f9363fb36205c86ab8f0b74995e373e3b authored over 8 years ago
PartialSort: Add overload taking an OrderByDirection parameter

7b82c54d4787db162ec7f2f4f8095b039d0cf61c authored over 8 years ago
Rename Top/TopBy to PartialSort/PartialSortBy

Top somewhat implies expectations of sorting in descending order
(ie, the result would be the n ...

82768f4708a2d3229c10286b16fe56de056b1ade authored over 8 years ago
Merge pull request #184 from RebornRider/master

Added reference to Documentation in README.md; closes #179

a30936b18fa167b94313c61d469cbf0936567bc2 authored over 8 years ago
Merged branch Documentation into master

eae8868c4815dd7f156f68780b06c85da7ee8c52 authored over 8 years ago
Added reference to documentatation in README.md

b509736e9dc72bc15f119ab20e3b2091f8e7e647 authored over 8 years ago
Remove alt DistinctBy implementation leftover from Silverlight version

518a508e9488acef3cc899cd50e709aa73beeafe authored over 8 years ago
ZipShortest overloads missing return value documentation #149

09aa5adcd4a10f693528f5044dd252f893fe962d authored over 8 years ago
Repeat missing type parameter documentation #148

5fb766847f0b931ecadfe4cf7d0d196224e353c6 authored over 8 years ago
Merge pull request #170 from anjdreas/add-startswith

Add StartsWith and EndsWith

df178862d91169659a4121f14a10408e9afd28f1 authored over 8 years ago
Rewrite XML doc summaries

Consistent with the rest of the project.

* Remove <see> elements
* Different summary for the tw...

feeb2fdd70dff79f21407c71ba5ae4c9b168554c authored over 8 years ago
Use 'var' for obvious variable type

038ab58746477b505869f6f9876a8f695d981ab8 authored over 8 years ago
Distinguish EqualityComparer.Default assignment from precondition checks

6a6a3d626f238f2bc6447f8dd3f81bff19136c40 authored over 8 years ago
Reformat for consistency

Match rest of project

* Remove indentation in XML doc
* Remove empty lines in header
* Move usi...

bab1fc4b363eb21711d1db2d525fc6cea68e29ad authored over 8 years ago
Pass null instead of EqualityComparer<>.Default

6ddb23d5f852431a6bcf5a928983d55d95069fdd authored over 8 years ago
Add EndsWith

Add 18 tests for null, empty, different element types and input lengths

af77f8a7a506f77ae57b9df3138375be9492bdcd authored over 8 years ago
Add StartsWith

Add 18 tests for null, empty, different element types and input lengths

a93931bf18001040c7b2deb91172e3f445d50ccd authored over 8 years ago
Merge pull request #174 from anjdreas/add-takelastdisposetest

Add test TakeLastDisposesSequenceEnumerator

04be25852f610b6558dbd0e3b9e74fd554fc5c91 authored over 8 years ago
Add test TakeLastDisposesSequenceEnumerator

4a97ddd736aece816e80746d00cf29784f53ece2 authored over 8 years ago
Merge pull request #161 from fsateler/groupadj-signature

GroupAdjacent: Add overloads that allow selecting the return enumerable type

e72cf43b9400128e4366819ffdfd34b2242c49c2 authored over 8 years ago
GroupAdjacentTest: verify in Selector tests that only adjacent are grouped

936400d30f3230952382fc12eb8877cc6a5dd08b authored almost 9 years ago
GroupAdjacent: Add overloads that allow selecting the return enumerable type

For parity with the GroupBy overloads
Fixes #127

655f27ea2564c0908f2553202f4e1bf03f61c307 authored almost 9 years ago
Merge remote-tracking branch 'origin/master'

3f59fd666af36598123d6201036e356ff915dd67 authored almost 9 years ago
Merge branch 'v1'

18b4a96e4bb6775ae38bd8f1210ad38b62058933 authored almost 9 years ago
Pairwise example typo fix; closes #159

48395f293832f0e821b33b2018914651dbd1508c authored almost 9 years ago
Copyright fixes

57295fff782ddc22d57c3883ed70dd77bd06e338 authored almost 9 years ago
Merge branch 'v1'

d08bcff39e486f9360067242c465b54896489950 authored almost 9 years ago
Copyright fixes

827b630e9786217481b2401e2fdfa694861406e0 authored almost 9 years ago
Merge pull request #155 from ErikSchierboom/equizip-docs

Add <returns> comment to EquiZip

bb5044a3a37b1006d15e251a267364f4a443a12a authored almost 9 years ago
Add <returns> comment to EquiZip

d941f4e46bf7e0ca62d6e94cdcdf4e56cabe4134 authored almost 9 years ago
Windowed shouldn't yield partial windows; fixes #152

e58de24b8bd528a0ce8da971f606d2e114419207 authored almost 9 years ago
2.0 beta 3

c16f499397fc90c51cea7b6c9ef3c594ca6a04a1 authored almost 9 years ago
Top(By) = OrderBy and Take (#103)

13d4e52f60737a0c7658f7d57e89b724c820f0b8 authored almost 9 years ago
Merge branch 'v1'

cc6932f74cfcc7476bcc99db10f450bfdcb010c0 authored almost 9 years ago
Split documentation completion; closes #138

7bddd617953ae8f5f75431619fbd8804ca1fc6dd authored almost 9 years ago
Merge branch 'v1'

2d7c95c35b2ab97409b338c2e5042e68d2befcb1 authored almost 9 years ago
2.0 beta 2

76bec7197fa8177f248f4c7504ac731224e9b7d4 authored almost 9 years ago
FallbackIfEmpty makes SingleOrFallback & alike redundant; closes #122

137b76fa1fea3897638c0fc0049d9ecb1df1d464 authored almost 9 years ago
TakeEvery return value documentation; closes #139

beb91581b82b0ead394c706b97cb498ac2bd9ae6 authored almost 9 years ago
Fold return value documentation; closes #135

5a0e79f5fecad5a48d2b8cdbf71895e601ba179a authored almost 9 years ago
EquiZip return value documentation; closes #134

3f1c5a6251ae0ffc1c5dca3579d8e4269ab7861f authored almost 9 years ago
ToDelimitedString return value documentation; closes #140

26ed62aef8dec793476861b5020e23e2d87f6c55 authored almost 9 years ago
Generate return value documentation; closes #136

b4e323d0f2e625ba88a55c9e7735db54402d2fd1 authored almost 9 years ago
ToHashSet type parameter documentation; closes #141

2741ecb6e100fb303716e9c89036e88d682c9cd3 authored almost 9 years ago
ZipLongest return value documentation; closes #143

0d10437341ac4a7c2f4b95dda652436e0a9cd28c authored almost 9 years ago
Zip return value documentation; closes #142

796ac1bed823c0ca54f2d7c14b49121779d378db authored almost 9 years ago
Pipe return value documentation; closes #137

c445b13c0dbb4744f6ea2f83926dd01d47193ca9 authored almost 9 years ago
MoreLinq namespace documentation; closes #133

70ba02212c6a0d169fe0fa03090899b6f64fe3f8 authored almost 9 years ago
Build docs only if code build succeeds

77966cf680f7877b20005850ff250666b64fb501 authored almost 9 years ago
2.0 beta 1

279de42cdacfea9091a0d53bfcba530496bf9013 authored almost 9 years ago
Merge branch 'v1'

470ba6af8320ff05f6c0298e8fbd4a3f7a1266de authored almost 9 years ago
Completing OrderedMerge documentation; adds to #132

a1496d4215c5a36cb5579c323ad089455c026e6d authored almost 9 years ago
Make docs target same .NET Framework version (3.5) as assembly

729faa16c88fe47b12750d87edebf1db4c0db36c authored almost 9 years ago
Merge branch 'v1'

b214c3758f1312102c5c0a0c41f0b3d02f7202b8 authored almost 9 years ago
Upgrade SHFB project file to be compatible with latest release (v2015.10.10.0)

cea0f55cff738b60fea8d192dd99f4cf198beedf authored almost 9 years ago
Emigrating API doc output to morelinq.github.io

7dabb7d93da1dca2163c5575346bcf1ccb7c42e5 authored almost 9 years ago
README operators table code-formatting

2122a55218a171b526e7ec10a0fc6d53c1f0a9d7 authored almost 9 years ago
Update README with latest list of operators

bd2097c31c3d9d17991587b99e97b815b92c91dc authored almost 9 years ago
README language improvements

26df2939a1dad45bd70422fb6413c6aa3e6b99bf authored almost 9 years ago
Reference README file in VS solution

f52d5f2b29fb25c60507d99a93044b92a35817b2 authored almost 9 years ago
VS Solution had a duplicate nuspec file reference

398e516646282e8ab6106b0614ec9efb69cc49fa authored almost 9 years ago
Merge branch 'v1'

667a0fcea620659a5240fa1897fb41829b6cf8da authored almost 9 years ago
Merge pull request #118 from fsateler/full-outer

Add FullGroupJoin method

5b66b91cc986d3f661aa580ca1be3b351e278eeb authored almost 9 years ago
Merge pull request #129 from fsateler/groupadj-remove-select

GroupAdjacent: optimize away internal key and element projection

7d1b7fa506339facf61bc6c233b8828af286086b authored about 9 years ago
GroupAdjacent: Do not use Select to project key and element

Do it inside the loop. Also, avoid allocating a new KeyValuePair element, as it is not needed.

b8b05c01224fff7bc50e1a7b6b79adfa35331771 authored about 9 years ago
nuspec: place copyright info in correct element

There is a dedicated copyright element, use that instead of abusing the
authors element.

a690f6e3def36417e8ffd68ecb724c63f837d0a4 authored about 9 years ago
Add MIT license due to Lookup implementation from corefx

886a69c37723ce6aa2212e473f811c88e71db51a authored about 9 years ago
Merge pull request #120 from sholland1/AtLeast_Exactly

AtLeast extension method; closes #58

6608a4b932f6e33ceea0ba6d64b811fad471c1ae authored about 9 years ago
Refactor GetSequence to use existing class

Use InfiniteSequence since it already exists

4bc276dc4743d90d864503631ef4e5a011db9f96 authored about 9 years ago
Make test that proves optimization less fragile

Instead comparing run times for collections and non-collections, call
AtLeast on a collection th...

fdebf5ffac354ac5eccbb4e92906d1d7514b276f authored about 9 years ago
Prove AtLeast method is optimized for ICollections

Add test that measures the time it takes for the AtLeast method to
execute on an IEnumerable and...

b804da5d3022d372c5c2ed7f9620b7524cab6b2b authored about 9 years ago
Remove UTF-8 BOM markers

0db2a1c8b12c868eb853509f1499ecf4264b1020 authored about 9 years ago
Make tests more readable

Use Assert.IsTrue and Assert.IsFalse instead of Assert.That

314f22623e7082c9f0c69096c2d5d0705d560269 authored about 9 years ago
Change private methods to use Pascal casing

c0f1ccbf122cb93d1a4bb0680f6bd1f4aee71dbc authored about 9 years ago
Use the Count property for ICollection optimization

78552ade4579a69480460298b331c9338976c37b authored about 9 years ago
FullGroupJoin: avoid allocating a HashSet by looking up seen keys in the first lookup

0db9f42ad1a251c45a3a26dd08ce6cc0f6b4fe4e authored about 9 years ago
Lookup: short-circuit Contains if lookup is empty

006aac84b36aa25b2cd239ed8e56a5e63ccbd624 authored about 9 years ago
FullGroupJoin: Remove unused using statement

e34b04ffa5be8d3180d62322a8530556d67b06e6 authored about 9 years ago
FullGroupJoin: Do not allocate seenKeys HashSet if first sequence is empty

761e445d8f8c0a2c85085a41cc79fe28563114ed authored about 9 years ago
FullGroupJoinTest: add tests for empty sequences

c0dd9112f86e8d63fd06dc694dc831041d6c7b0c authored about 9 years ago
FullGroupJoin: do not access first lookup on second lookup

06c3aefa52d7ba74efc3f35e93ab069ad38f4e6d authored about 9 years ago