aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-params.lv2/state_map.h
AgeCommit message (Collapse)AuthorFilesLines
2023-02-04Fix clang and clang-tidy warnings in WindowsDavid Robillard1-1/+1
2022-09-08Adopt REUSE machine-readable licensing standardDavid Robillard1-16/+2
2022-05-26Suppress new warnings in clang-tidy 13David Robillard1-1/+1
2020-12-26Format all code with clang-formatDavid Robillard1-41/+39
2020-12-16Clean up includesDavid Robillard1-0/+1
2020-09-27Don't use else after returnDavid Robillard1-1/+4
2020-09-27Initialize all variablesDavid Robillard1-1/+1
2019-01-10Sort includes from local to standard and fix exposed issuesDavid Robillard1-0/+4
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.
2016-09-19Fix compilation as C++David Robillard1-3/+3
2016-09-18Simplify property handling with state map utilityDavid Robillard1-0/+110