index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
options.rs
Age
Commit message (
Expand
)
Author
2021-11-26
Add --blocklist-file option (#2097)
David Drysdale
2021-10-27
Fix warnings
MikuroXina
2021-07-31
Also implement must-use-type for enums.
Karel Peeters
2021-07-31
Implement must_use_type commandline flag and builder option.
Karel Peeters
2021-07-16
Allow explicit padding (#2060)
Eric Seppanen
2021-04-30
Add a C naming option (#2045)
Boris-Chengbiao Zhou
2021-04-24
Support emitting Makefile-syntax depfiles like gcc/clang/rustc.
Adam Perry
2021-04-03
Add a flag to ensure all symbols are resolved when a library is loaded
Dr. Chat
2021-03-14
Add option to translate enum integer types to native Rust integer types
Jethro Beekman
2021-03-11
Revert "Add flag to ignore type blocklist when computing derive information"
Emilio Cobos Álvarez
2021-03-11
Add flag to ignore type blocklist when computing derive information
Jethro Beekman
2021-02-18
Rename whitelist -> allowlist and blacklist -> blocklist
Marcel Hlopko
2021-01-29
Generate fields as non-pub if they would be access restricted in C++.
Weston Carvalho
2020-12-19
Add option to fit macro consts into smaller types
Antoni Simka
2020-12-02
cli: Expose module_raw_lines to the CLI.
Emilio Cobos Álvarez
2020-11-26
Add --no-default <regex> flag
Varphone Wong
2020-11-25
Add dynamic loading support
Joe Ellis
2020-08-09
Add --default-macro-constant-type
Chih-Hung Hsieh
2020-08-04
Move `__bindgen_anon_` to constant `DEFAULT_ANON_FIELDS_PREFIX`
Varphone Wong
2020-08-04
Make anon-fields-prefix non-optional
Darren Kulp
2020-08-04
Add --anon-fields-prefix option
Varphone Wong
2020-08-03
Add --no-debug <regex> flag
Varphone Wong
2020-06-29
Add option to disable generated header comment
Darren Kulp
2020-05-18
add command-line option for disabling untagged unions
Nathan Froyd
2020-02-03
options: Add an opt-in to recover the size_t behavior removed in 5d38f2ac.
Emilio Cobos Álvarez
2019-12-11
Add support for wasm_import_module
Jasper-Bekkers
2019-11-14
Add newtype enum style
David Vo
2019-11-08
Option to use #[repr(transparent)] structs instead of type aliasing.
Joseph Rafael Ferrer
2019-10-22
Add `disable_nested_struct_naming` option (#1610)
oblique
2019-10-14
Run `cargo fmt` on the main crate.
Emilio Cobos Álvarez
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2019-07-27
Fix beta build warnings / errors. (#1603)
Emilio Cobos Álvarez
2019-06-10
Add support for non_exhaustive rustified enums.
uk
2019-05-22
Added array pointers to the CLI
Elichai Turkel
2019-05-21
Update Links
Alex Touchet
2019-03-26
options: Add an option to opt-out of include path detection.
Emilio Cobos Álvarez
2018-12-23
Allow to turn off the matches recording introduced in #1469.
Emilio Cobos Álvarez
2018-12-14
ir: Put function attribute detection under an opt-in flag.
Emilio Cobos Álvarez
2018-10-13
Changed 'identifier' to 'item', added c++ test
Jason Reed
2018-10-12
Re-add ability to blacklist arbitrary identifiers
Jason Reed
2018-10-04
Puts blocks behind a switch.
Emilio Cobos Álvarez
2018-09-10
generate type alias for the `block` type
Flier Lu
2018-08-29
options: mark clang-args last
Symphorien Gibol
2018-08-14
Convert CodegenOptions to a bitfield.
Sébastien Duquette
2018-08-13
Add ability to blacklist functions.
Emilio Cobos Álvarez
2018-06-04
add --constified-enum to output consts when the default is changed
Daniel Brooks
2018-06-04
Rename from "enum variant" to "enum style"
Daniel Brooks
2018-06-03
Add an option to set the default codegen style for all enums
Daniel Brooks
2018-03-31
options: Remove the linking-related options.
Emilio Cobos Álvarez
2018-03-04
Untry.
Emilio Cobos Álvarez
[next]