aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* fix: support basic dual includes (#2804)Henry Schreiner2021-01-191-15/+24
* style: avoid using unintialized variables (#2806)Henry Schreiner2021-01-191-0/+2
* fix: Python include directory was missing from DIRS (#2636)Henry Schreiner2020-11-021-9/+13
* fix: install to DATAROOTDIR instead of hardcoding share (#2584)Henry Schreiner2020-10-131-2/+1
* feat: setup.py redesign and helpers (#2433)Henry Schreiner2020-09-161-2/+2
* main CMakeLists.txt file: be less noisyWenzel Jakob2020-09-061-4/+0
* fix: reduce target collision in add_submodule mode (#2423)Henry Schreiner2020-08-221-7/+9
* fix: PYBIND11_MASTER_PROJECT always ON (#2412)Henry Schreiner2020-08-191-1/+1
* tests: avoid putting build products into source directory (#2353)Henry Schreiner2020-08-191-1/+11
* feat: new FindPython support (#2370)Henry Schreiner2020-08-191-88/+63
* Disable testing when using BUILD_TESTING (#1682)Paul Fultz II2020-08-181-2/+9
* chore: cleanupHenry Schreiner2020-08-061-10/+12
* fix: check list validity and add missing file (#2352)Henry Schreiner2020-08-011-2/+20
* fix: uninstall cleanup (#2346)Henry Schreiner2020-07-311-7/+7
* feat: add uninstall target for CMake (#2265)acxz2020-07-301-0/+9
* format: apply cmake-formatHenry Schreiner2020-07-301-123/+118
* update: address review pointsHenry Schreiner2020-07-301-16/+23
* fix: typo for warning on C++17, support Win + 2.7Henry Schreiner2020-07-301-1/+6
* feat: drop CMake 3.6 and below, modernize CMakeHenry Schreiner2020-07-301-114/+198
* CMake: Remember Python Version (#1434)Axel Huebl2018-06-241-0/+2
* Add a dummy common.h header with a deprecation warningDean Moldovan2017-09-061-0/+1
* Specify CXX as project language for CMake >= 3.4 (#1027)Florian Apolloner2017-08-301-1/+6
* Move everything related to `internals` into a separate detail headerDean Moldovan2017-08-231-0/+1
* Allow binding factory functions as constructorsJason Rhinelander2017-08-171-0/+1
* Don't force hidden visibility on the embed target, just the module targetJason Rhinelander2017-08-171-3/+3
* Move internal headers into `detail` subdirectoryDean Moldovan2017-08-171-7/+6
* Compile with hidden visibility always; set via cmake property rather than com...Jason Rhinelander2017-08-141-0/+3
* Add test for custom CMake export groupDean Moldovan2017-08-071-3/+4
* CMake: support a custom export group (#970)Ben Boeckel2017-08-071-4/+9
* Add C++ interface for the Python interpreterDean Moldovan2017-05-281-0/+1
* Add CMake target for embedding the Python interpreterDean Moldovan2017-05-281-6/+13
* Add missing header to setup.pyJason Rhinelander2017-05-071-0/+1
* Move buffer_info to its own headerJason Rhinelander2017-04-131-0/+1
* Arch-indep CMake packaging (#764)Ghislain Antony Vaillant2017-03-241-0/+5
* Independent tests (#665)Jason Rhinelander2017-02-241-18/+0
* Reimplement static properties by extending PyProperty_TypeDean Moldovan2017-02-231-0/+1
* CMake installation path consistency (#652)Sylvain Corlay2017-02-141-0/+5
* Avoid C-style const casts (#659)Matthew Woehlke2017-02-081-1/+1
* Avoid CMP0048 warning (#570)Jason Rhinelander2016-12-261-0/+5
* Rename target from pybind11::pybind11 to pybind11::moduleDean Moldovan2016-12-191-9/+9
* Make sure add_subdirectory and find_package behave identicallyDean Moldovan2016-12-191-3/+9
* separate main CMakeLists.txt into Tools file also available upon installationLori A. Burns2016-12-131-107/+1
* add CMake exported interface library and Config detection fileLori A. Burns2016-12-131-0/+31
* make installation include and Config dirs configurable. set CMake project ver...Lori A. Burns2016-12-131-1/+17
* Provide more control over automatic generation of docstrings (#486)Alexander Stukowski2016-11-151-0/+1
* removed forgotten message() stmt from CMakeLists.txtWenzel Jakob2016-10-101-1/+0
* minor cmake cleanupsWenzel Jakob2016-10-091-0/+1
* Make header files viewable in IDEs (fixes #424)Wenzel Jakob2016-09-291-18/+21
* Refactor the chrono cast functions into chrono.h.Trent Houliston2016-09-131-0/+1
* Add barebones build to Travis CIDean Moldovan2016-08-261-1/+1