Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Removed atomic.hpp from public API | Martin Braun | 2018-03-05 | 1 | -2/+2 |
| | | | | | | | atomic.hpp defines a spin lock and a lockfree mutex. There is no reason to have standard constructs in the public API, where we're contractually obligated to not touch them. Thus, moving them into the internal API space. | ||||
* | lib: Add non-public include directory | Martin Braun | 2017-12-22 | 1 | -0/+8 |
This is meant for headers that don't export symbols. |