1. 16 Mar, 2019 1 commit
  2. 15 Mar, 2019 4 commits
  3. 14 Mar, 2019 1 commit
  4. 13 Mar, 2019 3 commits
  5. 12 Mar, 2019 1 commit
  6. 11 Mar, 2019 4 commits
  7. 10 Mar, 2019 11 commits
  8. 09 Mar, 2019 5 commits
  9. 06 Mar, 2019 5 commits
  10. 26 Feb, 2019 1 commit
  11. 24 Feb, 2019 1 commit
  12. 23 Feb, 2019 1 commit
  13. 22 Feb, 2019 2 commits
    • Victor Zverovich's avatar
      Implement fixed precision · 8af651be
      Victor Zverovich authored
      8af651be
    • Michael Lui's avatar
      Clarify lifetimes of named_arg parameters (#1051) · 187bd1b8
      Michael Lui authored
      * Clarify usage of fmt::arg
      
      Document that fmt::arg takes a non-owning
      reference, even if that reference is to
      a temporary. As such, users should make sure
      the lifetime of the reference lasts as long
      as the named argument.
      
      * Clean up language
      
      Remove mentions of `std::reference_wrapper` and rvalues
      in favor of more common terminology like dangling references.
      187bd1b8