aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cxx/include/pugl/pugl.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-01Add missing returnDavid Robillard1-0/+1
2020-11-01Run clang-tidy on all headers and fix various issuesDavid Robillard1-1/+3
2020-11-01Make event handling in C++ more flexibleDavid Robillard1-130/+210
2020-11-01Reorder methods in C++ bindings to match C header groupsDavid Robillard1-6/+6
2020-10-31Use static polymorphism in C++ bindingsDavid Robillard1-71/+99
2020-10-31Make use of exceptions optionalDavid Robillard1-17/+35
2020-10-31Make most methods noexceptDavid Robillard1-34/+46
2020-10-31Remove use of cassert and type_traitsDavid Robillard1-39/+27
2020-10-31Use a custom exception type for failed constructionDavid Robillard1-4/+18
2020-10-31Remove pugl::ClockDavid Robillard1-46/+0
2020-10-31Remove use of std::unique_ptrDavid Robillard1-13/+17
2020-10-31Cleanup: Remove unnecessary namespace qualificationsDavid Robillard1-4/+4
2020-10-30Remove logging APIDavid Robillard1-23/+0
2020-10-30Clean up installed man pagesDavid Robillard1-5/+2
2020-10-30Move C++ bindings to a separate directoryDavid Robillard1-0/+742