Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-19 | refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… ↵ | Kitzunu | |
(#19451) | |||
2022-05-31 | refactor(Cmake): add support build selected applications and tools (#11836) | Kargatum | |
2022-04-30 | feat(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-11 | feat(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> | |||
2021-12-10 | feat(Core/Config): implement loading files optional (#8198) | Kargatum | |
2021-10-28 | feat(Core/Metrics): implement real time statistic visualization (#8663) | Kargatum | |
2021-09-30 | feat(License): add new headers information about license (#7941) | Kargatum | |
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> | |||
2021-07-25 | feat(CMake): enable optional C++20 support (#7075) | Kargatum | |
2021-07-14 | feat(CMake): delete EXTRA_LOGS (#6897) | Kargatum | |
2021-06-22 | feat(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-22 | feat(Core/Database): port TrinityCore database API (#5611) | Kargatum | |
2021-04-21 | feat(Core/Build): add the possibility to link libraries dynamically (#5348) | Kargatum | |
2021-01-09 | feat(CI/Codestyle): added codestyle check (#3668) | Kargatum | |
2020-11-29 | chore(CMake/Tests): use conventional CMake flag to enable tests (#3809) | Francesco Borzì | |
2020-08-15 | feature(testing-automation): unit tests with Google Framework (#3273) | Francesco Borzì | |
2019-12-01 | refactor(Core): rename namespaces and macros to acore (#2454) | Viste | |
2019-09-25 | fix(CMake): Use cmake-generator-expressions for escaping quotes (#2307) | Stoabrogga | |
2019-04-17 | feat(Cmake/MYSQL): Correct support MariaDB for windows (#1674) | Kargatum | |
* Delete CMake option MARIADB * Delete definitions (-DMARIADB) * Replace macro MariaDB support 10.2+ | |||
2019-02-09 | feat(Core/Misc): compatibility with 10.2+ versions of MariaDB library ↵ | Francesco Borzì | |
(#1284) (#1437) | |||
2019-01-10 | CMake: Use source_groups to represent the source tree (#1247) | Kargatum | |
2017-09-25 | Revert "Cmake: Compiling with warnings by default" | Yehonal | |
It generates compile errors on windows Maybe we should separate warning cmake define for each compiler (?) This reverts commit 8ad3c15d638807be2e4ebf4cb8453c3b502bd5c9. | |||
2017-09-20 | Cmake: Compiling with warnings by default | Yehonal | |
Forcing all contributors to fix all warnings before push a commit (i hope) | |||
2017-08-19 | changed DISABLED_ cmake variable to ENABLED_ and implemented for all ↵ | Yehonal | |
disabled logs | |||
2017-08-19 | Preprocessor option for logging functions (#567) | Yehonal | |
* Update showoptions.cmake * Update config.cmake.dist * Example of preprocessor usage Other work must continue for PR https://github.com/azerothcore/azerothcore-wotlk/pull/519 | |||
2017-03-26 | implemented cmake options to disable extra features for performances ↵ | Yehonal | |
optimization can be easily extended to all features that can be optional but have high performance impact | |||
2017-03-26 | Implemented gperftools support | Yehonal | |
it allows you to profile cpu/memory under unix systems | |||
2016-08-12 | Another big repo refactoring, should be latest | Yehonal | |
I've restored old paths for scripts and flattened the src structure | |||
2016-08-12 | Refactoring part 2 [W.I.P] | Yehonal | |
2016-08-11 | always set cmake $CONF_DIR and add in preprocessor defines | Yehonal | |
2016-07-24 | Added AzerothCore labels | ShinDarth | |
2016-07-08 | restructured repository based on following standards: | Yehonal | |
https://github.com/HW-Core/directory-structure |