1. 28 Jun, 2019 3 commits
  2. 31 Oct, 2017 2 commits
  3. 27 Jun, 2016 1 commit
  4. 17 Jun, 2016 1 commit
    • Vit Babel's avatar
      CMakeList: make project build with MSVC · bae7bd7e
      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
      bae7bd7e
  5. 25 May, 2016 3 commits
  6. 24 May, 2016 7 commits
  7. 20 May, 2016 3 commits
  8. 19 May, 2016 5 commits
  9. 15 May, 2016 1 commit
  10. 14 May, 2016 1 commit
  11. 13 May, 2016 2 commits
  12. 12 May, 2016 6 commits
  13. 19 Mar, 2015 1 commit
  14. 16 Mar, 2015 1 commit
  15. 17 Feb, 2015 2 commits
    • Anton Bukov's avatar
      Merge pull request #11 from babelvit/master · 237edd05
      Anton Bukov authored
      Linq Creators Improvement
      237edd05
    • Vit Babel's avatar
      Linq Creators Improvement · a4972949
      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
      a4972949
  16. 21 Jan, 2015 1 commit