Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
768f6423
Unverified
Commit
768f6423
authored
Feb 09, 2025
by
James Lamb
Committed by
GitHub
Feb 09, 2025
Browse files
[c++] update to fmt 11.1.2, fast_double_parser 0.8.0 (#6802)
parent
1531d879
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
CMakeLists.txt
+2
-1
R-package/.Rbuildignore
R-package/.Rbuildignore
+1
-0
external_libs/fast_double_parser
external_libs/fast_double_parser
+1
-1
external_libs/fmt
external_libs/fmt
+1
-1
No files found.
CMakeLists.txt
View file @
768f6423
...
...
@@ -336,7 +336,8 @@ if(WIN32)
endif
()
if
(
MSVC
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/W4 /MP"
)
# compiling 'fmt' on MSVC: "Unicode support requires compiling with /utf-8"
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/W4 /MP /utf-8"
)
if
(
__BUILD_FOR_R
)
# MSVC does not like this commit:
# https://github.com/wch/r-source/commit/fb52ac1a610571fcb8ac92d886b9fefcffaa7d48
...
...
R-package/.Rbuildignore
View file @
768f6423
...
...
@@ -4,6 +4,7 @@ AUTOCONF_UBUNTU_VERSION
^.*\.bin
^build_r.R$
\.clang-format
^.*\.clusterfuzzlite$
^cran-comments\.md$
^docs$
^.*\.dll
...
...
fast_double_parser
@
252029dd
Compare
efec0353
...
252029dd
Subproject commit
efec03532ef65984786e5e32dbc81f6e6a55a115
Subproject commit
252029ddac664370bdda3f0761675785d92a1573
fmt
@
8303d140
Compare
f5e54359
...
8303d140
Subproject commit
f5e54359df4c26b6230fc61d38aa29458139308
4
Subproject commit
8303d140a1a11f19b982a9f664bbe59a1ccda3f
4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment