Vladimír Vondruš
|
2295f43873
|
Updated copyright year.
|
4 years ago |
Aaron Gokaslan
|
31785426d8
|
Typo fixing
|
5 years ago |
Vladimír Vondruš
|
84f9bb2a9d
|
Updated copyright year.
|
5 years ago |
Vladimír Vondruš
|
1d278d1112
|
python: rename all Python.h headers to PythonBindings.h.
It conveys clearer what those headers are for and avoids issues where
shitty IDE indexers (Eclipse?) confuse this with Python's Python.h.
|
6 years ago |
Vladimír Vondruš
|
b1d45fc85a
|
Updated copyright year.
|
6 years ago |
Vladimír Vondruš
|
a6dd10ae69
|
python: we don't use pybind11 exceptions anymore, so this is not needed.
Also fixes cmpilation with pybind11 >= 2.4.0.
|
7 years ago |
Vladimír Vondruš
|
ff9003d10c
|
python: silence annoying GCC 4.8 warnings.
|
7 years ago |
Vladimír Vondruš
|
e28e58b5b8
|
python: hide cryptic shit in less cryptic wrappers.
UGH.
|
7 years ago |
Vladimír Vondruš
|
0170dea8f4
|
python: consolidate buffer-related headers.
|
7 years ago |
Vladimír Vondruš
|
ce3d2564fd
|
python/corrade: make our own buffer protocol for array views.
THe one from pybind11 is severely limited and allocation-happy. Lots of
tech debt and TODOs resolved now, yay.
|
7 years ago |