Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gtk-rs/gir-ctest


https://github.com/gtk-rs/gir-ctest

Merge pull request #2 from dns2utf8/https

Use https for all links

46b18f14fa49204aef8691d192d6cf1068622955 authored over 4 years ago by Guillaume Gomez <[email protected]>
Use https for all links

Hi all

This is a followup to https://github.com/gtk-rs/gtk/pull/1054

Cheers,
Stefan

9ef1355e4ad69eb9c90da01bca6ae680fc170812 authored over 4 years ago by Stefan Schindler <[email protected]>
*const c_char constants are compared as UTF-8 C strings

Assume that all `*const c_char` constants defined on the Rust side are
null terminated and UTF-8...

25510b83979bc3f722b74c413a0d1891b0313bd8 authored about 6 years ago by Tomasz Miąsko <[email protected]>
Update README

8a70fc54959fea5fc24641068f0d35afd37bcc94 authored about 6 years ago by Tomasz Miąsko <[email protected]>
Ignore structs with void fields

7e0b22de4f1d4672a13653a693de133b6fa4e4d4 authored about 6 years ago by Tomasz Miąsko <[email protected]>
Bump version

728345fce69e7bbe0199f1b648c519f8ad4d8eaa authored about 6 years ago by gnzlbg <[email protected]>
Add support for packed structs

3e2ac3ab9c785866c6e4eb37df903d3defd38d17 authored about 6 years ago by gnzlbg <[email protected]>
Run rustfmt

7ca018260db9fd41def13cdeb6b5e739d940203f authored about 6 years ago by Alex Crichton <[email protected]>
(cargo-release) version 0.2.7

97999c49af13bfe19bbbb9d4092b9acb8216b4cd authored about 6 years ago by Alex Crichton <[email protected]>
Fix generates tests with C function conflict

96ca3fa81605aa9a7d55a74f64c6b2df9af9ded1 authored about 6 years ago by Alex Crichton <[email protected]>
bump minimum version

07176ac796a287b6cd5014a8ce76d5b1ccca897c authored about 6 years ago by gnzlbg <[email protected]>
support statics of Option<fn> types

ee2fd33d94fd4f7640b4b989e1f3b9b876cdbbc3 authored about 6 years ago by gnzlbg <[email protected]>
bump minor version

ffb619c951fab0a3edee7b605ce92ad69a34d244 authored about 6 years ago by gnzlbg <[email protected]>
support non-mut statics with Option<&T>

31cae7d94f86bc90015a25a4c28c4cf499b42ae6 authored about 6 years ago by gnzlbg <[email protected]>
re-format

eab052cb32b6c7cfbaef3bfc48a998a26a98693a authored about 6 years ago by gnzlbg <[email protected]>
fix clippy issues

e17d4ae67c3d9b380053b20644b701bcf67dec18 authored about 6 years ago by gnzlbg <[email protected]>
Merge pull request #49 from gnzlbg/bv

bump minor version

4aea5ede350b240b5bb1ccd0b13b0f0abaf97f68 authored about 6 years ago by Alex Crichton <[email protected]>
Merge pull request #48 from gnzlbg/linux-libc

Test ctest with libc on linux

432677ca8da277462385d68b035a3e5748e1c619 authored about 6 years ago by Alex Crichton <[email protected]>
Merge pull request #46 from gnzlbg/fb2

Add support for extern static references and optional references

dae27809d8f2abf692d8d6b8a7885b2ab9ff77b4 authored about 6 years ago by Alex Crichton <[email protected]>
bump minor version

39f2ba743bdcbf0b1d0465d90b5087c0397eeed5 authored about 6 years ago by gnzlbg <[email protected]>
test ctest for libc on linux

d93ac9743a5dbb5edb8a33903b8cb883cef7dffb authored about 6 years ago by gnzlbg <[email protected]>
add support for extern static references and optional references

07c96c674233970eaf1e8674039b07b4c8a9645b authored about 6 years ago by gnzlbg <[email protected]>
Merge pull request #43 from johnschug/skip-sign

Skip signedness checks for type aliases of non-integer types

9480ee376ef3b24567ca0b208b7e9b9faa19f82b authored about 6 years ago by Alex Crichton <[email protected]>
Merge pull request #45 from gnzlbg/update_libc

update libc test

49d84f7b8b95a931da013353393b8f45cf3bd1f8 authored about 6 years ago by Alex Crichton <[email protected]>
update libc test

2810a2c9b14a9451e98a7798d6cf07086ab0a3ac authored about 6 years ago by gnzlbg <[email protected]>
Merge pull request #42 from gnzlbg/arrs

Add support for arrays in extern statics

f0fea68bf69c27e5e08b5a10528387ba367fa254 authored about 6 years ago by Alex Crichton <[email protected]>
remove travis cargo before_script

26dc2b124a02991aead9c9321d690aa24d06eed9 authored about 6 years ago by gnzlbg <[email protected]>
Skip signedness checks for non-integer type aliases

2099f6179f476aef903ca6a3131e043e75c06cec authored about 6 years ago by John Schug <[email protected]>
Bump version in readme

8f6e4111bb031347ea9395a430823fc038e5da75 authored about 6 years ago by gnzlbg <[email protected]>
Bump minor version

72a1fc6c5a49e880b308f5f053a2d70bbcc46091 authored about 6 years ago by gnzlbg <[email protected]>
Verify that ctest does not break libc

8d3bc9a6abd10c6e04b3fb3b9cedc4a10ecd8f76 authored about 6 years ago by gnzlbg <[email protected]>
Add support for arrays in extern statics

d389610b9ece689a2b3e602eacb9cd19af8af50f authored about 6 years ago by gnzlbg <[email protected]>
Merge pull request #39 from gnzlbg/rs2c

Minimal support for fn types in extern statics

f8bd33266921636ce99c1026ddb429095b896921 authored about 6 years ago by Alex Crichton <[email protected]>
add support for nested functions

30f5187a6a456942015f6361bae045ff06736dca authored about 6 years ago by gnzlbg <[email protected]>
Minimal support for fn types in extern statics

9375d57cf2151069306ea04222bcad2d61862e9c authored about 6 years ago by gnzlbg <[email protected]>
Bump to 0.2.2

52394e1f48270ec38b9d03694ae3276ce4720941 authored over 6 years ago by Alex Crichton <[email protected]>
Merge pull request #37 from tbu-/pr_test_statics2

Revert bump in the minimum supported Rust version

5daab1daf0a361f81f83d98b7def856ff289b01b authored over 6 years ago by Alex Crichton <[email protected]>
Revert bump in the minimum supported Rust version

Being able to call `const fn` on stable is a relatively new addition.

CC https://github.com/rus...

92bc00eecc1b8725ecaa318df860664a91846fe4 authored over 6 years ago by Tobias Bucher <[email protected]>
Bump to 0.2.1

63383723336899ce8ca5b33e56a237397deecd1d authored over 6 years ago by Alex Crichton <[email protected]>
Add a test exercising statics

44a58590ef2501546f2da0287af0c77e5be2d531 authored over 6 years ago by Alex Crichton <[email protected]>
Add static testing

f665accfdc52b3f887cc59511aaf2c3009b902b1 authored over 6 years ago by Tobias Bucher <[email protected]>
Merge pull request #35 from gnzlbg/doc0

improve docs of cfg method

e8cd0c2f341fe5211a9a25f646df0a3352a8eec8 authored over 6 years ago by Alex Crichton <[email protected]>
Bump to 0.2.0

5360c25e0e95aa28decc3ea0d3b546a9c22388d3 authored over 6 years ago by Alex Crichton <[email protected]>
improve docs of cfg method

e9355e738e3e25c5b51114f9bc7974da83040c6c authored over 6 years ago by gnzlbg <[email protected]>
Merge pull request #34 from afdw/master

Add support for unions without typedefs

bf780a0e62caf4fb4747bd683713864b444bd6fb authored over 6 years ago by Alex Crichton <[email protected]>
Add support for unions without typedefs

80788238ecaca2a610efea3f5c46ea9f23f88121 authored over 6 years ago by Anton Danilkin <[email protected]>
Update libc dep

5c537236d150da311d67b8ccf4c3c49987b92c8d authored over 6 years ago by Alex Crichton <[email protected]>
Update Cargo.toml doc url

482c7f0643942174a802d89ad7d460e89b576ed3 authored over 6 years ago by Alex Crichton <[email protected]>
Merge pull request #29 from glandium/target_endian

Add target_endian to the set of #[cfg()] items that are considered.

94815cadb00ab7bcee8b2f9b903c4db7f14c6fa1 authored over 6 years ago by Alex Crichton <[email protected]>
Add target_endian to the set of #[cfg()] items that are considered.

Without this, the entries added in
https://github.com/rust-lang/libc/pull/960 are never tested.

25b5b64e36147aab36a83cb1ffd5432c09a317ce authored over 6 years ago by Mike Hommey <[email protected]>
Merge pull request #28 from gnzlbg/deprecated

allow deprecated declarations on non-msvc targets

954f493d482a0873866ba335bee75ce2936e5415 authored almost 7 years ago by Alex Crichton <[email protected]>
allow deprecated declarations on non-msvc targets

a24ccd2ad9995915f6be99dcf6e548f2bdfafe14 authored almost 7 years ago by gnzlbg <[email protected]>
Merge pull request #27 from gnzlbg/fix_bug

panic! on non-repr(C) structs only if the struct should not be skipped

d3a5248c49ced9e5d42ebd74ee494db2988e7bad authored almost 7 years ago by Alex Crichton <[email protected]>
panic on non-repr(C) structs only if the struct should not be skipped

c79cfd9d02aa6e5f6026e79df8b47bcdd34ec597 authored almost 7 years ago by gnzlbg <[email protected]>
Bump to 0.1.7

3a2e87e15d0b02cf07ab69ca63b109b5216ff286 authored almost 7 years ago by Alex Crichton <[email protected]>
Fix checking structs with `#[derive]`

Closes #26

b590c2958b010d0a2512b5b81abccd8879f65604 authored almost 7 years ago by Alex Crichton <[email protected]>
Merge pull request #25 from bgermann/master

Solaris support

29d33e26d8f1297736c3716f4f2495dd068849ef authored about 7 years ago by Alex Crichton <[email protected]>
Solaris support

8182b0cb0e73cc5b314886adeed9ebdf32d6e769 authored about 7 years ago by bgermann <[email protected]>
Clarify wording of license information in README.

This text historically was copied verbatim from rust-lang/rust's own README [1]
with the intenti...

06e41ac5f8f5f83dda57a106cfc1e801bd7e2f36 authored about 7 years ago by Alex Crichton <[email protected]>
Merge pull request #22 from malbarbo/x32

Add support for linux x32

621f64e78e25e71aca65f023591508dec188ae92 authored about 7 years ago by Alex Crichton <[email protected]>
Add support for linux x32

8739c4bfe720e994184a95c7ebec773183f255f9 authored about 7 years ago by Marco A L Barbosa <[email protected]>
Bump to 0.1.6

af855105286b4c2c2253f1d5ff19cefbcaa7fd95 authored over 7 years ago by Alex Crichton <[email protected]>
Update docs url

777c1de834bfc64d6561b50489dc310186bd6ed4 authored over 7 years ago by Alex Crichton <[email protected]>
Remove syntax items we're not checking

May end up fixing some panics too!

4d509e6c1d618c726a30a9cb5a5df5bdbfbfe70a authored over 7 years ago by Alex Crichton <[email protected]>
Bump another dep on gcc

2f6e9ce464e3512a2ffaf5c4ffcf5b356299ed73 authored over 7 years ago by Alex Crichton <[email protected]>
Bump to 0.1.5

c1c7e1715eb5a35d98c900b18da65fcb37c3de28 authored over 7 years ago by Alex Crichton <[email protected]>
Bump dep on gcc

ada43df485686af8d88b79234e533ec13c10f41e authored over 7 years ago by Alex Crichton <[email protected]>
Try to ease the Rust compiler's pain

We apparently blew the stack on Emscripten during emulation so let's try to cut
down on the pain...

4447cfbc169d9c3c8d30f30ef98a963d77df137f authored over 7 years ago by Alex Crichton <[email protected]>
Add support for unions

Closes #20

f4e0e2fba07638afe3903a6b655547effcd888a9 authored over 7 years ago by Alex Crichton <[email protected]>
Upgrade syntex_syntax dependency

391ac85ba8d855b18d78336cb627f7b14d5cd249 authored over 7 years ago by Alex Crichton <[email protected]>
Add support for fixed-size array arguments

f574bfb76096de30597089a1e9b6c8c69f5a6454 authored over 7 years ago by Alex Crichton <[email protected]>
Add support for double-arrays in struct fields

466d365f593ad5d39fa3fac066123370495b0a4a authored over 7 years ago by Alex Crichton <[email protected]>
Support explicit `-> ()`

2bcacb0d87f072015c72e39aff6b8c82a743e5af authored over 7 years ago by Alex Crichton <[email protected]>
Add support for testing `str` consts

9771b45e0ead3fff4187b1674de9dc84d39dbda2 authored over 7 years ago by Alex Crichton <[email protected]>
Increase the default recursion limit

de371b4fbf7efec032aea375bceed83ad1191b6d authored over 7 years ago by Alex Crichton <[email protected]>
Bump to 0.1.4

1f0ad8b366b2757a2e714abcbee7eb606e89d7c3 authored over 7 years ago by Alex Crichton <[email protected]>
Merge pull request #19 from sfackler/master

ABI fixes

08db9429293a53c2fa8d39f0cc43a04add955100 authored over 7 years ago by Alex Crichton <[email protected]>
extern blocks can't be public

1254f45225d62d6699bd56e40c3d3aaacdd9c2b6 authored over 7 years ago by Steven Fackler <[email protected]>
Handle ABIs in fields

73b72c1fa6b07f6da95fb035b1e92f82fc149236 authored over 7 years ago by Steven Fackler <[email protected]>
Merge pull request #18 from malbarbo/emscripten

Add support to emscripten targets

f4835aa2a14411beebc67e9a900858978d03cc92 authored over 7 years ago by Alex Crichton <[email protected]>
Bump to 0.1.3

ae23ed414ebe9e8cce72efbe0923741b66b84207 authored over 7 years ago by Marco A L Barbosa <[email protected]>
Add support emscripten targets

514a2f21990d83aa6fb4186a7220bf073558d87d authored over 7 years ago by Marco A L Barbosa <[email protected]>
Bump to 0.1.2

62e60036955c3d7b9933e522646d11165c083b0c authored over 7 years ago by Alex Crichton <[email protected]>
Merge pull request #17 from petrochenkov/master

Bump syntex_syntax to 0.27.0 to fix build on nightly rustc

ae0bbf4e89de49b588d251769a5af8adcceb00b4 authored over 7 years ago by Alex Crichton <[email protected]>
Bump syntex_syntax to 0.27.0 to fix build on nightly rustc

9c81b927f3e1400f6558a65eeaffa126940ecf8c authored over 7 years ago by Vadim Petrochenkov <[email protected]>
Merge pull request #16 from cactorium/master

Add -unknown-linux-uclibc as target

0b7f7b707add9d10c85bd3911030f7a739c349fa authored over 7 years ago by Alex Crichton <[email protected]>
Add -uknown-linux-uclibc as target

376f59a67cdae9d0f162f03b25c3b39f138b5eb3 authored over 7 years ago by Kelvin Ly <[email protected]>
Support cast expressions in array lengths

Happens typically to cast to a usize, let's just make it work.

Closes #15

80c0e5d8dfa6d95c1b1fd7a313ba08ece18fac2f authored about 8 years ago by Alex Crichton <[email protected]>
Merge pull request #13 from japaric/sparc64

sparc64 support

b703b23c69afe0f4939e0c7f6540e40e2f4a12e0 authored about 8 years ago by Alex Crichton <[email protected]>
sparc64 support

6d24033d97a8b559245397102a3d751168050672 authored about 8 years ago by Jorge Aparicio <[email protected]>
Touch up README

1cb654aa230dd40fd2ce7cf4d243a7173c5ac220 authored about 8 years ago by Alex Crichton <[email protected]>
Merge pull request #12 from sfackler/patch-1

Mention openssl-sys

ea2799d0dd7193d078c455a59ddff70c70068050 authored about 8 years ago by Alex Crichton <[email protected]>
Mention openssl-sys

947d0671b06dfede0bfc20b4230017fd0be7df68 authored about 8 years ago by Steven Fackler <[email protected]>
Merge pull request #11 from semarie/libc-0.2

update syntex_syntax a bit

30b049f9ce07e5ce1bedebbabc86bf4311bb3c7c authored about 8 years ago by Alex Crichton <[email protected]>
Try with syntex_syntax v0.21.0

v0.20.0 failed on Windows, v0.21.0 has changed part in the failing
place.

a99a866ffef7ddf7436a6d1b072119997862818d authored about 8 years ago by Sébastien Marie <[email protected]>
update syntex_syntax a bit

syntex_syntax-0.20.0 depends on libc-0.2, whereas syntex_syntax-0.19.1
on libc-0.1.

it makes co...

eee424d929703199692293c08f8d6fa7f4e61193 authored about 8 years ago by Sébastien Marie <[email protected]>
Update travis token

056f15f28d3f0abdcfcfaffac63cb0eecc905a70 authored about 8 years ago by Alex Crichton <[email protected]>
Fix tests on nightly

e5e3bb1de94c9e303a849c342adeeac87b6525ad authored about 8 years ago by Alex Crichton <[email protected]>
Use Cargo workspaces

ee8fc734b16c98f775b607baa917c696b87c11d6 authored about 8 years ago by Alex Crichton <[email protected]>
Bump to 0.1.1

d340c49cc5575f1f5390abf6b90a87ef812b4f1f authored about 8 years ago by Alex Crichton <[email protected]>