From 89fdb3a70c5419b549290d544db03fc9503bd571 Mon Sep 17 00:00:00 2001 From: mossa Date: Tue, 15 Aug 2023 15:44:29 +0200 Subject: [PATCH 1/2] Update bindgen to 0.66 --- Cargo.toml | 2 +- build.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e031936e..48aa96eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ repository = "https://github.com/extendr/libR-sys" [dependencies] [build-dependencies] -bindgen = { version = "0.64", optional = true } +bindgen = { version = "0.66", optional = true } clang = { version = "2", optional = true, features = ["runtime", "clang_3_7"] } [features] diff --git a/build.rs b/build.rs index 90c60a0e..c38c0b98 100644 --- a/build.rs +++ b/build.rs @@ -524,8 +524,6 @@ fn generate_bindings(r_paths: &InstallationPaths, version_info: &RVersionInfo) { // Unwrap the Result and panic on failure. .expect("Unable to generate bindings"); - bindings.emit_warnings(); - // Write the bindings to the $OUT_DIR/bindings.rs file. let out_path = PathBuf::from(env::var_os("OUT_DIR").unwrap()); From f684ad18cc84629f4f726a8d01ddf9a005525568 Mon Sep 17 00:00:00 2001 From: CGMossa Date: Tue, 15 Aug 2023 13:57:59 +0000 Subject: [PATCH 2/2] Update bindings [skip ci] --- bindings/bindings-linux-aarch64-R4.2.rs | 22 ++++++++--------- bindings/bindings-linux-aarch64-R4.3.rs | 22 ++++++++--------- bindings/bindings-linux-aarch64-R4.4-devel.rs | 24 +++++++++---------- bindings/bindings-linux-x86_64-R4.2.rs | 22 ++++++++--------- bindings/bindings-linux-x86_64-R4.3.rs | 22 ++++++++--------- bindings/bindings-linux-x86_64-R4.4-devel.rs | 24 +++++++++---------- bindings/bindings-macos-aarch64-R4.3.rs | 18 +++++++------- bindings/bindings-macos-x86_64-R4.2.rs | 18 +++++++------- bindings/bindings-macos-x86_64-R4.3.rs | 18 +++++++------- bindings/bindings-macos-x86_64-R4.4-devel.rs | 20 ++++++++-------- bindings/bindings-windows-x86_64-R4.2.rs | 18 +++++++------- bindings/bindings-windows-x86_64-R4.3.rs | 18 +++++++------- .../bindings-windows-x86_64-R4.4-devel.rs | 20 ++++++++-------- 13 files changed, 133 insertions(+), 133 deletions(-) diff --git a/bindings/bindings-linux-aarch64-R4.2.rs b/bindings/bindings-linux-aarch64-R4.2.rs index de4329b7..b5e78413 100644 --- a/bindings/bindings-linux-aarch64-R4.2.rs +++ b/bindings/bindings-linux-aarch64-R4.2.rs @@ -1,8 +1,8 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ -/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */ -/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */ +/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ +/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ /* r version: 4.2.3 */ #[repr(C)] @@ -141,7 +141,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.2.3\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.2.3\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -158,13 +158,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262659; -pub const R_NICK: &[u8; 17usize] = b"Shortstop Beagle\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"2.3\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"03\0"; -pub const R_DAY: &[u8; 3usize] = b"15\0"; +pub const R_NICK: &[u8; 17] = b"Shortstop Beagle\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"2.3\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"03\0"; +pub const R_DAY: &[u8; 3] = b"15\0"; pub const R_SVN_REVISION: u32 = 83980; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-linux-aarch64-R4.3.rs b/bindings/bindings-linux-aarch64-R4.3.rs index 8c0faeb6..9f78b8ab 100644 --- a/bindings/bindings-linux-aarch64-R4.3.rs +++ b/bindings/bindings-linux-aarch64-R4.3.rs @@ -1,8 +1,8 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ -/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */ -/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */ +/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ +/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ /* r version: 4.3.1 */ #[repr(C)] @@ -142,7 +142,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.3.1\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.3.1\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -159,13 +159,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262913; -pub const R_NICK: &[u8; 14usize] = b"Beagle Scouts\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"3.1\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"06\0"; -pub const R_DAY: &[u8; 3usize] = b"16\0"; +pub const R_NICK: &[u8; 14] = b"Beagle Scouts\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"3.1\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"06\0"; +pub const R_DAY: &[u8; 3] = b"16\0"; pub const R_SVN_REVISION: u32 = 84548; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-linux-aarch64-R4.4-devel.rs b/bindings/bindings-linux-aarch64-R4.4-devel.rs index 20af1f49..2d4ba9a4 100644 --- a/bindings/bindings-linux-aarch64-R4.4-devel.rs +++ b/bindings/bindings-linux-aarch64-R4.4-devel.rs @@ -1,8 +1,8 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ -/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */ -/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */ +/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ +/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ /* r version: 4.4.0-devel */ #[repr(C)] @@ -142,7 +142,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.4.0\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.4.0\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -159,14 +159,14 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 263168; -pub const R_NICK: &[u8; 24usize] = b"Unsuffered Consequences\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"4.0\0"; -pub const R_STATUS: &[u8; 29usize] = b"Under development (unstable)\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"07\0"; -pub const R_DAY: &[u8; 3usize] = b"13\0"; -pub const R_SVN_REVISION: u32 = 84688; +pub const R_NICK: &[u8; 24] = b"Unsuffered Consequences\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"4.0\0"; +pub const R_STATUS: &[u8; 29] = b"Under development (unstable)\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"08\0"; +pub const R_DAY: &[u8; 3] = b"14\0"; +pub const R_SVN_REVISION: u32 = 84947; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; pub const R_GE_group: u32 = 15; diff --git a/bindings/bindings-linux-x86_64-R4.2.rs b/bindings/bindings-linux-x86_64-R4.2.rs index 2edc71b9..9277c244 100644 --- a/bindings/bindings-linux-x86_64-R4.2.rs +++ b/bindings/bindings-linux-x86_64-R4.2.rs @@ -1,8 +1,8 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ -/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */ -/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */ +/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ +/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ /* r version: 4.2.3 */ #[repr(C)] @@ -141,7 +141,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.2.3\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.2.3\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -158,13 +158,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262659; -pub const R_NICK: &[u8; 17usize] = b"Shortstop Beagle\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"2.3\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"03\0"; -pub const R_DAY: &[u8; 3usize] = b"15\0"; +pub const R_NICK: &[u8; 17] = b"Shortstop Beagle\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"2.3\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"03\0"; +pub const R_DAY: &[u8; 3] = b"15\0"; pub const R_SVN_REVISION: u32 = 83980; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-linux-x86_64-R4.3.rs b/bindings/bindings-linux-x86_64-R4.3.rs index 9ac19b9c..1dbffa52 100644 --- a/bindings/bindings-linux-x86_64-R4.3.rs +++ b/bindings/bindings-linux-x86_64-R4.3.rs @@ -1,8 +1,8 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ -/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */ -/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */ +/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ +/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ /* r version: 4.3.1 */ #[repr(C)] @@ -142,7 +142,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.3.1\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.3.1\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -159,13 +159,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262913; -pub const R_NICK: &[u8; 14usize] = b"Beagle Scouts\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"3.1\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"06\0"; -pub const R_DAY: &[u8; 3usize] = b"16\0"; +pub const R_NICK: &[u8; 14] = b"Beagle Scouts\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"3.1\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"06\0"; +pub const R_DAY: &[u8; 3] = b"16\0"; pub const R_SVN_REVISION: u32 = 84548; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-linux-x86_64-R4.4-devel.rs b/bindings/bindings-linux-x86_64-R4.4-devel.rs index 2eb5cff8..d560d37c 100644 --- a/bindings/bindings-linux-x86_64-R4.4-devel.rs +++ b/bindings/bindings-linux-x86_64-R4.4-devel.rs @@ -1,8 +1,8 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ -/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1 */ -/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1 */ +/* bindgen clang version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ +/* clang-rs version: Ubuntu clang version 14.0.0-1ubuntu1.1 */ /* r version: 4.4.0-devel */ #[repr(C)] @@ -142,7 +142,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.4.0\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.4.0\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -159,14 +159,14 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 263168; -pub const R_NICK: &[u8; 24usize] = b"Unsuffered Consequences\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"4.0\0"; -pub const R_STATUS: &[u8; 29usize] = b"Under development (unstable)\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"07\0"; -pub const R_DAY: &[u8; 3usize] = b"13\0"; -pub const R_SVN_REVISION: u32 = 84688; +pub const R_NICK: &[u8; 24] = b"Unsuffered Consequences\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"4.0\0"; +pub const R_STATUS: &[u8; 29] = b"Under development (unstable)\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"08\0"; +pub const R_DAY: &[u8; 3] = b"12\0"; +pub const R_SVN_REVISION: u32 = 84939; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; pub const R_GE_group: u32 = 15; diff --git a/bindings/bindings-macos-aarch64-R4.3.rs b/bindings/bindings-macos-aarch64-R4.3.rs index 63ac19db..1fc13070 100644 --- a/bindings/bindings-macos-aarch64-R4.3.rs +++ b/bindings/bindings-macos-aarch64-R4.3.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ /* bindgen clang version: Homebrew clang version 16.0.6 */ @@ -144,7 +144,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.3.1\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.3.1\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -161,13 +161,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262913; -pub const R_NICK: &[u8; 14usize] = b"Beagle Scouts\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"3.1\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"06\0"; -pub const R_DAY: &[u8; 3usize] = b"16\0"; +pub const R_NICK: &[u8; 14] = b"Beagle Scouts\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"3.1\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"06\0"; +pub const R_DAY: &[u8; 3] = b"16\0"; pub const R_SVN_REVISION: u32 = 84548; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-macos-x86_64-R4.2.rs b/bindings/bindings-macos-x86_64-R4.2.rs index c3fc08f1..d7cfd650 100644 --- a/bindings/bindings-macos-x86_64-R4.2.rs +++ b/bindings/bindings-macos-x86_64-R4.2.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ /* bindgen clang version: Homebrew clang version 16.0.6 */ @@ -143,7 +143,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.2.3\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.2.3\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -160,13 +160,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262659; -pub const R_NICK: &[u8; 17usize] = b"Shortstop Beagle\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"2.3\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"03\0"; -pub const R_DAY: &[u8; 3usize] = b"15\0"; +pub const R_NICK: &[u8; 17] = b"Shortstop Beagle\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"2.3\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"03\0"; +pub const R_DAY: &[u8; 3] = b"15\0"; pub const R_SVN_REVISION: u32 = 83980; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-macos-x86_64-R4.3.rs b/bindings/bindings-macos-x86_64-R4.3.rs index 95d6cc9c..ab802bf9 100644 --- a/bindings/bindings-macos-x86_64-R4.3.rs +++ b/bindings/bindings-macos-x86_64-R4.3.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ /* bindgen clang version: Homebrew clang version 16.0.6 */ @@ -144,7 +144,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.3.1\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.3.1\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -161,13 +161,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262913; -pub const R_NICK: &[u8; 14usize] = b"Beagle Scouts\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"3.1\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"06\0"; -pub const R_DAY: &[u8; 3usize] = b"16\0"; +pub const R_NICK: &[u8; 14] = b"Beagle Scouts\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"3.1\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"06\0"; +pub const R_DAY: &[u8; 3] = b"16\0"; pub const R_SVN_REVISION: u32 = 84548; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-macos-x86_64-R4.4-devel.rs b/bindings/bindings-macos-x86_64-R4.4-devel.rs index d70a7079..c3e39d82 100644 --- a/bindings/bindings-macos-x86_64-R4.4-devel.rs +++ b/bindings/bindings-macos-x86_64-R4.4-devel.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ /* bindgen clang version: Homebrew clang version 16.0.6 */ @@ -144,7 +144,7 @@ pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const RSTART_VERSION: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.4.0\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.4.0\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -161,14 +161,14 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 263168; -pub const R_NICK: &[u8; 24usize] = b"Unsuffered Consequences\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"4.0\0"; -pub const R_STATUS: &[u8; 29usize] = b"Under development (unstable)\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"07\0"; -pub const R_DAY: &[u8; 3usize] = b"14\0"; -pub const R_SVN_REVISION: u32 = 84692; +pub const R_NICK: &[u8; 24] = b"Unsuffered Consequences\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"4.0\0"; +pub const R_STATUS: &[u8; 29] = b"Under development (unstable)\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"08\0"; +pub const R_DAY: &[u8; 3] = b"14\0"; +pub const R_SVN_REVISION: u32 = 84947; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; pub const R_GE_group: u32 = 15; diff --git a/bindings/bindings-windows-x86_64-R4.2.rs b/bindings/bindings-windows-x86_64-R4.2.rs index 8ac2a521..23d6a8c2 100644 --- a/bindings/bindings-windows-x86_64-R4.2.rs +++ b/bindings/bindings-windows-x86_64-R4.2.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ /* bindgen clang version: clang version 15.0.7 */ @@ -60,7 +60,7 @@ pub const IDENT_EXTPTR_AS_REF: u32 = 64; pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.2.3\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.2.3\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -77,13 +77,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262659; -pub const R_NICK: &[u8; 17usize] = b"Shortstop Beagle\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"2.3\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"03\0"; -pub const R_DAY: &[u8; 3usize] = b"15\0"; +pub const R_NICK: &[u8; 17] = b"Shortstop Beagle\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"2.3\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"03\0"; +pub const R_DAY: &[u8; 3] = b"15\0"; pub const R_SVN_REVISION: u32 = 83980; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-windows-x86_64-R4.3.rs b/bindings/bindings-windows-x86_64-R4.3.rs index ee8d2594..badd3292 100644 --- a/bindings/bindings-windows-x86_64-R4.3.rs +++ b/bindings/bindings-windows-x86_64-R4.3.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ /* bindgen clang version: clang version 15.0.7 */ @@ -61,7 +61,7 @@ pub const IDENT_EXTPTR_AS_REF: u32 = 64; pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.3.1\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.3.1\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -78,13 +78,13 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 262913; -pub const R_NICK: &[u8; 14usize] = b"Beagle Scouts\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"3.1\0"; -pub const R_STATUS: &[u8; 1usize] = b"\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"06\0"; -pub const R_DAY: &[u8; 3usize] = b"16\0"; +pub const R_NICK: &[u8; 14] = b"Beagle Scouts\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"3.1\0"; +pub const R_STATUS: &[u8; 1] = b"\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"06\0"; +pub const R_DAY: &[u8; 3] = b"16\0"; pub const R_SVN_REVISION: u32 = 84548; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; diff --git a/bindings/bindings-windows-x86_64-R4.4-devel.rs b/bindings/bindings-windows-x86_64-R4.4-devel.rs index db4e76ae..a1eba21c 100644 --- a/bindings/bindings-windows-x86_64-R4.4-devel.rs +++ b/bindings/bindings-windows-x86_64-R4.4-devel.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.66.1 */ /* libR-sys version: 0.6.0 */ /* bindgen clang version: clang version 15.0.7 */ @@ -61,7 +61,7 @@ pub const IDENT_EXTPTR_AS_REF: u32 = 64; pub const HT_TYPE_IDENTICAL: u32 = 0; pub const HT_TYPE_ADDRESS: u32 = 1; pub const __STDC_WANT_IEC_60559_FUNCS_EXT__: u32 = 1; -pub const R_VERSION_STRING: &[u8; 6usize] = b"4.4.0\0"; +pub const R_VERSION_STRING: &[u8; 6] = b"4.4.0\0"; pub const HAVE_EXPM1: u32 = 1; pub const HAVE_HYPOT: u32 = 1; pub const HAVE_LOG1P: u32 = 1; @@ -78,14 +78,14 @@ pub const M_LN_SQRT_PI: f64 = 0.5723649429247001; pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728; pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744; pub const R_VERSION: u32 = 263168; -pub const R_NICK: &[u8; 24usize] = b"Unsuffered Consequences\0"; -pub const R_MAJOR: &[u8; 2usize] = b"4\0"; -pub const R_MINOR: &[u8; 4usize] = b"4.0\0"; -pub const R_STATUS: &[u8; 29usize] = b"Under development (unstable)\0"; -pub const R_YEAR: &[u8; 5usize] = b"2023\0"; -pub const R_MONTH: &[u8; 3usize] = b"07\0"; -pub const R_DAY: &[u8; 3usize] = b"13\0"; -pub const R_SVN_REVISION: u32 = 84688; +pub const R_NICK: &[u8; 24] = b"Unsuffered Consequences\0"; +pub const R_MAJOR: &[u8; 2] = b"4\0"; +pub const R_MINOR: &[u8; 4] = b"4.0\0"; +pub const R_STATUS: &[u8; 29] = b"Under development (unstable)\0"; +pub const R_YEAR: &[u8; 5] = b"2023\0"; +pub const R_MONTH: &[u8; 3] = b"08\0"; +pub const R_DAY: &[u8; 3] = b"14\0"; +pub const R_SVN_REVISION: u32 = 84947; pub const R_GE_definitions: u32 = 13; pub const R_GE_deviceClip: u32 = 14; pub const R_GE_group: u32 = 15;