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

Update Third Party License text #24

Merged
merged 61 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from 58 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
9911158
check if the specified channels in the appliance metadata exits
m-aXimilian Aug 19, 2024
6e3bb7d
linter fix & version history update
m-aXimilian Aug 19, 2024
76575b1
rm commented code & add documentation
m-aXimilian Aug 19, 2024
1b56589
bump version
m-aXimilian Aug 19, 2024
1c591a4
add new test
m-aXimilian Aug 20, 2024
995139a
review update 1 - C-Dimension return check
m-aXimilian Aug 26, 2024
03f9fd7
review 2 - std::all_of > std::for_each
m-aXimilian Aug 26, 2024
eca697e
review 3 - referencing constants
m-aXimilian Aug 26, 2024
498de1e
review 4 - check given set
m-aXimilian Aug 26, 2024
3002233
Merge branch 'ZEISS:main' into main
m-aXimilian Aug 26, 2024
0478872
Merge branch 'ZEISS:main' into main
m-aXimilian Sep 21, 2024
4f5ed8f
add output encoding commandline option
m-aXimilian Nov 6, 2024
3c10da1
first initial hack with rapidjson
m-aXimilian Nov 7, 2024
51085e3
towards resultgatherer interface
m-aXimilian Nov 8, 2024
6a83187
cleanup
m-aXimilian Nov 8, 2024
18c949f
add xml result gatherer based on pugixml
m-aXimilian Nov 8, 2024
a6f5e8e
introduce factorymethod for result gatherers
m-aXimilian Nov 8, 2024
2c6ebe2
fix xml versioning
m-aXimilian Nov 8, 2024
84b9371
fix linux build
m-aXimilian Nov 8, 2024
c17f292
make megalinter happy
m-aXimilian Nov 8, 2024
7374e36
whitespace fixes
m-aXimilian Nov 8, 2024
6540806
remove tabs
m-aXimilian Nov 8, 2024
2f3564a
add aggregated result to the root node
Nov 8, 2024
e398195
extract string constants json gatherer
Nov 8, 2024
8111164
extract string constants xml gatherer
Nov 8, 2024
0373033
megalinter happiness
Nov 8, 2024
127e9c5
remove useless lambdas
Nov 9, 2024
c0b4116
indentation fail
Nov 9, 2024
8b3316c
rm commented code
m-aXimilian Nov 9, 2024
079c3c0
gatherer factory method implementation file
m-aXimilian Nov 9, 2024
3262669
versioning
m-aXimilian Nov 9, 2024
348df58
adding schema files to assets
m-aXimilian Nov 9, 2024
c227442
rm bloat
m-aXimilian Nov 9, 2024
e16fcd8
documentation update
m-aXimilian Nov 9, 2024
8999483
use built-in wide char converter
Nov 9, 2024
75fe339
typo
Nov 9, 2024
c3a1e76
whitespace
Nov 9, 2024
dde7af4
"runtime" constexpr function extraction
Nov 9, 2024
97b9ea1
whitespace
Nov 9, 2024
1dce9b6
add version identifier to xml/json outputs
Nov 9, 2024
ea97ed5
multiple of 4
Nov 9, 2024
5ddc533
schema and doc update
m-aXimilian Nov 9, 2024
ccb1041
rout cout through ILog
m-aXimilian Nov 11, 2024
e33aad1
mv EncodingType OutputEncodingFormat
m-aXimilian Nov 11, 2024
6a837d4
rm unsued
m-aXimilian Nov 11, 2024
4edba17
make const
m-aXimilian Nov 11, 2024
030d302
rm else if
m-aXimilian Nov 11, 2024
adf27ae
rm utf8_conv
m-aXimilian Nov 11, 2024
14b259a
typo
m-aXimilian Nov 11, 2024
1735582
fix cmdline options
m-aXimilian Nov 11, 2024
101b48a
align documentation
m-aXimilian Nov 11, 2024
4f39595
ptr to ref
m-aXimilian Nov 12, 2024
28c091d
modify test script to check json and xml outputs as well
m-aXimilian Nov 12, 2024
29bf9fc
add expected test results for json and xml
m-aXimilian Nov 12, 2024
6ba2544
Merge branch 'ZEISS:main' into main
m-aXimilian Nov 12, 2024
b1900cb
update 3rd party license text to include rapidjson
m-aXimilian Nov 12, 2024
975e48b
full copyright
m-aXimilian Nov 12, 2024
d730fdf
copy-paste-fail
m-aXimilian Nov 12, 2024
c9f303d
url fail
m-aXimilian Nov 12, 2024
3a118ad
add all deps licenses
m-aXimilian Nov 12, 2024
04eea48
linebreak alignment
m-aXimilian Nov 12, 2024
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
38 changes: 38 additions & 0 deletions THIRD_PARTY_LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1220,3 +1220,41 @@ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE


-------------------------------------------------------------------------------
| RapidJSON 815e6e7 (used under MIT License) http://pugixml.org/
m-aXimilian marked this conversation as resolved.
Show resolved Hide resolved
m-aXimilian marked this conversation as resolved.
Show resolved Hide resolved
-------------------------------------------------------------------------------
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip.
All rights reserved.

json.org
Copyright (c) 2002 JSON.org
All Rights Reserved.

JSON_checker
Copyright (c) 2002 JSON.org
All Rights Reserved.



Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

The Software shall be used for Good, not Evil.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion modules/rapidJSON.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(FetchContent)
FetchContent_Declare(
RapidJSON
GIT_REPOSITORY https://github.com/Tencent/rapidjson.git
GIT_TAG 815e6e7e7e14be44a6c15d9aefed232ff064cad0 # master as of 2024-09-26
GIT_TAG 815e6e7e7e14be44a6c15d9aefed232ff064cad0 # master as of 2024-09-24
PREFIX "${CMAKE_BINARY_DIR}/vendor/rapidjson"
)

Expand Down
Loading