-
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