index
:
platform_external_python_pybind11
android-s-beta-4
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
main-cg-testing-release
master
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: support basic dual includes (#2804)
Henry Schreiner
2021-01-19
1
-15
/
+24
*
style: avoid using unintialized variables (#2806)
Henry Schreiner
2021-01-19
1
-0
/
+2
*
fix: Python include directory was missing from DIRS (#2636)
Henry Schreiner
2020-11-02
1
-9
/
+13
*
fix: install to DATAROOTDIR instead of hardcoding share (#2584)
Henry Schreiner
2020-10-13
1
-2
/
+1
*
feat: setup.py redesign and helpers (#2433)
Henry Schreiner
2020-09-16
1
-2
/
+2
*
main CMakeLists.txt file: be less noisy
Wenzel Jakob
2020-09-06
1
-4
/
+0
*
fix: reduce target collision in add_submodule mode (#2423)
Henry Schreiner
2020-08-22
1
-7
/
+9
*
fix: PYBIND11_MASTER_PROJECT always ON (#2412)
Henry Schreiner
2020-08-19
1
-1
/
+1
*
tests: avoid putting build products into source directory (#2353)
Henry Schreiner
2020-08-19
1
-1
/
+11
*
feat: new FindPython support (#2370)
Henry Schreiner
2020-08-19
1
-88
/
+63
*
Disable testing when using BUILD_TESTING (#1682)
Paul Fultz II
2020-08-18
1
-2
/
+9
*
chore: cleanup
Henry Schreiner
2020-08-06
1
-10
/
+12
*
fix: check list validity and add missing file (#2352)
Henry Schreiner
2020-08-01
1
-2
/
+20
*
fix: uninstall cleanup (#2346)
Henry Schreiner
2020-07-31
1
-7
/
+7
*
feat: add uninstall target for CMake (#2265)
acxz
2020-07-30
1
-0
/
+9
*
format: apply cmake-format
Henry Schreiner
2020-07-30
1
-123
/
+118
*
update: address review points
Henry Schreiner
2020-07-30
1
-16
/
+23
*
fix: typo for warning on C++17, support Win + 2.7
Henry Schreiner
2020-07-30
1
-1
/
+6
*
feat: drop CMake 3.6 and below, modernize CMake
Henry Schreiner
2020-07-30
1
-114
/
+198
*
CMake: Remember Python Version (#1434)
Axel Huebl
2018-06-24
1
-0
/
+2
*
Add a dummy common.h header with a deprecation warning
Dean Moldovan
2017-09-06
1
-0
/
+1
*
Specify CXX as project language for CMake >= 3.4 (#1027)
Florian Apolloner
2017-08-30
1
-1
/
+6
*
Move everything related to `internals` into a separate detail header
Dean Moldovan
2017-08-23
1
-0
/
+1
*
Allow binding factory functions as constructors
Jason Rhinelander
2017-08-17
1
-0
/
+1
*
Don't force hidden visibility on the embed target, just the module target
Jason Rhinelander
2017-08-17
1
-3
/
+3
*
Move internal headers into `detail` subdirectory
Dean Moldovan
2017-08-17
1
-7
/
+6
*
Compile with hidden visibility always; set via cmake property rather than com...
Jason Rhinelander
2017-08-14
1
-0
/
+3
*
Add test for custom CMake export group
Dean Moldovan
2017-08-07
1
-3
/
+4
*
CMake: support a custom export group (#970)
Ben Boeckel
2017-08-07
1
-4
/
+9
*
Add C++ interface for the Python interpreter
Dean Moldovan
2017-05-28
1
-0
/
+1
*
Add CMake target for embedding the Python interpreter
Dean Moldovan
2017-05-28
1
-6
/
+13
*
Add missing header to setup.py
Jason Rhinelander
2017-05-07
1
-0
/
+1
*
Move buffer_info to its own header
Jason Rhinelander
2017-04-13
1
-0
/
+1
*
Arch-indep CMake packaging (#764)
Ghislain Antony Vaillant
2017-03-24
1
-0
/
+5
*
Independent tests (#665)
Jason Rhinelander
2017-02-24
1
-18
/
+0
*
Reimplement static properties by extending PyProperty_Type
Dean Moldovan
2017-02-23
1
-0
/
+1
*
CMake installation path consistency (#652)
Sylvain Corlay
2017-02-14
1
-0
/
+5
*
Avoid C-style const casts (#659)
Matthew Woehlke
2017-02-08
1
-1
/
+1
*
Avoid CMP0048 warning (#570)
Jason Rhinelander
2016-12-26
1
-0
/
+5
*
Rename target from pybind11::pybind11 to pybind11::module
Dean Moldovan
2016-12-19
1
-9
/
+9
*
Make sure add_subdirectory and find_package behave identically
Dean Moldovan
2016-12-19
1
-3
/
+9
*
separate main CMakeLists.txt into Tools file also available upon installation
Lori A. Burns
2016-12-13
1
-107
/
+1
*
add CMake exported interface library and Config detection file
Lori A. Burns
2016-12-13
1
-0
/
+31
*
make installation include and Config dirs configurable. set CMake project ver...
Lori A. Burns
2016-12-13
1
-1
/
+17
*
Provide more control over automatic generation of docstrings (#486)
Alexander Stukowski
2016-11-15
1
-0
/
+1
*
removed forgotten message() stmt from CMakeLists.txt
Wenzel Jakob
2016-10-10
1
-1
/
+0
*
minor cmake cleanups
Wenzel Jakob
2016-10-09
1
-0
/
+1
*
Make header files viewable in IDEs (fixes #424)
Wenzel Jakob
2016-09-29
1
-18
/
+21
*
Refactor the chrono cast functions into chrono.h.
Trent Houliston
2016-09-13
1
-0
/
+1
*
Add barebones build to Travis CI
Dean Moldovan
2016-08-26
1
-1
/
+1
[next]