index
:
pugl.git
c++
dragdrop
main
Pugl GUI library
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bindings
/
cxx
/
include
/
pugl
/
pugl.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-01
Run clang-tidy on all headers and fix various issues
David Robillard
1
-1
/
+3
2020-11-01
Make event handling in C++ more flexible
David Robillard
1
-130
/
+210
2020-11-01
Reorder methods in C++ bindings to match C header groups
David Robillard
1
-6
/
+6
2020-10-31
Use static polymorphism in C++ bindings
David Robillard
1
-71
/
+99
2020-10-31
Make use of exceptions optional
David Robillard
1
-17
/
+35
2020-10-31
Make most methods noexcept
David Robillard
1
-34
/
+46
2020-10-31
Remove use of cassert and type_traits
David Robillard
1
-39
/
+27
2020-10-31
Use a custom exception type for failed construction
David Robillard
1
-4
/
+18
2020-10-31
Remove pugl::Clock
David Robillard
1
-46
/
+0
2020-10-31
Remove use of std::unique_ptr
David Robillard
1
-13
/
+17
2020-10-31
Cleanup: Remove unnecessary namespace qualifications
David Robillard
1
-4
/
+4
2020-10-30
Remove logging API
David Robillard
1
-23
/
+0
2020-10-30
Clean up installed man pages
David Robillard
1
-5
/
+2
2020-10-30
Move C++ bindings to a separate directory
David Robillard
1
-0
/
+742