Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coldfusionjp/hyperdrive-3rdparty-aws-sdk-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hyperdrive
Choose a head ref
  • 15 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    aa1e31d View commit details
    Browse the repository at this point in the history
  2. [hyperdrive] add all required generated include headers (for macOS), …

    …updating macOS build script to build both Debug and MinSizeRel targets (with ASAN/UBSAN disabled), and build for both Intel x64 and Apple Silicon ARM architectures
    falken42 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    f17b14c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd9081 View commit details
    Browse the repository at this point in the history
  4. [hyperdrive] convert build-aws-sdk-cpp-macos script to an Xcode proje…

    …ct (which properly supports incremental building)
    falken42 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    5aa190b View commit details
    Browse the repository at this point in the history
  5. [hyperdrive] switchover Xcode project to generate a multiplatform fra…

    …mework (instead of a static library)
    falken42 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    ca6e5f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e71d663 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    085168e View commit details
    Browse the repository at this point in the history
  8. [hyperdrive] use new multiple static library merging functionality (v…

    …ia libtool) to generate our .xcframework
    falken42 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    fc779fe View commit details
    Browse the repository at this point in the history
  9. [hyperdrive] change aws-sdk-cpp Xcode project to be a generic/aggrega…

    …te project type (so there is no dummy .framework [different than our .xcframework!] created due to the native target)
    falken42 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    1e9f63f View commit details
    Browse the repository at this point in the history
  10. [hyperdrive] simplify separate Debug and Release Xcode targets into a…

    … single 'prod' target
    
    [hyperdrive] make use of Xcode TARGET_BUILD_DIR and TEMP_FILES_DIR env vars to allow Xcode to (hopefully) work better with derived data
    falken42 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    a0a4bf9 View commit details
    Browse the repository at this point in the history
  11. [hyperdrive] update aws-sdk-cpp to latest (1.11.30)

    [hyperdrive] fix changed paths and add new include/library directories in .xcframework
    falken42 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    f00cef9 View commit details
    Browse the repository at this point in the history
  12. [hyperdrive] remove copy custom headers build step since we ensure cm…

    …ake is always run as part of the build process
    falken42 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    dd4bb10 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. [hyperdrive] use make to build aws-sdk-cpp (instead of requesting cma…

    …ke to generate Xcode projects and using xcodebuild)
    falken42 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d175e0a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. [hyperdrive] add build step to copy cmake generated headers back into…

    … the source tree (so they're picked up when packaging the .xcframework)
    falken42 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4c0725b View commit details
    Browse the repository at this point in the history
  2. [hyperdrive] ensure cmake generated config.h header is set as an inpu…

    …t to the .xcframework creation build step
    falken42 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    abfc715 View commit details
    Browse the repository at this point in the history
Loading