summaryrefslogtreecommitdiff
path: root/src/cmake
AgeCommit message (Collapse)Author
2024-12-22feat(CI/Codestyle): Check for tabs (#20998)Kitzunu
2024-12-19refactor(Deps/MySQL): replace hardcoded MySQL paths (#20870)Grimdhex
cherry-pick from https://github.com/TrinityCore/TrinityCore/commit/ab046bdc327374878b3bede39f2d519d0aef3493 Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-09-19refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… ↵Kitzunu
(#19451)
2024-08-07refactor(Deps/OpenSSL): Deprecate OpenSSL 1.x (#19452)Kitzunu
* EOL
2024-02-10fix(Deps): Fixed finding openssl 3.2 on windows (#18284)stoudtlr
* Cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/94aed6896873179b284b8b1911590ed9587466d6) Co-authored-by: github.com/Shauren <shauren.trinity@gmail.com>
2023-11-19chore(Cleanup): added new lines to the end of files where they are not ↵Winfidonarleyan
present (#17774)
2023-10-08chore(Core/Misc): warhead -> acore (#17447)Kitzunu
2023-09-17chore(misc): cleanup (#17274)Kitzunu
2023-08-14refactor(Deps/MySQL): Tidy up FindMySQL for windows (#16948)Kitzunu
2023-01-15fix(Cmake/Build): correct build single app (#12202)Winfidonarleyan
2022-11-24feat(Core/Crypto): add support `OpenSSL 3.0` (#13354)Winfidonarleyan
2022-10-22feat(CORE/bash): implemented acore dashboard for Windows (#13476)Yehonal
+ implemented acore dashboard for windows + integrated acore dashboard for windows in our pipeline + implemented dry run for windows build + fixed permissions issue for all the operating systems + code clean
2022-10-17fix(CORE): gcc compilation errors with gtest (#13445)Yehonal
2022-06-13chore: restore googletest main repo reference (#12011)Stefano Borzì
chore: retore googletest main repo reference
2022-06-09feat(Tools/DbImport): implement separated app for importing DB (#11614)Kargatum
2022-05-31refactor(Cmake): add support build selected applications and tools (#11836)Kargatum
2022-05-28fix: temporary workaround for the googletest issue (#11902)Stefano Borzì
* fix: temporary googletest issue * chore: use main branch * fix: typo * chore: update reference
2022-05-23feat(Cmake/FindMySQL): add support MariaDB 10.9 (#11835)Kargatum
2022-05-01chore(CI): add macos-12 (#11242)Patrick Lewis
* chore(CI): add macos-12 * Update SECURITY.md * test changing googletest git_tag to main * update utf8cpp * Update DBCStorageIterator.h Co-Authored-By: Shauren <shauren.trinity@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-04-30feat(Tools/MMapsGenerator): Improve multithreading of mmaps_generator (#10963)IntelligentQuantum
* cherry-pick commit (https://github.com/Shauren/TrinityCore/commit/699edaa0144fa3b0033dc45e24ad74222cc8240e) Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2022-02-11feat(Core): Enable C++20 support (#10440)Kitzunu
* feat(Core): Enable C++20 support * Update Duration.h * Revert "Update Duration.h" This reverts commit 177093e992c5d47d8c3b978c84857f5ecba12889. * maybe fix GCC * cherry-pick https://gcc.gnu.org/pipermail/gcc-cvs/2020-June/299715.html * Update Duration.h * Update Duration.h * Update Duration.h * Update Duration.h * Update Duration.h * Update Duration.h * Update Duration.h * Revert "Update Duration.h" This reverts commit dc4e2ce281dd1a33cfac5be56488a3b96131bfd5. * Update Duration.h * Update Duration.h * Update Duration.h * cleanup * more cleanup * maybe fix build * restore advstd::type_identity because GCC8 is garbage * Update advstd.h * fix gcc8 :zzz: * Update CMakeLists.txt * Update CMakeLists.txt * Update src/common/Utilities/advstd.h Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2022-02-11fix(Core/Misc): Remove Clang 7 workaround (#10521)Kitzunu
2022-02-05feat(Core/DBLayer): replace `char const*` to `std::string_view` (#10211)Kargatum
* feat(Core/DBLayer): replace `char const*` to `std::string_view` * CString * 1 * chore(Core/Misc): code cleanup * cl * db fix * fmt style sql * to fmt * py * del old * 1 * 2 * 3 * 1 * 1
2022-02-01fix(CMake/MSVC): Cleanup and enable some warnings (#10295)Kitzunu
* fix(CMake/MSVC): Cleanup and enable some warnings * cherry-pick from commit (https://github.com/TrinityCore/TrinityCore/commit/73b4b1733a49430b2288417d26f96c24a19c8c28) Co-Authored-By: Shauren <shauren.trinity@gmail.com> * Update settings.cmake Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-01-23feat(Core/Cmake): add support MariaDb 10.7 and 10.8 (#10322)Kargatum
2021-12-14refactor(Core/DB): Deprecate MariaDB 10.4 and below (#9675)Kitzunu
2021-12-10feat(Core/Config): implement loading files optional (#8198)Kargatum
2021-12-02feat(Core/Modules): add separated lib for modules (#9281)Kargatum
2021-10-28feat(Core/Metrics): implement real time statistic visualization (#8663)Kargatum
2021-09-30feat(License): add new headers information about license (#7941)Kargatum
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2021-07-27feat(Cmake/MySQL): add support MariaDB 10.6 (#7113)Kargatum
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-07-25feat(CMake): enable optional C++20 support (#7075)Kargatum
2021-07-17fix(CMake): find std::filesystem across platforms (#6914)Necropola
* fix(CORE): Find std::filesystem across platforms Closes #6889 * Squeeze blank lines to make check-codestyle happy * Move find_package(Filesystem ...) to deps/stdfs * CMAKE_CXX_STANDARD gets already set in ConfigureBaseTargets.cmake
2021-07-16feat(Deps/ACE): remove ACE library (part 1/2) (#6980)Kargatum
2021-07-14feat(CMake): delete EXTRA_LOGS (#6897)Kargatum
2021-06-27feat(Core/DBUpdater): implement db auto update (#6576)Kargatum
* feat(Core/DBUpdater): implement db auto update * 1 * 2 * 3 * Some minor improvements * add find bin for mysql 8.0 * lic Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-06-25feat(build): Set correct year in VER_LEGALCOPYRIGHT_STR (#6488)Kitzunu
* cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/68a490923d183c438fd852dde73f3054554d023a) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-06-22feat(Core/Scripts): split the huge scriptloader into smaller pieces (#5346)Kargatum
* feat(Core/Scripts): split the huge scriptloader into smaller pieces * AddSC_swamp_of_sorrows del * 1 * add mod info * 1 * 039f0e0faa081352d19f34b6f0abaa4e74414988 Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-06-22feat(Core/Database): port TrinityCore database API (#5611)Kargatum
2021-06-17feat(Core): deprecate clang-9 and older (#6406)Francesco Borzì
2021-05-31feat(Cmake/Modules): support add config all modules without ↵Kargatum
AC_ADD_CONFIG_FILE (#5994)
2021-05-30feat(Core/Command): server debug (#6007)Kitzunu
* initial work * fix query * load * clean up * remove from startup * ACE * remove static * Update MySQLThreading.cpp * not used * Update MySQLThreading.cpp * unit testing * Update WorldMock.h * show Boost ver * Update WorldMock.h * include * Now we have boost::filesystem woo * fix build * fix typo
2021-05-17feat(Cmake/Compiler): deprecated clang6 and gcc 7 (#5671)Kargatum
2021-05-04feat(docker): production images, integrated ccache and many other ↵Yehonal
improvements (#5551)
2021-04-21feat(Core/Build): add the possibility to link libraries dynamically (#5348)Kargatum
2021-04-13feat(Core/Hooks): added collection of hooks to extends AC (#3047)Kargatum
This collection of hooks comes from the Maelstrom project. It allows to release modules such as : - 3v3-soloqueue - 1v1 arena - pvestats and many others
2021-04-02feat(Cmake/PCH): use target_precompile_headers instead of cotire (#5082)Kargatum
2021-03-21fix(Build/Windows): For OS locales like CJK (#4912)vconcat
2021-03-21feat(Build): allow using MySQL/MariaDB/OpenSSL from vcpkg (#4914)vconcat
2021-02-28feat(Core/Config): rework config and delete ACE inherited (#4608)Kargatum