- 28 Jun, 2019 3 commits
-
-
Anton Bukov authored
-
Anton Bukov authored
-
Anton Bukov authored
-
- 31 Oct, 2017 2 commits
-
-
Anton Bukov authored
Update README.md
-
Anton Bukov authored
-
- 27 Jun, 2016 1 commit
-
-
Anton Bukov authored
CMakeList: make project build with MSVC
-
- 17 Jun, 2016 1 commit
-
-
Vit Babel authored
Removing pthread from TARGET_LINK_LIBRARIES of test and benchmark subdirectories * makes it possible to compile the prject in MS Visual Studio * does not impact building with gcc
-
- 25 May, 2016 3 commits
-
-
Anton Bukov authored
Refactor some export methods
-
Anton Bukov authored
-
Anton Bukov authored
-
- 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
-