mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
6e018d7697
Otherwise we get: TEST-UNEXPECTED-FAIL | check_binary_compat | SmokeDMD | We do not want these libstdc++ symbol versions to be used: INFO - _ZNSt3_V216generic_categoryEv (GLIBCXX_3.4.21) And also we'd rather not crash on IO errors, that are probably not going to be used in production anyways. Differential Revision: https://phabricator.services.mozilla.com/D218066
53 lines
1003 B
YAML
53 lines
1003 B
YAML
schema: 1
|
|
|
|
bugzilla:
|
|
product: Core
|
|
component: "mozglue"
|
|
|
|
origin:
|
|
name: fmt
|
|
description: A modern formatting library
|
|
|
|
url: https://github.com/fmtlib/fmt
|
|
|
|
release: 6bdc12a19946794a3c653854def5cf0fc09b49b1 (2024-10-09T18:04:55Z).
|
|
revision: 6bdc12a19946794a3c653854def5cf0fc09b49b1
|
|
|
|
license: MIT
|
|
|
|
vendoring:
|
|
url: https://github.com/fmtlib/fmt
|
|
source-hosting: github
|
|
tracking: commit
|
|
patches:
|
|
- print-null-string.patch
|
|
- use-double-conversion.patch
|
|
- comment-format-system-error.patch
|
|
|
|
exclude:
|
|
- test
|
|
- support
|
|
- .github
|
|
- .clang-format
|
|
- .gitgnore
|
|
- CMakeLists.txt
|
|
- CONTRIBUTING.md
|
|
- README.md
|
|
- ChangeLog.md
|
|
- doc
|
|
- src
|
|
- include
|
|
|
|
include:
|
|
- include/fmt/args.h
|
|
- include/fmt/base.h
|
|
- include/fmt/color.h
|
|
- include/fmt/chrono.h
|
|
- include/fmt/format-inl.h
|
|
- include/fmt/format.h
|
|
- include/fmt/ostream.h
|
|
- include/fmt/ranges.h
|
|
- include/fmt/xchar.h
|
|
- src/format.cc
|
|
- LICENSE
|