aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LSC] Add LOCAL_LICENSE_KINDS to external/python/pybind11 am: 2bbe9af283HEADandroid-s-beta-4android-s-beta-3android-s-beta-2android-s-beta-1mastermain-cg-testing-releaseandroid-s-beta-4Bob Badour2021-02-171-0/+17
|\
| * [LSC] Add LOCAL_LICENSE_KINDS to external/python/pybind11android-s-preview-1Bob Badour2021-02-121-0/+17
* | Upgrade python/pybind11 to v2.6.2 am: c1e4e8e441Haibo Huang2021-01-2780-430/+1884
|\|
| * Upgrade python/pybind11 to v2.6.2Haibo Huang2021-01-2680-430/+1884
| |\
| | * chore: prepare for the 2.6.2 release (#2821)Henry Schreiner2021-01-264-21/+22
| | * fix: avoid changing class outside of GILHenry Fredrick Schreiner2021-01-261-1/+3
| | * chore: add pytest-timeout, mypyHenry Fredrick Schreiner2021-01-263-2/+22
| | * docs: prepare for 2.6.2 (#2820)Henry Schreiner2021-01-252-6/+15
| | * chore(deps): bump jwlawson/actions-setup-cmake from v1.6 to v1.7 (#2818)dependabot[bot]2021-01-252-7/+7
| | * Always call PyNumber_Index when casting from Python to a C++ integral type, a...Yannick Jadoul2021-01-252-30/+60
| | * Force the builtin module key to be the correct type. (#2814)crimsoncor2021-01-242-1/+14
| | * docs: update changelog, nicer output for script (#2811)Henry Schreiner2021-01-212-17/+99
| | * docs: mention that the changelog block in PR is specialHenry Schreiner2021-01-191-1/+2
| | * docs: fix missing line from #2310Henry Fredrick Schreiner2021-01-191-4/+2
| | * style: add clang-format file (#2310)Henry Schreiner2021-01-194-11/+56
| | * fix: support basic dual includes (#2804)Henry Schreiner2021-01-195-20/+32
| | * style: avoid using unintialized variables (#2806)Henry Schreiner2021-01-198-9/+41
| | * ci: update to setup-cmake v1.6 (#2805)Henry Schreiner2021-01-191-1/+1
| | * fix: prepend Pybind11Extension flags rather than appending them. (#2808)Antony Lee2021-01-191-18/+25
| | * fix: Intel ICC C++17 compatibility (#2729)Michael Kuron2021-01-1710-29/+120
| | * fix: only allow integer type_caster to call __int__ method when conversion is...Yannick Jadoul2021-01-163-0/+76
| | * docs: update build description slightly (#2794)Henry Schreiner2021-01-161-10/+14
| | * ci: Intel icc/icpc via oneAPI (#2573)Axel Huebl2021-01-158-31/+115
| | * Add a Valgrind build on debug Python 3.9 (#2746)Yannick Jadoul2021-01-156-14/+327
| | * fix: STATIC and SHARED flags not being detected (#2796)heyer22021-01-141-11/+10
| | * Plug leaking function_records in cpp_function initialization in case of excep...Yannick Jadoul2021-01-143-24/+100
| | * fix: Don't override global settings for VISIBILITY if set (#2793)Henry Schreiner2021-01-143-5/+20
| | * docs: the order of alternatives for variant types matters, and follows the sa...Yannick Jadoul2021-01-132-0/+13
| | * docs: fix spelling in some comments/docs (#2777)Andy Maloney2021-01-132-4/+4
| | * fix: a clang warning [-Wshadow-field-in-constructor-modified] (#2780)Andy Maloney2021-01-131-1/+1
| | * docs: fix example code in Exceptions section (match vs. matches) (#2781)Andy Maloney2021-01-131-1/+1
| | * fix: a warning found by static code analyzer (#2783)Changming Sun2021-01-131-1/+1
| | * ci: disable builds for 3.10.0a4, and enable a nightly 3.10-dev build (#2792)Yannick Jadoul2021-01-132-2/+45
| | * ci: use fixed action (#2791)Henry Schreiner2021-01-131-16/+6
| | * ci: pin CMake to 3.19.2, fixes issues with 3.19.3 on Linux (aarch64) and mac...Yannick Jadoul2021-01-131-0/+8
| | * Ignore deprecation warnings about old-style __init__/__setstate__ constructor...Yannick Jadoul2021-01-013-44/+76
| | * Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)Yannick Jadoul2021-01-018-26/+68
| | * Fix invalid access when reinterpret_casting a non-pybind11 PyObject* to insta...Yannick Jadoul2020-12-311-5/+5
| | * enum: add missing Enum.value property (#2739)Eric Cousineau2020-12-312-7/+17
| | * chore: changelog update (#2750)Henry Schreiner2020-12-281-0/+10
| | * fix: do not set docstring for function when empty (#2745)Qifan Lu2020-12-273-3/+14
| | * tests: update pytest 6.2.1 and fix test_python_alreadyset_in_destructor (#2741)Yannick Jadoul2020-12-242-2/+14
| | * docs: add a note about compiling the example (#2737)Steve Siano2020-12-243-4/+13
| | * CONTRIBUTING: Add suggestion about passing pytest flags (#2738)Eric Cousineau2020-12-231-1/+13
| | * docs: fix pdf build, simpler start page (#2736)Henry Schreiner2020-12-224-22/+32
| | * fix: don't trigger -Wunused-parameter in flagcheck.cpp. (#2735)Antony Lee2020-12-211-1/+2
| | * docs: update changelog and add script to help generate it (#2733)Henry Schreiner2020-12-212-1/+76
| | * ci: update cmake action (#2734)Henry Schreiner2020-12-212-14/+6
| | * fix: allow users to avoid thread termination in scoped_released (#2657)Nikita Shulga2020-12-191-4/+34
| | * minor cleanup: fixing or silencing flake8 errors (#2731)Ralf W. Grosse-Kunstleve2020-12-183-12/+20