summaryrefslogtreecommitdiff
path: root/ptunxor.cc
AgeCommit message (Collapse)Author
2019-06-21More API cleanupsDamien Zammit
- Make naming of files more consistent - Use const& for strings where applicable - Move macros out of the global namespace header
2019-06-20API cleanup: const-ness, remove public variablesRobin Gareus
Do not allow users of the API to modify internal variables, prefer accessor methods to constant data. Use const-references whenever possible (don't copy-construct arguments), likewise prefer direct references over iterators.
2019-01-08adding stdlib includes to get compilation on macOSMaurits Lamers
2018-10-15Update directory layout of library to be consistent with ArdourDamien Zammit
2018-04-12Relicense as LGPLv2.1+Damien Zammit
- Agreement between both authors was made