Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- [boost] fix libiconv detection (needed by boost locale) for iOS, Android #7146

Merged
merged 10 commits into from
Sep 10, 2021

Commits on Sep 2, 2021

  1. - [boost] fix libiconv detection (needed by boost locale) for iOS

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    817c50c View commit details
    Browse the repository at this point in the history
  2. - fix libiconv for Android (api_level < 28)

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2dd5bf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. - we can't upgrade CMake in CCI right now, so build requires recent e…

    …nough cmake for now to workaround CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG problem
    
    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    2354b2c View commit details
    Browse the repository at this point in the history
  2. - add AppleTV

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3e05a76 View commit details
    Browse the repository at this point in the history
  3. - fix catalyst build

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    292077a View commit details
    Browse the repository at this point in the history
  4. - addr2line is not available in sandboxed environments

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    af81a43 View commit details
    Browse the repository at this point in the history
  5. - respect option with_stacktrace_backtrace

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    fd6420f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. - cmake build requirement belongs to the test_package

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    ca995f6 View commit details
    Browse the repository at this point in the history
  2. - don't expose addr2line component for iOS/Catalyst

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    0fab148 View commit details
    Browse the repository at this point in the history
  3. - define BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED for FreeBSD as well

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    23c0989 View commit details
    Browse the repository at this point in the history