-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: get trans-failed column and relax json (#3521)
* fix: get trans-failed column in api deploy req * relax check in json double * json nan input&output, cmake * fix ut xml upload
- Loading branch information
1 parent
b1435d2
commit 825d155
Showing
9 changed files
with
251 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
FetchContent_Declare( | ||
rapidjson | ||
URL https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.zip | ||
URL_HASH MD5=ceb1cf16e693a3170c173dc040a9d2bd | ||
EXCLUDE_FROM_ALL # don't build this project as part of the overall build | ||
) | ||
# don't build this project, just populate | ||
FetchContent_Populate(rapidjson) | ||
include_directories(${rapidjson_SOURCE_DIR}/include) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.