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

Move self-hosted dependencies to external folder #909

Merged
merged 25 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
dd54f59
Move basisu to external folder
MathiasMagnus May 14, 2024
84f4b7a
Update scripts for basisu move
MathiasMagnus May 14, 2024
ea8163f
Update .gitignore for basisu move
MathiasMagnus May 14, 2024
8793601
Update dep5 for basisu move
MathiasMagnus May 14, 2024
193cce1
Move astc-encoder to external folder
MathiasMagnus May 14, 2024
fdeaad3
Update scripts for astc-encoder move
MathiasMagnus May 14, 2024
8b53c49
Update dep5 for astc-encoder move
MathiasMagnus May 14, 2024
e287cc2
Move cxxopts to external folder
MathiasMagnus May 14, 2024
a7c9bd5
Update scripts for cxxopts move
MathiasMagnus May 14, 2024
4551d55
Update README for cxxopts move
MathiasMagnus May 14, 2024
0a73ccd
Update dep5 for cxxopts move
MathiasMagnus May 14, 2024
713af76
Move fmt to external folder
MathiasMagnus May 14, 2024
9f4d208
Update scripts for fmt move
MathiasMagnus May 14, 2024
4b5d24f
Move dfdutils to external folder
MathiasMagnus May 14, 2024
80e31f0
Update scripts for dfdutils move
MathiasMagnus May 14, 2024
4ba0574
Update dep5 for dfdutils move
MathiasMagnus May 14, 2024
069699a
Move etcdec to external folder
MathiasMagnus May 14, 2024
d6af6fa
Update scripts for etcdec move
MathiasMagnus May 14, 2024
3f40369
Fix glloadtests on Windows
MathiasMagnus May 14, 2024
71520e4
Fix Emscripten build
MathiasMagnus May 16, 2024
6151f99
Fix ISO C++ conformance
MathiasMagnus May 16, 2024
4311d43
Fix vkloadtests on Windows
MathiasMagnus May 17, 2024
e64e7f9
Add missing dep5 coverage
MathiasMagnus May 17, 2024
fe1eeb3
Various Reuse fixes
MathiasMagnus May 21, 2024
6a79bb2
Fix Emscripten build
MathiasMagnus May 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
/include/imdebug.h

# /lib/
/lib/astc-encoder/.gitmodules
/lib/astc-encoder/Source/GoogleTest
/lib/basisu/bin_osx
/lib/basisu/bin
/lib/basisu/build
/lib/src

# /external/
/external/astc-encoder/.gitmodules
/external/astc-encoder/Source/GoogleTest
/external/basisu/bin_osx
/external/basisu/bin
/external/basisu/build

# /testimages/
/testimages/*.png
/testimages/Thumbs.db
Expand Down
43 changes: 28 additions & 15 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -65,53 +65,65 @@ License: CC0-1.0
## Licenses of binary files and files from other projects we don't want to
## modify

Files: external/astc-encoder/*
Copyright: 2020-2023 Arm Limited
License: Apache-2.0

Files: external/etcdec/etcdec.cxx
Copyright: 2013 Ericsson AB
License: LicenseRef-ETCSLA

Files: external/fmt/*
Copyright: 2012-present Victor Zverovich and {fmt} contributors
License: LicenseRef-fmt

# The JSON format does not support comments for embedded copyrights
Files: */*.json
Copyright: 2017-2020 Mark Callow
License: Apache-2.0

Files: lib/astc-encoder/Docs/* lib/astc-encoder/Test/* lib/astc-encoder/jenkins/* lib/astc-encoder/.gitattributes lib/astc-encoder/.gitignore lib/astc-encoder/.gitmodules lib/astc-encoder/.pylintrc lib/astc-encoder/README.md lib/astc-encoder/Utils/Example/README.md
Files: external/basisu/Docs/* external/basisu/Test/* external/basisu/jenkins/* external/basisu/.gitattributes external/basisu/.gitignore external/basisu/.gitmodules external/basisu/.pylintrc external/basisu/README.md external/basisu/Utils/Example/README.md
Copyright: 2020-2021 Arm Limited
License: Apache-2.0

Files: lib/astc-encoder/.gitrepo
Files: external/basisu/.gitrepo
Copyright: 2021 Mark Callow
License: Apache-2.0

Files: lib/astc-encoder/Source/stb_image*.h
Files: external/basisu/Source/stb_image*.h
Copyright: 2017 Sean Barrett
License: MIT

Files: lib/astc-encoder/Source/tinyexr.h
Files: external/basisu/Source/tinyexr.h
Copyright: 2014-2019 Syoyo Fujita and many contributors
License: BSD-3-Clause

Files: lib/astc-encoder/Source/wuffs-v0.3.c
Files: external/basisu/Source/wuffs-v0.3.c
Copyright: 2022 The Wuffs Authors.
License: Apache-2.0

# We have asked Binomial about REUSE compliance for their repo, see https://github.com/BinomialLLC/basis_universal/issues/165
Files: lib/basisu/*
Files: external/basisu/*
Copyright: 2019-2020 Binomial LLC
License: Apache-2.0

Files: lib/basisu/apg_bmp.* lib/basisu/CMakeLists.txt lib/basisu/webgl/transcoder/CMakeLists.txt
Files: external/basisu/apg_bmp.* external/basisu/CMakeLists.txt external/basisu/webgl/transcoder/CMakeLists.txt
Copyright: 2019 Anton Gerdelan
License: Apache-2.0

Files: lib/basisu/basisu_astc_decomp.*
Files: external/basisu/basisu_astc_decomp.*
Copyright: 2016 The Android Open Source Project
License: Apache-2.0

Files: tools/imageio/png.imageio/lodepng.*
Copyright: 2005-2019 Lode Vandevenne
License: Zlib

Files: lib/dfdutils/vulkan/*
Files: external/dfdutils/vulkan/*
Copyright: 2015-2020 The Khronos Group Inc.
License: Apache-2.0

Files: lib/dfdutils/.gitrepo
Files: external/dfdutils/.gitrepo
Copyright: 2019-2020 The Khronos Group Inc
License: Apache-2.0

Expand Down Expand Up @@ -201,10 +213,11 @@ Files: the_khronos_group_inc.p12.enc
Copyright: 2022 The Khronos Group Inc.
License: Apache-2.0

Files: other_projects/fmt/*
Copyright: 2012 - present Victor Zverovich
License: MIT

Files: other_projects/cxxopts/*
Files: external/cxxopts/*
Copyright: 2014-2022 Jarryd Beck
License: MIT

Files: NOTICE.md
Copyright: 2024 The Khronos Group Inc.
License: Apache-2.0

Loading
Loading