-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Factor out pybind11/compat/pybind11_platform_abi_id.h #5375
Open
rwgk
wants to merge
13
commits into
pybind:master
Choose a base branch
from
rwgk:compat_wrap_include_python_h
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d26ad7b - Browse repository at this point
Copy the full SHA d26ad7bView commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5e38f1 - Browse repository at this point
Copy the full SHA d5e38f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a43e3 - Browse repository at this point
Copy the full SHA 82a43e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e45a46 - Browse repository at this point
Copy the full SHA 4e45a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25945a8 - Browse repository at this point
Copy the full SHA 25945a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b116ec1 - Browse repository at this point
Copy the full SHA b116ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c169057 - Browse repository at this point
Copy the full SHA c169057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aabe52 - Browse repository at this point
Copy the full SHA 9aabe52View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0eb9f3 - Browse repository at this point
Copy the full SHA a0eb9f3View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75871ef - Browse repository at this point
Copy the full SHA 75871efView commit details -
1. Move
target_compile_options()
into loop over test targets, in ca……se the `"exo_planet_c_api"` target does not exist. 2. Add `-fno-exceptions` option also for `NVHPC`. 3. Also check for `__cpp_exceptions` in exo_planet_c_api.cpp.
Configuration menu - View commit details
-
Copy full SHA for 1b28837 - Browse repository at this point
Copy the full SHA 1b28837View commit details -
1. Fix accident (forgot to undo temporary change). 2. Special-case __…
…EMSCRIPTEN__ in exo_planet_c_api.cpp
Configuration menu - View commit details
-
Copy full SHA for d1527e3 - Browse repository at this point
Copy the full SHA d1527e3View commit details -
Give up on compiling exo_planet_c_api.cpp with MSVC
/EHs-c-
:There was one trouble maker (all other jobs worked): Visual Studio 15 2017: ``` cl : Command line warning D9025: overriding '/EHc' with '/EHc-' [C:\projects\pybind11\tests\exo_planet_c_api.vcxproj] ... C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xlocale(319): error C2220: warning treated as error - no 'object' file generated [C:\projects\pybind11\tests\exo_planet_c_api.vcxproj] C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xlocale(319): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc ```
Configuration menu - View commit details
-
Copy full SHA for 6cb1d65 - Browse repository at this point
Copy the full SHA 6cb1d65View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.