35 Commits

Author SHA1 Message Date
Ryan Hunt
c436351290 Add rustdoc link 2017-09-29 15:49:56 -04:00
Ryan Hunt
055fdc20da Update the version to 0.1.22 2017-08-17 20:15:33 -04:00
Ryan Hunt
99294d6bda Update the version to 0.1.21 2017-08-12 04:18:04 -04:00
Ryan Hunt
0ca4620192 Update the travis status url 2017-08-01 03:56:02 -04:00
Evgeniy Reizner
18d011fc6c Fixed example building.
Fix:

```rust
 --> build.rs:8:24
  |
8 |     cbindgen::generate(crate_dir)
  |                        ^^^^^^^^^ expected &str, found struct `std::string::String`
  |
  = note: expected type `&str`
             found type `std::string::String`
  = help: try with `&crate_dir`
```
2017-07-19 15:07:58 -05:00
Ryan Hunt
86f3a1e38c Mention that any generics can now be used 2017-07-18 00:14:41 -04:00
Ryan Hunt
5c7f88a361 Remove trailing comma 2017-07-17 22:59:05 -04:00
Ryan Hunt
58caa33f09 Put template specialization behind a config 2017-07-17 22:57:43 -04:00
Ryan Hunt
d633bd4b1e One last formatting change to README.md, redux 2017-06-29 00:38:53 -04:00
Ryan Hunt
4a09343309 One last formatting change to README.md, again 2017-06-29 00:37:38 -04:00
Ryan Hunt
7590865ca6 One last formatting change 2017-06-29 00:29:18 -04:00
Ryan Hunt
b88fd711b8 Fix some formatting 2017-06-29 00:25:56 -04:00
Ryan Hunt
c9eadb883a Update the config documentation in README.md 2017-06-29 00:12:09 -04:00
Ryan Hunt
95f0ab0f98 Improve formatting of README 2017-06-21 04:47:03 -04:00
Ryan Hunt
068f9e563a Update README.md with some configuration options 2017-06-21 04:39:02 -04:00
Ryan Hunt
42454fede2 Make build scripts more ergonomic
Fixes #19
2017-06-21 03:33:45 -04:00
Ryan Hunt
4064a09238 Do a bunch of clean up and add some comments 2017-06-20 01:25:42 -04:00
Ryan Hunt
2f655fa870 Update the version to 0.1.9 2017-05-11 04:21:06 -04:00
Ryan Hunt
b04df026d9 Rename directive to annotation 2017-05-11 03:57:57 -04:00
Ryan Hunt
0aada672cd Add a test harness
Fixes #3
2017-05-11 01:16:27 -04:00
Ryan Hunt
11f90a561e Update README.md 2017-05-08 01:26:44 -04:00
Ryan Hunt
e7cddcfd6a Try and load cbindgen.toml for config automatically 2017-04-30 02:29:39 -04:00
Ryan Hunt
4f7baace56 Change build-script's build script 2017-04-29 19:55:03 -04:00
Ryan Hunt
1ec87b6d56 Cleanup config.rs and switch to toml 2017-04-29 14:02:31 -04:00
Ryan Hunt
464c7f6562 Add status badges 2017-04-27 17:41:01 -04:00
Ryan Hunt
93541ddc21 Update version to 0.1.5 2017-04-18 03:17:39 -04:00
Ryan Hunt
b86d9a9a62 Rename Library::build to Library::generate
It's called bindings generation not bindings building.
2017-04-17 23:02:34 -04:00
Ryan Hunt
953d622639 Only pass Config into bindgen once 2017-04-17 22:57:31 -04:00
Ryan Hunt
2bf0ca2762 Update the README for build script instructions 2017-04-17 22:26:18 -04:00
Ryan Hunt
349b4f5c54 Update README and add some examples 2017-04-17 21:39:40 -04:00
Ryan Hunt
c957afa333 Update version 2017-04-13 03:28:42 -04:00
Ryan Hunt
f043687f2c Update Cargo.toml and README 2017-04-12 11:42:43 -04:00
Kartikaya Gupta
5a82ddcb50 Update readme file 2017-04-11 18:26:14 -04:00
Kartikaya Gupta
163ff0911b Update readme 2017-04-05 18:28:30 -04:00
Kartikaya Gupta
c2362a02e2 Add a basic README 2017-04-05 18:14:21 -04:00