Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge extern blocks #187

Merged
merged 6 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8,924 changes: 3,491 additions & 5,433 deletions bindings/bindings-linux-aarch64-R4.2.rs

Large diffs are not rendered by default.

8,566 changes: 3,291 additions & 5,275 deletions bindings/bindings-linux-aarch64-R4.3.rs

Large diffs are not rendered by default.

7,950 changes: 3,055 additions & 4,895 deletions bindings/bindings-linux-aarch64-R4.4-devel.rs

Large diffs are not rendered by default.

8,900 changes: 3,479 additions & 5,421 deletions bindings/bindings-linux-x86_64-R4.2.rs

Large diffs are not rendered by default.

8,264 changes: 3,140 additions & 5,124 deletions bindings/bindings-linux-x86_64-R4.3.rs

Large diffs are not rendered by default.

8,186 changes: 3,173 additions & 5,013 deletions bindings/bindings-linux-x86_64-R4.4-devel.rs

Large diffs are not rendered by default.

8,566 changes: 3,291 additions & 5,275 deletions bindings/bindings-macos-aarch64-R4.3.rs

Large diffs are not rendered by default.

8,900 changes: 3,479 additions & 5,421 deletions bindings/bindings-macos-x86_64-R4.2.rs

Large diffs are not rendered by default.

8,264 changes: 3,140 additions & 5,124 deletions bindings/bindings-macos-x86_64-R4.3.rs

Large diffs are not rendered by default.

8,186 changes: 3,173 additions & 5,013 deletions bindings/bindings-macos-x86_64-R4.4-devel.rs

Large diffs are not rendered by default.

8,496 changes: 3,276 additions & 5,220 deletions bindings/bindings-windows-x86_64-R4.2.rs

Large diffs are not rendered by default.

7,726 changes: 2,870 additions & 4,856 deletions bindings/bindings-windows-x86_64-R4.3.rs

Large diffs are not rendered by default.

7,482 changes: 2,820 additions & 4,662 deletions bindings/bindings-windows-x86_64-R4.4-devel.rs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ fn generate_bindings(r_paths: &InstallationPaths, version_info: &RVersionInfo) {
.allowlist_var(&allowlist_pattern)
.allowlist_type(&allowlist_pattern)
.translate_enum_integer_types(true)
.merge_extern_blocks(true)
// The input header we would like to generate
// bindings for.
.header("wrapper.h")
Expand Down