1. ac43c55 Remove macros that Darwin never used. by Elliott Hughes · 11 months ago
  2. 876b12f Update the minimum macos deployment version to 10.14 by Dan Willemsen · 1 year, 2 months ago
  3. 4fa894d Removed unused GCC references by Colin Cross · 2 years, 4 months ago
  4. fc3b064 Make toolchain more compose-y by Colin Cross · 2 years, 5 months ago
  5. 57da826 Do not add non-existing -Bprebuilts/gcc/.../bin by Chih-Hung Hsieh · 2 years, 11 months ago
  6. e3d50bf Support macOS 12 SDK by Dan Willemsen · 3 years, 1 month ago
  7. 4745007 Add Darwin x86_64+arm64 universal binary support by Dan Willemsen · 3 years, 3 months ago
  8. 1332eda Drop support for pre-macOS 11 SDKs by Dan Willemsen · 3 years, 3 months ago
  9. 8528f4e Add Darwin+Arm64 toolchain support by Dan Willemsen · 3 years, 3 months ago[Renamed (81%) from cc/config/x86_darwin_host.go]
  10. 7368d86 Rewrite macOS SDK selection by Dan Willemsen · 3 years, 3 months ago
  11. 9fe1410 Add android_sdk_repo_host to build platform-tools&build-tools by Dan Willemsen · 3 years, 6 months ago
  12. 3dc4326 Bump minimum MacOS version to 10.13 by Dan Willemsen · 3 years, 6 months ago
  13. f8e5370 Fix build on older Macs with universal binary Clang by Yi Kong · 3 years, 6 months ago
  14. 0523ba2 Rename ninja variables with Clang in the name by Colin Cross · 3 years, 6 months ago
  15. 33bac24 Remove clang indirection without affecting build.ninja by Colin Cross · 3 years, 6 months ago
  16. e3fee34 Create toolchainBionic for the various bionic-based toolchains to inherit from by Colin Cross · 3 years, 7 months ago
  17. 21d5c7a Hard-wire the path to xcrun as /usr/bin/xcrun. by Lukacs T. Berki · 3 years, 10 months ago
  18. 5191b00 Add Mac 11.1 SDK to the allowlist by Dan Willemsen · 4 years ago
  19. 2838c81 Fail if non-allowlisted host system tool is used. by Jingwen Chen · 4 years, 2 months ago
  20. 695dc69 Add support for macOS 11 SDK by Dan Willemsen · 4 years, 6 months ago
  21. 6ba5367 Fix long mac test times; only initialize host settings once by Dan Willemsen · 4 years, 10 months ago
  22. 7622713 Bump the macOS version to 10.10. by Elliott Hughes · 5 years ago
  23. 632dbb3 Bump our macOS target version to 10.9. by Elliott Hughes · 5 years ago
  24. 89dad60 Add support for 10.15 SDK by Dan Willemsen · 5 years ago
  25. 97d017e Allow linking against SystemConfiguration framework on Mac by Dan Willemsen · 6 years ago
  26. bd4abf5 Remove GCC-specific toolchain methods by Dan Willemsen · 6 years ago
  27. e97e68a Clean up darwin cc toolchain by Dan Willemsen · 6 years ago
  28. 5a050c0 Support Mac 10.14 SDK by Dan Willemsen · 6 years ago
  29. 3101a96 Define clang lld flags for hosts. by Chih-Hung Hsieh · 7 years ago
  30. 02b4da5 Add USE_CLANG_LLD and use_clang_lld. by Chih-Hung Hsieh · 7 years ago
  31. 54daaf0 Switch PackageContext functions to take a ctx by Dan Willemsen · 7 years ago
  32. 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 7 years ago
  33. 7278afc Consolidate global cflags by Colin Cross · 7 years ago
  34. 09302be Use correct flags for host-side assembly by Greg Hartman · 7 years ago
  35. bd42549 Don't use the platform copy of libz by Dan Willemsen · 7 years ago
  36. 01abb09 Add 10.13 Mac SDK to whitelist by Nathan Harold · 7 years ago
  37. 6606872 Revert "Revert "Ensure environment dependencies are correct"" by Dan Willemsen · 8 years ago
  38. 300151b Always use the standard OSX SDK tools by Dan Willemsen · 8 years ago
  39. 124fd9a Add more whitelisted host libraries by Colin Cross · 8 years ago
  40. 2e47b34 Add Toolchain.Bionic() by Dan Willemsen · 8 years ago
  41. 85e3d01 Remove support for building with OSX 10.8/9 SDKs by Dan Willemsen · 8 years ago
  42. 94d7543 Support MacOS SDK version 10.12 by Eyal Lezmy · 8 years ago
  43. 3923e84 Allow -lobjc and -framework IOKit in darwin host_ldlibs. by Josh Gao · 8 years ago
  44. 92da2b5 Allow darwin targets to use -framework CoreFoundation. by Josh Gao · 8 years ago
  45. b98c8b0 Move toolchain and global variables into separate package by Colin Cross · 8 years ago[Renamed (65%) from cc/x86_darwin_host.go]
  46. 2b1f094 Add more allowed ldlibs for darwin and windows by Dan Willemsen · 8 years ago
  47. 72ad175 Allow libdl on Darwin by Dan Willemsen · 9 years ago
  48. 141d566 Remove support for libstdc++ on Android/Linux/Darwin by Dan Willemsen · 9 years ago
  49. 29d9f87 Allow -lz on Darwin by Dan Willemsen · 9 years ago
  50. a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
  51. b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
  52. 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
  53. 20acc5c Add flag property checking by Dan Willemsen · 9 years ago
  54. 635c3b0 Rename common to android by Colin Cross · 9 years ago
  55. b8ecdfe Fix stripping on Darwin by Colin Cross · 9 years ago
  56. d30e610 Move runpaths out of global ldflags by Dan Willemsen · 9 years ago
  57. 01fdd3d Various host flag updates to match Make by Dan Willemsen · 9 years ago
  58. 6fb8b8d OSX: Use the oldest SDK, but always set our target to 10.8 by Dan Willemsen · 9 years ago
  59. 282a4b0 Fix C++ on Darwin by Dan Willemsen · 9 years ago
  60. f534a10 Reorder extra clang host flags by Dan Willemsen · 9 years ago
  61. 7a0f848 Align flags with make by Dan Willemsen · 9 years ago
  62. cf7c71b Use xcrun and xcode-select to auto-configure mac sdk by Dan Willemsen · 9 years ago
  63. 34cc69e Use `Path` instead of string for file paths by Dan Willemsen · 9 years ago
  64. 34fc3b1 Expose real GccVersion by Dan Willemsen · 9 years ago
  65. 490fd49 Support cross-compiling Windows binaries on Linux by Dan Willemsen · 9 years ago
  66. c5c24ad Add arch features by Colin Cross · 9 years ago
  67. 3bf6b47 Update flags to match make by Dan Willemsen · 9 years ago
  68. 0af4b84 Add support for building on Darwin hosts by Colin Cross · 10 years ago