Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / google/autocxx issues and pull requests

#1228 - Can we Use autocxx without C++ source

Issue - State: closed - Opened by DCMinds almost 2 years ago - 3 comments

#1227 - Add some generic advice about linking.

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1226 - Cargo publish now waits automatically.

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1225 - Automatically create `outdir` if it doesn't exist

Pull Request - State: closed - Opened by Jake-Shadle almost 2 years ago

#1224 - Reduce the number of dependencies on std

Pull Request - State: closed - Opened by kitlith almost 2 years ago - 4 comments

#1223 - Fix enum u16 representation.

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1222 - Revise to 0.24.0

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1221 - Add documentation towards #1192.

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1220 - Make cxxgen.h names predictable in autocxx-build.

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1219 - Avoid unnecessary rebuilds.

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1218 - Improve diagnostics for wrong filename. Fixes #1200.

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1217 - Fix doc build issue.

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1216 - Latest clippy checks

Pull Request - State: closed - Opened by adetaylor almost 2 years ago

#1215 - Failed to build/run https://github.com/google/autocxx/tree/main/examples/s2

Issue - State: closed - Opened by DCMinds almost 2 years ago - 5 comments

#1214 - Generated #[repr(c_char16_t)] does not compile

Issue - State: closed - Opened by Moocow9m almost 2 years ago - 9 comments

#1211 - autocxx-engine fails to build the docs

Issue - State: closed - Opened by nak3 almost 2 years ago - 1 comment

#1210 - Remove unnecessary memory include in subclass examples

Pull Request - State: closed - Opened by nak3 almost 2 years ago

#1209 - Fix typo in autocxx::concrete

Pull Request - State: closed - Opened by nak3 almost 2 years ago

#1208 - Bump miette to v5.x for examples/cpp_calling_rust

Pull Request - State: closed - Opened by nak3 almost 2 years ago

#1207 - `examples/cpp_calling_rust` fails to run

Issue - State: closed - Opened by nak3 almost 2 years ago

#1206 - Allow constructing subclass of abstract class

Pull Request - State: closed - Opened by russelltg almost 2 years ago - 10 comments

#1205 - Build fail after adding concrete type

Issue - State: closed - Opened by VirxEC almost 2 years ago - 5 comments

#1204 - no_std support (with and without alloc)

Issue - State: closed - Opened by kitlith almost 2 years ago - 4 comments

#1203 - Update building.md to include flag syntax for msvc

Pull Request - State: closed - Opened by aaronrsiphone almost 2 years ago - 2 comments

#1201 - How to make the FFI public ?

Issue - State: closed - Opened by astariul almost 2 years ago - 1 comment

#1200 - Compile to `cdylib` error

Issue - State: closed - Opened by VirxEC almost 2 years ago - 2 comments

#1198 - use of moved value

Issue - State: closed - Opened by 513153980 almost 2 years ago - 2 comments

#1197 - Can not mix `include_cpp!` and `#[cxx::bridge]`

Issue - State: closed - Opened by oblique almost 2 years ago - 1 comment

#1196 - #include "cxx.h" causes the build script to rerun indefinitely

Issue - State: closed - Opened by jerry73204 almost 2 years ago - 1 comment

#1195 - How to derive Debug trait for POD

Issue - State: closed - Opened by zen-xu almost 2 years ago - 1 comment

#1193 - Support `pod` `extern_cpp_types`

Pull Request - State: closed - Opened by adetaylor almost 2 years ago - 4 comments

#1192 - Can't tell autocxx that the replaced type is POD and safe to use in other PODs

Issue - State: open - Opened by RReverser almost 2 years ago - 4 comments

#1181 - undefined reference to cxxbridge

Issue - State: closed - Opened by dataO1 about 2 years ago - 2 comments

#1155 - autocxx does not generate constructors

Issue - State: closed - Opened by bobbbay about 2 years ago - 9 comments

#1141 - Function with `wchar_t` generated using `std::uint32_t` instead of `wchar_t`

Issue - State: open - Opened by jjacobson93 over 2 years ago - 6 comments
Labels: bug

#1133 - Implement non-POD field access

Pull Request - State: closed - Opened by darichey over 2 years ago - 13 comments

#1099 - Fix and test constructor wrappers in multiple include_cpps

Pull Request - State: closed - Opened by bsilver8192 over 2 years ago - 6 comments

#1097 - "in destructor name" bug

Issue - State: open - Opened by adetaylor over 2 years ago - 3 comments
Labels: bug

#1081 - Overrides throws candidate expects n arguments, n provided

Issue - State: open - Opened by Banou26 over 2 years ago - 11 comments
Labels: bug

#1073 - Experience: Building bindings for rocksdb c++ API

Issue - State: open - Opened by dignifiedquire over 2 years ago - 4 comments

#1065 - 'invalid application of'

Issue - State: closed - Opened by adetaylor over 2 years ago - 3 comments
Labels: bug

#1065 - 'invalid application of'

Issue - State: closed - Opened by adetaylor over 2 years ago - 3 comments
Labels: bug

#1019 - The generate_pod! macro failed

Issue - State: closed - Opened by testforvln over 2 years ago - 7 comments

#989 - Add more tests for array support

Issue - State: open - Opened by adetaylor over 2 years ago - 2 comments
Labels: good first issue

#989 - Add more tests for array support

Issue - State: open - Opened by adetaylor over 2 years ago - 3 comments
Labels: good first issue

#837 - C++ methods with reference qualifiers result in non-compiling wrappers

Issue - State: open - Opened by bsilver8192 over 2 years ago - 1 comment
Labels: bug, good first issue

#829 - Types with inaccessible destructors may still be freed by Rust

Issue - State: open - Opened by bsilver8192 over 2 years ago - 1 comment
Labels: bug, good first issue

#816 - Member initializers are ignored when checking for default constructors

Issue - State: open - Opened by bsilver8192 over 2 years ago - 2 comments
Labels: bug, good first issue

#815 - Explicitly defaulted default/copy/move constructors are treated as present

Issue - State: closed - Opened by bsilver8192 almost 3 years ago - 9 comments
Labels: bug

#812 - Remove strum_macros and use full #[derive(Debug)]

Pull Request - State: open - Opened by adetaylor almost 3 years ago - 2 comments

#774 - autocxx does not recognize concrete subclasses of abstract base classes

Issue - State: closed - Opened by johnperry-math almost 3 years ago - 5 comments
Labels: bug, cpp-feature

#770 - Test with official pin macro when it emerges

Issue - State: open - Opened by adetaylor almost 3 years ago - 1 comment
Labels: good first issue

#668 - [feature request] support for custom derive

Issue - State: open - Opened by yshui about 3 years ago - 6 comments
Labels: ergonomics

#628 - Thread-safe subclass mode

Issue - State: open - Opened by adetaylor about 3 years ago - 1 comment
Labels: cpp-feature, known-subclass-limitation

#628 - Thread-safe subclass mode

Issue - State: open - Opened by adetaylor about 3 years ago - 1 comment
Labels: cpp-feature, known-subclass-limitation

#592 - Implement `AsRef` for casting to superclasses

Issue - State: open - Opened by adetaylor about 3 years ago - 9 comments
Labels: cpp-feature

#592 - Implement `AsRef` for casting to superclasses

Issue - State: open - Opened by adetaylor about 3 years ago - 8 comments
Labels: cpp-feature

#592 - Implement `AsRef` for casting to superclasses

Issue - State: open - Opened by adetaylor about 3 years ago - 6 comments
Labels: cpp-feature

#486 - We do not uniqueify cxx::bridge names except for functions

Issue - State: open - Opened by adetaylor over 3 years ago - 6 comments
Labels: bug

#400 - Support `std::string_view`

Issue - State: open - Opened by adetaylor over 3 years ago - 1 comment

#400 - Support `std::string_view`

Issue - State: open - Opened by adetaylor over 3 years ago - 1 comment

#400 - Support `std::string_view`

Issue - State: open - Opened by adetaylor over 3 years ago - 1 comment

#400 - Support `std::string_view`

Issue - State: open - Opened by adetaylor over 3 years ago - 1 comment

#330 - Allow std::vector<T*>

Issue - State: open - Opened by adetaylor over 3 years ago - 1 comment
Labels: cpp-feature

#305 - Allow calling pure virtual functions

Issue - State: closed - Opened by adetaylor over 3 years ago - 1 comment
Labels: cpp-feature

#266 - Support arrays

Issue - State: open - Opened by adetaylor over 3 years ago - 2 comments
Labels: cpp-feature

#227 - Support function pointers

Issue - State: open - Opened by adetaylor over 3 years ago - 3 comments
Labels: cpp-feature

#197 - Support calling functions on derived types

Issue - State: open - Opened by adetaylor almost 4 years ago - 3 comments
Labels: cpp-feature