- 24 May, 2016 7 commits
-
-
Anton Bukov authored
Configured Coveralls
-
Anton Bukov authored
-
Anton Bukov authored
-
Anton Bukov authored
-
Anton Bukov authored
-
Anton Bukov authored
Configure travis-ci.org service
-
Anton Bukov authored
-
- 20 May, 2016 3 commits
-
-
Anton Bukov authored
-
Anton Bukov authored
-
Anton Bukov authored
-
- 19 May, 2016 5 commits
-
-
Anton Bukov authored
-
Anton Bukov authored
-
Anton Bukov authored
-
Anton Bukov authored
-
Anton Bukov authored
Update googletest and benchmark libraries, remove gcov link dependency
-
- 15 May, 2016 1 commit
-
-
Anton Bukov authored
-
- 14 May, 2016 1 commit
-
-
Anton Bukov authored
-
- 13 May, 2016 2 commits
-
-
Anton Bukov authored
-
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.
-