1. 09 Oct, 2019 3 commits
  2. 06 Oct, 2019 2 commits
  3. 05 Oct, 2019 2 commits
  4. 04 Oct, 2019 2 commits
  5. 03 Oct, 2019 4 commits
  6. 02 Oct, 2019 2 commits
  7. 01 Oct, 2019 2 commits
  8. 30 Sep, 2019 1 commit
  9. 26 Sep, 2019 1 commit
  10. 25 Sep, 2019 5 commits
  11. 24 Sep, 2019 3 commits
  12. 21 Sep, 2019 1 commit
  13. 20 Sep, 2019 1 commit
  14. 19 Sep, 2019 1 commit
    • Dominik Charousset's avatar
      Restructure CAF modules, update coding style · f9451ffc
      Dominik Charousset authored
      - Organize source and unit test files in the same way we organize
        headers files (by qualified name) instead of having all `.cpp` files
        in a single directory.
      - Group unit tests by name. For example, the unit test for
        "caf::foo::bar" now uses "foo.bar" as suite name. Previously, the
        caf_io and caf_openssl tests sort-of did that, but not uniformly.
      - Get rid of remaining `namespace <anonymous>` comments.
      
      Notably, this commit does not restructure the OpenCL module, simply
      because this module is going to get deprecated soon.
      f9451ffc
  15. 17 Sep, 2019 3 commits
  16. 16 Sep, 2019 7 commits