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

THIRDPARTY: Consider base/ and stdlib/ as standard libraries #52692

Merged
merged 5 commits into from
Jan 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
spdx.json: add LibTracyClient and ittapi
  • Loading branch information
inkydragon committed Jan 2, 2024
commit d76becd0713d801c65f5894d51a310683ffb215e
36 changes: 36 additions & 0 deletions julia.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,32 @@
"copyrightText": "Copyright © 2014-2019 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.",
"summary": "utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding."
},
{
"name": "LibTracyClient",
"SPDXID": "SPDXRef-LibTracyClient",
"downloadLocation": "git+https://github.com/wolfpld/tracy.git",
"filesAnalyzed": false,
"homepage": "https://github.com/wolfpld/tracy",
"sourceInfo": "The git hash of the version in use can be found in the file deps/libtracyclient.version",
"licenseConcluded": "BSD-3-Clause",
"licenseDeclared": "BSD-3-Clause",
"copyrightText": "Copyright (c) 2017-2024, Bartosz Taudul <[email protected]>",
"summary": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.",
"comment": "LibTracyClient is an optional dependency that is not built by default"
},
{
"name": "ittapi",
"SPDXID": "SPDXRef-ittapi",
"downloadLocation": "git+https://github.com/intel/ittapi.git",
"filesAnalyzed": false,
"homepage": "https://github.com/intel/ittapi",
"sourceInfo": "The git hash of the version in use can be found in the file deps/ittapi.version",
"licenseConcluded": "BSD-3-Clause AND GPL-2.0-only",
"licenseDeclared": "BSD-3-Clause AND GPL-2.0-only",
"copyrightText": "Copyright (c) 2019 Intel Corporation",
"summary": "The Instrumentation and Tracing Technology (ITT) API enables your application to generate and control the collection of trace data during its execution across different Intel tools.",
"comment": "ITTAPI is an optional dependency that is not built by default"
},
{
"name": "7-Zip",
"SPDXID": "SPDXRef-7zip",
Expand Down Expand Up @@ -581,6 +607,16 @@
"relationshipType": "BUILD_DEPENDENCY_OF",
"relatedSpdxElement": "SPDXRef-JuliaMain"
},
{
"spdxElementId": "SPDXRef-LibTracyClient",
"relationshipType": "OPTIONAL_DEPENDENCY_OF",
"relatedSpdxElement": "SPDXRef-JuliaMain"
},
{
"spdxElementId": "SPDXRef-ittapi",
"relationshipType": "OPTIONAL_DEPENDENCY_OF",
"relatedSpdxElement": "SPDXRef-JuliaMain"
},
{
"spdxElementId": "SPDXRef-7zip",
"relationshipType": "RUNTIME_DEPENDENCY_OF",
Expand Down