Elias Vanderstuyft
Elias Vanderstuyft
As discussed in #6, adding support for OpenGL timer queries to libframetime is highly desirable because of accuracy improvements. This pull request takes care of that. This new measuring method...
Add improved error handling and refactor code to make it easier adding other hooks if needed in the future. v3 of remaining unaccepted commits of #6. v3 improves upon v2...
The desired behaviour is that this git repository is kept in sync with OpenBenchmarking.org as good as possible. This is currently not the observed behaviour (for proof, see below), that's...
[autowrap 0.6.1] instanced templated typedefs and "wrap-instance"-ed types can have name collisions
Tested with commit d0e9a5 (Feb 9, 2015). In some cases, a C++ header may define a typedef to a specific instantiation of a templated class, but it seems to be...
Tested with commit d0e9a5 (Feb 9, 2015). Usage of "const" causes autowrap to raise an exception. Test code: ``` cdef extern from "" namespace "std": cdef cppclass string: string() const...