Skip to content

Commit 35f2e44

Browse files
atouchetemilio
authored andcommitted
Update URLs
1 parent 85eb0f4 commit 35f2e44

File tree

7 files changed

+38
-38
lines changed

7 files changed

+38
-38
lines changed

CHANGES

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -210,59 +210,59 @@ Thanks to all the awesome contributors that contributed to this release.
210210

211211
## 0.12.2
212212

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
215215

216216
## 0.12.1
217217

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
221221

222222
## 0.12.0
223223

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
226226

227227
## 0.11.1
228228

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
231231

232232
## 0.11.0
233233

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
235235

236236
## 0.10.1
237237

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
240240

241241
## 0.10.0
242242

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
247-
* Improve binding_crate_ref() error message. https://github.com/eqrion/cbindgen/pull/395
248-
* 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
247+
* Improve binding_crate_ref() error message. https://github.com/mozilla/cbindgen/pull/395
248+
* 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
250250

251251
## 0.9.1
252252

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
258258

259259
## 0.9.0
260260

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
266266

267267
## 0.8.7
268268

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MPL-2.0"
1111
description = "A tool for generating C bindings to Rust code."
1212
keywords = ["bindings", "ffi", "code-generation"]
1313
categories = ["external-ffi-bindings", "development-tools::ffi"]
14-
repository = "https://github.com/eqrion/cbindgen"
14+
repository = "https://github.com/mozilla/cbindgen"
1515
edition = "2018"
1616
rust-version = "1.64"
1717
exclude = [

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `cbindgen`   [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] [![Rust](https://img.shields.io/badge/rust-1.57%2B-blue.svg?maxAge=3600)](https://github.com/eqrion/cbindgen)
1+
# `cbindgen`   [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] [![Rust](https://img.shields.io/badge/rust-1.57%2B-blue.svg?maxAge=3600)](https://github.com/mozilla/cbindgen)
22

3-
[Build Status]: https://github.com/eqrion/cbindgen/workflows/cbindgen/badge.svg
4-
[actions]: https://github.com/eqrion/cbindgen/actions
3+
[Build Status]: https://github.com/mozilla/cbindgen/workflows/cbindgen/badge.svg
4+
[actions]: https://github.com/mozilla/cbindgen/actions
55
[Latest Version]: https://img.shields.io/crates/v/cbindgen.svg
66
[crates.io]: https://crates.io/crates/cbindgen
77
[Api Rustdoc]: https://img.shields.io/badge/api-rustdoc-blue.svg
@@ -35,7 +35,7 @@ It's worth noting that the development of cbindgen has been largely adhoc, as
3535
features have been added to support the usecases of the maintainers. This means
3636
cbindgen may randomly fail to support some particular situation simply because
3737
no one has put in the effort to handle it yet. [Please file an issue if you run
38-
into such a situation](https://github.com/eqrion/cbindgen/issues/new). Although
38+
into such a situation](https://github.com/mozilla/cbindgen/issues/new). Although
3939
since we all have other jobs, you might need to do the implementation work too
4040
:)
4141

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Check out [Servo's GitHub workflow](https://github.com/servo/servo/wiki/Github-w
1212

1313
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.
1414

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++`.
1616

1717
In addition to a C/C++ compiler `cargo test` requires Python and Cython
1818
(`python -m pip install Cython`) for checking Cython bindings generated from tests (`.pyx` files).

docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,4 +1075,4 @@ module = ["name1", "name2"]
10751075
[reference]: https://doc.rust-lang.org/nightly/reference/type-layout.html#representations
10761076
[really-tagged-unions]: https://github.com/rust-lang/rfcs/blob/master/text/2195-really-tagged-unions.md
10771077
[section-cfgs]: #defines-and-cfgs
1078-
[file-it]: https://github.com/eqrion/cbindgen/issues/new
1078+
[file-it]: https://github.com/mozilla/cbindgen/issues/new

src/bindgen/ir/repr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl Repr {
107107
}
108108
("packed", args) => {
109109
// #[repr(packed(n))] not supported because of some open questions about how
110-
// to calculate the native alignment of types. See eqrion/cbindgen#433.
110+
// to calculate the native alignment of types. See mozilla/cbindgen#433.
111111
if args.is_some() {
112112
return Err(
113113
"Not-yet-implemented #[repr(packed(...))] encountered.".to_string()

template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a template cbindgen.toml file with all of the default values.
22
# Some values are commented out because their absence is the real default.
33
#
4-
# See https://github.com/eqrion/cbindgen/blob/master/docs.md#cbindgentoml
4+
# See https://github.com/mozilla/cbindgen/blob/master/docs.md#cbindgentoml
55
# for detailed documentation of every option here.
66

77

0 commit comments

Comments
 (0)