Wenzel Jakob
|
b3ea870723
|
Use define_macros for macros (@isuruf, #39)
|
5 years ago |
James Hilliard
|
8f86e4ce06
|
Remove inaccurate comment.
Since has_flag was never actually merged this comment is inaccurate
and should be removed.
|
5 years ago |
Chris Lamb
|
1f264dc12c
|
Suggest sorting of extension sources to ensure a reproducible build regardless of filesystem ordering.
re. https://github.com/pikepdf/pikepdf/pull/76
|
5 years ago |
Isuru Fernando
|
b9d1ffbe4c
|
Require >=2.5.0
|
5 years ago |
Isuru Fernando
|
e40692bfd9
|
Use new get_include
This also removes the pybind11 dependency in install_requires
as the headers are needed only at setup time.
|
5 years ago |
Wenzel Jakob
|
5343a8d1e9
|
update pybind11 version
|
6 years ago |
Wenzel Jakob
|
08a2f37d8a
|
Miscellaneous CI fixes (addresses #32)
|
6 years ago |
horosin
|
dd10f8f823
|
Use C++17 compile flag when possible (#41)
|
6 years ago |
Robin Scheibler
|
7b869458f5
|
Adds linker options needed for compilation on recent OSX system (issue #22). (#42)
|
6 years ago |
Dean Moldovan
|
b9c5a57738
|
Update the example for pybind11 v2.2
|
8 years ago |
Dean Moldovan
|
22a3c2d10f
|
Fix compiler error on Windows
|
9 years ago |
Sylvain Corlay
|
ab215a4732
|
set __version__ string
|
9 years ago |
Sylvain Corlay
|
cf9a89e323
|
Rename all the things
|
9 years ago |
Wenzel Jakob
|
f3531be87e
|
switched to new pybind11.get_include() API; minor PEP8 fixes
|
9 years ago |
Sylvain Corlay
|
6f5e450bdd
|
Better implementation of has_flag method
|
9 years ago |
Wenzel Jakob
|
4fcc31ac53
|
query pip for pybind11 include path (fixes compilation for Brew-ed Python on OSX)
|
9 years ago |
Sylvain Corlay
|
6d267c26d3
|
-fvisibility=hidden
|
9 years ago |
Sylvain Corlay
|
efe1ac1a31
|
Use context manager
|
9 years ago |
Sylvain Corlay
|
7912e3138e
|
Use -std=c++14 flag when available on clang and gcc
|
9 years ago |
Sylvain Corlay
|
266647d42f
|
zip_safe=False
|
9 years ago |
Sylvain Corlay
|
e04dff53f9
|
Example project built with pybind11
|
9 years ago |