aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-07-12fix: support CMake 3.27, drop 3.4 (#4719)Henry Schreiner
2023-04-29fix(cmake): only define lto if CMAKE's IPO setting is unset (#4643)Henry Schreiner
2023-02-22chore: move to Ruff and add rules (#4483)Henry Schreiner
2023-02-16Revert "Go back to CMake 3.25.2 (#4496)" (#4503)Ralf W. Grosse-Kunstleve
2023-01-03chore: prepare for 2.10.3 (#4437)Henry Schreiner
2022-12-19fix(cmake): support Windows ARM cross-compilation (#4406)Henry Schreiner
2022-12-15IPO/LTO support for ICX (IntelLLVM) compiler (#4402)Martin Blanchard
2022-12-14Fix multi-context new Python linking mode (#4401)Martin Blanchard
2022-11-11fix pybind11Tools.cmake typo causing Unknown arguments (#4327)gitartpiano
2022-10-23fix: add flag for overriding classic Python search values (#4195)Henry Schreiner
2022-10-21Revert "feat: add entrypoint for cmake modules dir" (#4270)Henry Schreiner
2022-10-20feat: add entrypoint for cmake modules dir (#4258)Henry Schreiner
2022-10-18First draft of Eigen::Tensor support (#4201)Lalaland
2022-08-29[pre-commit.ci] pre-commit autoupdate (#4151)pre-commit-ci[bot]
2022-08-09fix(cmake): support vcpkg, try 2 (#4123)Henry Schreiner
2022-08-09feat(cmake): add installation support for pkg-config dependency detection (#4...Eli Schwartz
2022-08-08fix(cmake): use case-insensitive CMAKE_BUILD_TYPE comparisons (#4078)Daniel Dinu
2022-05-20fix(cmake): support cross-compiles with classic Python (#3959)Henry Schreiner
2022-05-18fix(cmake): support release and debug at the same time (#3948)Henry Schreiner
2022-05-16fix(cmake): avoid issue with NVCC + Windows (#3947)Henry Schreiner
2022-05-04fix: file extension on windows with cp36 and cp37 (#3919)HaarigerHarald
2022-03-01Use sysconfig in Python >= 3.10 (#3764)Stefano Rivera
2022-02-11chore: drop Python 3.5 (#3719)Henry Schreiner
2022-02-11docs: Correct minor typos (#3721)Chris Ohk
2022-02-10Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688)Ralf W. Grosse-Kunstleve
2022-02-10fix: minor CMake warning fix for unused variable (#3718)Henry Schreiner
2022-01-31fix: module extension detection for python 3.10 (#3663)Mattia Basaglia
2021-12-21fix: do not use LTS on mips64 and ppc64le (#3557)Henry Schreiner
2021-11-16cmake: report version type in the version string (#3472)Sergiu Deitsch
2021-10-27fix(build): support conan's multiple includes of all files (#3420)Henry Schreiner
2021-10-26fix: improve support for Python 3.11-dev (#3368)Henry Schreiner
2021-09-24fix(cmake): reduce chance for variable collision (#3302)Henry Schreiner
2021-09-24CMake: react to python version changesWenzel Jakob
2021-09-23fix(build): avoid a possible warning about shadowed variables and changing be...Henry Schreiner
2021-08-13maint(precommit): Apply isort (#3195)Aaron Gokaslan
2021-08-12Improved workaround for Centos 8 failure (follow-on to PR #3030). (#3193)Ralf W. Grosse-Kunstleve
2021-07-30fix: Mingw64 corrected and add a CI job to test it (#3132)Jerome Robert
2021-07-27fix: the CMake config in Python package had a hard coded path (#3144)Henry Schreiner
2021-07-15feat(package): support pipx run (#3117)Henry Schreiner
2021-07-14Add shellcheck style checking (#3114)Aaron Gokaslan
2021-07-12docs: fix script issues for changelog compilation (#3100)Henry Schreiner
2021-07-08Splitting out pybind11/stl/filesystem.h. (#3077)Ralf W. Grosse-Kunstleve
2021-06-19use CMAKE_INSTALL_FULL_INCLUDEDIR (#3005)Robert Schütz
2021-05-06Fix: fix typo of WITHOUT_SOABI (#2992)Akira Kawata
2021-04-05Fix the enabling of default extension handling (#2938)Weiming Zhao
2021-02-08MSVC but not Clang: /MP (#2824)Axel Huebl
2021-01-21docs: update changelog, nicer output for script (#2811)Henry Schreiner
2021-01-19style: avoid using unintialized variables (#2806)Henry Schreiner
2021-01-14fix: STATIC and SHARED flags not being detected (#2796)heyer2
2021-01-14fix: Don't override global settings for VISIBILITY if set (#2793)Henry Schreiner