lp:graphene

Owned by GNOME3 Team
Get this repository:
git clone https://git.launchpad.net/graphene

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/ebassi/graphene/.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-01-23 16:53:15 UTC
Merge pull request #261 from ebassi/simd-round

Author: Emmanuele Bassi
Author Date: 2024-01-23 16:53:15 UTC

Merge pull request #261 from ebassi/simd-round

Add rounding operators for graphene_simd4f_t

box2d 2023-08-10 12:51:41 UTC
tests: Add spec for graphene_box2d_t

Author: Emmanuele Bassi
Author Date: 2023-08-10 12:51:41 UTC

tests: Add spec for graphene_box2d_t

check-cc-can-run 2023-08-10 11:44:49 UTC
build: Allow host builds when cross-compiling

Author: Emmanuele Bassi
Author Date: 2023-08-10 11:44:49 UTC

build: Allow host builds when cross-compiling

Environments that set up execution wrappers when cross-compiling should
be allowed to run code. We only fall back on external properties if we
really can't run any native code on the host machine.

graphene-1-10 2022-03-18 17:02:51 UTC
Post-release version bump to 1.10.9

Author: Emmanuele Bassi
Author Date: 2022-03-18 17:02:51 UTC

Post-release version bump to 1.10.9

none-more-volatile 2022-01-25 01:30:38 UTC
Drop the use of volatile in GType functions

Author: Emmanuele Bassi
Author Date: 2022-01-25 01:30:38 UTC

Drop the use of volatile in GType functions

GLib deprecated the volatile modifier for GOnce API.

no-volatile-gtype 2022-01-06 14:56:56 UTC
Do not use volatile GType storage

Author: Emmanuele Bassi
Author Date: 2022-01-06 14:56:56 UTC

Do not use volatile GType storage

The `volatile` modifier got dropped from GLib.

gcc-vector 2021-04-01 22:14:16 UTC
Avoid shadowing for nested cross/dot calls

Author: Emmanuele Bassi
Author Date: 2021-04-01 22:14:16 UTC

Avoid shadowing for nested cross/dot calls

gh-pages 2020-09-23 10:23:28 UTC
Update API reference to 1.10.2

Author: Emmanuele Bassi
Author Date: 2020-09-23 10:23:28 UTC

Update API reference to 1.10.2

edge-boxes 2020-06-18 11:51:57 UTC
box: Use isinf() and signbit() when isinff() is not available

Author: Emmanuele Bassi
Author Date: 2020-06-18 11:11:20 UTC

box: Use isinf() and signbit() when isinff() is not available

Instead of using bytewise comparison, use isinf() and hope it works
correctly with single precision floats on the target platform;
additionally, since the negative return value for negative infinities is
a GNU extension, use signbit() to check if the number is a positive or
negative infinity.

static-api-docs 2019-08-09 15:19:29 UTC
docs: Experiment with MarkDeep

Author: Emmanuele Bassi
Author Date: 2019-08-09 15:17:47 UTC

docs: Experiment with MarkDeep

We cannot really use a static copy of our documentation as the default,
as we need to generate introspection data, which requires parsing
gtk-doc stanzas in the source.

This is just an experiment of what a static API reference would look
like.

add-code-of-conduct-1 2019-05-21 09:28:52 UTC
Add code of conduct

Author: Emmanuele Bassi
Author Date: 2019-05-21 09:28:52 UTC

Add code of conduct

Graphene is used in various projects that are hosted on infrastructure
with a code of conduct, and it would be bad for us to not have one as
well.

The Contributor Covenant is probably the best generic option for a CoC
available to us. While Graphene does not have a "team", per se, writing
down the actual requirements for contributors is miles better than just
assuming good intentions.

graphene-1-8 2019-03-05 17:38:06 UTC
Post-release version bump to 1.8.7

Author: Emmanuele Bassi
Author Date: 2019-03-05 17:38:06 UTC

Post-release version bump to 1.8.7

init-once 2018-12-21 14:59:37 UTC
build: Do not use set10() for InitOnce checks

Author: Emmanuele Bassi
Author Date: 2018-12-21 14:59:37 UTC

build: Do not use set10() for InitOnce checks

We use `#ifdef HAVE_INIT_ONCE` all over the place, and set10() will
unconditionally define the symbol, which means the check will always
succeed even if InitOnce and friends are not available.

pc-requires 2018-12-21 14:53:24 UTC
ci: Update AppVeyor's MSVC script

Author: Emmanuele Bassi
Author Date: 2018-12-21 14:53:24 UTC

ci: Update AppVeyor's MSVC script

We depend on a newer version of Meson, but let's use the latest stable
to give us some leeway.

graphene-1-6 2018-02-22 23:02:51 UTC
Post-release version bump to 1.6.3

Author: Emmanuele Bassi
Author Date: 2018-02-22 23:02:51 UTC

Post-release version bump to 1.6.3

graphene-1-4 2017-04-21 15:54:06 UTC
build: Use the appropriate syntax for inclusion paths in Meson

Author: Emmanuele Bassi
Author Date: 2017-04-21 15:54:06 UTC

build: Use the appropriate syntax for inclusion paths in Meson

Meson 0.38 has become more strict about accepting absolute paths where
unnecessary. This means we need to modify the `include_directories()`
statement to use a relative path in order to build Graphene with newer
versions of Meson.

Fixes #103.

wip/meson 2016-09-21 09:57:20 UTC
Merge pull request #70 from thiblahute/wip/meson

Author: Emmanuele Bassi
Author Date: 2016-09-21 09:57:20 UTC

Merge pull request #70 from thiblahute/wip/meson

Fix building graphene as a meson submodule

graphene-1-2 2015-11-06 09:00:38 UTC
quaternion: Drop some indirection

Author: Emmanuele Bassi
Author Date: 2015-11-05 11:36:45 UTC

quaternion: Drop some indirection

Set the row vectors of the result matrix, instead of using additional
vector variables.

graphene-1-0 2014-10-22 18:03:07 UTC
build: Check for sed before using $SED

Author: Emmanuele Bassi
Author Date: 2014-10-22 17:56:43 UTC

build: Check for sed before using $SED

(cherry picked from commit 942c36fab4af2cbd9e5db189ca8130c4f6312e3a)
Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>

119 of 19 results
This repository contains Public information 
Everyone can see this information.

Subscribers