Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/gtk-rs/gir
Tool to generate rust bindings and user API for glib-based libraries
https://github.com/gtk-rs/gir
Don't create `assert_initialized_main_thread!()` assertions for enum/flags methods
sdroege opened this issue almost 2 years ago
sdroege opened this issue almost 2 years ago
Generate static to_str() / name() functions with `GStr` instead of `str`
sdroege opened this pull request almost 2 years ago
sdroege opened this pull request almost 2 years ago
Generate string constants as `&'static GStr` / `[u8]`
sdroege opened this pull request almost 2 years ago
sdroege opened this pull request almost 2 years ago
Signal handler (and other closures) return values don't use `IntoGlibPtr` trait
sdroege opened this issue about 2 years ago
sdroege opened this issue about 2 years ago
Objects are not marked as deprecated
euclio opened this issue about 2 years ago
euclio opened this issue about 2 years ago
Inline various enum/flags functions
sdroege opened this pull request about 2 years ago
sdroege opened this pull request about 2 years ago
Update dependencies
sdroege opened this pull request about 2 years ago
sdroege opened this pull request about 2 years ago
Various cleanups
bilelmoussaoui opened this pull request about 2 years ago
bilelmoussaoui opened this pull request about 2 years ago
add a flag for generating variant traits for flags/enums
jf2048 opened this pull request about 2 years ago
jf2048 opened this pull request about 2 years ago
Replace builders with generated traits on ObjectBuilder
jf2048 opened this pull request about 2 years ago
jf2048 opened this pull request about 2 years ago
codegen: Group imports by crate
bilelmoussaoui opened this pull request about 2 years ago
bilelmoussaoui opened this pull request about 2 years ago
analysis: Prefer using glib::prelude::*
bilelmoussaoui opened this pull request about 2 years ago
bilelmoussaoui opened this pull request about 2 years ago
Figure out a replacement of AsRef<T> for fundamental types
bilelmoussaoui opened this issue about 2 years ago
bilelmoussaoui opened this issue about 2 years ago
analysis: Generate correct bounds when move is used for nullable types
bilelmoussaoui opened this pull request about 2 years ago
bilelmoussaoui opened this pull request about 2 years ago
analysis: Don't use IntoGlibPtr for Vec<T> parameters
bilelmoussaoui opened this pull request about 2 years ago
bilelmoussaoui opened this pull request about 2 years ago
Backport: codegen: Handle _finish functions not taking a GError inout param
bilelmoussaoui opened this pull request about 2 years ago
bilelmoussaoui opened this pull request about 2 years ago
Fix generation without any shared libraries
vlinkz opened this pull request about 2 years ago
vlinkz opened this pull request about 2 years ago
fix the layout tests
jf2048 opened this pull request about 2 years ago
jf2048 opened this pull request about 2 years ago
codegen: silence deprecation warnings in impls for deprecated types/functions
jf2048 opened this pull request about 2 years ago
jf2048 opened this pull request about 2 years ago
analysis: handle C array pointer casts to void
jf2048 opened this pull request about 2 years ago
jf2048 opened this pull request about 2 years ago
Add init assertions to the enum/flags `From<T> for glib::Value` impls
sdroege opened this pull request about 2 years ago
sdroege opened this pull request about 2 years ago
Fix incorrect 'missing from library' warning when generating in sys mode
Megadash452 opened this pull request about 2 years ago
Megadash452 opened this pull request about 2 years ago
Fix up special functions in traits correctly
sdroege opened this pull request about 2 years ago
sdroege opened this pull request about 2 years ago
analysis/special_functions: fix missing import
lucab opened this pull request about 2 years ago
lucab opened this pull request about 2 years ago
codegen: implement From<T> for Value for enums/flags
jf2048 opened this pull request about 2 years ago
jf2048 opened this pull request about 2 years ago
Generates unused imports
vanillajonathan opened this issue about 2 years ago
vanillajonathan opened this issue about 2 years ago
Incorrect warnings when generating in `sys` mode
Megadash452 opened this issue about 2 years ago
Megadash452 opened this issue about 2 years ago
error[E0308]: mismatched types
arcnmx opened this issue about 2 years ago
arcnmx opened this issue about 2 years ago
codegen: Handle _finish functions not taking a GError inout param
bilelmoussaoui opened this pull request about 2 years ago
bilelmoussaoui opened this pull request about 2 years ago
Add information about gir-rustdoc & CI templates to the book
pentamassiv opened this issue about 2 years ago
pentamassiv opened this issue about 2 years ago
Builders should store a SmallVec<[(&'static str, Value)]>
jf2048 opened this issue about 2 years ago
jf2048 opened this issue about 2 years ago
Add external docs url config option
AaronErhardt opened this pull request about 2 years ago
AaronErhardt opened this pull request about 2 years ago
analysis: Use the new move trait for in transfer-full params
bilelmoussaoui opened this pull request about 2 years ago
bilelmoussaoui opened this pull request about 2 years ago
Reworked the book/tutorial
pentamassiv opened this pull request over 2 years ago
pentamassiv opened this pull request over 2 years ago
Draft: codgen: Allow renaming objects
bilelmoussaoui opened this pull request over 2 years ago
bilelmoussaoui opened this pull request over 2 years ago
Support forever scope
bilelmoussaoui opened this issue over 2 years ago
bilelmoussaoui opened this issue over 2 years ago
Basic types
filnet opened this pull request over 2 years ago
filnet opened this pull request over 2 years ago
docs: Generate properties/signals docs
bilelmoussaoui opened this pull request over 2 years ago
bilelmoussaoui opened this pull request over 2 years ago
Book needs some love
pentamassiv opened this issue over 2 years ago
pentamassiv opened this issue over 2 years ago
Use Error out params in a new sections for functions docs
Rakielle opened this pull request over 2 years ago
Rakielle opened this pull request over 2 years ago
signals/properties sometimes unnecessarily import ObjectType and StaticType
jf2048 opened this issue over 2 years ago
jf2048 opened this issue over 2 years ago
Fixed the command to generate the docs
pentamassiv opened this pull request over 2 years ago
pentamassiv opened this pull request over 2 years ago
sys, statics: Add "use" libc in6_addr and stat
qinqon opened this pull request almost 3 years ago
qinqon opened this pull request almost 3 years ago
Implement basic vfunc support
bilelmoussaoui opened this issue almost 3 years ago
bilelmoussaoui opened this issue almost 3 years ago
codgen: run the visitor on global functions as well
bilelmoussaoui opened this pull request almost 3 years ago
bilelmoussaoui opened this pull request almost 3 years ago
codgen: go through the safe bindings for child properties
bilelmoussaoui opened this pull request almost 3 years ago
bilelmoussaoui opened this pull request almost 3 years ago
Provide a configuration to ignore certain properties from the Builder pattern
bilelmoussaoui opened this issue about 3 years ago
bilelmoussaoui opened this issue about 3 years ago
feature: Add a 'static' cargo feature
fasterthanlime opened this pull request about 3 years ago
fasterthanlime opened this pull request about 3 years ago
Support BoxedInline without a get_type function
wash2 opened this pull request about 3 years ago
wash2 opened this pull request about 3 years ago
parser: support properties getters/setters
bilelmoussaoui opened this pull request about 3 years ago
bilelmoussaoui opened this pull request about 3 years ago
codgen: trim extra _async in future variants
bilelmoussaoui opened this pull request about 3 years ago
bilelmoussaoui opened this pull request about 3 years ago
Switch to quick-xml
GuillaumeGomez opened this pull request about 3 years ago
GuillaumeGomez opened this pull request about 3 years ago
Issue with preprocessor macros precision
tintou opened this issue over 3 years ago
tintou opened this issue over 3 years ago
Added self-linking support to sys mode
xanathar opened this pull request over 3 years ago
xanathar opened this pull request over 3 years ago
Make use of the new final flag
bilelmoussaoui opened this issue over 3 years ago
bilelmoussaoui opened this issue over 3 years ago
docs: disable language warning for various languages
bilelmoussaoui opened this pull request over 3 years ago
bilelmoussaoui opened this pull request over 3 years ago
Rename?
ZanderBrown opened this issue over 3 years ago
ZanderBrown opened this issue over 3 years ago
Instead of taking an `&str` take `into<GString>`
JAicewizard opened this pull request over 3 years ago
JAicewizard opened this pull request over 3 years ago
Use `&[impl AsRef<str>]` instead of `&[&str]`
rafaelcaricio opened this pull request over 3 years ago
rafaelcaricio opened this pull request over 3 years ago
codgen: generate doc_alias for static_type
bilelmoussaoui opened this pull request over 3 years ago
bilelmoussaoui opened this pull request over 3 years ago
[RFC] Treat all types in the `Vulkan` namespace as fundamental
MarijnS95 opened this pull request over 3 years ago
MarijnS95 opened this pull request over 3 years ago
`data` parameter for `gio::content_type_guess` should be an `Option`
euclio opened this issue over 3 years ago
euclio opened this issue over 3 years ago
Builder pattern uses Vec<String>
bilelmoussaoui opened this issue over 3 years ago
bilelmoussaoui opened this issue over 3 years ago
Add rename doc aliases
fengalin opened this pull request over 3 years ago
fengalin opened this pull request over 3 years ago
Fix renamed functions not being documented
fengalin opened this pull request over 3 years ago
fengalin opened this pull request over 3 years ago
Add properties to docs
Hofer-Julian opened this issue almost 4 years ago
Hofer-Julian opened this issue almost 4 years ago
WIP: move abi checks to a feature and build the C code at build time
pbor opened this pull request almost 4 years ago
pbor opened this pull request almost 4 years ago
Add `edition = "2018"` to the Cargo.toml
hfiguiere opened this issue almost 4 years ago
hfiguiere opened this issue almost 4 years ago
Switch to doc cfg instead of feature dox
GuillaumeGomez opened this issue about 4 years ago
GuillaumeGomez opened this issue about 4 years ago
Use bitflags from the glib reexported item
GuillaumeGomez opened this issue about 4 years ago
GuillaumeGomez opened this issue about 4 years ago
Update README.md
TopView opened this pull request over 4 years ago
TopView opened this pull request over 4 years ago
If all enums are behind a specific configuration there are unused imports in `src/auto/enums.rs`
sdroege opened this issue over 4 years ago
sdroege opened this issue over 4 years ago
Improve `Display` implementations
GuillaumeGomez opened this issue almost 6 years ago
GuillaumeGomez opened this issue almost 6 years ago
Please add release tags to this repo
bochecha opened this issue about 6 years ago
bochecha opened this issue about 6 years ago
Error message is hard to understand and not very helpful
bochecha opened this issue about 6 years ago
bochecha opened this issue about 6 years ago
Revert "They weren't meant to be bit fields"
ghost opened this pull request about 6 years ago
ghost opened this pull request about 6 years ago
WIP: Add integration test for reading library
EPashkin opened this pull request over 6 years ago
EPashkin opened this pull request over 6 years ago
WIP: Add 'subclass' mode
vhdirk opened this pull request over 6 years ago
vhdirk opened this pull request over 6 years ago
Add docs links
GuillaumeGomez opened this pull request almost 7 years ago
GuillaumeGomez opened this pull request almost 7 years ago
Generate Rust wrappers for class structs too
sdroege opened this pull request about 7 years ago
sdroege opened this pull request about 7 years ago
Mark void pointers as gpointer
thiblahute opened this pull request about 7 years ago
thiblahute opened this pull request about 7 years ago
Add target_os handling
GuillaumeGomez opened this pull request over 7 years ago
GuillaumeGomez opened this pull request over 7 years ago
Generate urls (when possible)
GuillaumeGomez opened this pull request over 8 years ago
GuillaumeGomez opened this pull request over 8 years ago