- e442ea9 pybind11 3.0.0 by comicfans · 6 weeks ago upstream/master
- 2b6082a Get module version from module_ctx and try to lookup integrities (#103) by Laurenz · 11 months ago v2.13.6
- 7d42550 Bump pybind11 version to 2.13.6 (#101) by Markus Hofbauer · 12 months ago
- 0cded48 Revert "Add -Wl,-z,undefs to Linux linkopts (#90)" (#98) by Markus Hofbauer · 1 year ago
- e25b5e6 Bump version in example (#93) by Markus Hofbauer · 1 year, 1 month ago
- ac3e93d Bump rules_python version (#95) by Markus Hofbauer · 1 year, 1 month ago
- 1e2b803 Bump pybind version to 2.13.1 (#97) by Markus Hofbauer · 1 year, 1 month ago
- a29d777 Add -Wl,-z,undefs to linux links (#90) by Keith Smiley · 1 year, 2 months ago
- 4fec69b Add .gitignore (#88) by Markus Hofbauer · 1 year, 2 months ago
- f8eb800 Examples should use local version (#87) by Markus Hofbauer · 1 year, 2 months ago
- ff786d1 Convert comments into docstrings (#89) by Markus Hofbauer · 1 year, 2 months ago
- e146cb0 Bump versions of actions and dependencies. by Paul Wankadia · 1 year, 3 months ago
- d85a646 Added basic example of using pybind11 (#86) by Ross · 1 year, 3 months ago
- ea71d97 Bump some versions in `MODULE.bazel`. by Paul Wankadia · 1 year, 4 months ago
- e52898d Bump versions of actions and dependencies. by Paul Wankadia · 1 year, 4 months ago
- b793ced Pass `testonly` and `visibility` to the alias. (#83) by Markus Hofbauer · 1 year, 5 months ago
- 3946bd0 `GITHUB_*` variables aren't in the `env` context. Sigh. by Paul Wankadia · 1 year, 5 months ago v2.12.0
- 3ff3012 Fix `GITHUB_REPOSITORY` variable references. Sigh. by Paul Wankadia · 1 year, 5 months ago
- 7c7361d Add missing `env.` to variable references. Sigh. by Paul Wankadia · 1 year, 5 months ago
- 953daa7 Actually update the module version this time. Sigh. by Paul Wankadia · 1 year, 5 months ago
- d471f5e Prepare to tag release v2.12.0. by Paul Wankadia · 1 year, 5 months ago
- c3cfc54 Merge pull request #81 from apronchenkov/patch-1 by Richard Levasseur · 1 year, 5 months ago
- 72f4470 Propagate the testonly= attribute in the pybind_extension macro. by Alexander G. Pronchenkov · 1 year, 5 months ago
- 1b3b9e6 Prepare to tag release v2.11.1.bzl.3. by Paul Wankadia · 1 year, 6 months ago v2.11.1.bzl.3
- 3aca775 Make `pybind_extension()` work on Windows. by Paul Wankadia · 1 year, 6 months ago
- d4bdf59 Fix the `pybind_library_test` rule. by Paul Wankadia · 1 year, 7 months ago
- d5fd6e6 Rename Bazel files to have `.bazel` extensions. by Paul Wankadia · 1 year, 7 months ago
- 5afa2e2 Prepare to tag release v2.11.1.bzl.2. by Paul Wankadia · 1 year, 7 months ago v2.11.1.bzl.2
- a5d4fd6 Turn `@pybind11` into an internal dependency. by Paul Wankadia · 1 year, 7 months ago
- f77df95 Move to rules_python and remove local_config_python. by Paul Wankadia · 1 year, 7 months ago
- 8889d39 Prepare to tag release `v2.11.1.bzl.1`. by Paul Wankadia · 1 year, 8 months ago v2.11.1.bzl.1
- 23926b0 Remove local flag. (#63) by Will Sackfield · 1 year, 9 months ago
- c65db0a Support `.bzl.<N>` suffixes for pybind11_bazel versions. by Paul Wankadia · 1 year, 10 months ago
- 2e5f4a6 Merge pull request #58 from kersson/fix-undefined-dynamic-lookup by Paul Wankadia · 2 years ago
- 61271a5 Explicitly specify `-undefined dynamic_lookup` by Krishna Ersson · 2 years ago
- fd7d888 Make the module extension more user-friendly. (#56) by Paul Wankadia · 2 years, 1 month ago v2.11.1
- af7151f Initial support for Bzlmod. (#55) by Paul Wankadia · 2 years, 1 month ago
- ff261d2 Merge pull request #54 from junyer/master by Ralf W. Grosse-Kunstleve · 2 years, 1 month ago
- 105668e Support 32-bit Python/Windows by using `@platforms`. by Paul Wankadia · 2 years, 1 month ago
- b162c7c Remove stray `numpy_headers` rule (resolves #51). by Ralf W. Grosse-Kunstleve · 2 years, 4 months ago
- fc56ce8 Merge pull request #50 from hzeller/20230209-update-documentation-env-define by Ralf W. Grosse-Kunstleve · 2 years, 7 months ago
- bebf131 Update setting PYTHON_BIN_PATH message --define -> --repo_env by Henner Zeller · 2 years, 7 months ago
- 5f458fa Merge pull request #49 from dapplegate/dapplegate/eigen-headers by Ralf W. Grosse-Kunstleve · 2 years, 8 months ago
- 5b1fc9d Delete unneeded include of pybind11/*.h (covered by pybind11/**/*.h) by David Applegate · 2 years, 8 months ago
- 0b657b1 Use **/*.h to grab all headers by David Applegate · 2 years, 8 months ago
- 08ba575 Add include/pybind11/eigen/*.h to INCLUDES by David Applegate · 2 years, 8 months ago
- faf56fb Merge pull request #46 from junyer/master by Ralf W. Grosse-Kunstleve · 2 years, 10 months ago
- cfc5b36 Initial tweaks to get MSVC working. by Paul Wankadia · 2 years, 10 months ago
- 9a24c33 Fix head. by Jean-Baptiste Lespiau · 3 years ago
- e2c72c0 Add missing `_get_python_version`. by Jean-Baptiste Lespiau · 3 years ago
- c982636 Remove the mention to distutils. by Jean-Baptiste Lespiau · 3 years ago
- 4c68e4e Fix the automatic detection of the include directory for Python 3.10 (#44) by Jean-Baptiste Lespiau · 3 years ago
- c3ba38c Merge pull request #43 from rwgk/py310_compatibility by Ralf W. Grosse-Kunstleve · 3 years ago
- b769847 Adopting change by @jblespiau by Ralf W. Grosse-Kunstleve · 3 years ago
- 72cbbf1 Remove 'local' tag from pybind_extension (#35) by Virgile Högman · 3 years, 9 months ago
- 992381c Add support for hermetic Python (#29) by yuvalk · 4 years ago
- 26973c0 Fix for the case when python-config version mismatches with "python_version" (#22) by codefables · 5 years ago
- 203508e Support building against Python 3 (#17) by Kerrick Staley · 5 years ago
- 51cb57d Initial commit to add embedding support via pybind11_embed target (#15) by Milo Kerr · 5 years ago
- 16ed1b8 Allow the python extension to be built by wildcards (#13) by Ryan Butler · 5 years ago
- 34206c2 Removed -Bsymbolic (#12) by Ryan Butler · 5 years ago
- f22df0e Allow users to pass in additional linkopts to pybind_extension (#11) by Phil Sun · 5 years ago
- 9b198d7 Remove -Bsymolink link option on macOS. (#10) by Chris Cummins · 5 years ago
- 7f397b5 Expose eigen header. No explaination for why it was hidden (#9) by Dylan Madisetti · 5 years ago
- 311665c Updated README to reflect the little bit of extra work needed for usage. (#7) by Charles Lee · 6 years ago
- d5587e6 Merge pull request #1 from rmmh/add-rules by Peter Buchlovsky · 6 years ago
- bc0fa8d Clean up documentation for pybind_extension. by Ryan Hitchman · 6 years ago
- af0e2de Add python_configure.bzl to provide python headers. by Ryan Hitchman · 6 years ago
- 2e11785 Add build_defs.bzl, README, CONTRIBUTING.md by Ryan Hitchman · 6 years ago
- 00b4603 Add basic pybind11 BUILD file by Peter Buchlovsky · 6 years ago
- 3707bc6 Add AUTHORS by Peter Buchlovsky · 6 years ago
- 303f878 Add pybind project LICENSE by Peter Buchlovsky · 6 years ago
- ab1b33c Add README.md by Peter Buchlovsky · 6 years ago