chore: make yuzu REUSE compliant
[REUSE] is a specification that aims at making file copyright
information consistent, so that it can be both human and machine
readable. It basically requires that all files have a header containing
copyright and licensing information. When this isn't possible, like
when dealing with binary assets, generated files or embedded third-party
dependencies, it is permitted to insert copyright information in the
`.reuse/dep5` file.
Oh, and it also requires that all the licenses used in the project are
present in the `LICENSES` folder, that's why the diff is so huge.
This can be done automatically with `reuse download --all`.
The `reuse` tool also contains a handy subcommand that analyzes the
project and tells whether or not the project is (still) compliant,
`reuse lint`.
Following REUSE has a few advantages over the current approach:
- Copyright information is easy to access for users / downstream
- Files like `dist/license.md` do not need to exist anymore, as
`.reuse/dep5` is used instead
- `reuse lint` makes it easy to ensure that copyright information of
files like binary assets / images is always accurate and up to date
To add copyright information of files that didn't have it I looked up
who committed what and when, for each file. As yuzu contributors do not
have to sign a CLA or similar I couldn't assume that copyright ownership
was of the "yuzu Emulator Project", so I used the name and/or email of
the commit author instead.
[REUSE]: https://reuse.software
Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254
2022-05-14 20:06:02 -04:00
|
|
|
# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2019-11-05 21:37:27 -05:00
|
|
|
if (DEFINED ENV{AZURECIREPO})
|
|
|
|
set(BUILD_REPOSITORY $ENV{AZURECIREPO})
|
2019-02-06 19:55:14 -05:00
|
|
|
endif()
|
2019-10-05 00:09:49 -04:00
|
|
|
if (DEFINED ENV{TITLEBARFORMATIDLE})
|
|
|
|
set(TITLE_BAR_FORMAT_IDLE $ENV{TITLEBARFORMATIDLE})
|
|
|
|
endif ()
|
|
|
|
if (DEFINED ENV{TITLEBARFORMATRUNNING})
|
|
|
|
set(TITLE_BAR_FORMAT_RUNNING $ENV{TITLEBARFORMATRUNNING})
|
|
|
|
endif ()
|
|
|
|
if (DEFINED ENV{DISPLAYVERSION})
|
|
|
|
set(DISPLAY_VERSION $ENV{DISPLAYVERSION})
|
|
|
|
endif ()
|
2020-01-16 02:12:50 -05:00
|
|
|
|
2022-09-17 18:04:35 -04:00
|
|
|
include(GenerateSCMRev)
|
2014-04-23 21:43:57 -04:00
|
|
|
|
2018-01-17 19:37:34 -05:00
|
|
|
add_library(common STATIC
|
2021-11-14 14:55:52 -05:00
|
|
|
address_space.cpp
|
|
|
|
address_space.h
|
2019-10-15 14:47:42 -04:00
|
|
|
algorithm.h
|
2018-01-17 19:37:34 -05:00
|
|
|
alignment.h
|
2021-12-25 14:27:52 -05:00
|
|
|
announce_multiplayer_room.h
|
2021-04-02 02:43:26 -04:00
|
|
|
assert.cpp
|
2018-01-17 19:37:34 -05:00
|
|
|
assert.h
|
2022-07-16 18:48:45 -04:00
|
|
|
atomic_helpers.h
|
2020-03-07 17:59:42 -05:00
|
|
|
atomic_ops.h
|
2018-09-16 14:05:51 -04:00
|
|
|
detached_tasks.cpp
|
|
|
|
detached_tasks.h
|
2020-11-19 23:52:37 -05:00
|
|
|
bit_cast.h
|
2018-01-17 19:37:34 -05:00
|
|
|
bit_field.h
|
2020-11-27 17:13:18 -05:00
|
|
|
bit_set.h
|
2018-12-19 15:25:12 -05:00
|
|
|
bit_util.h
|
2018-04-07 00:48:22 -04:00
|
|
|
cityhash.cpp
|
|
|
|
cityhash.h
|
2018-01-17 19:37:34 -05:00
|
|
|
common_funcs.h
|
2022-11-29 23:22:03 -05:00
|
|
|
common_precompiled_headers.h
|
2018-01-17 19:37:34 -05:00
|
|
|
common_types.h
|
2020-08-03 07:28:54 -04:00
|
|
|
concepts.h
|
2023-03-25 22:43:55 -04:00
|
|
|
container_hash.h
|
2023-01-14 00:12:41 -05:00
|
|
|
demangle.cpp
|
2023-01-13 16:06:13 -05:00
|
|
|
demangle.h
|
2020-11-25 21:03:50 -05:00
|
|
|
div_ceil.h
|
2020-03-16 16:48:53 -04:00
|
|
|
dynamic_library.cpp
|
|
|
|
dynamic_library.h
|
2022-06-04 23:50:43 -04:00
|
|
|
elf.h
|
2021-09-08 14:36:20 -04:00
|
|
|
error.cpp
|
|
|
|
error.h
|
2021-10-31 21:20:51 -04:00
|
|
|
expected.h
|
2020-02-04 14:06:23 -05:00
|
|
|
fiber.cpp
|
|
|
|
fiber.h
|
2022-07-16 18:48:45 -04:00
|
|
|
fixed_point.h
|
2021-05-25 19:32:56 -04:00
|
|
|
fs/file.cpp
|
|
|
|
fs/file.h
|
|
|
|
fs/fs.cpp
|
|
|
|
fs/fs.h
|
|
|
|
fs/fs_paths.h
|
|
|
|
fs/fs_types.h
|
|
|
|
fs/fs_util.cpp
|
|
|
|
fs/fs_util.h
|
|
|
|
fs/path_util.cpp
|
|
|
|
fs/path_util.h
|
2018-01-17 19:37:34 -05:00
|
|
|
hash.h
|
2018-08-09 20:43:45 -04:00
|
|
|
hex_util.cpp
|
|
|
|
hex_util.h
|
2021-06-05 05:23:25 -04:00
|
|
|
host_memory.cpp
|
|
|
|
host_memory.h
|
2021-09-20 15:56:55 -04:00
|
|
|
input.h
|
2020-12-27 04:58:16 -05:00
|
|
|
intrusive_red_black_tree.h
|
2021-06-23 17:18:27 -04:00
|
|
|
literals.h
|
2018-01-17 19:37:34 -05:00
|
|
|
logging/backend.cpp
|
|
|
|
logging/backend.h
|
|
|
|
logging/filter.cpp
|
|
|
|
logging/filter.h
|
2022-01-08 23:42:11 -05:00
|
|
|
logging/formatter.h
|
2018-01-17 19:37:34 -05:00
|
|
|
logging/log.h
|
2021-09-30 16:11:47 -04:00
|
|
|
logging/log_entry.h
|
2018-01-17 19:37:34 -05:00
|
|
|
logging/text_formatter.cpp
|
|
|
|
logging/text_formatter.h
|
2021-06-13 10:31:47 -04:00
|
|
|
logging/types.h
|
2019-02-08 00:45:50 -05:00
|
|
|
lz4_compression.cpp
|
|
|
|
lz4_compression.h
|
2022-12-18 17:44:34 -05:00
|
|
|
make_unique_for_overwrite.h
|
2018-01-17 19:37:34 -05:00
|
|
|
math_util.h
|
2020-05-17 14:45:12 -04:00
|
|
|
memory_detect.cpp
|
|
|
|
memory_detect.h
|
2018-01-17 19:37:34 -05:00
|
|
|
microprofile.cpp
|
|
|
|
microprofile.h
|
|
|
|
microprofileui.h
|
2021-11-10 11:37:17 -05:00
|
|
|
multi_level_page_table.cpp
|
|
|
|
multi_level_page_table.h
|
2021-01-20 18:09:57 -05:00
|
|
|
nvidia_flags.cpp
|
|
|
|
nvidia_flags.h
|
2023-03-07 19:46:48 -05:00
|
|
|
overflow.h
|
2019-03-02 15:20:28 -05:00
|
|
|
page_table.cpp
|
|
|
|
page_table.h
|
2018-01-17 19:37:34 -05:00
|
|
|
param_package.cpp
|
|
|
|
param_package.h
|
2020-12-27 04:58:16 -05:00
|
|
|
parent_of_member.h
|
2021-05-28 07:14:14 -04:00
|
|
|
point.h
|
2022-11-22 18:38:23 -05:00
|
|
|
precompiled_headers.h
|
2018-01-17 19:37:34 -05:00
|
|
|
quaternion.h
|
2022-11-17 10:36:53 -05:00
|
|
|
range_map.h
|
2022-07-16 18:48:45 -04:00
|
|
|
reader_writer_queue.h
|
2018-09-08 09:28:39 -04:00
|
|
|
ring_buffer.h
|
2022-09-17 18:04:35 -04:00
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/scm_rev.cpp
|
2018-01-17 19:37:34 -05:00
|
|
|
scm_rev.h
|
|
|
|
scope_exit.h
|
2022-12-18 18:08:20 -05:00
|
|
|
scratch_buffer.h
|
2021-04-14 19:07:40 -04:00
|
|
|
settings.cpp
|
|
|
|
settings.h
|
|
|
|
settings_input.cpp
|
|
|
|
settings_input.h
|
2022-07-29 23:58:23 -04:00
|
|
|
socket_types.h
|
2020-02-04 10:23:12 -05:00
|
|
|
spin_lock.cpp
|
|
|
|
spin_lock.h
|
2023-03-01 19:17:50 -05:00
|
|
|
steady_clock.cpp
|
|
|
|
steady_clock.h
|
2020-10-26 23:07:36 -04:00
|
|
|
stream.cpp
|
|
|
|
stream.h
|
2018-01-17 19:37:34 -05:00
|
|
|
string_util.cpp
|
|
|
|
string_util.h
|
|
|
|
swap.h
|
|
|
|
telemetry.cpp
|
|
|
|
telemetry.h
|
|
|
|
thread.cpp
|
|
|
|
thread.h
|
|
|
|
thread_queue_list.h
|
2020-12-29 19:36:35 -05:00
|
|
|
thread_worker.h
|
2018-01-17 19:37:34 -05:00
|
|
|
threadsafe_queue.h
|
2020-05-11 17:51:26 -04:00
|
|
|
time_zone.cpp
|
|
|
|
time_zone.h
|
2021-02-08 21:05:13 -05:00
|
|
|
tiny_mt.h
|
2020-12-27 04:58:16 -05:00
|
|
|
tree.h
|
2023-03-17 21:26:04 -04:00
|
|
|
typed_address.h
|
2019-02-15 18:26:41 -05:00
|
|
|
uint128.h
|
2021-04-01 00:03:25 -04:00
|
|
|
unique_function.h
|
2018-12-18 09:07:25 -05:00
|
|
|
uuid.cpp
|
|
|
|
uuid.h
|
2018-01-17 19:37:34 -05:00
|
|
|
vector_math.h
|
2020-04-08 17:35:07 -04:00
|
|
|
virtual_buffer.cpp
|
|
|
|
virtual_buffer.h
|
2020-02-09 15:53:22 -05:00
|
|
|
wall_clock.cpp
|
|
|
|
wall_clock.h
|
2019-02-08 17:11:00 -05:00
|
|
|
zstd_compression.cpp
|
|
|
|
zstd_compression.h
|
2018-01-17 19:37:34 -05:00
|
|
|
)
|
2014-08-23 21:22:05 -04:00
|
|
|
|
2023-03-01 19:27:10 -05:00
|
|
|
if (WIN32)
|
|
|
|
target_sources(common PRIVATE
|
|
|
|
windows/timer_resolution.cpp
|
|
|
|
windows/timer_resolution.h
|
|
|
|
)
|
|
|
|
target_link_libraries(common PRIVATE ntdll)
|
|
|
|
endif()
|
|
|
|
|
2023-02-03 19:13:16 -05:00
|
|
|
if(ANDROID)
|
|
|
|
target_sources(common
|
|
|
|
PRIVATE
|
|
|
|
fs/fs_android.cpp
|
|
|
|
fs/fs_android.h
|
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2015-08-14 22:29:08 -04:00
|
|
|
if(ARCHITECTURE_x86_64)
|
2018-01-17 19:37:34 -05:00
|
|
|
target_sources(common
|
|
|
|
PRIVATE
|
2015-08-12 00:19:20 -04:00
|
|
|
x64/cpu_detect.cpp
|
|
|
|
x64/cpu_detect.h
|
2023-03-21 21:28:38 -04:00
|
|
|
x64/cpu_wait.cpp
|
|
|
|
x64/cpu_wait.h
|
2020-02-09 15:53:22 -05:00
|
|
|
x64/native_clock.cpp
|
|
|
|
x64/native_clock.h
|
2023-04-22 22:55:03 -04:00
|
|
|
x64/rdtsc.cpp
|
|
|
|
x64/rdtsc.h
|
2020-05-29 20:55:27 -04:00
|
|
|
x64/xbyak_abi.h
|
|
|
|
x64/xbyak_util.h
|
2018-01-17 19:37:34 -05:00
|
|
|
)
|
2022-11-25 13:35:46 -05:00
|
|
|
target_link_libraries(common PRIVATE xbyak::xbyak)
|
2015-07-21 19:49:33 -04:00
|
|
|
endif()
|
|
|
|
|
2020-10-30 15:02:02 -04:00
|
|
|
if (MSVC)
|
|
|
|
target_compile_definitions(common PRIVATE
|
|
|
|
# The standard library doesn't provide any replacement for codecvt yet
|
|
|
|
# so we can disable this deprecation warning for the time being.
|
|
|
|
_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
|
|
|
|
)
|
|
|
|
target_compile_options(common PRIVATE
|
|
|
|
/W4
|
2022-10-21 02:34:06 -04:00
|
|
|
|
|
|
|
/we4242 # 'identifier': conversion from 'type1' to 'type2', possible loss of data
|
|
|
|
/we4254 # 'operator': conversion from 'type1:field_bits' to 'type2:field_bits', possible loss of data
|
|
|
|
/we4800 # Implicit conversion from 'type' to bool. Possible information loss
|
2020-10-30 15:02:02 -04:00
|
|
|
)
|
|
|
|
else()
|
|
|
|
target_compile_options(common PRIVATE
|
2021-02-09 21:28:33 -05:00
|
|
|
$<$<CXX_COMPILER_ID:Clang>:-fsized-deallocation>
|
2020-10-30 15:02:02 -04:00
|
|
|
)
|
|
|
|
endif()
|
|
|
|
|
2018-01-17 19:37:34 -05:00
|
|
|
create_target_directory_groups(common)
|
2014-04-28 22:40:39 -04:00
|
|
|
|
2022-12-06 15:01:26 -05:00
|
|
|
target_link_libraries(common PUBLIC Boost::context Boost::headers fmt::fmt microprofile Threads::Threads)
|
2023-01-22 19:51:12 -05:00
|
|
|
target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd LLVM::Demangle)
|
2022-11-22 18:38:23 -05:00
|
|
|
|
2023-03-16 15:00:34 -04:00
|
|
|
if (ANDROID)
|
|
|
|
# For ASharedMemory_create
|
|
|
|
target_link_libraries(common PRIVATE android)
|
|
|
|
endif()
|
|
|
|
|
2022-11-22 18:38:23 -05:00
|
|
|
if (YUZU_USE_PRECOMPILED_HEADERS)
|
|
|
|
target_precompile_headers(common PRIVATE precompiled_headers.h)
|
|
|
|
endif()
|