-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1188 from google/rev-0.23.1
Revise to 0.23.1
- Loading branch information
Showing
21 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
[package] | ||
name = "autocxx" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Safe autogenerated interop between Rust and C++" | ||
|
@@ -25,7 +25,7 @@ exclude = [ ".github", "book", "tools" ] | |
resolver = "2" | ||
|
||
[dependencies] | ||
autocxx-macro = { path="macro", version="0.23.0" } | ||
autocxx-macro = { path="macro", version="0.23.1" } | ||
cxx = "1.0.78" # ... also needed because expansion of type_id refers to ::cxx | ||
aquamarine = "0.1" # docs | ||
moveit = { version = "0.5", features = [ "cxx" ] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ | |
|
||
[package] | ||
name = "autocxx-demo" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
cxx = "1.0.78" | ||
autocxx = { path = "..", version = "0.23.0" } | ||
autocxx = { path = "..", version = "0.23.1" } | ||
|
||
[build-dependencies] | ||
autocxx-build = { path = "../gen/build", version = "0.23.0" } | ||
autocxx-build = { path = "../gen/build", version = "0.23.1" } | ||
miette = { version = "5", features = ["fancy"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
[package] | ||
name = "autocxx-engine" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Safe autogenerated interop between Rust and C++" | ||
|
@@ -38,7 +38,7 @@ cc = { version = "1.0", optional = true } | |
# There can be interdependencies between the code generated by cxx-gen and | ||
# what cxx expects to be there. | ||
cxx-gen = "0.7.78" | ||
autocxx-parser = { version = "=0.23.0", path = "../parser" } | ||
autocxx-parser = { version = "=0.23.1", path = "../parser" } | ||
version_check = "0.9" | ||
aquamarine = "0.1" # docs | ||
tempfile = "3.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
[package] | ||
name = "autocxx-build" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -22,7 +22,7 @@ runtime = ["autocxx-engine/runtime"] | |
static = ["autocxx-engine/static"] | ||
|
||
[dependencies] | ||
autocxx-engine = { version = "=0.23.0", path = "../../engine", features = [ | ||
autocxx-engine = { version = "=0.23.1", path = "../../engine", features = [ | ||
"build", | ||
] } | ||
env_logger = "0.9.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
[package] | ||
name = "autocxx-gen" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -22,7 +22,7 @@ runtime = ["autocxx-engine/runtime"] | |
static = ["autocxx-engine/static"] | ||
|
||
[dependencies] | ||
autocxx-engine = { version = "=0.23.0", path = "../../engine" } | ||
autocxx-engine = { version = "=0.23.1", path = "../../engine" } | ||
clap = { version = "3.1.2", features = ["cargo"] } | ||
proc-macro2 = "1.0" | ||
env_logger = "0.9.0" | ||
|
@@ -36,6 +36,6 @@ tempfile = "3.1" | |
# This is necessary for building the projects created | ||
# by the trybuild test system... | ||
autocxx = { path = "../.." } | ||
autocxx-integration-tests = { path = "../../integration-tests", version = "=0.23.0" } | ||
autocxx-integration-tests = { path = "../../integration-tests", version = "=0.23.1" } | ||
cxx = "1.0.78" | ||
itertools = "0.10.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
[package] | ||
name = "autocxx-integration-tests" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
autotests = false | ||
edition = "2021" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
|
@@ -29,8 +29,8 @@ quote = "1.0" | |
once_cell = "1.7" | ||
# This is necessary for building the projects created | ||
# by the trybuild test system... | ||
autocxx = { path = "..", version = "=0.23.0" } | ||
autocxx-engine = { version = "=0.23.0", path = "../engine", features = [ | ||
autocxx = { path = "..", version = "=0.23.1" } | ||
autocxx-engine = { version = "=0.23.1", path = "../engine", features = [ | ||
"build", | ||
] } | ||
link-cplusplus = "1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
[package] | ||
name = "autocxx-macro" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Safe autogenerated interop between Rust and C++" | ||
|
@@ -21,7 +21,7 @@ categories = ["development-tools::ffi", "api-bindings"] | |
proc-macro = true | ||
|
||
[dependencies] | ||
autocxx-parser = { path = "../parser", version = "=0.23.0" } | ||
autocxx-parser = { path = "../parser", version = "=0.23.1" } | ||
proc-macro-error = "1.0" | ||
proc-macro2 = "1.0.11" | ||
quote = "1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
[package] | ||
name = "autocxx-parser" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Safe autogenerated interop between Rust and C++" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
[package] | ||
name = "autocxx-mdbook-preprocessor" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["adetaylor <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -18,7 +18,7 @@ serde_json = "1" | |
itertools = "0.10" | ||
anyhow = "1" | ||
regex = "1" | ||
autocxx-integration-tests = { path = "../../integration-tests", version = "=0.23.0" } | ||
autocxx-integration-tests = { path = "../../integration-tests", version = "=0.23.1" } | ||
rayon = "1.5" | ||
gag = "1.0" | ||
env_logger = "0.9.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ | |
|
||
[package] | ||
name = "autocxx-reduce" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["adetaylor <[email protected]>"] | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
autocxx-engine = { version = "=0.23.0", path = "../../engine" } | ||
autocxx-parser = { version = "=0.23.0", path = "../../parser", features = [ | ||
autocxx-engine = { version = "=0.23.1", path = "../../engine" } | ||
autocxx-parser = { version = "=0.23.1", path = "../../parser", features = [ | ||
"reproduction_case", | ||
] } | ||
clap = { version = "3.1.2", features = ["cargo"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ | |
|
||
[package] | ||
name = "autocxx-stress-test" | ||
version = "0.23.0" | ||
version = "0.23.1" | ||
authors = ["Adrian Taylor <[email protected]>"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
cxx = "1.0.78" | ||
autocxx = { path = "../..", version = "0.23.0" } | ||
autocxx = { path = "../..", version = "0.23.1" } | ||
|
||
[build-dependencies] | ||
autocxx-build = { path = "../../gen/build", version = "0.23.0" } | ||
autocxx-build = { path = "../../gen/build", version = "0.23.1" } | ||
miette = { version = "5", features = ["fancy"] } |