aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/implementation.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-29Cleanup: Clean up includes and call IWYU in lint targetDavid Robillard1-0/+1
2019-07-29Fix potential memory leak on errorDavid Robillard1-0/+1
2019-07-29Reorganize source to separate private implementation detailsDavid Robillard1-0/+275
Taking a page from C++ convention, where "detail" is for things that should not be included in user code.