You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES
+29-29Lines changed: 29 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -210,59 +210,59 @@ Thanks to all the awesome contributors that contributed to this release.
210
210
211
211
## 0.12.2
212
212
213
-
* Fixed version detection with lockfile v2. https://github.com/eqrion/cbindgen/pull/446
214
-
* Added support for export_name on functions. https://github.com/eqrion/cbindgen/pull/447
213
+
* Fixed version detection with lockfile v2. https://github.com/mozilla/cbindgen/pull/446
214
+
* Added support for export_name on functions. https://github.com/mozilla/cbindgen/pull/447
215
215
216
216
## 0.12.1
217
217
218
-
* Added support for #[repr*64)] on enums. https://github.com/eqrion/cbindgen/pull/441
219
-
* Added support to generate plain enums instead of enum classes for C++. https://github.com/eqrion/cbindgen/pull/443
220
-
* Fixed dependency resolution with lockfile v2. https://github.com/eqrion/cbindgen/pull/438
218
+
* Added support for #[repr*64)] on enums. https://github.com/mozilla/cbindgen/pull/441
219
+
* Added support to generate plain enums instead of enum classes for C++. https://github.com/mozilla/cbindgen/pull/443
220
+
* Fixed dependency resolution with lockfile v2. https://github.com/mozilla/cbindgen/pull/438
221
221
222
222
## 0.12.0
223
223
224
-
* Added support for #[repr(align)] and #[repr(packed)] on structs and unions. https://github.com/eqrion/cbindgen/pull/431
225
-
* Added support to generate copy-assignment operators for enums. https://github.com/eqrion/cbindgen/pull/434
224
+
* Added support for #[repr(align)] and #[repr(packed)] on structs and unions. https://github.com/mozilla/cbindgen/pull/431
225
+
* Added support to generate copy-assignment operators for enums. https://github.com/mozilla/cbindgen/pull/434
226
226
227
227
## 0.11.1
228
228
229
-
* More binary operators and expressions are supported. https://github.com/eqrion/cbindgen/pull/425
230
-
* More built-in bitflags operators. https://github.com/eqrion/cbindgen/pull/426
229
+
* More binary operators and expressions are supported. https://github.com/mozilla/cbindgen/pull/425
230
+
* More built-in bitflags operators. https://github.com/mozilla/cbindgen/pull/426
231
231
232
232
## 0.11.0
233
233
234
-
* Made rust char map to uint32_t. https://github.com/eqrion/cbindgen/pull/424
234
+
* Made rust char map to uint32_t. https://github.com/mozilla/cbindgen/pull/424
235
235
236
236
## 0.10.1
237
237
238
-
* Improved error message for missing config file. https://github.com/eqrion/cbindgen/pull/422
239
-
* Add missing header for char32_t. https://github.com/eqrion/cbindgen/pull/414
238
+
* Improved error message for missing config file. https://github.com/mozilla/cbindgen/pull/422
239
+
* Add missing header for char32_t. https://github.com/mozilla/cbindgen/pull/414
240
240
241
241
## 0.10.0
242
242
243
-
* Initialize struct literal with list-initializer for C++11 standard. https://github.com/eqrion/cbindgen/pull/401
244
-
* Surround namespace with __cplusplus ifdef in cpp_compat mode. https://github.com/eqrion/cbindgen/pull/407
245
-
* Add support for --quiet flag. https://github.com/eqrion/cbindgen/pull/400
246
-
* Map char to char32_t. https://github.com/eqrion/cbindgen/pull/396
* avoid prematurely returning during expansion. https://github.com/eqrion/cbindgen/pull/389
249
-
* Add support for adding "using namespace" statements. https://github.com/eqrion/cbindgen/pull/387
243
+
* Initialize struct literal with list-initializer for C++11 standard. https://github.com/mozilla/cbindgen/pull/401
244
+
* Surround namespace with __cplusplus ifdef in cpp_compat mode. https://github.com/mozilla/cbindgen/pull/407
245
+
* Add support for --quiet flag. https://github.com/mozilla/cbindgen/pull/400
246
+
* Map char to char32_t. https://github.com/mozilla/cbindgen/pull/396
* avoid prematurely returning during expansion. https://github.com/mozilla/cbindgen/pull/389
249
+
* Add support for adding "using namespace" statements. https://github.com/mozilla/cbindgen/pull/387
250
250
251
251
## 0.9.1
252
252
253
-
* Various improvements to comment output. https://github.com/eqrion/cbindgen/pull/370 / https://github.com/eqrion/cbindgen/pull/375.
254
-
* Fixed expand when ran from build.rs. https://github.com/eqrion/cbindgen/pull/371
255
-
* More debugging output for expansion. https://github.com/eqrion/cbindgen/pull/383
256
-
* New option to add a default private constructor in C++ tagged enums. https://github.com/eqrion/cbindgen/pull/377
257
-
* Syn and related dependencies updated to 1.0. https://github.com/eqrion/cbindgen/pull/379
253
+
* Various improvements to comment output. https://github.com/mozilla/cbindgen/pull/370 / https://github.com/mozilla/cbindgen/pull/375.
254
+
* Fixed expand when ran from build.rs. https://github.com/mozilla/cbindgen/pull/371
255
+
* More debugging output for expansion. https://github.com/mozilla/cbindgen/pull/383
256
+
* New option to add a default private constructor in C++ tagged enums. https://github.com/mozilla/cbindgen/pull/377
257
+
* Syn and related dependencies updated to 1.0. https://github.com/mozilla/cbindgen/pull/379
258
258
259
259
## 0.9.0
260
260
261
-
* Support to generate C headers with C++ compatibility. https://github.com/eqrion/cbindgen/pull/349
262
-
* Fix include guard generation when no_includes is set. https://github.com/eqrion/cbindgen/pull/352
263
-
* Fix crate parsing order so that types from the binding crate are preferred in presence of conflicting names. https://github.com/eqrion/cbindgen/pull/355
264
-
* Add extra_bindings option to generate bindings for dependencies. https://github.com/eqrion/cbindgen/pull/362
265
-
* Clap dependency is optional now so it's feasible to avoid building it if cbindgen is used as a library. https://github.com/eqrion/cbindgen/pull/363
261
+
* Support to generate C headers with C++ compatibility. https://github.com/mozilla/cbindgen/pull/349
262
+
* Fix include guard generation when no_includes is set. https://github.com/mozilla/cbindgen/pull/352
263
+
* Fix crate parsing order so that types from the binding crate are preferred in presence of conflicting names. https://github.com/mozilla/cbindgen/pull/355
264
+
* Add extra_bindings option to generate bindings for dependencies. https://github.com/mozilla/cbindgen/pull/362
265
+
* Clap dependency is optional now so it's feasible to avoid building it if cbindgen is used as a library. https://github.com/mozilla/cbindgen/pull/363
Copy file name to clipboardExpand all lines: contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Check out [Servo's GitHub workflow](https://github.com/servo/servo/wiki/Github-w
12
12
13
13
Don't worry about requesting code review, as there is nothing formally setup for this repository. I try and review each pull request as soon as I can.
14
14
15
-
There is continuous integration setup for `cbindgen` using [GitHub Actions](https://github.com/eqrion/cbindgen/actions). It automatically runs `cargo test` which runs `cbindgen` against a series of Rust files from `tests/rust/` and checks that the output compiles using `gcc` or `g++`.
15
+
There is continuous integration setup for `cbindgen` using [GitHub Actions](https://github.com/mozilla/cbindgen/actions). It automatically runs `cargo test` which runs `cbindgen` against a series of Rust files from `tests/rust/` and checks that the output compiles using `gcc` or `g++`.
16
16
17
17
In addition to a C/C++ compiler `cargo test` requires Python and Cython
18
18
(`python -m pip install Cython`) for checking Cython bindings generated from tests (`.pyx` files).
0 commit comments