Commit History

作者 SHA1 備註 提交日期
  rdb cdebca4703 CMake: Only pass -fno-rtti and -frtti for C++ targets 1 年之前
  rdb f50fef3744 Switch over to C++14, drop support for MSVC 2015 1 年之前
  rdb 96b2f3a4d5 CMake: Split out Objective-C++ flags on macOS to fix crash 2 年之前
  rdb 600fa45d6e CMake: Fix typo in CMAKE_CXX_FLAGS variable on MSVC 2 年之前
  rdb 5475084717 build: Enable -fno-semantic-interposition for GCC 3 年之前
  rdb 264747d213 CMake: Drop support for CMake versions below 3.13 3 年之前
  rdb 3a120c4d68 CMake: Update warning flags to match makepanda (see f60c55f) 3 年之前
  Sam Edwards b00d7b23bc CMake: Use `CMAKE_FIND_PACKAGE_PREFER_CONFIG` to control `find_package` override 6 年之前
  Sam Edwards e474350a48 CMake: Add a "Coverage" configuration, when using GCC/Clang 6 年之前
  Sam Edwards 6bde9423df CMake: Don't pass GNU-like -f options to clang-cl 6 年之前
  Sam Edwards 5c98b793a2 CMake: Make sure C++11 is marked as the required standard 6 年之前
  Sam Edwards 5b4ea0e277 CMake: Proper Standard compiler flags for MSVC 6 年之前
  Sam Edwards 9bb59b03b9 CMake: Add several essential flags 6 年之前
  Sam Edwards bd1605907e CMake: Rename 'Distribution' config to 'Standard' 6 年之前
  Sam Edwards 8429f50d3a CMake: Use -fno-rtti on most build configurations 6 年之前
  Sam Edwards 5654e64645 CMake: First batch of improvements per review 6 年之前
  Sam Edwards 5fa4af9189 CMake: Rely on GNUInstallDirs to specify install paths 6 年之前
  Sam Edwards cde25670d6 CMake: Remove some uses of CFG_INTDIR 6 年之前
  Sam Edwards 8588ddc3dc CMake: When building on MSVC, add /bigobj to compiler where necessary 6 年之前
  Sam Edwards 9ca4f19b90 CMake: Make sure we define flags variables for Distribution 6 年之前
  Donny Lawrence 3160c77bc3 CMake: MODULEs should use .dylib, not .so 6 年之前
  Donny Lawrence 10abe6e216 CMake: Remove usages of string(APPEND ...) 6 年之前
  Donny Lawrence 89bc83c48f CMake: Suppress $(EFFECTIVE_PLATFORM_NAME). 6 年之前
  Donny Lawrence 3eb1895811 CMake: Use a generator expression to mitigate make's warning spam on the Xcode generator. 6 年之前
  Sam Edwards 059c78bade CMake: Restructure multi-configuration binary directory layout 6 年之前
  Sam Edwards 6097d34ead CMake: Neatly format everything for readability and consistency 6 年之前
  Sam Edwards d961514892 CMake: Use string/list(APPEND foo ...) instead of set(foo ${foo} ...) 7 年之前
  Sam Edwards 8c4dfd7a70 CMake: Move compiler flag detection to its own file 7 年之前