- 13 May, 2016 1 commit
-
-
Anton Bukov authored
Linq creators
-
- 12 May, 2016 6 commits
-
-
Vit Babel authored
-
Vit Babel authored
-
Vit Babel authored
-
Vit Babel authored
in order to build with cygwin, maybe because of new benchmark version
-
Vit Babel authored
in order to build with cygwin, '-std=c++11' flag does not allow cygwin/mingw compiler to use gnu (non-standard) functions, '-std=gnu++11' does
-
Vit Babel authored
-
- 19 Mar, 2015 1 commit
-
-
Anton Bukov authored
improving the performance of "take": it won't any longer iterate through...
-
- 16 Mar, 2015 1 commit
-
-
Hendrik von Prince authored
improving the performance of "take": it won't any longer iterate through the whole sequence, only the items it needs to
-
- 17 Feb, 2015 2 commits
-
-
Anton Bukov authored
Linq Creators Improvement
-
Vit Babel authored
1) Changed the template of 'from(const TV<TT,TL> & container)' function from int to unsigned. Only this way it accepts std::array properly for me. 2) Changed return types of some 'from()' functions to auto and used decltype() to generate the type of iterator, because there is no guarantee that iterator of collection A is A::const_iterator. 3) Added two more versions of 'from()' function, which accept std::set and std::map. Plus: Untabyfied
-
- 21 Jan, 2015 1 commit
-
-
Anton Bukov authored
-
- 13 Jan, 2015 1 commit
-
-
Anton Bukov authored
Project structure was reorganized.
-
- 06 Feb, 2014 1 commit
-
-
Gluttton authored
Project structure was reorganized. Benchmarks and unit tests were separated. For benchmarks was set Release build mode. Raw Makefiles were removed. Source code of Google test framework (v. 1.7) was added in the repository. Broken changes: Visual Studio project files don't match with new project structure.
-
- 02 Feb, 2014 2 commits
-
-
Anton Bukov authored
Basic CMake support.
-
Gluttton authored
-
- 01 Feb, 2014 2 commits
-
-
Anton Bukov authored
Speed tests were rewritten as benchmarks (instead of unit tests).
-
Gluttton authored
Speed tests were rewritten as benchmarks (instead of unit tests). Submodule google benchmark was added.
-
- 11 Jan, 2014 4 commits
-
-
Anton Bukov authored
Remove Google Mock redundant dependency.
-
Gluttton authored
-
Anton Bukov authored
Fix compile tests on linux gcc 4.8.1.
-
Gluttton authored
Fix compile tests on linux gcc 4.8.1. Add include guard (pragma once) in boolinq.h, add Makefile, add explicit include of <climits>, comment code which use std::vector of const int, clarify typenames inside utility templates.
-
- 29 Dec, 2013 1 commit
-
-
Gluttton authored
Fix compile on linux gcc 4.8.1. Add include guard (pragma once) in boolinq.h, remove gmock include directives, add explicit include of <climits>, comment code which use std::vector of const int, clarify typenames inside utility templates.
-
- 22 Aug, 2013 2 commits
-
-
Anton Bukov authored
Fix compile on linux gcc 3.7.2. Change the name of the template paramete...
-
Malcolm Davey authored
-
- 03 Jul, 2013 1 commit
-
-
Anton Bukov authored
skipWhile_i improvements
-
- 01 Jul, 2013 1 commit
-
-
Jakub Pawlik authored
-
- 30 Jun, 2013 3 commits
-
-
Jakub Pawlik authored
a "lazy" version of the skipWhile_i function
-
Anton Bukov authored
-
Anton Bukov authored
-
- 29 Jun, 2013 2 commits
-
-
Anton Bukov authored
Added the skipWhile and skipWhile_i LINQ functions
-
Jakub Pawlik authored
skipWhile_i function + tests
-
- 27 Jun, 2013 2 commits
-
-
Jakub Pawlik authored
an improvement of the skipWhile function
-
Jakub Pawlik authored
+ created the skipWhile function + added tests for skipWhile function
-
- 03 Jun, 2013 1 commit
-
-
Anton Bukov authored
-
- 26 Apr, 2013 1 commit
-
-
Anton Bukov authored
new functions: takeWhile and takeWhile_i
-
- 25 Apr, 2013 2 commits
-
-
Jakub Pawlik authored
-
Jakub Pawlik authored
added new LinqObj methods: takeWhile and takeWhile_i with dedicated for them tests included in TakeWhileRange.cpp
-
- 17 Apr, 2013 1 commit
-
-
Anton Bukov authored
-
- 16 Apr, 2013 1 commit
-
-
Anton Bukov authored
-