summaryrefslogtreecommitdiffstats
path: root/include/raul/Semaphore.hpp
AgeCommit message (Collapse)AuthorFilesLines
2023-02-05Replace stray uses of "NULL"David Robillard1-3/+3
2023-01-14Fix old-style castDavid Robillard1-1/+2
2022-07-20Clean up special member functions and format with clang-format 14David Robillard1-4/+3
2022-07-20Remove redundant inline specifiersDavid Robillard1-7/+9
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-14/+2
2022-06-28Remove redundant `struct` keysDavid Robillard1-3/+3
Because this is C++ code, GCC 12 says things like: Socket.hpp:166:24: error: redundant class-key ‘struct’ in reference to ‘struct sockaddr_un’ [-Werror=redundant-tags]
2021-01-07Clean up documentation commentsDavid Robillard1-5/+7
2021-01-02Make namespace name lowercaseDavid Robillard1-2/+2
2021-01-02Format all code with clang-formatDavid Robillard1-100/+104
2021-01-02Use email address instead of website for attributionDavid Robillard1-2/+1
2020-12-19Clean up special member functionsDavid Robillard1-0/+3
2020-12-19Update include mapping for older include-what-you-useDavid Robillard1-1/+0
2020-12-14Clean up includesDavid Robillard1-0/+1
2020-11-12Move includes to a conventional include directoryDavid Robillard1-0/+270