Commits on Source (8)
-
Dan Robertson authored
If a module has a path attribute use this as the module path to parse.
-
Jeremy Soller authored
Improve module path parsing
-
Nagy Tibor authored
-
Jeremy Soller authored
Change how externs are emitted for relibc See merge request !4
-
Dan Robertson authored
-
Caleb Xu authored
-
Jeremy Soller authored
Replace trim_{left, right} with trim_{start, end} See merge request !6
-
Jeremy Soller authored
Add VaList as a primitive See merge request !5
Showing
- src/bindgen/bindings.rs 15 additions, 9 deletionssrc/bindgen/bindings.rs
- src/bindgen/ir/annotation.rs 1 addition, 1 deletionsrc/bindgen/ir/annotation.rs
- src/bindgen/ir/documentation.rs 4 additions, 4 deletionssrc/bindgen/ir/documentation.rs
- src/bindgen/ir/ty.rs 4 additions, 0 deletionssrc/bindgen/ir/ty.rs
- src/bindgen/parser.rs 27 additions, 4 deletionssrc/bindgen/parser.rs
- tests/expectations/mod_path.c 11 additions, 0 deletionstests/expectations/mod_path.c
- tests/expectations/mod_path.cpp 14 additions, 0 deletionstests/expectations/mod_path.cpp
- tests/rust/mod_path/Cargo.lock 4 additions, 0 deletionstests/rust/mod_path/Cargo.lock
- tests/rust/mod_path/Cargo.toml 8 additions, 0 deletionstests/rust/mod_path/Cargo.toml
- tests/rust/mod_path/cbindgen.toml 2 additions, 0 deletionstests/rust/mod_path/cbindgen.toml
- tests/rust/mod_path/src/lib.rs 4 additions, 0 deletionstests/rust/mod_path/src/lib.rs
- tests/rust/mod_path/src/other.rs 14 additions, 0 deletionstests/rust/mod_path/src/other.rs
tests/expectations/mod_path.c
0 → 100644
tests/expectations/mod_path.cpp
0 → 100644
tests/rust/mod_path/Cargo.lock
0 → 100644
tests/rust/mod_path/Cargo.toml
0 → 100644
tests/rust/mod_path/cbindgen.toml
0 → 100644
tests/rust/mod_path/src/lib.rs
0 → 100644
tests/rust/mod_path/src/other.rs
0 → 100644