-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add simdjson/0.2.1 #704
Add simdjson/0.2.1 #704
Conversation
Some configurations of 'simdjson/0.2.1' failed in build 1 (
|
Copied code from libsigcpp
Please add a |
Some configurations of 'simdjson/0.2.1' failed in build 2 (
|
Some configurations of 'simdjson/0.2.1' failed in build 3 (
|
Some configurations of 'simdjson/0.2.1' failed in build 4 (
|
config.yml syntax error in build 5 (
|
Fixed in upstream commit 9442c9e1, not released yet
Some configurations of 'simdjson/0.2.1' failed in build 6 (
|
Some configurations of 'simdjson/0.2.1' failed in build 7 (
|
seems like CMake crashes? it terminates via 1073741819 which is access violation error:
|
it's vim Co-Authored-By: SSE4 <[email protected]>
@SSE4 yes, seems cmake is crashing. I am trying to debug this error on a Windows VM (VS 2019, x64, latest cmake from conan_cmake_installer) and it is reproduced locally but I have no idea why. It is related to post-build action (cmake property The simdjson is rapidly developed, I'll try master and report a bug upstream. Maybe we just ban shared builds for simdjson on Windows? |
@theirix is it latest CMake release available? |
Some configurations of 'simdjson/0.2.1' failed in build 8 (
|
It prevents shared libraries to be built on Windows
All green in build 9 (
|
All green in build 10 (
|
The problem was non-obvious. It was a conflict of enabled LTO and exporting symbols. CMake command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great! Only smalls changes and we are good! Thanks @theirix !
Co-Authored-By: Uilian Ries <[email protected]>
I created a ticket simdjson/simdjson#451 in the upstream project to track our workaround in the future. |
All green in build 11 (
|
Specify library name and version: simdjson/0.2.1
conan-center hook activated.
Fixes conan-io/wishlist#221