aboutsummaryrefslogtreecommitdiff
path: root/dep/rapidjson
AgeCommit message (Collapse)Author
2024-07-15Build: CMake cleanupShauren
* Migrate all add_definitions to target_compile_definitions * Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway) * Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used * Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file * Remove ancient manual link flag settings for worldserver
2024-02-17Build: Improve ARM target detection in cmake (needed by MSVC)Shauren
2022-08-07Dep/rapidjson: Upgrade to ↵Shauren
Tencent/rapidjson@27c3a8dc0e2c9218fe94986d249a12b5ed838f1d
2022-01-20Dep/rapidjson: fix wrong arm/aarch64 flags compile error (#27650)lee
2022-01-16Core: Configure rapidjson to support arm builds (remove SSE flag for them) ↵lee
(#27618) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-01-02Dep: Update rapidjson to v1.1.0Shauren
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-03-23Dep: Add rapidjsonShauren