aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail
AgeCommit message (Collapse)AuthorFilesLines
2019-07-29Fix various clang-tidy warningsDavid Robillard3-15/+15
2019-07-29Fix potential memory leak on errorDavid Robillard1-0/+1
2019-07-29Reorganize source to separate private implementation detailsDavid Robillard13-0/+3853
Taking a page from C++ convention, where "detail" is for things that should not be included in user code.