Ecosyste.ms: OpenCollective

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

github.com/georust/robust

Robust predicates for computational geometry
https://github.com/georust/robust

Update CI (#33)

Switch to Merge Queue
Remove bors

a1ecfc790d9a23092b7bab9a4827551696a27263 authored about 1 year ago by Stephan Hügel <[email protected]>
Merge #32

32: Prepare for 1.1.0 release r=urschrei a=urschrei

Co-authored-by: Stephan Hügel <shugel@tcd...

c2183a06cc4e68f24836f981acb08e28d4d5f3d3 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Prepare for 1.1.0 release

728606dc8e942bf79e81b3318f7817c6ba1a6f95 authored over 1 year ago by Stephan Hügel <[email protected]>
Merge #31

31: Fix incircle docs r=urschrei a=urschrei

Fixes #30

Co-authored-by: Stephan Hügel <shugel@tc...

6fa7015ddee30c19f6bb093acfabc8363c781178 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Merge #28

28: Performance tweak for orient2d r=urschrei a=tinko92

This PR proposes a minor change for the...

3f4e3ad6913b92a352f7c4892c402e651b255288 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fix incircle docs

Fixes #30

830b78d803c847baa5ec0a110acba721507c4029 authored over 1 year ago by Stephan Hügel <[email protected]>
Use error bound from Ozaki et al in orient2d, remove (now) unused constant CCWERRBOUND_A.

e1f3d3cd80fdd6e214fbdcc14e9afeb6633abab5 authored over 1 year ago by Tinko Bartels <[email protected]>
Single branch check for approximate result in orient2d.

2c5ea79bc07c6220a8ec5bb37c9e0ce945cffe75 authored over 1 year ago by Tinko Bartels <[email protected]>
Merge #26

26: Prepare for 1.0 release r=urschrei a=urschrei

Closes #25

Co-authored-by: Stephan Hügel <sh...

6cead7c8d2b5b604e88b2cea6e29dc6c7abbf009 authored almost 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Prepare for 1.0 release

Closes #25

5f2f04b74dc281060c876a1a2c1a870eb2ded49d authored almost 2 years ago by Stephan Hügel <[email protected]>
Merge #24

24: Use test fixtures from Nanevski et al (2001) r=rmanoka a=urschrei

Ported over from https://...

c160bc94b44badfbca856fbc80e75d04b96fa8d1 authored almost 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Port test fixtures from Nanevski et al (2001)

This provides tests for all four top-level functions

30389acb619b294549349bb681008467705dc759 authored almost 2 years ago by Stephan Hügel <[email protected]>
Add bors config to CI

a85724ef7610bb0210a4ee2613d737ff6052784e authored almost 2 years ago by Stephan Hügel <[email protected]>
Add bors config

e33dc4b7ca6ac35a10144982edd9670709807884 authored almost 2 years ago by Stephan Hügel <[email protected]>
Merge pull request #23 from dmyyy/orient3d

Implement orient3d + insphere

a6ae0664bec68066759f2cf66319a6c634a1e190 authored almost 2 years ago by Stephan Hügel <[email protected]>
add test + passes

a1cf38a1f0e63837f42b43065dddfe2de4b308be authored almost 2 years ago by banin <[email protected]>
implemented insphere finally

e8e98f87dac9af442be7fa8c81ac3c9ba8a7f8c1 authored almost 2 years ago by banin <[email protected]>
done

0ec06a16d4704061bd5b4f9f58111e4fc936aa29 authored almost 2 years ago by banin <[email protected]>
insphere wip

725a7d1fff49a7fb2a793bfc4343f65193f286d6 authored almost 2 years ago by banin <[email protected]>
fix test + test passing

1e3bfdabcca75de90e86ffbb897a25164fdfe75b authored almost 2 years ago by banin <[email protected]>
fix a bunch of clippy warnings

9bf47d118ccbfbaba0f5e16306cfd76aceba6c67 authored almost 2 years ago by banin <[email protected]>
use core::mem::swap

ed2c4700c64a4df65e76c0489e28c991148a06f8 authored almost 2 years ago by banin <[email protected]>
fix compilation errors

6ae3faa17f2c34e93767872770184a1b9090ee41 authored almost 2 years ago by banin <[email protected]>
fix cargo fmt

5a3f54ad020bdc64ccbb78aadc16ab95ff260eaa authored almost 2 years ago by banin <[email protected]>
implemented orient3d

34e02f2137c4d405662ffbffb8c49e129a5dfed8 authored almost 2 years ago by banin <[email protected]>
Merge pull request #22 from tobbywilson/patch-1

Add repo to Cargo.toml

88c6f76491c60aa3a7efa8c19509bcfe51572c27 authored almost 2 years ago by Corey Farwell <[email protected]>
Add repo to Cargo.toml

d5426c2191a9d2a95c52ef8ef358e4ae4077869e authored almost 2 years ago by tobby <[email protected]>
Merge pull request #21 from gerritsangel/spdx

Use SPDX license expression

0ec4cdc12d8cb9b7aee1d7dccb84e0d1fcea8824 authored about 2 years ago by Corey Farwell <[email protected]>
Use SPDX license expression

82abfad8c503d3e5ab5843e5c41f33aa56c46125 authored about 2 years ago by Gerrit Sangel <[email protected]>
Merge pull request #18 from georust/frewsxcv-fuzz

Add fuzz targets for incircle and orient2d.

6b482661d48207ebb0ff1c4bdc74aad5c6fc0387 authored about 4 years ago by Corey Farwell <[email protected]>
Add fuzz targets for incircle and orient2d.

Installation:

```sh
cargo install cargo-fuzz
```

Run:

```sh
cargo fuzz run incircle # or `car...

08877cc7d0833e8deccefeb75c77165123370117 authored about 4 years ago by Corey Farwell <[email protected]>
Fix typos and link in example (#16)

* Fix typos and link in example

* Version bump and description edit

e3f02ee83a94a42fda91c92ac9e040b3ca845fc1 authored over 4 years ago by Stephan Hügel <[email protected]>
Merge pull request #15 from georust/urschrei-patch-1

Cite original work in README

c1894b0b86cda44d47339e3f77420a928e74dd4f authored over 4 years ago by Stephan Hügel <[email protected]>
Cite original work in README

fbcb0b0547fb49dabaf72a1d6a459833b2aee597 authored over 4 years ago by Stephan Hügel <[email protected]>
Minor tweaks to README.md

24fd66deebaf2d8ef2b72a8daa4c86765c8e935b authored over 4 years ago by Corey Farwell <[email protected]>
Merge pull request #14 from georust/readme-examples

Show off examples in README.md

7b354dcac80707174325149e99f09ae3d883ed00 authored over 4 years ago by Corey Farwell <[email protected]>
Typo

fb318ee397e14c332bb7e0474c3ea5b44ca26431 authored over 4 years ago by Corey Farwell <[email protected]>
Tweak the wording

4b88153a55b0694c30754eb4052bc246511eb23e authored over 4 years ago by Corey Farwell <[email protected]>
Show off examples in README.md

5234bcef09ae53d9a2977a7dc793e3baefad046b authored over 4 years ago by Corey Farwell <[email protected]>
Merge pull request #13 from georust/predicate-map-example

Example to visualize robustness

3873653eb9de8380bed4774cd89c634d2667f664 authored over 4 years ago by rmanoka <[email protected]>
Enable build of examples

a8a1b909a53e2ce33de1947e7f3727489e6f7176 authored over 4 years ago by Rajsekar Manokaran <[email protected]>
Example to visualize robustness

Ported from https://github.com/danshapero/predicates .

4ea2d515b302c857f3872899eb528e5a68edd5a6 authored over 4 years ago by Rajsekar Manokaran <[email protected]>
Merge pull request #11 from georust/frewsxcv-no-std

Add opt-in cargo feature for no_std.

e711a59f0174269311522d047aeb54d105e7197d authored over 4 years ago by Corey Farwell <[email protected]>
Merge remote-tracking branch 'origin/master' into frewsxcv-no-std

7ab7983998920774482270145818debe220f480a authored over 4 years ago by Corey Farwell <[email protected]>
Merge pull request #12 from georust/ci

Setup CI w/ GitHub Actions

b727cd1e73b9e5df187fab7a39f09ed7dec9d87e authored over 4 years ago by Corey Farwell <[email protected]>
on: [pull_request, push]

06a278854f1f1996c0b8ce02e93adb06cf9ee001 authored over 4 years ago by Corey Farwell <[email protected]>
Setup CI w/ GitHub Actions

9da6aec3fc71c7020e8935716ae0b382f1066b5a authored over 4 years ago by Corey Farwell <[email protected]>
Document feature

4ca8c5a5217a36ce23d2cc2528e85661ea9eb19f authored over 4 years ago by Corey Farwell <[email protected]>
Add feature for no_std.

6f27cbf9418cb63a46b252f81cdaeac467a8160e authored over 4 years ago by Corey Farwell <[email protected]>
Document public functions

31a38daf0d2d30236dbd7bb9929228840a61dad5 authored over 4 years ago by Stephan Hügel <[email protected]>
Document public functions

8e97db5921a3e3a2d03435b9438d830050ccfa85 authored over 4 years ago by Stephan Hügel <[email protected]>
Fix up docs

ade9c8479fac9e61ea069a7de412797f2519355d authored over 4 years ago by Stephan Hügel <[email protected]>
Bump version

5498a26199b69a43980c23d5c4ef5ba2bb96f0c5 authored over 4 years ago by Stephan Hügel <[email protected]>
Merge pull request #9 from georust/use_num

First pass at using num_traits

628572cc53034ed7e87e01982fb3652bab97f26d authored over 4 years ago by Stephan Hügel <[email protected]>
Re-write mutable conditional assignments as immutable expressions

b0829bec0d53e0efa70704c443d0ec1a1a1df4e4 authored over 4 years ago by Stephan Hügel <[email protected]>
Switch to T: Into<f64> trait

Allowing removal of num-traits dependency

3905bc99247059880e2030bc7116165839bcfb98 authored over 4 years ago by Stephan Hügel <[email protected]>
No need to make internal functions generic.

8ecd38e4090752de5d1b5c750d7a9894e75a9cf2 authored over 4 years ago by Stephan Hügel <[email protected]>
First pass at using num_traits

1e95bd5c267bc9fed65f863603b14ac870a2606e authored over 4 years ago by Stephan Hügel <[email protected]>
prepare for 0.1.2 release

45367012dc7233f7b11f3927a0fed87425803adc authored almost 5 years ago by Corey Farwell <[email protected]>
Merge pull request #4 from bluenote10/patch-1

made coord fields public

3e9fae44543f8acf0cfc3953369155f27ba30482 authored almost 5 years ago by Corey Farwell <[email protected]>
made coord fields public

912939543f451ab36e5bf0b2645b4ea8bdaf745d authored almost 5 years ago by Fabian Keller <[email protected]>
Remove Cargo.lock, since this is a library

a177eac174b96cecaade1dfe8575697b5cbe545c authored almost 5 years ago by Corey Farwell <[email protected]>
Fix incorrect docs link

662649076b6697a8c4384c5bef3caca9fce9caa0 authored almost 5 years ago by Corey Farwell <[email protected]>
Cargo.toml metadata, prepare for 0.1.1 release

4178d49a7e1352a8d608de2f109871b9d2e85692 authored almost 5 years ago by Corey Farwell <[email protected]>
Add link to docs.

325fcaf6c54a88bb41f3f81d912b2b96156c68c5 authored almost 5 years ago by Corey Farwell <[email protected]>
Licenses, readme, metadata.

ee8a653a2d24e21e641a28d7c223276645ea8a3e authored almost 5 years ago by Corey Farwell <[email protected]>
Add a doc for Coord

2603a97708c3c8bb7b2e1343cf2c7f69bdc9efba authored almost 5 years ago by Corey Farwell <[email protected]>
Initial import of code.

Imported from: https://github.com/Stoeoef/spade/blob/b7958e17846aa2f7a6929ffdb0d722da2500358c/sr...

9cedd9f6dad8112c454c6cbdc4c1cd14e176238e authored almost 5 years ago by Corey Farwell <[email protected]>