1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00
falk-werner_webfuse-provider/test
Falk Werner 1c9d1c8420
feat(API wrapper): separates implementation from public API
* moves implementation to impl subdirectory
* adds prefix _impl to implementation symbols
* removes double compilation for shared and static libraries
* fixes include guards
* fixes usage of extern "C"
2019-03-26 15:35:33 +01:00
..
mock_authenticator.cc Feature/authentication (#14) 2019-03-23 22:53:14 +01:00
mock_authenticator.hpp feat(API wrapper): separates implementation from public API 2019-03-26 15:35:33 +01:00
msleep.cc fixed issues regarding usleep 2019-02-13 20:49:05 +01:00
msleep.hpp removed leading underscore of include guards 2019-02-22 16:59:08 +01:00
test_authenticator.cc feat(API wrapper): separates implementation from public API 2019-03-26 15:35:33 +01:00
test_authenticators.cc feat(API wrapper): separates implementation from public API 2019-03-26 15:35:33 +01:00
test_credentials.cc feat(API wrapper): separates implementation from public API 2019-03-26 15:35:33 +01:00
test_fuse_req.cc reorganized project: prepared to extract common functionality 2019-02-25 20:17:13 +01:00
test_response_parser.cc feat(API wrapper): separates implementation from public API 2019-03-26 15:35:33 +01:00
test_server.cc Feature/authentication (#14) 2019-03-23 22:53:14 +01:00
test_timepoint.cc feat(API wrapper): separates implementation from public API 2019-03-26 15:35:33 +01:00
test_timer.cc feat(API wrapper): separates implementation from public API 2019-03-26 15:35:33 +01:00
test_url.cc feat(API wrapper): separates implementation from public API 2019-03-26 15:35:33 +01:00