Skip to content

chore(deps): update rust crate cc to v1.2.6#12

Closed
renovate[bot] wants to merge 19 commits into
mainfrom
renovate/cc-1.x
Closed

chore(deps): update rust crate cc to v1.2.6#12
renovate[bot] wants to merge 19 commits into
mainfrom
renovate/cc-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cc build-dependencies minor =1.0.99 -> =1.2.6

Release Notes

rust-lang/cc-rs (cc)

v1.2.6

Compare Source

Other
  • Don't inherit the /Oy flag for 64-bit targets (#​1330)

v1.2.5

Compare Source

Other
  • Check linking when testing if compiler flags are supported (#​1322)

v1.2.4

Compare Source

Other
  • Add support for C/C++ compiler for Neutrino QNX: qcc (#​1319)
  • use -maix64 instead of -m64 (#​1307)

v1.2.3

Compare Source

Other
  • Improve detection of environment when compiling from msbuild or msvc (#​1310)
  • Better error message when failing on unknown targets (#​1313)
  • Optimize RustcCodegenFlags (#​1305)

v1.2.2

Compare Source

Other
  • Inherit flags from rustc (#​1279)
  • Add support for using sccache wrapper with cuda/nvcc (#​1304)
  • Fix msvc stdout not shown on error (#​1303)
  • Regenerate target info (#​1301)
  • Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#​1298)
  • Fetch target info from Cargo even if Build::target is manually set (#​1299)
  • Fix two files with different extensions having the same object name (#​1295)
  • Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#​1292)
  • Regenerate target info (#​1293)

v1.2.1

Compare Source

Other
  • When invoking cl -?, set stdin to null (#​1288)

v1.2.0

Compare Source

Added
  • add i686-pc-windows-gnullvm prefix detection (#​1283)
Other
  • Allow only specifying the architecture (#​1285)
  • Fix WASM vs. WASI options (#​1284)

v1.1.37

Compare Source

Other
  • Use relative directory for obj files hash (#​1270)
  • Regenerate target info (#​1280)

v1.1.36

Compare Source

Other
  • Fix CUDA build with clang++. (#​1273)

v1.1.35

Compare Source

Other
  • Remove support for FRC (#​1268)
  • Do not add -fPIC by default on UEFI targets (#​1263)
  • Use -windows-gnu for all UEFI targets (#​1264)

v1.1.34

Compare Source

Other

v1.1.33

Compare Source

Other
  • Reduce size of cc::Build and size of generated targets (#​1257)

v1.1.32

Compare Source

Other
  • Use rustc's knowledge of LLVM/Clang target triples (#​1252)
  • Use Cargo's target information when possible (#​1225)

v1.1.31

Compare Source

Other
  • Add comment explaining why cc does not rebuild on env PATH change (#​1247)

v1.1.30

Compare Source

Other
  • Don't pass -fPIC by default on wasm (#​1245)

v1.1.29

Compare Source

Other

v1.1.28

Compare Source

Other
  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#​1238)

v1.1.27

Compare Source

Other
  • Revert "Use debug version of MSVC runtime library on debug (#​1231)" (#​1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#​1234)

v1.1.26

Compare Source

Other
  • Use debug version of MSVC runtime library on debug (#​1231)

v1.1.25

Compare Source

Other
  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#​1228)

v1.1.24

Compare Source

Other
  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#​1221)
  • Reduce the need for the host target triple (#​1224)
  • Add auto cancellation for CI jobs (#​1222)

v1.1.23

Compare Source

Other
  • Update doc for detecting changes/upgrades of compilers (#​1218)

v1.1.22

Compare Source

Other
  • Don't rerun if PATH changes (#​1215)

v1.1.21

Compare Source

Other
  • disable pic for targets that end in -none (#​1212)

v1.1.20

Compare Source

Other
  • Add buildcache as known Rust and C/C++ compiler wrapper (#​1209)

v1.1.19

Compare Source

Other
  • Add support arm64e-apple-darwin (#​1207)

v1.1.18

Compare Source

Other
  • Fixed unsoundness in StderrForwarder::forward_available (#​1203)

v1.1.17

Compare Source

Fixed
  • fix finding toolchains when invoked by msbuild (#​1201)

v1.1.16

Compare Source

Other
  • Treat VxWorks wr-cc as a Gnu compiler (#​1198)

v1.1.15

Compare Source

Other
  • Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#​1194)

v1.1.14

Compare Source

Other
  • allow finding tools from path if VisualStudioDir is set

v1.1.13

Compare Source

Other
  • Fix detect family: should detect emscripten as clang, closes #​1185 (#​1186)

v1.1.12

Compare Source

Other

v1.1.11

Compare Source

Other
  • Add support for parsing shell encoded *FLAGS (#​1181)
  • Replace vector of tuples with BTreeMap which already is sorted and free of duplicates (#​1177)

v1.1.10

Compare Source

Other
  • Remap Windows targets triples to their LLVM counterparts (#​1176)

v1.1.9

Compare Source

Other
  • Add custom CC wrapper to the wrapper whitelist (#​1175)

v1.1.8

Compare Source

Other

v1.1.7

Compare Source

Other

v1.1.6

Compare Source

Other

v1.1.5

Compare Source

Other
  • Fix cyclic compilation: Use vendored once_cell (#​1154)

v1.1.4

Compare Source

Other

v1.1.3

Compare Source

Other
  • Use relative directory for obj files hash (#​1270)
  • Regenerate target info (#​1280)

v1.1.2

Compare Source

Other

v1.1.1

Compare Source

Other
  • Add support arm64e-apple-darwin (#​1207)

v1.1.0

Compare Source

Added
  • add cargo_output to eliminate last vestiges of stdout pollution (#​1141)

v1.0.106

Compare Source

Other

v1.0.105

Compare Source

Other
  • Regenerate windows sys bindings (#​1132)
  • Fix generate-windows-sys-bindings (#​1133)
  • Fix gen-windows-sys-binding (#​1130)
  • Fix gen-windows-sys-binding (#​1127)
  • Update windows-bindgen requirement from 0.57 to 0.58 (#​1123)

v1.0.104

Compare Source

Other
  • Fixed link break about compile-time-requirements (#​1118)

v1.0.103

Compare Source

Other
  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#​1114)

v1.0.102

Compare Source

Other
  • Fix invalid wasi targets compatibility (#​1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#​1110)

v1.0.101

Compare Source

Other
  • Use Build::getenv instead of env::var* in anywhere that makes sense (#​1103)

v1.0.100

Compare Source

Other
  • Update publish.yml to use release-plz (#​1101)
  • Accept OsStr instead of str for flags (#​1100)
  • Use dep: syntax to avoid implicit features. (#​1099)
  • Minor clippy fixes. (#​1098)
  • Fix WASI compilation for C++ (#​1083)
  • Regenerate windows sys bindings (#​1096)
  • Rename regenerate-windows-sys to regenerate-windows-sys.yml (#​1095)
  • Create regenerate-windows-sys.yml (#​1094)
  • Update windows-bindgen requirement from 0.56 to 0.57 (#​1091)
  • Eagerly close tempfile to fix #​1082 (#​1087)
  • Output msvc.exe in the output directory (#​1090)
  • Fix clippy warnings on Windows (#​1088)
  • Don't try to free DLL on drop (#​1089)
  • Fix panic safety issue in StderrForwarder (#​1079)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/cc-1.x branch from c96583b to 635824c Compare June 26, 2024 01:55
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.0.100 chore(deps): update rust crate cc to v1.0.101 Jun 26, 2024
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.0.101 chore(deps): update rust crate cc to v1.0.102 Jun 29, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from 635824c to 9e6b627 Compare June 29, 2024 09:28
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.0.102 chore(deps): update rust crate cc to v1.0.103 Jun 30, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch 2 times, most recently from 403d738 to 210a341 Compare July 1, 2024 10:55
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.0.103 chore(deps): update rust crate cc to v1.0.104 Jul 1, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from 210a341 to c4a1e3a Compare July 7, 2024 13:03
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.0.104 chore(deps): update rust crate cc to v1.0.105 Jul 7, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from c4a1e3a to 0310a13 Compare July 8, 2024 14:20
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.0.105 chore(deps): update rust crate cc to v1.0.106 Jul 8, 2024
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.13 chore(deps): update rust crate cc to v1.1.14 Aug 23, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from 9009906 to fa9493d Compare August 26, 2024 16:09
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.14 chore(deps): update rust crate cc to v1.1.15 Aug 26, 2024
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.15 chore(deps): update rust crate cc to v1.1.16 Sep 4, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch 2 times, most recently from 8335b6d to ddae080 Compare September 7, 2024 01:34
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.16 chore(deps): update rust crate cc to v1.1.17 Sep 7, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from ddae080 to a9c0dfe Compare September 7, 2024 10:23
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.17 chore(deps): update rust crate cc to v1.1.18 Sep 7, 2024
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.18 chore(deps): update rust crate cc to v1.1.19 Sep 15, 2024
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.19 chore(deps): update rust crate cc to v1.1.20 Sep 17, 2024
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.20 chore(deps): update rust crate cc to v1.1.21 Sep 18, 2024
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.21 chore(deps): update rust crate cc to v1.1.22 Sep 27, 2024
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.22 chore(deps): update rust crate cc to v1.1.23 Sep 30, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch 2 times, most recently from 9742e46 to ad3b194 Compare October 1, 2024 13:03
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.23 chore(deps): update rust crate cc to v1.1.24 Oct 1, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from ad3b194 to 429d75a Compare October 5, 2024 03:07
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.24 chore(deps): update rust crate cc to v1.1.25 Oct 5, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from 429d75a to 6d95828 Compare October 6, 2024 04:44
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.25 chore(deps): update rust crate cc to v1.1.26 Oct 6, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from 6d95828 to 1a8cba2 Compare October 6, 2024 06:44
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.26 chore(deps): update rust crate cc to v1.1.27 Oct 6, 2024
@renovate renovate Bot force-pushed the renovate/cc-1.x branch from 1a8cba2 to ff52fa4 Compare October 6, 2024 16:41
@renovate renovate Bot changed the title chore(deps): update rust crate cc to v1.1.27 chore(deps): update rust crate cc to v1.1.28 Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant