issues
search
Papierkorb
/
bindgen
Binding and wrapper generator for C/C++ libraries
GNU General Public License v3.0
179
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for Other Languages?
#124
stellarpower
opened
1 year ago
2
Does not work with LLVM/Clang 14 and multi-LLVM setup
#123
PhitherekReborn
opened
2 years ago
0
Unify methods
#122
f-fr
closed
3 years ago
1
Fix non-pointer constructors for struct like types.
#121
f-fr
closed
3 years ago
1
Do not build C++ parts in parallel.
#120
f-fr
closed
3 years ago
1
Wrap C++ classes so that the destructor is called.
#119
f-fr
closed
3 years ago
1
fix generate bindings with LLVM 10
#118
mamantoha
closed
3 years ago
0
[Question] Dealing with classes containing template arguments
#117
WhoAteDaCake
opened
3 years ago
0
Small fixes for 1.0.0 release
#116
kalinon
closed
3 years ago
1
Update for Crystal 1.0.0
#115
kalinon
closed
3 years ago
2
Updates Crystal 0.36.1
#114
kalinon
closed
3 years ago
6
Small fixes for cmake and llvm < 11 make_unique calls
#113
kalinon
closed
3 years ago
1
Issues with container spec
#112
kalinon
opened
3 years ago
1
Some fixes for llvm 11
#111
kalinon
closed
3 years ago
0
Remove deprecated "json_mapping" and "yaml_mapping"
#110
f-fr
closed
3 years ago
1
Support non-member overloaded operators
#109
HertzDevil
closed
4 years ago
1
Automatically instantiate aliased container templates
#108
HertzDevil
closed
4 years ago
1
Rebuilding Qt bindings for upcoming Crystal 1.0 release
#107
docelic
opened
4 years ago
6
Better support for recursive aliases
#106
HertzDevil
closed
4 years ago
1
Various minor fixes
#105
HertzDevil
closed
4 years ago
0
Regression: require SequentialContainer(T)#push to accept value of type T
#104
HertzDevil
closed
4 years ago
0
Support type substitution of template types
#103
HertzDevil
closed
4 years ago
1
Generic pseudo-instantiation macro for container wrapper types
#102
HertzDevil
opened
4 years ago
7
Use module instead of abstract base class for instantiated containers
#101
HertzDevil
closed
4 years ago
1
Support most overloaded member operators
#100
HertzDevil
closed
4 years ago
3
Aggregate constructors for wrapper classes
#99
HertzDevil
closed
4 years ago
4
Generate property methods / constants for static data members
#98
HertzDevil
closed
4 years ago
7
Host anonymous enumerators inside wrapped classes as constants
#97
HertzDevil
closed
4 years ago
3
Use JSON::Serializable instead of JSON.Mapping
#96
HertzDevil
closed
4 years ago
1
Use YAML::Serializable instead of YAML.mapping
#95
HertzDevil
closed
4 years ago
3
Allow instantiations of nested container types
#94
HertzDevil
closed
4 years ago
1
Add support for C unions
#92
HertzDevil
closed
4 years ago
2
DefaultConstructor: more robust detection of default-constructible types
#91
HertzDevil
closed
4 years ago
1
Parse and generate nested anonymous structs
#90
HertzDevil
closed
4 years ago
1
Some namespaced class hierarchies are not realizable
#89
HertzDevil
opened
4 years ago
0
Regression: maintain object key order of parser document JSON
#88
HertzDevil
closed
4 years ago
0
Support downcasting between Crystal wrapper types
#87
HertzDevil
opened
4 years ago
0
Destructors not called on GC-enabled instances
#86
HertzDevil
closed
3 years ago
3
Support nested anonymous types
#85
HertzDevil
opened
4 years ago
0
Document type for the Clang parser
#84
HertzDevil
closed
4 years ago
5
Better namespace resolution for namespaced types
#83
HertzDevil
closed
4 years ago
1
Fix Proc argument conversions when passing to binding (again)
#82
HertzDevil
closed
4 years ago
1
Improve Graph::Path
#81
HertzDevil
closed
4 years ago
1
Bindgen::Graph::Path edge cases
#80
HertzDevil
closed
4 years ago
0
Refactor conversion templates into classes
#79
HertzDevil
closed
4 years ago
2
Fix Proc argument conversions when passing to binding
#78
HertzDevil
closed
4 years ago
4
Undefined reference to GC_throw_bad_alloc()
#77
HertzDevil
opened
4 years ago
0
Preliminary support for C arrays
#76
HertzDevil
opened
4 years ago
7
Potential premature collection of wrapped types
#75
HertzDevil
opened
4 years ago
0
VirtualOverride: handle implicit polymorphic types
#74
HertzDevil
closed
4 years ago
3
Next