1. 11 Oct, 2019 1 commit
  2. 09 Oct, 2019 3 commits
  3. 08 Oct, 2019 1 commit
  4. 06 Oct, 2019 2 commits
  5. 05 Oct, 2019 2 commits
  6. 04 Oct, 2019 2 commits
  7. 03 Oct, 2019 4 commits
  8. 02 Oct, 2019 2 commits
  9. 01 Oct, 2019 2 commits
  10. 30 Sep, 2019 1 commit
  11. 26 Sep, 2019 1 commit
  12. 25 Sep, 2019 5 commits
  13. 24 Sep, 2019 3 commits
  14. 21 Sep, 2019 1 commit
  15. 20 Sep, 2019 1 commit
  16. 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
  17. 17 Sep, 2019 3 commits
  18. 16 Sep, 2019 5 commits