summaryrefslogtreecommitdiffstats
path: root/ingen/Properties.hpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-02Move public headers to a separate include directoryDavid Robillard1-90/+0
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check.
2020-08-01Add explicit accessors to QuarkDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-3/+3
2018-09-23Use lowercase namespace namesDavid Robillard1-2/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-8/+7
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-2/+2
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-5/+2
2017-12-24Clean up includes in public headersDavid Robillard1-0/+2
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-3/+3
2017-02-15Move Properties out of ResourceDavid Robillard1-0/+92