mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #68] [MERGED] cmake: Refactor third party library management #1260
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1260
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/68
Author: @raphaelthegreat
Created: 11/5/2023
Status: ✅ Merged
Merged: 11/5/2023
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (7)
6e28ac7cmake: Refactor library management17aefc1src: Move certain headers in commona0b8089cmake: Update CMakeLists.txt996aa9dcmake: Add include directory to winpthread303f086common: Move classes to common namespace1cf032ecmake: Add directory groups7bccfebemulator: Use fmt::format instead of snprintf📊 Changes
83 files changed (+549 additions, -523 deletions)
View changed files
📝
CMakeLists.txt(+80 -38)📝
src/Emulator/Host/controller.h(+1 -1)📝
src/Lib/Timer.h(+1 -1)➖
src/Util/Disassembler.cpp(+0 -35)➖
src/Util/Disassembler.h(+0 -17)📝
src/Util/config.cpp(+1 -1)📝
src/Util/config.h(+2 -2)➖
src/Util/log.cpp(+0 -90)➖
src/Util/log.h(+0 -73)➖
src/Util/string_util.cpp(+0 -24)➖
src/Util/string_util.h(+0 -9)📝
src/common/debug.h(+3 -1)➕
src/common/disassembler.cpp(+33 -0)➕
src/common/disassembler.h(+21 -0)📝
src/common/discord.cpp(+0 -0)📝
src/common/discord.h(+1 -1)📝
src/common/fs_file.cpp(+1 -1)📝
src/common/fs_file.h(+1 -1)➕
src/common/log.cpp(+114 -0)➕
src/common/log.h(+33 -0)...and 63 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.