21 Commits (master)

Author SHA1 Message Date
Henry Schreiner e0f2c71596
tests: hide warning on clang (#5069) 1 year ago
Aaron Gokaslan 1e8b52a9ac
bugfix: allow noexcept lambdas in C++17. Fix #4565 (#4593) 2 years ago
Ethan Steinberg 06003e82b3
Introduce a new style of warning suppression based on push/pop (#4285) 3 years ago
Aaron Gokaslan 554c045377
enable two new clang-tidy checks (#3988) 3 years ago
Ralf W. Grosse-Kunstleve a97e9d8cac
Dropping MSVC 2015 (#3722) 3 years ago
Ralf W. Grosse-Kunstleve ec24786eab
Fully-automatic clang-format with include reordering (#3713) 3 years ago
Ralf W. Grosse-Kunstleve ed5fb66bd7
Removing __INTEL_COMPILER section from pragma block at the top of pybind11.h (#3135) 4 years ago
Ralf W. Grosse-Kunstleve 2164c2e0e7
Removing __INTEL_COMPILER section from pragma block at the top of pybind11.h (#3135) 4 years ago
Aaron Gokaslan dac74ebdf5
fix(clang-tidy): performance fixes applied in tests and CI (#3051) 4 years ago
Aaron Gokaslan 3b30b0a51e
fix(clang-tidy): clang-tidy readability and misc fixes, like adding const (#3052) 4 years ago
Philipp Bucher 62976cfcb8
fix: using -Werror-all for Intel (#2948) 4 years ago
Michael Kuron 48534089f7
fix: Intel ICC C++17 compatibility (#2729) 5 years ago
Yannick Jadoul 0855146357
Plug leaking function_records in cpp_function initialization in case of exceptions (found by Valgrind in #2746) (#2756) 5 years ago
Henry Schreiner 8dc31c7b29 style: clang-tidy: llvm-namespace-comment 5 years ago
Francesco Biscani ba33b2fc79 Add -Wdeprecated to test suite and fix associated warnings (#1191) 8 years ago
Jason Rhinelander 391c75447d Update all remaining tests to new test styles 8 years ago
Jason Rhinelander 6e036e78a7 Support binding noexcept function/methods in C++17 9 years ago
Dean Moldovan 4e959c9af4 Add syntax sugar for resolving overloaded functions (#541) 9 years ago
Jason Rhinelander 52f4be8946 Make test initialization self-registering 9 years ago
Dean Moldovan a9a37b4e31 Move enum tests into a new file 9 years ago
Dean Moldovan 665e8804f3 Simplify tests by replacing output capture with asserts where possible 9 years ago
Dean Moldovan a0c1ccf0a9 Port tests to pytest 9 years ago
Jason Rhinelander 613541947a Fix scoped enums and add scoped enum example 9 years ago
Jason Rhinelander b3f3d79f4c Rename examples files, as per #288 9 years ago
Boris Schäling 20ee935203 Use decltype to deduce return type of PyThread_create_key 9 years ago
Wenzel Jakob 8cb6cb33ef minor cleanups in common.h; updated author info and copyright year 9 years ago
Wenzel Jakob 15f6a0030e enum comparison and conversion operations (closes #80) 10 years ago
Wenzel Jakob 27e8e1066b added new type pybind11::bytes, cleanup of various macros (fixes #49) 10 years ago
Wenzel Jakob 2cf192f578 fixed testcase to take enum->int conversion into account 10 years ago
Wenzel Jakob a576e6a8ca keyword argument support, removed last traces of std::function<> usage 10 years ago
Wenzel Jakob 38bd71134a Initial commit 10 years ago