Skip to content
Snippets Groups Projects
  1. May 04, 2020
    • Brad King's avatar
      bootstrap: Use 'tr' more portably · 9febdd82
      Brad King authored
      Since commit 380bd70c (bootstrap: implement cmake_toupper() using tr,
      2017-06-07, v3.10.0-rc1~548^2~2) we use `tr` to convert from lower to
      upper case.  However, the character classes `[:lower:]` and `[:upper:]`
      result in a "Bad string" error message on Solaris.  Use `[a-z]` and
      `[A-Z]` instead.
      9febdd82
  2. Apr 28, 2020
  3. Apr 27, 2020
  4. Apr 24, 2020
  5. Apr 23, 2020
  6. Apr 22, 2020
  7. Apr 21, 2020
  8. Apr 20, 2020
  9. Apr 17, 2020
  10. Apr 16, 2020
    • alcroito's avatar
      iOS: Fix detection of supported SDK architectures · 170e598a
      alcroito authored and Brad King's avatar Brad King committed
      Instead of relying on SDKSettings.plist which does not contain the
      certain architectures, deduce the supported architectures by
      inspecting libSystem.tbd and libSystem.dylib.
      
      .tbd files are text files, so just parse out the archs string.
      .dylib files can be fat or non-fat, so use lipo -info to extract
      the architectures and parse lipo output.
      
      Fixes: #20588
      170e598a
  11. Apr 15, 2020
  12. Apr 14, 2020
  13. Apr 13, 2020
  14. Apr 11, 2020
Loading