1. 11 Jun, 2020 1 commit
  2. 10 Jun, 2020 2 commits
  3. 31 May, 2020 1 commit
  4. 29 May, 2020 1 commit
  5. 21 May, 2020 1 commit
  6. 13 May, 2020 1 commit
  7. 12 May, 2020 1 commit
  8. 08 May, 2020 1 commit
  9. 30 Apr, 2020 3 commits
  10. 29 Apr, 2020 1 commit
  11. 28 Apr, 2020 13 commits
  12. 24 Apr, 2020 9 commits
  13. 12 Apr, 2020 1 commit
  14. 13 Feb, 2020 3 commits
    • Chen's avatar
      revert trailing comma in old Reader (#1126) · 3beb37ea
      Chen authored
      3beb37ea
    • David Gobbi's avatar
      Remove '=delete' from template methods for Xcode 8 (#1133) · dc180eb2
      David Gobbi authored
      For Apple clang-800.0.42.1, which was released with Xcode 8 in
      September 2016, the '=delete' on the 'is' and 'as' methods causes
      the following errors for value.h:
      
        inline declaration of 'as<bool>' follows non-inline definition
        inline declaration of 'is<bool>' follows non-inline definition
      
      etcetera for the other specializations of 'is' and 'as'.  The same
      problem also occurs for clang-3.8 but not clang-3.9 or later.
      dc180eb2
    • Claus Klein's avatar
      Use ccache right (#1139) · a6fe8e27
      Claus Klein authored
      * Prevent cmakelint warnings
      
      Use 4 spaces for indent, no tabs
      
      * Use ccache right
      
      fix indents too at CMakeLists.txt
      a6fe8e27
  15. 03 Feb, 2020 1 commit