Export to GitHub

morelinq - default

Source Commits


Commits

Author Date Commit Message
azizatif May 6, 2013 062a4241438b Time to remove the beta label off the main package that's been in field tested f
azizatif May 6, 2013 55f01290f747 Closes issue #57
azizatif May 3, 2013 2296b8e14668 Line endings
azizatif May 3, 2013 b321c222d8cf Fold should have been calling AssertCount internally to be source-embedded corre
azizatif Feb 11, 2013 872feea9ea50 Pointless, micro-optimization in Fold
azizatif Feb 2, 2013 d23702e38d89 Added tag 1.1-srcpkg for changeset 5c445bf879f8
azizatif Feb 2, 2013 5c445bf879f8 MoreLinq.Source.MoreEnumerable 1.1 package with Fold and ToDelimitedString 1.1 d
azizatif Feb 1, 2013 233b42d541de Fold can use AssertCount to avoid duplication of same logic
azizatif Jan 31, 2013 4b7ea64cab8d Added tag srcpkg-ToDelimitedString-1.1 for changeset 0066daceeeb9
azizatif Jan 31, 2013 0066daceeeb9 Added tag srcpkg-TakeLast-1.0.1 for changeset 5fb60f97884a
azizatif Jan 31, 2013 5fb60f97884a Added tag srcpkg-Generate-1.0.1 for changeset e4a23193e33a
azizatif Jan 31, 2013 e4a23193e33a Added tag srcpkg-Fold-1.0 for changeset 51fc3a366405
azizatif Jan 3, 2013 50746d9de529 Resource leak fix in Interleave in the rare event of insufficient memory
azizatif Jan 31, 2013 51fc3a366405 Added tag 1.0.15631-beta for changeset fa76cc70330b
azizatif Jan 3, 2013 9179b7c7c5dd Using Acquire internally for Interleave and SortedMerge
azizatif Jan 31, 2013 fa76cc70330b Adding release notes (link) to morelinq package
azizatif Jan 2, 2013 ae686187fc37 Stripping UTF-8 BOM from C# sources that are ASCII only
azizatif Jan 31, 2013 b646edd2ff6e Fold for applying a function to items of a fixed-size sequence
azizatif Jan 2, 2013 042891377f7e Reorg of imports
azizatif Jan 31, 2013 77804344a9a3 ToDelmitedString overloads missing from Silverlight project
azizatif Jan 2, 2013 000bd59d0cbc Merge
azizatif Jan 2, 2013 4f15ac8fb9d3 Unused import
azizatif Jan 2, 2013 847c7e9fac69 New ToDelimitedString overloads to avoid boxing for commonly used value types
azizatif Dec 28, 2012 4d9bb8c8cbdb Bumping source package version to 1.0.1 for Generate and TakeLast based on doc i
azizatif Dec 28, 2012 3d2c2abeaf68 Fixes issue #64
azizatif Dec 28, 2012 a867a312af6e Fixes issue #69
azizatif Dec 28, 2012 8c62fbcd1267 Tagging release 1.0 of source packages (for changeset 149942f1a4c7)
azizatif Dec 28, 2012 149942f1a4c7 Adding patch number of nuspecs and locking dependencies to 1.x
azizatif Dec 28, 2012 8ed15d611fbb Exception message consistency when sequence contains no elements
azizatif Dec 28, 2012 29adeed01890 Copyright notices need year of publication only
azizatif Dec 28, 2012 a0cf0597c969 Stripping UTF-8 BOM from C# sources that are ASCII only
azizatif Dec 28, 2012 7a9b6e24b43f Copyright notice consistency in assembly info attributes
azizatif Dec 28, 2012 bcc15ad65a4a Using var (implicit typing) consistently and wherever possible
azizatif Dec 28, 2012 700d335046d2 Imports re-org
azizatif Dec 28, 2012 23967c3e6df5 Merge
azizatif Dec 28, 2012 bff5b57a66ea From embedded (MoreLinq.Embedded.*) to source (MoreLinq.Source.*) packages
azizatif Dec 27, 2012 1f2fe9348ad0 Consistent indentation across nuspec files
azizatif Dec 27, 2012 c1c096b2c6ce Simpler title for all-inclusive embedding package
azizatif Dec 27, 2012 212c6a61a849 Fixing embedding packages for Concat and Trace to include dependencies on Prepen
azizatif Dec 25, 2012 20a9ad5da2af Embedding packages summary and title improved to reflect so
azizatif Dec 25, 2012 5645137bb08d Referencing nuspec files in VS solution files
azizatif Dec 24, 2012 7c8f614ef21d Updating AssertCount nuspec summary to reflect no overloads
azizatif Dec 21, 2012 29748fa114c1 Removing commented out files in MoreLinq.Embedded.Enumerable.nuspec now that imp
azizatif Dec 21, 2012 1ca10fb1e76d Parity between tags, id and title of embedding NuGet package specs
azizatif Dec 21, 2012 115949dc1f48 Merge
azizatif Jun 10, 2012 7c58ddd1510a Fixing grammar in comment about general application of NestedLoops
azizatif Dec 21, 2012 da288a81bc4d Initial NuGet packages for directly embedding a MoreLINQ operator into C# projec
azizatif Jun 10, 2012 01a49dff7a81 Improving NestedLoops exception message when a loop count range check fails
azizatif Dec 21, 2012 0d7d4cd13624 Conditionally including AssertCount overload that depends on SequenceException s
azizatif Jun 10, 2012 70dfa1202e14 Duplicate loop count arg check in NestedLoops
azizatif Dec 21, 2012 8765f1452b04 Stub for Zip when embedded in a C# project targeting BCL 4 or later
azizatif Jun 10, 2012 4f76e77fbcfb Fixing NestedLoops to avoid enumerating loop counts sequence twice
azizatif Dec 20, 2012 a22c6e184d6c Consistent source file line endings
azizatif Jun 10, 2012 5cd8f9d38bc9 Using Enumerable.Empty instead of a Repeat zero for null loop in NestedLoops
azizatif Dec 20, 2012 27a0dc2d19a7 Refactoring Zip, EquiZip and ZipLongest into the distinct implementations that t
azizatif Jun 10, 2012 7449d4186701 Inlining NestedLoops implementation into its main method as it does not defer ex
azizatif Dec 20, 2012 974744cc9ca5 Making ImbalancedZipStrategy enum private since it does not need internal visibi
azizatif Jun 10, 2012 60a77a149618 Removing region around NestedLoops
azizatif Dec 28, 2012 ac40ae485b81 PUSHD stack leak in build and packaging batch scripts
azizatif Dec 20, 2012 ac0f9607713d PUSHD stack leak in build batch script
azizatif Jun 10, 2012 8798e337e10d Removing PermutedSubsets because it can be composed simply from Subsets, SelectM
azizatif Dec 21, 2012 29ae66708189 Adding rejected files and R# settings files to ignore list
azizatif Jun 10, 2012 dab117c3cdd1 Fixing Rank and RankBy to enumerate source sequence only once
azizatif Dec 20, 2012 f5b5e32d934b Tiny helpers that were providing very marginal value inlined to enable simple em
azizatif Jun 10, 2012 cb5926f29e9f Fixing Rank and RankBy to allow comparer to be null and use the default one in t
azizatif Nov 28, 2012 361033b57569 Redundant public modifier on partial MoreEnumerable definitions
azizatif Jun 10, 2012 5aaa3701ef13 Renaming Rank and RankBy parameter names to be more conventional
azizatif Nov 28, 2012 28dbbe006570 Unused imports
anders Dec 4, 2012 09bfaecbac35 Added portable class library project
azizatif Jun 10, 2012 9bb49b0fa1db Keeping only Interleave strategy of skipping (others may be restored later as di
azizatif Nov 16, 2012 dd5b0c39e6e5 Added tag 1.0.15416-beta for changeset da764fe09ae8
azizatif Jun 10, 2012 228ce86d8058 Renaming SlidingWindow to Windowed to borrow from F#
azizatif Nov 16, 2012 da764fe09ae8 Adding license file to NuGet package
azizatif Jun 10, 2012 781530f87991 Renaming SlidingWindow parameter names to be more conventional
azizatif Nov 16, 2012 a05b583db107 Not requiring base dir specification when build NuGet package
azizatif Jun 9, 2012 19b35a81cecf Removing While as it can be implemented in terms of Pairwise and TakeWhile
azizatif Nov 16, 2012 3ec258a4a421 Listing methods in the NuGet package description
azizatif Jun 9, 2012 f6beeb4978df Doc summary for GetEnumerators extension for sequence of sequences
azizatif Nov 16, 2012 1ffe9a7790af Adding XML doc file to NuGet package
azizatif Jun 9, 2012 d53988d1af4d Adding debug assertions to GetEnumerators to ensure that neither the sequence of
azizatif Nov 16, 2012 469e1d04b770 Adding Acquire that helps with an all-or-none acquisition of disposables
azizatif Jun 9, 2012 13d435522142 Renaming Lag and Lead parameter names to be more conventional
azizatif Nov 16, 2012 4d5e1077d9d6 Referencing packaging files in solution files
azizatif Jun 9, 2012 09107c446336 Fixing incorrect implementation of Lag
azizatif Nov 13, 2012 e9107fd2d685 Version number not needed in nuspec file name
azizatif Jun 9, 2012 c5a330753068 SortedMerge was not disposing enumerators it opened successfully if one source f
azizatif Nov 9, 2012 296404287fef No need for version and beta status in package title
azizatif Jun 9, 2012 32a50c56933e Deleting commented out code
azizatif Nov 9, 2012 10ce16fef183 Added tag 1.0.11729-beta for changeset 75fec8063566
azizatif Jun 7, 2012 a4f5185b827c Interleave was not disposing enumerators it opened successfully if one source fa
azizatif Nov 9, 2012 75fec8063566 Fixes issue #66 (preparing 1.0.11729 beta package)
azizatif Jun 7, 2012 af07a498192a Adding missing dependency between Interleave.cs and MoreEnumerable.cs in project
azizatif Nov 9, 2012 03799046f7e5 Removing UTF-8 BOM from C# source files
azizatif Jun 3, 2012 a2eda7842a96 Renaming Segment parameter names to be more conventional
azizatif Nov 9, 2012 8f6af9ef0e0e Adding NuGet packaging scripts
azizatif Jun 3, 2012 505035c6e7d9 Fixing incorrect dependency between MoreEnumerable.cs and Random.cs in project f
azizatif Nov 9, 2012 bb8f9d3c30db Importing nuspec contributed by Dan Pincas
azizatif May 29, 2012 bf5860de2ebf Renaming SortedMerge parameter names to be more conventional
azizatif Jul 4, 2012 6043ff9795fd Consolidating duplication between ToHashSet overloads
azizatif May 29, 2012 25345475f197 Fixing SortedMerge to use default comparer instead of throwing NullReferenceExce