Age | Commit message (Collapse) | Author |
|
(#30019)
|
|
(cherry picked from commit 16853af7c84b1204357333db399100604ab6cb29)
|
|
|
|
(cherry picked from commit 261a237cfa159e52dbb7ec4ab9ae5a5c6257b9ef)
|
|
(cherry picked from commit eac4bf825ab7cc0f423dd11a6dea85ad3563af66)
|
|
(cherry picked from commit 7e51d17a0aa06c7aaf25a836d90487b17383fca7)
|
|
(cherry picked from commit 7199ccf156e806f967471e24677d265b525aeb11)
|
|
(cherry picked from commit b6a35c79200e0a9bccc10fd3d5ec9bf1d5af6ebe)
|
|
(cherry picked from commit eb847ff53767c4c88a54f893b002843166a9ffea)
|
|
(cherry picked from commit c489e2620759819b79a728ffaf62bc144b8e0438)
|
|
(cherry picked from commit 0aa644287cf0e085f21a8ffdae6c6e985e64e961)
|
|
(cherry picked from commit 1ed8bfa08017b69d59f2cb7703f59ab4a0a3bf79)
|
|
(cherry picked from commit d535977c6d8e3ef3463dfc461c94590988cf5b1f)
|
|
(cherry picked from commit 8d353f20fdc3b2e0b19bf2dd2634701852cb07a0)
|
|
Closes #28909
(cherry picked from commit 083b8d6c846cfdf75abb1fae481a3eeb25c13c56)
|
|
* Remove cotire
(cherry picked from commit add53fb3ef410812b73a9143cb1a32d09b43002a)
|
|
(cherry picked from commit 03837b252579bdacdb8a128e52a12a748855e2fe)
|
|
Closes #28133
(cherry picked from commit e9152679d78c456e05be3743d7fed308c8304555)
|
|
(cherry picked from commit ae6b9e6c41f882f6c0a48a6352b73b3ae098e012)
|
|
(cherry picked from commit 091e71502c58b824e1b04517907a2a449f3b168f)
|
|
(cherry picked from commit 0b846b2107569209d6bb0106f3075b624c713244)
|
|
(cherry picked from commit 73b4b1733a49430b2288417d26f96c24a19c8c28)
|
|
(cherry picked from commit 94aed6896873179b284b8b1911590ed9587466d6)
|
|
about crashes when running on unsupported OS
(cherry picked from commit 333630b7de15c4090392fcbbc1bc58da4d5fb138)
|
|
(cherry picked from commit 0a0b420d866f070d4b1208bb3c4451398797c6ef)
|
|
be used to access column value from "strict match" to "must not truncate"
(cherry picked from commit eadafb0347d606e5e3e660d21227aa15378bdb21)
|
|
compatible api)
(cherry picked from commit d791afae1dfcfaf592326f787755ca32d629e4d3)
|
|
(cherry picked from commit 989f84c5f2db4d1ea75e5b2020be6ef4bf770366)
|
|
GCC: 10
Clang: 11
MSVC: 2022
(cherry picked from commit 0a1b40241a12b2b2f4549edf0ee263e91236145b)
|
|
(cherry picked from commit 370dd97998bac1318592eaf93ee192089127bfda)
|
|
upper version limit
(cherry picked from commit bc87f7b337154e683369a3790ee8fd1a7d4cba98)
|
|
|
|
(cherry picked from commit 203f1197b4ccf7d49212549817dd3b7f21ae8259)
|
|
|
|
(cherry picked from commit 85671f20d866797a5a401d714b183d07c55f8d83)
|
|
rev-parse and git diff-index
(cherry picked from commit 29659b4192dc114540379e92a5cc915a465821d8)
|
|
|
|
With C++17 enabled these don't serve an purpose anymore.
See https://cmake.org/cmake/help/latest/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.html
|
|
|
|
|
|
* CMake: Add WITH_BOOST_STACKTRACE option to use libbacktrace
* Allow to specify where backtrace.h header is with cmake option -DBOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE="/usr/lib/gcc/x86_64-linux-gnu/10/include/backtrace.h"
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
|
|
* Core/Misc: fix double empty line
* worldserver.conf
|
|
* Build/Misc: Add a few *San CMake flags
Add the following flags for the related tools:
- MSAN for Memory Sanitizer
- UBSAN for Undefined Behavior Sanitizer
- TSAN for Thread Sanitizer
* Remove unused parameter
* Fix UBSan reported issue
* Disable G3D buffer pools when using Thread Sanitizer as it has its custom locking mechanisms
* Code cleanup
* Move threads from maps to tiles
* Move tile building logic to TileBuilder class
* Fix memory leak in TileBuilder
* Fix build
* Store TileBuilder as raw pointer for now, it will be changed later on to use modern C++ constructs
* Fix crash on shutdown
* Revert pvs-studio change
* Fix generating 1 single tile not closing the program
|
|
Closes #24664
|
|
|
|
#25335)
|
|
|
|
Even when building with Clang, make sure to have libstdc++ >= 8
|
|
|
|
metrics (#25136)
* Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metrics
Add more detailed metrics in World::UpdateSessions().
* Attempt using C++17 features
* Fix cmake typo
Co-authored-by: NoName <322016+Faq@users.noreply.github.com>
* Fix build with WITHOUT_METRICS
* Update Performance profiling dashboard with Update sessions panel
* Add panel to show sessions with update time above 100 ms
* Move legends on the right and add max update time diff in the legend of sessions
Co-authored-by: NoName <322016+Faq@users.noreply.github.com>
|