summaryrefslogtreecommitdiffstats
path: root/cmake/QtPublicSbomGenerationHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove semicolon from SBOM external document referencesAlexandru Croitor2025-03-031-1/+1
* CMake: Fix location of build time sboms in no-prefix buildsAlexandru Croitor2025-02-111-3/+4
* CMake: Add a few more internal sbom helper functionsAlexandru Croitor2025-01-241-0/+5
* CMake: Add a fake deterministic SBOM generation optionAlexandru Croitor2025-01-241-3/+8
* CMake: Prepend underscore to qt_internal_sbom_set_default_option_valueAlexandru Croitor2025-01-241-29/+29
* CMake: Fix sbom git vars not being available in various scopesAlexandru Croitor2025-01-101-0/+2
* CMake: Split SBOM implementation into separate filesAlexandru Croitor2025-01-101-822/+0
* CMake: Fix file path in checksum computation to allow spacesAlexandru Croitor2025-01-091-2/+2
* CMake: Add way to convert JSON SPDX to tag/value SPDX documentAlexandru Croitor2025-01-091-7/+134
* CMake: Allow adding custom SBOM relationships to targets and projectsAlexandru Croitor2025-01-091-0/+48
* CMake: Fix project spdx id used in implicit relationshipsAlexandru Croitor2025-01-091-10/+11
* CMake: Add API to allow referencing external packages in the SPDX SBOMAlexandru Croitor2025-01-091-35/+62
* CMake: Add API to include custom cmake files during SBOM generationAlexandru Croitor2025-01-091-33/+127
* CMake: Move SBOM project ops setup to run at project begin timeAlexandru Croitor2025-01-091-20/+22
* CMake: Handle DESTDIR for SBOM doc references in top-level buildsAlexandru Croitor2025-01-061-1/+1
* CMake: Support manual multiple projects within-a-repo SBOM generationAlexandru Croitor2024-12-051-3/+21
* CMake: Support cmake --install . --prefix <path> for SBOM generationAlexandru Croitor2024-12-051-2/+14
* CMake: Fix CMP0174 warnings in SBOM generation codeAlexandru Croitor2024-11-191-3/+18
* CMake: Remove the CMAKE_CXX_COMPILER path from the SBOMAlexandru Croitor2024-10-281-1/+1
* CMake: Allow adding content to the SBOM repo project commentAlexandru Croitor2024-10-191-1/+15
* CMake: Change SBOM generation to be enabled by default (mostly)Alexandru Croitor2024-10-191-6/+28
* CMake: Split SBOM verification and NTIA compliance into separate opsAlexandru Croitor2024-10-191-8/+29
* CMake: Rework SBOM python dependency lookup and handlingAlexandru Croitor2024-10-191-46/+284
* CMake: Fix DESTDIR handling in SBOM checksum verificationAlexandru Croitor2024-10-191-3/+4
* CMake: Allow generating and verifying a source SBOM using 'reuse' toolAlexandru Croitor2024-07-241-0/+174
* CMake: Introduce sbom 'output file path without extensions' variableAlexandru Croitor2024-07-241-7/+29
* CMake: Don't add platform CPE to SBOMAlexandru Croitor2024-07-181-62/+1
* CMake: Make ninja 'sbom' work for top-level buildsAlexandru Croitor2024-06-251-1/+23
* CMake: Rework Python interpreter finding for SBOMAlexandru Croitor2024-06-251-23/+44
* coin: CMake: Add instructions to generate JSON and verify the SBOMAlexandru Croitor2024-06-201-2/+37
* CMake: Generate an SPDX v2.3 SBOM file for each built repositoryAlexandru Croitor2024-06-131-0/+1139