Ecosyste.ms: OpenCollective

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

github.com/georust/gdal

Rust bindings for GDAL
https://github.com/georust/gdal

remove 'associated_types' feature

it's on by default

214a8ee4a370cfcf2cd67807728106e5e1866873 authored almost 10 years ago by Alex Morega <[email protected]>
use new syntax for closure arguments

892e13eaab4a151c876bfae6ae29f6c4e9bc2739 authored almost 10 years ago by Alex Morega <[email protected]>
rust update: change implementation syntax

b025d1e65de8c20f6a90c82d3d50654be3708611 authored almost 10 years ago by Alex Morega <[email protected]>
add missing imports

40282dad6a7a001beb5b084fcca4d05abf586ebe authored almost 10 years ago by Alex Morega <[email protected]>
license

fixes #2

66952f00698ba5928d506180d6b1cf9b1cb120ee authored almost 10 years ago by Alex Morega <[email protected]>
hide the missing_copy_implementations warning

4a531b39e4a18b3c9b3d5598a3fbc9c5c4b95cb2 authored almost 10 years ago by Alex Morega <[email protected]>
rename fields to remove dead_code warnings

b4981e5db8ca7bf1d5db2a6242568c4013443366 authored almost 10 years ago by Alex Morega <[email protected]>
remove into_string, it's already an owned string

f86e017458d95cd145ce1d85ec6a5b83c3d117c7 authored almost 10 years ago by Alex Morega <[email protected]>
StaticMutex is back in std crate

f53bc7f2426433b5964bcb155eb641ebf93aa1c6 authored almost 10 years ago by Alex Morega <[email protected]>
fix type shadowing warnings

0a2f02cd46259b2f84c04acf2c26c3be4c237a08 authored about 10 years ago by Alex Morega <[email protected]>
fix ownership errors

a835dccb3aa549956ed280e08c2e12a75b773fd1 authored about 10 years ago by Alex Morega <[email protected]>
argument doesn't need to be mutable

c88a96b2c43a4509953c44a8beafdbdcfd5fd47b authored about 10 years ago by Alex Morega <[email protected]>
specify type of variable

118b7fc80776b8bc9817e71734cef02d188185c2 authored about 10 years ago by Alex Morega <[email protected]>
print errors

1b5dadb8a628eeab4d27e8e9b3ee4d3fc25b1c20 authored about 10 years ago by Alex Morega <[email protected]>
remove unused constants

84b43b3cffb147cbf154af557f7e582a0718712e authored about 10 years ago by Alex Morega <[email protected]>
change StaticMutex to StaticNativeMutex

10fc418957f1a6495d21ac6974fb25598e445539 authored about 10 years ago by Alex Morega <[email protected]>
remove unused import

234a656e83a5dee346bb909163d7655d4ec8e047 authored about 10 years ago by Alex Morega <[email protected]>
fix enums

0e1bedc50ee14f250c368539eead17ab939fbbf9 authored about 10 years ago by Alex Morega <[email protected]>
also remove the test

2cfe33aa0ab636358dc6b6fbfd161cfa6daa860a authored about 10 years ago by Alex Morega <[email protected]>
remove obsolete NumCast+Clone implementation

5948bd9ae369ef003bd5e26fa1f88915126dd7b4 authored about 10 years ago by Alex Morega <[email protected]>
update rust-ci docs integration

63257730d0423179c1775096f1f55bd486ac4d87 authored about 10 years ago by Alex Morega <[email protected]>
rust-ci secret

2919d5fa73b46ac4a030ac931c699a855a3f4ee1 authored about 10 years ago by Alex Morega <[email protected]>
Merge pull request #1 from steveklabnik/master

fail -> panic

5003bd92447ebee5d13104af0b206165310476b4 authored about 10 years ago by Alex Morega <[email protected]>
fail -> panic

f02cad75eec6c68329f70b09848d238070f7a1b8 authored about 10 years ago by Steve Klabnik <[email protected]>
rename unsafe methods to begin with _

9aedbe3b29b4104df82adcc5e419aab4c3e6e6e5 authored about 10 years ago by Alex Morega <[email protected]>
short function names

9de7db903d771f2aacc34935c2704a5972ee838f authored about 10 years ago by Alex Morega <[email protected]>
build and upload docs

a44da262b64dabeb7ec6138907f9c2947d599887 authored about 10 years ago by Alex Morega <[email protected]>
use const instead of static for constants

f269c23f7c56545474144d9e31380cc65e2c296f authored about 10 years ago by Alex Morega <[email protected]>
travis now supports language "rust"

e06ca4be04464f04f473177bcc2004d1e34b8653 authored about 10 years ago by Alex Morega <[email protected]>
remove intermediate "gdal" folder

a9b26e8263d3563558e1c36c85d6b7d02fce74ea authored about 10 years ago by Alex Morega <[email protected]>
remove makefile

a1161f5a0e5c82635bce4f5ea135bb0be7bdc2c5 authored about 10 years ago by Alex Morega <[email protected]>
cargo configuration

6358c04a182b12275e797d149eab183bdb609434 authored about 10 years ago by Alex Morega <[email protected]>
find fixtures relative to source files

7eea42b1462ffbc3bbe641617d36b42eb22e6dce authored about 10 years ago by Alex Morega <[email protected]>
pass geo transforms as vectors/slices

97448cfbc65df4c4f8ac9056eb1f99627f163301 authored about 10 years ago by Alex Morega <[email protected]>
use vec indexing

24331076df6520c1c04f3eeb0b0d610dd5611b19 authored about 10 years ago by Alex Morega <[email protected]>
rename variables

e5de67ec82473ded455fc5b4f48b2e268f92d2f0 authored about 10 years ago by Alex Morega <[email protected]>
use range/map/collect to create buffer

cc7844a9eb1661687abc4994aaf0e7601bde91ec authored about 10 years ago by Alex Morega <[email protected]>
use index operator

6d66a4e99dbd802d7e619d3b3d2480b648381f75 authored about 10 years ago by Alex Morega <[email protected]>
use string slices when passing arguments

56995a20b3085d43aefd848448601bf802253174 authored about 10 years ago by Alex Morega <[email protected]>
use to_string()

f81739871851984353c36581bc2f8cdd60d3e631 authored about 10 years ago by Alex Morega <[email protected]>
change constants to uppercase

7414c738074ddfb16ab173c38c809c5147d919fa authored about 10 years ago by Alex Morega <[email protected]>
change constants to uppercase

05f0156e1bed3c9e6c4905b5afd346320bf496dc authored over 10 years ago by Alex Morega <[email protected]>
replace .shift()

a4224cba0e466af0a0c579330c2d7843013c5e42 authored over 10 years ago by Alex Morega <[email protected]>
update *c_char to String conversion

794e3d6498deef3750aa43dc63a0e2086cd4cd7a authored over 10 years ago by Alex Morega <[email protected]>
update crate name

ab9f064e88b05fd4af0b4b5f2e06904cd4fd59c8 authored over 10 years ago by Alex Morega <[email protected]>
rename tests module

f39fa7cea435c870f4c2e3f4464091ba83767f9c authored over 10 years ago by Alex Morega <[email protected]>
fix travis dependencies

f4b1d9b4f6d1fc0a71aa4da826e9d9dda2a24a57 authored over 10 years ago by Alex Morega <[email protected]>
add 'const' to pointers

7d39aa52452413be83018d06b542ec4e1d5a41aa authored over 10 years ago by Alex Morega <[email protected]>
add type specifiers

b860f7acb780fb0e19ea534e00b3fdb78497db07 authored over 10 years ago by Alex Morega <[email protected]>
update code for latest rust

a72d046e1477adc1b139e5a540a152d2a9e5548c authored over 10 years ago by Alex Morega <[email protected]>
switch back to ppa:hansjorg/rust nightlies

b047417c97b10a0404f5e78a1afeff57b4e926bf authored over 10 years ago by Alex Morega <[email protected]>
`.count()` doesn't accept an argument any more

1dc44593ca0196f824175d16724460bcac6918eb authored over 10 years ago by Alex Morega <[email protected]>
iterator yields Field objects

1d9d1b4f16ec876ea02113832c4e5ceed7e884c8 authored over 10 years ago by Alex Morega <[email protected]>
enumerate field names

97d3db45fb94d8afa02e8ba64404fb16e28d884b authored over 10 years ago by Alex Morega <[email protected]>
rename F64 to Real

a66b803b998fd1955330664fa842408168a41c88 authored over 10 years ago by Alex Morega <[email protected]>
travis - update packages before install

580ef41fbdac48b1693ff269385e97e968fd32fa authored over 10 years ago by Alex Morega <[email protected]>
change constructor for Point

6b5d593e95ba8c14435fb6b7e7ab00a525b54392 authored over 10 years ago by Alex Morega <[email protected]>
export geojson geometry

e9c0550727c1e0ed0e7195410193c6beee03567f authored over 10 years ago by Alex Morega <[email protected]>
allow passing flags to test runner

72619934e28b00d6d5d9a607450da69da0e6907d authored over 10 years ago by Alex Morega <[email protected]>
extract helpers to load fixtures

1b08d8ade003765df05ffff37d75fb12ad66d749 authored over 10 years ago by Alex Morega <[email protected]>
drop `get_` from function names

e4f4a52e3cfd4a57ab7e3ce6248cc38503a2c554 authored over 10 years ago by Alex Morega <[email protected]>
reorder code

10098370d717ba334331711fa962afcd939bd046 authored over 10 years ago by Alex Morega <[email protected]>
as_string and as_f64 methods

c4dd6808d39b2ad88b0612f510bcd5f787aba8ff authored over 10 years ago by Alex Morega <[email protected]>
return None if the field is missing

0bb400328d771c181b6ac579b84df6a9f6e7433c authored over 10 years ago by Alex Morega <[email protected]>
a single function that gets field values

ec103ff9ea4dde54a6c9a70560c4989f07e4a844 authored over 10 years ago by Alex Morega <[email protected]>
get float field value

6f509409e4d1f0e05c1404aecbf0e34aaccfbef7 authored over 10 years ago by Alex Morega <[email protected]>
export geometry to wkt

38bc872c0b0980ffb4303be5495f83767f464e0b authored over 10 years ago by Alex Morega <[email protected]>
Feature keeps a reference to Layer

e0d869f895f504495e56d97bdaaf572347f03ee1 authored over 10 years ago by Alex Morega <[email protected]>
install rust from nightly tgz

5697552788691af92dbf141756db8a6fb2a6a296 authored over 10 years ago by Alex Morega <[email protected]>
get field value

e9bfa66455cdc84275db0482145b1ca9986f4a2e authored over 10 years ago by Alex Morega <[email protected]>
fix argument names

cffd71a95b972d46361aa63c1dfa6b1cb1d9699e authored over 10 years ago by Alex Morega <[email protected]>
iterate over features in a layer

a17d58c833c323ae96ca27aaa62a12ec608e7e23 authored over 10 years ago by Alex Morega <[email protected]>
layer borrows a reference to dataset

73636a21e45874dbe62ed2e8d0afa907401dc61b authored over 10 years ago by Alex Morega <[email protected]>
open/close vector dataset; get layer count

0356833a602be0571b03e39a35b132807a482108 authored over 10 years ago by Alex Morega <[email protected]>
geojson fixture

source: http://tile.openstreetmap.us/vectiles-highroad/17/75039/47441.json

61346260627e0a291857da4797f84682088b75df authored over 10 years ago by Alex Morega <[email protected]>
fix warning

0104b212bc6b314fb8f07b2a4740a5bb87970ad0 authored over 10 years ago by Alex Morega <[email protected]>
move tests to test submodules

ae9087121862fbde9f9e72881673a8f7a866558d authored over 10 years ago by Alex Morega <[email protected]>
move driver code into raster.rs

8f852a09cf46197394ed04ce9df126f0452bfd45 authored over 10 years ago by Alex Morega <[email protected]>
rename module and struct

97c2b99565386e1912ca354b5e79da96184a91d4 authored over 10 years ago by Alex Morega <[email protected]>
port to newer rust

42579754208790f02d08ebeddcf3f6895da7d1ad authored over 10 years ago by Alex Morega <[email protected]>
libc is now a separate crate

ca75ece489f23d360ae4549e9937c848b08f597f authored over 10 years ago by Alex Morega <[email protected]>
use png fixture, don't resize during read_raster

this should fix test_read_raster, which probably failed on travis
because of different jpeg/gdal...

945b104e8a767f7bf35c19675f3b98bb496ed6c9 authored over 10 years ago by Alex Morega <[email protected]>
ubuntu has libproj-dev instead of libproj0-dev

aa529471a8aaadbf0cde63fb3d3e6d86e3449130 authored over 10 years ago by Alex Morega <[email protected]>
install dev libraries for gdal and proj

46dbf6e4eb742d79cc3d0510f81d7796e6dbe3ca authored over 10 years ago by Alex Morega <[email protected]>
fix visibility issues

57a05359389eefae439cbb210273cf5f98fe6fb8 authored over 10 years ago by Alex Morega <[email protected]>
use markdown syntax for travis image

891549be30214d5b09f656f20e21f2166ee7f18e authored over 10 years ago by Alex Morega <[email protected]>
travis image

884cc8a5055107964082c5fde9be217f7c9a1272 authored over 10 years ago by Alex Morega <[email protected]>
travis configuration

b578ae6203cc81ad3adce26a7097290dee2a4226 authored over 10 years ago by Alex Morega <[email protected]>
update readme

a0b0873230ff158b07d2a7faf14f996cff8a8002 authored over 10 years ago by Alex Morega <[email protected]>
transform gdal into a library

27effdb5696c254ed3d57d41c61d0222a0770bb9 authored over 10 years ago by Alex Morega <[email protected]>
remove non-gdal code

d7280adcb97010f292bfac4d34e2cbc695f4dcdf authored over 10 years ago by Alex Morega <[email protected]>
overlay with OSM tiles

66e4b2f9659a528998194b27979d5c585fc57842 authored over 10 years ago by Alex Morega <[email protected]>
implement GDALReprojectImage

5aa7fe5fa97f5a1a92ff0a13c64b6ff90c8f9fef authored over 10 years ago by Alex Morega <[email protected]>
wrap GDALSetGeoTransform

ee24e39f94cd9917bfd5ffe80182aa051c79ed9c authored over 10 years ago by Alex Morega <[email protected]>
Merge branch 'workqueue'

67c421828db500734f2e60b2876dd66ad57d6728 authored over 10 years ago by Alex Morega <[email protected]>
port rustile to new workqueue api

dbbfe2ad8ecc95d2b9e00a00c532069888e1086d authored over 10 years ago by Alex Morega <[email protected]>
module documentation

260dbc147486641c22ae02cd576a7fcd6926db41 authored over 10 years ago by Alex Morega <[email protected]>
fewer things need to be public

c82f5bc64c847467f943240654d35f558647b568 authored over 10 years ago by Alex Morega <[email protected]>
inline the register_worker method

55686032b708f63be202ffe26909ac4e224b2bb1 authored over 10 years ago by Alex Morega <[email protected]>
split away the dispatch logic

7abae72b05174263afaf0a03ea37026e0b82cc8f authored over 10 years ago by Alex Morega <[email protected]>