summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2021-12-29Change into PathBufMikuroXina
2021-12-29Derive some traitsMikuroXina
2021-12-29More detailed errorMikuroXina
2021-12-29Remove deprecation and ReplaceMikuroXina
2021-12-29Add non_exhaustiveMikuroXina
2021-12-29Remove 'error: ' partMikuroXina
2021-12-29Merge into new oneMikuroXina
2021-12-29Replace generate with gen in testMikuroXina
2021-12-29Impl Error trait for BindgenErrorMikuroXina
2021-12-29Add BindgenErrorMikuroXina
2021-12-12Handle difference between clang and rust targets on RISC-V.Triss Healy
2021-12-07Fix warnings on testsMikuroXina
2021-12-07Remove fields never readMikuroXina
2021-11-26Add --blocklist-file option (#2097)David Drysdale
2021-11-26Typo fix: "in side" -> "inside"follower
2021-10-27Fix warningsMikuroXina
2021-07-31Implement must_use_type commandline flag and builder option.Karel Peeters
2021-07-16Allow explicit padding (#2060)Eric Seppanen
2021-04-30Add a C naming option (#2045)Boris-Chengbiao Zhou
2021-04-24Support emitting Makefile-syntax depfiles like gcc/clang/rustc.Adam Perry
2021-04-15Add env var EXTRA_CLANG_ARGS_<TARGET>Thomas Vermeilh
2021-04-06Re-introduce whitelist_recursively (with deprecation notice)Emilio Cobos Álvarez
2021-04-03Add a flag to ensure all symbols are resolved when a library is loadedDr. Chat
2021-03-14Add option to translate enum integer types to native Rust integer typesJethro Beekman
2021-03-11Revert "Add flag to ignore type blocklist when computing derive information"Emilio Cobos Álvarez
2021-03-11Add flag to ignore type blocklist when computing derive informationJethro Beekman
2021-03-09Remove outdated commentsldm0
2021-02-18Rename whitelist -> allowlist and blacklist -> blocklistMarcel Hlopko
2021-02-15Make clang version parsing logic more robustMarcel Hlopko
2021-01-29Generate fields as non-pub if they would be access restricted in C++.Weston Carvalho
2021-01-10Use absolute paths for unsaved files passed to clang and prepend -include dir...Andrey Pushkar
2020-12-19Add option to fit macro consts into smaller typesAntoni Simka
2020-12-02cli: Expose module_raw_lines to the CLI.Emilio Cobos Álvarez
2020-11-26lib: Use if let on recently-introduced code.Emilio Cobos Álvarez
2020-11-26lib: Improve c++ auto-detection.Emilio Cobos Álvarez
2020-11-26Add --no-default <regex> flagVarphone Wong
2020-11-25Remove cfg-if dependency.Emilio Cobos Álvarez
2020-11-25Add dynamic loading supportJoe Ellis
2020-08-24lib: Fix inferred target when clang target differs from rust target.Emilio Cobos Álvarez
2020-08-14Add --target to the clang args earlierMike Hommey
2020-08-09Cleanup some `clippy::unused_io_amount` errorsVarphone Wong
2020-08-09Add --default-macro-constant-typeChih-Hung Hsieh
2020-08-04Move `__bindgen_anon_` to constant `DEFAULT_ANON_FIELDS_PREFIX`Varphone Wong
2020-08-04Fix “warning: irrefutable if-let pattern” on add to output_vectorVarphone Wong
2020-08-04Make anon-fields-prefix non-optionalDarren Kulp
2020-08-04Add --anon-fields-prefix optionVarphone Wong
2020-08-03Add --no-debug <regex> flagVarphone Wong
2020-07-01lib: Trivially fix various command line arguments that are not properly round...Emilio Cobos Álvarez
2020-06-29lib: Fix msrv build.Emilio Cobos Álvarez
2020-06-29Simplify multiple headers testTravis Finkenauer