aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-11-20Core/Misc: Switch GetLocaleByName to use string_viewShauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-11-05Build: Cleanup boost CMakeLists from pre-c++11 flag checksShauren
2022-10-13Core/Threading: Create ThreadPool classShauren
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-09-06Core/Crypto: Remove support for OpenSSL 1.0Shauren
2022-09-05Core/Debugging: Improve SymInitialize fail message (#28206)ihm-tswow
2022-09-05Core/Crypto: Fixed build with openssl 1.1daMaex
2022-09-05Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-09-05Core/Crypto: Updated ARC4 code with openssl 3.0 supportdaMaex
2022-09-02Core/Misc: Minor refactor to std::hash specialization for std::pair to avoid ...Shauren
2022-08-18Core/Misc: Dynamic build fix (add missing TC_COMMON_API)Shauren
2022-08-16Core/DataStores: Sprinkle some constexpr on db2 metaShauren
2022-08-01Core/Crypto: Removed unneccessary std::reverse in Ed25519::SignShauren
2022-08-01Core/Crypto: Added Ed25519 implementationShauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-06-17Core/Crypto: Fixed openssl 3.0 compatibility for custom hmac_sha256 digest fo...Shauren
2022-06-17Core/Utils: Added helper function to make creating unique_ptr with custom del...Shauren
2022-06-16Core/Crypto: Fixed GenericHMAC::Finalize wth openssl 3.0daMaex
2022-06-10Core/Metric: Sync default Metric.Interval valuejackpoz
2022-06-10Core/Metric: Fixed double logging metric timersShauren
2022-06-10Core/Metric: Build fix for WITH_DETAILED_METRICSShauren
2022-06-10Core/Metric: Minor optimizations for metrics (reducing number of allocations)Shauren
2022-06-10Core/CrashHandler: Support retrieving windows version names for all future ve...Shauren
2022-05-22Core/GameObjects: Use all axis rotations for gameobject model collision, not ...Shauren
2022-05-11Core/Misc: Remove uses of std::aligned_storage (deprecated in future c++ stan...Shauren
2022-05-09Core/Logging: Remove string allocations for logs that are not going to be loggedShauren
2022-05-06Core/Crypto: Fixed EVP_PKEY reference counting for copied objectsShauren
2022-05-03Codestyle fix - remove empty linesShauren
2022-05-03Core/Crypto: Fix nopch buildShauren
2022-05-03Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-05-03Core/Misc: Prefix include guard to avoid possible conflict with external libraryShauren
2022-04-18Core/Vmaps: Use provided invDirection from G3D::Ray instead of calculating it...Gosha
2022-03-13Core/Config: Implement config override with env vars (#26811)Anton Popovichenko
2022-03-11Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
2022-03-11Common/Misc: Replace old macros with modern C++ attributes (#26613)Giacomo Pozzoni
2022-03-09Core/Utilities: Fixed child process console output being incorrectly cut off ...Shauren
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2022-03-08Core/Console: Fix uninitialized variableShauren
2022-03-08Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
2022-03-06CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...Giacomo Pozzoni
2022-03-05Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...Mikhail Redko
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-27Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICSAokromes
2022-02-16Build: Partial support for clang-clShauren
2022-02-14Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and r...Shauren
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-11Core/Misc: common PCH tuningShauren
2022-02-11Core/Utils: Corrected included files in Containers.hShauren