22 Commits (ec24786eab4d170f21536c92422a59959e14dde4)

Author SHA1 Message Date
Ralf W. Grosse-Kunstleve ec24786eab
Fully-automatic clang-format with include reordering (#3713) 3 years ago
Ralf W. Grosse-Kunstleve 7769e7719c
clang-tidy readability-qualified-auto (#3702) 3 years ago
Ralf W. Grosse-Kunstleve ddbc74c674 Adding .clang-tidy readability-braces-around-statements option. 3 years ago
Trigve afdc09deda
[master] Wrong caching of overrides (#3465) 4 years ago
Aaron Gokaslan ad96655605
fix: replace free() with std::free() (#3321) 4 years ago
Ralf W. Grosse-Kunstleve 6abf2baa62
CodeHealth: Enabling clang-tidy google-explicit-constructor (#3250) 4 years ago
Dan 930bb16c79
Call PySys_SetArgv when initializing interpreter. (#2341) 4 years ago
Ralf W. Grosse-Kunstleve c8ce4b8df8
Clone of @virtuald's PR #2112 with minor enhancements. (#3215) 4 years ago
Aaron Gokaslan 0ac4c8afd6
maint(clang-tidy): Improve code readability with explicit boolean casts (#3148) 4 years ago
Aaron Gokaslan 9beaa925db
maint(clang-tidy): Improve code readability with explicit boolean casts (#3148) 4 years ago
Aaron Gokaslan dac74ebdf5
fix(clang-tidy): performance fixes applied in tests and CI (#3051) 4 years ago
Henry Schreiner 6bcd220c8d
refactor: module -> module_ with typedef (#2544) 5 years ago
Yannick Jadoul d65e34d61d
Resolve empty statement warning when using PYBIND11_OVERLOAD_PURE_NAME and PYBIND11_OVERLOAD_PURE (#2325) 5 years ago
Jason Rhinelander 326deef2ae
Fix segfault when reloading interpreter with external modules (#1092) 8 years ago
Jason Rhinelander 3be401f2a2 Silence new MSVC C++17 deprecation warnings 8 years ago
Gunnar Läthén c64e6b1670 Added function for reloading module (#1040) 8 years ago
Dean Moldovan cd2d3ad5df Fix embedded threads test on MSVC2015 / Python 2.7 8 years ago
Dean Moldovan 2d6116b53f Fix GIL release and acquire when embedding the interpreter 8 years ago
Jason Rhinelander 4edb1ce20c Destroy internals if created during Py_Finalize() 8 years ago
Dean Moldovan 1d3c4bc54d Fix missing default globals in eval/exec when embedding 8 years ago
Dean Moldovan 931b9e93ab Support restarting the interpreter and subinterpreters 8 years ago
Dean Moldovan 22c413b196 Add C++ interface for the Python interpreter 8 years ago
Dean Moldovan 9693a5c78f Add Catch framework for testing embedding support and C++-side features 8 years ago