Skip to content

Releases: rust-lang/cc-rs

cc-v1.1.17

06 Sep 22:53
8df1156
Compare
Choose a tag to compare

Fixed

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

cc-v1.1.16

04 Sep 13:13
e8b13ba
Compare
Choose a tag to compare

Other

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

cc-v1.1.15

26 Aug 15:37
41535f6
Compare
Choose a tag to compare

Other

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

cc-v1.1.14

23 Aug 09:06
ff5fc7a
Compare
Choose a tag to compare

Other

  • allow finding tools from path if VisualStudioDir is set

cc-v1.1.13

16 Aug 09:27
ee14401
Compare
Choose a tag to compare

Other

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

cc-v1.1.12

15 Aug 10:50
9b77c3f
Compare
Choose a tag to compare

Other

cc-v1.1.11

14 Aug 09:11
b0e44c7
Compare
Choose a tag to compare

Other

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

cc-v1.1.9

11 Aug 00:56
4b723d9
Compare
Choose a tag to compare

Other

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

cc-v1.1.10

11 Aug 02:04
17b353d
Compare
Choose a tag to compare

Other

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

cc-v1.1.8

07 Aug 10:54
5863b31
Compare
Choose a tag to compare

Other

  • Fix broken link in docs.rs (#1173)