1. 24 May, 2016 7 commits
  2. 20 May, 2016 3 commits
  3. 19 May, 2016 5 commits
  4. 15 May, 2016 1 commit
  5. 14 May, 2016 1 commit
  6. 13 May, 2016 2 commits
  7. 12 May, 2016 6 commits
  8. 19 Mar, 2015 1 commit
  9. 16 Mar, 2015 1 commit
  10. 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
  11. 21 Jan, 2015 1 commit
  12. 13 Jan, 2015 1 commit
  13. 06 Feb, 2014 1 commit
  14. 02 Feb, 2014 2 commits
  15. 01 Feb, 2014 2 commits
  16. 11 Jan, 2014 4 commits