aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/log/logger.h
AgeCommit message (Collapse)AuthorFilesLines
2021-02-22Fix typos in docstringsReuben Thomas1-1/+1
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-26Format all code with clang-formatDavid Robillard1-43/+41
2020-12-26Make include guards surround all header contentsDavid Robillard1-5/+5
For consistency, and because clang-tidy can't figure out if a define is an include guard unless it ends the file.
2020-12-16Clean up includesDavid Robillard1-1/+2
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard1-2/+2
This order is better because it ensures that headers can stand alone and include everything they need. Several missing includes were exposed by this, and are also fixed in this commit.
2018-09-23Shrink code slightly by removing some if-else structureDavid Robillard1-5/+3
2018-09-22Install standard headers to simpler include pathsDavid Robillard1-0/+160