16 Commits (array-sequence-fix)

Author SHA1 Message Date
Rune Paamand 06d021b6e4 Issue #1532: Incompatible config options, /MP vs /Gm for MSVC in DEBUG (#1533) 7 years ago
Davis E. King 9343e68b46 Fix cmake scripts so projects using CUDA .cu files build correctly. (#1441) 7 years ago
Axel Huebl 435dbdd114 add_module: allow include as SYSTEM (#1416) 7 years ago
Axel Huebl 3a94561c4d Debug Builds: -DPy_DEBUG (#1438) 7 years ago
Dean Moldovan 76e06c89e4 Avoid duplicate C++ standard flags if CMAKE_CXX_STANDARD is set 8 years ago
Jason Rhinelander 97aa54fefa Compile with hidden visibility always; set via cmake property rather than compiler flag 8 years ago
Jason Rhinelander fad5d3386c Detect c++ standard unconditionally 8 years ago
Jason Rhinelander 77710ff01c Make PYBIND11_CPP_STANDARD work under MSVC 8 years ago
Dean Moldovan d361ea15fb Don't strip debug symbols in debug mode (#669) 9 years ago
Jason Rhinelander c137c0a87b Store LTO flags in PYBIND11_LTO_{CXX,LINKER}_FLAGS cache variables 9 years ago
Jason Rhinelander 1bee6e7df8 Overhaul LTO flag detection 9 years ago
Dean Moldovan 5b5e3de369 Make Python version selection in CMake more convenient (#589) 9 years ago
Wenzel Jakob a9730be73c use -x flag to strip shared libraries on OSX (fixes #595) 9 years ago
Dean Moldovan 0cbec5c96e Add new options and docs for pybind11_add_module 9 years ago
Dean Moldovan b0f3885c95 Make sure add_subdirectory and find_package behave identically 9 years ago
Lori A. Burns 545b4dbc19 separate main CMakeLists.txt into Tools file also available upon installation 9 years ago