Kargatum
|
4fbec972a8
|
refactor(Cmake): add support build selected applications and tools (#11836)
|
2022-05-31 17:05:39 +07:00 |
|
IntelligentQuantum
|
769eea2cc0
|
feat(Tools/MMapsGenerator): Improve multithreading of mmaps_generator (#10963)
* cherry-pick commit (699edaa014)
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
|
2022-04-30 21:39:51 +02:00 |
|
Kitzunu
|
7e8b021db3
|
feat(Core): Enable C++20 support (#10440)
* 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 💤
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update src/common/Utilities/advstd.h
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
|
2022-02-11 14:37:24 +01:00 |
|
Kargatum
|
0f1c0c154d
|
feat(Core/Config): implement loading files optional (#8198)
|
2021-12-10 11:53:31 +01:00 |
|
Kargatum
|
a650fd495c
|
feat(Core/Metrics): implement real time statistic visualization (#8663)
|
2021-10-28 14:47:29 +02:00 |
|
Kargatum
|
52aa0e9966
|
feat(License): add new headers information about license (#7941)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
|
2021-09-30 13:40:52 +07:00 |
|
Kargatum
|
7f6e9b1984
|
feat(CMake): enable optional C++20 support (#7075)
|
2021-07-25 01:54:02 +02:00 |
|
Kargatum
|
b680670047
|
feat(CMake): delete EXTRA_LOGS (#6897)
|
2021-07-14 23:47:40 +02:00 |
|
Kargatum
|
5991b2769a
|
feat(Core/Scripts): split the huge scriptloader into smaller pieces (#5346)
* feat(Core/Scripts): split the huge scriptloader into smaller pieces
* AddSC_swamp_of_sorrows del
* 1
* add mod info
* 1
* 039f0e0faa
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
|
2021-06-22 23:19:02 +02:00 |
|
Kargatum
|
9ac6fddcae
|
feat(Core/Database): port TrinityCore database API (#5611)
|
2021-06-22 06:21:07 +02:00 |
|
Kargatum
|
325dcfc9a6
|
feat(Core/Build): add the possibility to link libraries dynamically (#5348)
|
2021-04-21 22:16:12 +02:00 |
|
Kargatum
|
ea93a5c1a1
|
feat(CI/Codestyle): added codestyle check (#3668)
|
2021-01-09 11:59:50 +01:00 |
|
Francesco Borzì
|
c838b371dd
|
chore(CMake/Tests): use conventional CMake flag to enable tests (#3809)
|
2020-11-29 19:28:47 +01:00 |
|
Francesco Borzì
|
c2b40b126d
|
feature(testing-automation): unit tests with Google Framework (#3273)
|
2020-08-15 22:34:45 +02:00 |
|
Viste
|
e22d78ecd6
|
refactor(Core): rename namespaces and macros to acore (#2454)
|
2019-12-01 13:13:31 +01:00 |
|
Stoabrogga
|
8689903f58
|
fix(CMake): Use cmake-generator-expressions for escaping quotes (#2307)
|
2019-09-25 02:11:13 +07:00 |
|
Kargatum
|
6150b4b948
|
feat(Cmake/MYSQL): Correct support MariaDB for windows (#1674)
* Delete CMake option MARIADB
* Delete definitions (-DMARIADB)
* Replace macro MariaDB support 10.2+
|
2019-04-17 23:42:31 +07:00 |
|
Francesco Borzì
|
01c6d32ac9
|
feat(Core/Misc): compatibility with 10.2+ versions of MariaDB library (#1284) (#1437)
|
2019-02-09 21:51:05 +01:00 |
|
Kargatum
|
c00d5fe0ab
|
CMake: Use source_groups to represent the source tree (#1247)
|
2019-01-10 07:20:32 +03:00 |
|
Yehonal
|
e687d223ff
|
Revert "Cmake: Compiling with warnings by default"
It generates compile errors on windows
Maybe we should separate warning cmake define for each compiler (?)
This reverts commit 8ad3c15d63.
|
2017-09-25 10:37:22 +02:00 |
|
Yehonal
|
8ad3c15d63
|
Cmake: Compiling with warnings by default
Forcing all contributors to fix all warnings before push a commit (i hope)
|
2017-09-20 01:23:20 +02:00 |
|
Yehonal
|
c1586e0d99
|
changed DISABLED_ cmake variable to ENABLED_ and implemented for all disabled logs
|
2017-08-19 19:42:48 +02:00 |
|
Yehonal
|
f888e8c86b
|
Preprocessor option for logging functions (#567)
* 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-08-19 18:37:47 +02:00 |
|
Yehonal
|
2f71abc6c6
|
implemented cmake options to disable extra features for performances optimization
can be easily extended to all features that can be optional
but have high performance impact
|
2017-03-26 01:09:45 +01:00 |
|
Yehonal
|
b522a0cb72
|
Implemented gperftools support
it allows you to profile cpu/memory under unix systems
|
2017-03-26 01:09:42 +01:00 |
|
Yehonal
|
c1a76e07ff
|
Another big repo refactoring, should be latest
I've restored old paths for scripts and flattened the src structure
|
2016-08-12 02:40:23 +02:00 |
|
Yehonal
|
b0c8eceb08
|
Refactoring part 2 [W.I.P]
|
2016-08-12 02:38:26 +02:00 |
|
Yehonal
|
4330b759b7
|
always set cmake $CONF_DIR and add in preprocessor defines
|
2016-08-11 20:09:10 +02:00 |
|
ShinDarth
|
b618b6a56f
|
Added AzerothCore labels
|
2016-07-24 15:55:38 +02:00 |
|
Yehonal
|
9fd22872c0
|
restructured repository based on following standards:
https://github.com/HW-Core/directory-structure
|
2016-07-08 23:58:11 +02:00 |
|