Skip to content
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

Windows and C++17 fixes #762

Merged
merged 5 commits into from
Jun 25, 2022
Merged

Windows and C++17 fixes #762

merged 5 commits into from
Jun 25, 2022

Conversation

atsampson
Copy link
Collaborator

@atsampson atsampson commented Jun 25, 2022

oyvindln's Windows build fixes from #761, and use C++17 features where we'd previously noted this in the code.

Edit: we can't use std::from_chars in the JSON parser yet because Ubuntu 20.04's GCC doesn't support it.

oyvindln and others added 4 commits June 25, 2022 16:42
Using connect with scaleDivChanged gives a weird linker error on Windows
for some reason. I could not figure out why, but using the old-style
connect that operates on const char* works fine.
C++17 is the default on the minimum Ubuntu version we support.
@atsampson atsampson added enhancement ld-decode-tools An issue only affecting the ld-decode-tools labels Jun 25, 2022
@atsampson atsampson merged commit 77fa700 into happycube:master Jun 25, 2022
@atsampson atsampson deleted the winfix3 branch June 25, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ld-decode-tools An issue only affecting the ld-decode-tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants