about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-sdk-cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-06-13Merge pull request #314528 from r-ryantm/auto-update/aws-sdk-cppSandro1-2/+2
aws-sdk-cpp: 1.11.318 -> 1.11.336
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-04aws-sdk-cpp: 1.11.318 -> 1.11.336R. Ryantm1-2/+2
2024-05-01aws-sdk-cpp: 1.11.309 -> 1.11.318Artturin1-2/+2
Diff: https://github.com/aws/aws-sdk-cpp/compare/1.11.309...1.11.318
2024-04-17aws-sdk-cpp: 1.11.296 -> 1.11.309Mario Rodas1-2/+2
Diff: https://github.com/aws/aws-sdk-cpp/compare/1.11.296...1.11.309
2024-03-28aws-sdk-cpp: 1.11.207 -> 1.11.296Mario Rodas1-2/+2
Diff: https://github.com/aws/aws-sdk-cpp/compare/1.11.207...1.11.296
2023-12-16aws-sdk-cpp: drop libatomic workaround for riscvNick Cao1-2/+0
2023-12-02aws-sdk-cpp: add 'tests.cmake-find-package'Artturin1-0/+31
tests for 'aws-sdk-cpp does not work with cmake's find_package() issue 70075'
2023-12-02aws-sdk-cpp: add nix and arrow-cpp to testsArtturin1-0/+8
arrow-cpp uses aws-sdk-cpp with cmake
2023-12-02aws-sdk-cpp: 1.11.200 -> 1.11.207Artturin2-71/+2
Diff: https://github.com/aws/aws-sdk-cpp/compare/1.11.200...1.11.207 patch should now be unnecessary https://github.com/aws/aws-sdk-cpp/commit/6952c4fe090e8c1a24f76fa4bc936c748167c688
2023-07-24Merge pull request #182918 from jonringer/fix-aws-sdk-cpp-findArtturi1-0/+8
2023-07-23aws-sdk-cpp: include dev output as header path hintJonathan Ringer1-0/+8
2023-07-16aws-sdk-cpp: 1.11.37 -> 1.11.118Artturin1-2/+2
Diff: https://github.com/aws/aws-sdk-cpp/compare/1.11.37...1.11.118
2023-05-25aws-sdk-cpp: disable more flaky testsWeijia Wang1-4/+2
2023-04-10aws-sdk-cpp: 1.9.294 -> 1.11.37Artturin1-28/+6
The following warning should be looked in to ``` CMake Warning at CMakeLists.txt:9 (message): In 1.11 releases, we are releasing experimental alternative building mode.By setting -DLEGACY_MODE=OFF you can test our advances in modern CMake building and provide early feedback. The legacy support is set by default in 1.11, when you complete build updating scripts please update the build flags as mentioned in README.md and set -DLEGACY_BUILD=OFF. The legacy support will be removed at 1.12.0 release. ``` Co-authored-by: Tobias Mayer <tobim@fastmail.fm>
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-01-18aws-sdk-cpp: disable flaky testDomen Kožar1-1/+0
2022-11-25aws-sdk-cpp: fix build on RISC-V hostsMadoura1-0/+2
2022-11-02aws-sdk-cpp: disable blanket -WerrorSergei Trofimovich1-0/+5
`-Werror` flag usually causes build failures due to minor changes in compiler versions. They might be useful for developers themselves but are rarely useful for distributions. For example right now `aws-sdk-cpp` fails to compile on `gcc-13` due to a `gcc` infelicity: https://gcc.gnu.org/PR107488 While this concrete instance is a compiler bug generally `-Werror` makes users' lives harder. Specific `-Werror=<foo>` are better way to prevent certain classes of bugs. The change removes blanket `-Werror` with a `substituteInPlace` call.
2022-08-31aws-sdk-cpp: ignore openssl 3 deprecation warningsSandro Jäckel1-0/+5
2022-08-31aws-sdk-cpp: full versions builds fine on x86_64-linuxVladimír Čunát1-1/+1
Though the RAM/core requirements are quite high during linking.
2022-08-30aws-sdk-cpp: unpin i686 instead remove failing test and mark broken when ↵Sandro Jäckel1-16/+11
building ec2, little cleanup
2022-08-01aws-sdk-cpp: 1.9.238 -> 1.9.294Jiajie Chen1-2/+2
2022-07-04treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFFJosef Kemetmüller1-1/+0
This is now the new default and thus doesn't need to be set manually anymore.
2022-04-23aws-sdk-cpp: revert to older version on i686-linuxVladimír Čunát1-3/+11
After update in PR #169281 (commit f394cc6c5) it won't build: https://hydra.nixos.org/build/174323623 It's still unreliable, as even the i686 builds that succeeded on Hydra won't build for me locally, shooting over the 32-bit memory limit. But I trust this will unblock the nixos-unstable channel on Hydra.
2022-04-19aws-sdk-cpp: 1.9.150 → 1.9.238Fabián Heredia Montiel1-11/+32
2022-01-08Merge staging-next into staginggithub-actions[bot]1-3/+9
2022-01-07aws-sdk-cpp: fix cmake configDmitry Kalinkin1-1/+7
2022-01-07aws-sdk-cpp: update GitHub repo ownerDmitry Kalinkin1-2/+2
2021-12-12aws-sdk-cpp: 1.9.121 -> 1.9.150R. Ryantm1-2/+2
2021-11-04aws-sdk-cpp: re-disable flaky testRyan Burns1-1/+2
This was un-disabled as it was thought to be resolved, but has occurred again on Hydra.
2021-10-20aws-sdk-cpp: propagate aws-crt-cppTom Bereknyei1-9/+1
2021-10-14aws-sdk-cpp: 1.8.130 -> 1.9.121Ryan Burns1-2/+12
2021-09-04aws-sdk-cpp: disabale parallel checkinghappysalada1-4/+4
data races suspected in aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp and aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
2021-08-28aws-cpp-sdk: disable flaky testhappysalada1-4/+4
2021-08-08aws-sdk-cpp: fix cross-OS crosscompilation (#133182)r-burns1-0/+9
The TARGET_ARCH cmake variable is used to specify the host OS, which if unspecified defaults to the same as the build OS. So to crosscompile aws-sdk-cpp to another OS, the TARGET_ARCH variable must be specified. Example hydra failure: https://hydra.nixos.org/build/149290553/nixlog/3
2021-07-31Merge pull request #111135 from r-ryantm/auto-update/aws-sdk-cppBen Siraphob1-2/+2
aws-sdk-cpp: 1.8.121 -> 1.8.130
2021-06-06awk-sdk-cpp: propagate librariesPhillip Cloud1-3/+9
2021-05-04Merge pull request #116099 from matthewbauer/fix-aws-sdk-cpp-on-big-sur-2Matthew Bauer1-1/+4
aws-sdk-cpp: propagate Security framework
2021-04-26aws-sdk-cpp: require big-parallelLuke Granger-Brown1-0/+3
This compiles in ~2h on a 2-core builder, and 10m on a big-parallel machine.
2021-03-12aws-sdk-cpp: propagate Security frameworkMatthew Bauer1-1/+4
We need to propagate the Security framework to avoid getting ld: file not found: /System/Library/Frameworks/Security.framework/Versions/A/Security for architecture x86_64 on linking aws-sdk-cpp libraries.
2021-03-03s2n: 0.10.23->1.0.0, rename package to s2n-tlsDoug Chapman1-2/+2
2021-01-29aws-sdk-cpp: 1.8.121 -> 1.8.130R. RyanTM1-2/+2
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-21aws-sdk-cpp: fix cross compilation, configure for curl with http2Orivej Desh1-1/+2
2021-01-19aws-sdk-cpp: 1.8.113 -> 1.8.121R. RyanTM1-2/+2
2021-01-06aws-sdk-cpp: 1.7.90 -> 1.8.113Orivej Desh2-20/+6
2020-04-14aws-sdk-cpp: Fix library and include paths in generated cmake filesTQ Hirsch2-0/+82
AWS's SDK by default tries to prepend its install root to each of the library paths; this obviously fails with the absolute paths that Nix gives it. Worse, it computes the installation root by walking up the filesystem from its cmake file, so even if the AWSSDK_ROOT_DIR is explicitly set to the root directory, it gets replaced with the path to the derivation's dev output. This is all fixed with a patch to the cmake files that generate the installed configuration. Once this is fixed, it *still* doesn't work because the export generator built into cmake insists on adding `$out/include` to the header search path; when importing this configuration in another package, cmake will fail because `$out/include` doesn't exist (After all, it was relocated by a fixup hook). A small postFixupHook will recreate the directory and make cmake happy.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1