aboutsummaryrefslogtreecommitdiff
path: root/include/pybind11/buffer_info.h
AgeCommit message (Expand)Author
2023-05-23Add `format_descriptor<>` & `npy_format_descriptor<>` `PyObject *` specializa...Ralf W. Grosse-Kunstleve
2022-02-10Fully-automatic clang-format with include reordering (#3713)Ralf W. Grosse-Kunstleve
2022-02-10Final manual curation in preparation for global `clang-format`ing (#3712)Ralf W. Grosse-Kunstleve
2022-02-10chore(clang-tidy): Add clang-tidy rules: prefer-member-initializer and optin....Aaron Gokaslan
2022-02-08Adding .clang-tidy readability-braces-around-statements option.Ralf W. Grosse-Kunstleve
2021-07-28Removing MSVC C4800 from pragma block at the top of pybind11.h (#3141)Ralf W. Grosse-Kunstleve
2021-06-19fix(clang-tidy): Apply performance fixes from clang-tidy (#3046)Aaron Gokaslan
2020-10-03Fix buffer_info for ctypes buffers (pybind#2502) (#2503)Fritz Reese
2020-09-15style: clang-tidy: modernize-use-equals-defaultHenry Schreiner
2020-07-15Fix undefined memoryview format (#2223)Kota Yamaguchi
2020-07-08Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283)Yannick Jadoul
2019-11-24support for readonly buffers (#863) (#1466)Sebastian Koslowski
2019-10-18misleading comment corrected (strides in buffer_info is bytes and not number ...Riccardo Bertossa
2017-08-17Move internal headers into `detail` subdirectoryDean Moldovan
2017-08-14Force hidden visibility on pybind codeJason Rhinelander
2017-05-29Convenience constructor templates for buffer_info (#860)Yannick Jadoul
2017-05-08Now `shape`, `size`, `ndims` and `itemsize` are also signed integers.Cris Luengo
2017-05-08Use numpy rather than Eigen for copyingJason Rhinelander
2017-04-28Fix ambiguous initialize_list argumentsJason Rhinelander
2017-04-14Fix PyBuffer_Release leakJason Rhinelander
2017-04-13Make any_container implicitly constructible from arithmetic valuesJason Rhinelander
2017-04-13Accept abitrary containers and iterators for shape/stridesJason Rhinelander
2017-04-13Move buffer_info to its own headerJason Rhinelander