summaryrefslogtreecommitdiff
path: root/src/common/Threading
AgeCommit message (Collapse)Author
2025-11-14fix(docs/license): use GPLv2 as MaNGOS-based project (#23655)Francesco Borzì
2025-01-23fix(Core/Threading): Refactored LockedQueue / MPSCQueue - Improve thread ↵SaW
safety, performance, and memory management (#21127)
2025-01-08fix(Core/Threading): Modernize/Improve thread safety, performance, and ↵SaW
maintainability of the MapUpdater class (#21081) Co-authored-by: Anton Popovichenko <walkline.ua@gmail.com>
2024-12-18fix(Core/Database): Gracefully close database workers (#20936)Takenbacon
* Gracefully close database workers * Change init order. Such a silly compiler flag * Fix hang if db connection failed to open
2024-10-31refactor(src/common|server): remove unused import (big part 1) (#20377)Francesco Borzì
* refactor(src/common|server): remove unused import (big part 1) * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: attempt to fix damn linkin error
2024-07-31fix(Core/Common): add missing import (#19535)Francesco Borzì
* fix(Core/Common): add missing import * chore: fix mistake
2024-07-30refactor(src/common): remove unused imports (#19506)Francesco Borzì
* refactor(src/common): remove unused imports * fix: build * chore: fix build * chore: size_t -> std::size_t * chore: fix fuckup from previous commit * chore: fix build * chore: fix build * chore: fix build * chore: fix build with std::size_t * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build
2023-11-18chore(Core/Misc): delete double include (#17775)Winfidonarleyan
2023-10-30fix(Build): nopch build (#17617)Ovahlord
2022-11-19fix(Core/Build): correct build for `GCC 12` (#13583)Dominik Nussbaumer
* add `_` to header guard to `OPENSSL_CRYPTO_H` because openssl uses the same header guard * remove `<T>` from constructor
2022-01-27refactor(Core/Logging): switch to fmt style for LOG_ (#10366)Kargatum
* feat(Core/Common): add support fmt style for ASSERT and ABORT * correct CheckCompactArrayMaskOverflow * 1 * Update src/server/game/Spells/Spell.cpp * rework logging * add fmt replace logs * logging * FMT_LOG_ * settings * fix startup * 1 * 2 * 3 * 4 * 5 * fmt::print * to fmt
2022-01-17refactor(Core): apply clang-tidy modernize-* (#9975)Francesco Borzì
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-12-19refactor(Core): remove unused imports (#9767)Francesco Borzì
2021-11-22refactor(Core/Misc): headers cleanup (#9259)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-16feat(Core): replace ACE network with Boost.Asio (#6574)Kargatum
2021-06-24refactor(Core/Misc): add braces and impove codestyle (#6402)Kargatum
2021-06-23refactor(Core/Common): alphabetical sorting inlcudes (#6282)Kargatum
- Part https://github.com/WarheadCore/WarheadBand/pull/37
2021-06-22feat(Core/Database): port TrinityCore database API (#5611)Kargatum
2021-06-02feat(Core/Thread): move Processpriority to separated files (#5638)Kargatum
2021-05-31refactor(Core/Misc): acore to Acore (#6043)Kitzunu
2021-04-20feat(Cmake/Database): separate database lib from common (#5334)Kargatum
* feat(Core/Database): separate databse lib from common * 1
2021-04-16feat(Core/Threading): replace ace threading (#4821)Kargatum
2021-03-23fix(Core/GUARD_RETURN): correct typo (#3743)Francesco Borzì
2021-03-17fix(Core/License): issue with old files license (#4762)Francesco Borzì
2021-03-02refactor(Core): replace NULL with nullptr (#4593)Kitzunu
2021-02-26chore(Misc): correct double includes (#4647)Kargatum
2021-01-10chore(core): remove malformed whitespaces (#4244)Kitzunu
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
2021-01-09feat(CI/Codestyle): added codestyle check (#3668)Kargatum
2020-12-12refactor(Core): apply clang-tidy modernize-deprecated-headers (#3821)Francesco Borzì
2020-12-07refactor(Core): apply clang-tidy modernize-use-default-member-init (#3827)Francesco Borzì
2020-12-07refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)Francesco Borzì
2020-11-17refactor(Core/Common): restyle tools with astyle (#3706)Kargatum
2020-11-14feat(Core/MapUpdate): switch from ACE_Method_Request to PCQ (#3459)Kargatum
2020-10-04fix(Core/Misc): fixed NOPCH build (#3448)Andrius Peleckas
2020-09-12refactor(Core/Common): restyle common lib with astyle (#3461)Kargatum
2020-09-07refactor(Core/Tools): remove ACE from tools (#3351)Viste
2019-12-21feat(Core/Misc): remove and replace ACE_Singleton (#2418)Kargatum
2019-12-01refactor(Core): rename namespaces and macros to acore (#2454)Viste
2019-01-16chore: Update copyright note (#1292)Francesco Borzì
2018-03-12Update license links (#783)Nefertumm
2017-12-21Using TC structure allowing easier patches importingYehonal