Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
PulseAudio-rs
Providing Rust bindings to PulseAudio
Collective -
https://opencollective.com/pulseaudio-rs
- Code: https://github.com/jnqnfe/pulse-binding-rust
github.com/jnqnfe/pulse-binding-rust - 7b46a9c87cf334fb981b2be1bf9b173f4d07f756 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 2433dbb211853cda65f18023898a94d2b39c5f24 authored over 5 years ago by Lyndon Brown <[email protected]>
overlooked in 5903dc64705234932cc15095154828518b3b726d
github.com/jnqnfe/pulse-binding-rust - 88053e907f80443091ddb8356795b9873f56b16f authored over 5 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - 68e3c2b93ea7729a540507482a5bf5d26ac84dd8 authored over 5 years ago by Lyndon Brown <[email protected]>
missed in bf9140aaa8e414b4798338515140d28cbd2201ba
github.com/jnqnfe/pulse-binding-rust - c7886a0a6e6d340eacf7f6528fc77f5dbba120f1 authored over 5 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - d69fe50273ff924c884c2935837ee05d4be7589c authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 8f3bec76bfc13dc0a63c72888c2315bae4fca4c2 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 55d7a916fde73d1cc547470d5e7b6206ddddd9bb authored over 5 years ago by Mitchell Hentges <[email protected]>
github.com/jnqnfe/pulse-binding-rust - abca9096642d38c2294b8b9342e940415e96147e authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - c16006f8881bc0b60f1e47cd3d04b263137192e2 authored over 5 years ago by Lyndon Brown <[email protected]>
API bumps requiring changes will always require both updated binding AND
sys crates; so long as ...
github.com/jnqnfe/pulse-binding-rust - c3c0cc6b79664582b3a12c55c65a900ec1473c02 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 32bd459f89b2955aff4d99db96330d421b57e7e8 authored over 5 years ago by Lyndon Brown <[email protected]>
the original release targetted PA v11. it was already known at the time
that it was also backwar...
github.com/jnqnfe/pulse-binding-rust - 92b03ab8cc17db9f6a1c401b7d2e139b86b6cc69 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - f9e2ac7b45e6ba690aa608cb4eda99c79e1eed1f authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - f9e64a72be053b6df633612b13ec85c8755d0864 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 5903dc64705234932cc15095154828518b3b726d authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - a50d034f005f0e689f88f79088438e8ac6ef0c15 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - a9abd21466f0ce2a559e5b0962823c4288a9c4d1 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - a062a299d75a040bbbc35cb2f6db1e425e2157be authored over 5 years ago by Lyndon Brown <[email protected]>
- deprecate `equal_to()` type methods
- add `PartialEq` methods where missing
- change `Parti...
github.com/jnqnfe/pulse-binding-rust - 1536c248d13925d7cbd5a30ef42fbeb8a687417f authored over 5 years ago by Lyndon Brown <[email protected]>
add full stop to end where missing, for consistency
github.com/jnqnfe/pulse-binding-rust - 159811593a7cad0e7733d04136a7bad192e77c3d authored over 5 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - c8fbaf52a2671e32de0a156bc63217e1de578b3b authored over 5 years ago by Lyndon Brown <[email protected]>
1) the path was both specified inline and at the end, and the inline one
linked incorrectly to a...
documentation blocks need to start with a single sentence
(preferably), separated by an empty li...
github.com/jnqnfe/pulse-binding-rust - 6868b41d07c094701b173a9cc78ed549b5730c8c authored over 5 years ago by Lyndon Brown <[email protected]>
in some cases `as` will do, in others use `From`, `AsRef` or `AsMut`
implementations
the implementation here used a match block, unlike the multiply method,
and as such was inconsis...
as part of basic usage instructions
github.com/jnqnfe/pulse-binding-rust - 52b87b6eb4958f0523d354437d7132ec85852c46 authored over 5 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - eeb6b42378fc7dccd3b929069542fe8b809d890f authored over 5 years ago by Lyndon Brown <[email protected]>
should have been removed in 70a0f4aecaf1244748823a9f6a369fb7c2ced6f9
github.com/jnqnfe/pulse-binding-rust - ada2ea622583c7bb0c9d7b6842b769776b7a1d34 authored over 5 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - 713f66982ab0337d62b2c475f1caafe0821d6b9b authored over 5 years ago by Lyndon Brown <[email protected]>
for size and alignment comparison checks (no way to check layout)
reminder: these structs/enums...
github.com/jnqnfe/pulse-binding-rust - 75294325076dec68f724bd0f302376d827e61701 authored over 5 years ago by Lyndon Brown <[email protected]>
having restored the workspace to a proper crate setup in the previous
commit, we now add version...
github.com/jnqnfe/pulse-binding-rust - c72f53701c5a64e71253468c301302dedf80fdd3 authored over 5 years ago by Lyndon Brown <[email protected]>
in 2428832ef76e5a52b55c48e1f11a2dad09d389ed the workspace was reduced to
simply a `members` `[wo...
since the replacement in 2.x of callbacks with closures, there has only
been one use of this fun...
github.com/jnqnfe/pulse-binding-rust - b539002355ea619cb95da11010796cedee843ce1 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - ace9d4b154281ac1a546aefa363c7aad5cb9484d authored over 5 years ago by Lyndon Brown <[email protected]>
and fix mutability warning (unnecessarily mutable vars)
github.com/jnqnfe/pulse-binding-rust - 244159bc4a69857096a8d2e99afcc825c38aed08 authored over 5 years ago by Lyndon Brown <[email protected]>
the pkg-config dependency has done so, and thus so must we also to
prevent build failure
missed in 2428832ef76e5a52b55c48e1f11a2dad09d389ed
github.com/jnqnfe/pulse-binding-rust - f213bf15dd6bc1b01de1e2be384e259193fea015 authored over 5 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - 302a77e6307e56a80b234677fac7e8199e826bb6 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 42350f3c0374f6eb6e9823f4f9cadc068f4b063a authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 7ac497cd6e8a6771241ecf8991610071bec56636 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - abc0cab6a084ae7d4b3bfc96c1080868098c39e9 authored over 5 years ago by Lyndon Brown <[email protected]>
as mentioned in the changelog entries, the Rust nomicon discourages this as
supposedly relying u...
introduced during split of the big news file in v2.2.4
(a92b71a9dade1243aab4a794b61f6f04adf540ee)
github.com/jnqnfe/pulse-binding-rust - 11481be945de20978ba267a34055ec9576613888 authored over 5 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 3e20c44f1db110f4038ddfa891d2160c47c9bfc7 authored almost 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 7603577cbbe43df9989bed8c8e2a3f340c92ca84 authored almost 6 years ago by MOZGIII <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 28f935458d098cc740c68cbc1bd589a81968837f authored almost 6 years ago by Lyndon Brown <[email protected]>
Per Rust documentation, it is undefined behaviour to panic into foreign
code, thus a panic-catch...
github.com/jnqnfe/pulse-binding-rust - c1e20e87c6a6f975b48b959cfafec24fd2eae14f authored almost 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 914fd225efa77c6bf4a9872cc7e90785a20af604 authored almost 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 1767f7d202f2822cf0adca03d4b502297c1b2d0e authored about 6 years ago by Lyndon Brown <[email protected]>
...for a bunch of types
as requested in https://github.com/jnqnfe/pulse-binding-rust/issues/14
...
unnecessary and removes potential for abuse - i.e. it allows conversion to
C type, copying the r...
github.com/jnqnfe/pulse-binding-rust - 9ede4050620751aece7e58b32f1dd3965f2664af authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - b6d2aa3cca2f1b77e8165081d94206ee53143bcf authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 9e31c82d71749619387cb9d0c9698134d05b28c9 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - b6b1010847c1eb2d3a533820c8ff5cdbf9993d9e authored about 6 years ago by Lyndon Brown <[email protected]>
users should not likely need it
github.com/jnqnfe/pulse-binding-rust - fc7e663236c52af4061e0481a926f746120c53df authored about 6 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - c4f9f5114b0d089836af680616e87a9e9bd73961 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - ff969b6356ec07e41f17927edb5335ebe0eee615 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 2e4ea64684ade71f81b2c49cb6f85e42ea859ff0 authored about 6 years ago by Lyndon Brown <[email protected]>
should really have thought to do this back in v2.2.3
github.com/jnqnfe/pulse-binding-rust - 75d9aafac4987afe13df9a777020fda90325b81c authored about 6 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - c24684fda8c756fbe6e4397ed21a222fd54da4ed authored about 6 years ago by Francesco Frassinelli <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 39b08f2be697ac2fdd0f22e83b8e603f780d795e authored about 6 years ago by Lyndon Brown <[email protected]>
https://github.com/jnqnfe/pulse-binding-rust/issues/11
github.com/jnqnfe/pulse-binding-rust - d4ff4b895bd5d345153aefcb80457c91ae2fa75b authored about 6 years ago by Lyndon Brown <[email protected]>Incorrectly removed in 032f10c5d8d47cec32a67cf8e3ecc1dcfdbfd6fd
While every other function had ...
github.com/jnqnfe/pulse-binding-rust - 0d95a655078c7d82340f62cd32afa2a53bdd2afd authored about 6 years ago by Lyndon Brown <[email protected]>
commit 032f10c5d8d47cec32a67cf8e3ecc1dcfdbfd6fd changed many functions to
no longer wrap return ...
can fail
github.com/jnqnfe/pulse-binding-rust - c96ed035eed7f70fa01f8802fde7e9a02236b17e authored about 6 years ago by Lyndon Brown <[email protected]>http://smartquotesforsmartpeople.com/
github.com/jnqnfe/pulse-binding-rust - 77804d42d4f679d4b7d7f8bc91731df232f8c63a authored about 6 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - 23a826acc4a9c0f0e1f714514dd5bd471697bf10 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 242c9ee965d50176c0dac5b5c299e01dcc5c3aa2 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - c788884acfff20a970ba782fc37f45fc4989e1cb authored about 6 years ago by Lyndon Brown <[email protected]>
*.pc files may be distributed in *-dev packages, which also include C/C++
header files, and are ...
github.com/jnqnfe/pulse-binding-rust - 1c6c9f5a6b99b9dfe77e724c478ed23de9d6af92 authored about 6 years ago by Lyndon Brown <[email protected]>
jnqnfe: Tweaked slightly from the original revised patch cherry-picked from
the github submissio...
github.com/jnqnfe/pulse-binding-rust - 012e15c673916ce37218729c49f6611ec580b970 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 855e0baeb09b9fcb87e3a75076aeb3b401ef896a authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - d1f57ec9fa3125b5e567ea2db22bc4c5a9ec9bf5 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - c5a0e9a795c92226b5ad45df13e0308955553763 authored about 6 years ago by Lyndon Brown <[email protected]>
since introducing the workspace the individual ones are pointless
github.com/jnqnfe/pulse-binding-rust - 3df0cdd505c9e6599dc0ca0c07c3dcf8570f2dce authored about 6 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - d38a6b9452580f51c2fb2f4649e0d17188f904c5 authored about 6 years ago by Lyndon Brown <[email protected]>
Previous attempt refering to file in parent directory using "../" with an
include list failed. N...
It seems that the license file cannot be included from a parent directory
using "../", which was...
github.com/jnqnfe/pulse-binding-rust - 6f05825ce6cfe0c7962f415ff7f94a7d0c4dee89 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - cfb7b70625153e029776fd157a13e09b576d5f59 authored about 6 years ago by Lyndon Brown <[email protected]>
this:
- stops `.gitignore` files being bundled
- adds a copy of the license file to the bundle...
separate changelogs for each crate gives greater clarity
github.com/jnqnfe/pulse-binding-rust - a92b71a9dade1243aab4a794b61f6f04adf540ee authored about 6 years ago by Lyndon Brown <[email protected]>github.com/jnqnfe/pulse-binding-rust - 4db73e43693bf607ac58606ad4b91569f75a3b89 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - b790d00761fe27c124cde4d1797c9ce320b4dc16 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 2428832ef76e5a52b55c48e1f11a2dad09d389ed authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - 734aba4880c148caf23bf2dd54e7a27e23bcf6c3 authored about 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - f5e0ce21f9098d48af5382c082de8a2701bde66c authored over 6 years ago by Lyndon Brown <[email protected]>
github.com/jnqnfe/pulse-binding-rust - caeac40d44e84cf811984c719b790360ad35ef1c authored over 6 years ago by Lyndon Brown <[email protected]>