Files
OrcaSlicer-KX/src/libslic3r
Lukáš Hejl 8395d74f58 Fixed build on Linux and macOS that was failing because of using std::to_chars and std::from_chars with floating-point values.
The old version of GCC and Clang support only integers to be passed to std::to_chars and std::from_chars. macOS older version of Clang doesn't support std::from_chars at all. So for Linux and macOS, it was replaced std::from_chars with strtod and temporarily was replace std::to_chars with snprintf.
2021-09-07 07:43:17 +02:00
..
2021-07-13 11:08:52 +02:00
2021-02-03 15:12:53 +01:00
2021-04-22 09:26:07 +02:00
2021-04-22 09:26:07 +02:00
2021-09-03 16:21:45 +02:00
2020-10-20 09:17:26 +02:00
2021-02-08 17:52:29 +01:00
2021-06-08 10:28:23 +02:00
2021-04-30 11:49:57 +02:00
2021-09-01 14:37:20 +02:00
fix
2021-09-02 11:41:11 +02:00
2021-07-19 10:12:19 +02:00
2021-08-12 15:27:46 +02:00
2021-06-08 10:28:23 +02:00
2021-06-08 10:28:23 +02:00
2021-05-31 14:48:26 +02:00
2021-05-17 20:25:59 +02:00
2021-05-17 20:25:59 +02:00
2021-07-26 12:28:57 +02:00
2021-08-27 14:01:29 +02:00