1. 14 Dec, 2012 4 commits
  2. 04 Dec, 2012 3 commits
  3. 29 Nov, 2012 3 commits
    • Dominik Charousset's avatar
      don't use std::begin/std::end in memory interface · fb372b13
      Dominik Charousset authored
      the use of std::begin/std::end has reported to cause ambiguity errors
      on some compilers
      fb372b13
    • Dominik Charousset's avatar
      new class: int_list · 86db68ad
      Dominik Charousset authored
      this class provides a convenient way to access int parameter packs
      in the same way as type_list does for type parameter packs
      86db68ad
    • Dominik Charousset's avatar
      maintenance & type_list interface changes · 96871ee5
      Dominik Charousset authored
      the type_list interface changed and the class itself no longer has
      any members, tl_size<>, tl_head<>, etc. must be used instead;
      these "template functions" also work with any variadic template class;
      this patch also changes some code parts to be more consistent with
      libcppa's coding style and naming convention
      96871ee5
  4. 28 Nov, 2012 1 commit
  5. 27 Nov, 2012 1 commit
  6. 26 Nov, 2012 1 commit
  7. 25 Nov, 2012 1 commit
  8. 24 Nov, 2012 1 commit
  9. 19 Nov, 2012 1 commit
  10. 16 Nov, 2012 2 commits
  11. 14 Nov, 2012 2 commits
  12. 13 Nov, 2012 2 commits
  13. 12 Nov, 2012 3 commits
  14. 07 Nov, 2012 1 commit
  15. 06 Nov, 2012 11 commits
  16. 05 Nov, 2012 3 commits