This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via 4e80095b3f5f7da3d999465f8989979a9c2e7595 (commit)
from ddf52c30001a3cdb93d0e6fda47e26648460e68e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/4e80095b3f5f7da3d999465f8989979a9c2e…
commit 4e80095b3f5f7da3d999465f8989979a9c2e7595
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Fri Nov 30 13:21:27 2012 +0100
gfx: Fix GP_Polygon.c compilation.
Add _ISOC99_SOURCE so that fminf() fmaxf() and
HUGE_VALF are exported even on older glibc.
diff --git a/libs/gfx/GP_Polygon.c b/libs/gfx/GP_Polygon.c
index 4bc9480..f2ea9cd 100644
--- a/libs/gfx/GP_Polygon.c
+++ b/libs/gfx/GP_Polygon.c
@@ -1,3 +1,28 @@
+/*****************************************************************************
+ * This file is part of gfxprim library. *
+ * *
+ * Gfxprim is free software; you can redistribute it and/or *
+ * modify it under the terms of the GNU Lesser General Public *
+ * License as published by the Free Software Foundation; either *
+ * version 2.1 of the License, or (at your option) any later version. *
+ * *
+ * Gfxprim is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
+ * Lesser General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU Lesser General Public *
+ * License along with gfxprim; if not, write to the Free Software *
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, *
+ * Boston, MA 02110-1301 USA *
+ * *
+ * Copyright (C) 2012 Jiri Dluhos <jiri.bluebear.dluhos(a)gmail.com> *
+ * Copyright (C) 2012 Cyril Hrubis <metan(a)ucw.cz> *
+ * *
+ *****************************************************************************/
+
+#define _ISOC99_SOURCE
+
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
-----------------------------------------------------------------------
Summary of changes:
libs/gfx/GP_Polygon.c | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via ddf52c30001a3cdb93d0e6fda47e26648460e68e (commit)
from 0965cb83090cad3e3f2785558f17dac09f8b2b55 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/ddf52c30001a3cdb93d0e6fda47e26648460…
commit ddf52c30001a3cdb93d0e6fda47e26648460e68e
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Mon Nov 26 00:56:11 2012 +0100
Add README.
diff --git a/README b/README
new file mode 100644
index 0000000..ecff295
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+GFXprim is Open-source modular 2D bitmap graphics library with emphasis on
+speed and correctness.
+
+See http://gfxprim.ucw.cz for details.
-----------------------------------------------------------------------
Summary of changes:
README | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 README
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via 0965cb83090cad3e3f2785558f17dac09f8b2b55 (commit)
from e34e0ac5d46c12c6e2a3e7f14bb27138fb005e1f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/0965cb83090cad3e3f2785558f17dac09f8b…
commit 0965cb83090cad3e3f2785558f17dac09f8b2b55
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Mon Nov 26 00:46:08 2012 +0100
gfx: Fix 'no newline at the end of the file'.
diff --git a/libs/gfx/GP_Polygon.c b/libs/gfx/GP_Polygon.c
index c1d2288..4bc9480 100644
--- a/libs/gfx/GP_Polygon.c
+++ b/libs/gfx/GP_Polygon.c
@@ -121,4 +121,4 @@ void GP_FillPolygon_Raw(GP_Context *context, int vertex_count,
GP_HLine_Raw(context, intersections[i], intersections[i + 1], y, pixel);
}
}
-}
No newline at end of file
+}
-----------------------------------------------------------------------
Summary of changes:
libs/gfx/GP_Polygon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via d87921f9670a726993a5bfd756e3ae09a3ba83ed (commit)
from 75851e6234cc1c67c2c0bf730ef434ebf43227fe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/d87921f9670a726993a5bfd756e3ae09a3ba…
commit d87921f9670a726993a5bfd756e3ae09a3ba83ed
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Thu Nov 22 17:38:24 2012 +0100
loaders: Avoid further work when loader issued ENOSYS.
diff --git a/libs/loaders/GP_Loader.c b/libs/loaders/GP_Loader.c
index 3d626a6..4966757 100644
--- a/libs/loaders/GP_Loader.c
+++ b/libs/loaders/GP_Loader.c
@@ -255,6 +255,13 @@ GP_Context *GP_LoadImage(const char *src_path, GP_ProgressCallback *callback)
return img;
}
+ /*
+ * Avoid further work if signature was correct but the loader issued
+ * ENOSYS.
+ */
+ if (errno == ENOSYS)
+ return NULL;
+
sig_load = loader_by_signature(src_path);
if (ext_load && sig_load) {
-----------------------------------------------------------------------
Summary of changes:
libs/loaders/GP_Loader.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via 75851e6234cc1c67c2c0bf730ef434ebf43227fe (commit)
from 9d337186e86fbed784c7a616d9a41c969c079e61 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/75851e6234cc1c67c2c0bf730ef434ebf432…
commit 75851e6234cc1c67c2c0bf730ef434ebf43227fe
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Wed Nov 21 23:43:54 2012 +0100
gfx: Fix "no newline at the end of file" warnings.
diff --git a/include/gfx/GP_AngleUtils.h b/include/gfx/GP_AngleUtils.h
index f896b37..6d8bd67 100644
--- a/include/gfx/GP_AngleUtils.h
+++ b/include/gfx/GP_AngleUtils.h
@@ -27,4 +27,4 @@
double GP_NormalizeAngle(double phi);
int GP_AngleInRange(double angle, double start, double end);
-#endif
No newline at end of file
+#endif
diff --git a/libs/gfx/GP_AngleUtils.c b/libs/gfx/GP_AngleUtils.c
index f1c279b..67911b4 100644
--- a/libs/gfx/GP_AngleUtils.c
+++ b/libs/gfx/GP_AngleUtils.c
@@ -46,4 +46,4 @@ int GP_AngleInRange(double angle, double start, double end)
return (angle >= start && angle <= 2*M_PI)
|| (angle >= 0 && angle <= end);
}
-}
No newline at end of file
+}
-----------------------------------------------------------------------
Summary of changes:
include/gfx/GP_AngleUtils.h | 2 +-
libs/gfx/GP_AngleUtils.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via 9d337186e86fbed784c7a616d9a41c969c079e61 (commit)
from 253ef469ede882b4b2bea7d25661d50fdda8d767 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/9d337186e86fbed784c7a616d9a41c969c07…
commit 9d337186e86fbed784c7a616d9a41c969c079e61
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Wed Nov 21 23:39:49 2012 +0100
tests: framework: Silence stderr when lscpu is not found.
diff --git a/tests/framework/tst_log.c b/tests/framework/tst_log.c
index 9daec17..cc86b6f 100644
--- a/tests/framework/tst_log.c
+++ b/tests/framework/tst_log.c
@@ -444,7 +444,7 @@ static void write_system_info_json(FILE *f)
fprintf(f, "tt"CPU": {");
/* lscpu is part of reasonably new util-linux */
- FILE *cmd = popen("lscpu", "r");
+ FILE *cmd = popen("lscpu 2> /dev/null", "r");
if (cmd != NULL) {
char id[256], val[1024];
-----------------------------------------------------------------------
Summary of changes:
tests/framework/tst_log.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via 253ef469ede882b4b2bea7d25661d50fdda8d767 (commit)
from 22301c3c370f269b10b84582ee524b46abf70019 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/253ef469ede882b4b2bea7d25661d50fdda8…
commit 253ef469ede882b4b2bea7d25661d50fdda8d767
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Wed Nov 21 23:32:14 2012 +0100
tests: Remove forgotten -lSDL
diff --git a/tests/drivers/Makefile b/tests/drivers/Makefile
index c2d2679..3a028d8 100644
--- a/tests/drivers/Makefile
+++ b/tests/drivers/Makefile
@@ -2,7 +2,7 @@ TOPDIR=../..
CSOURCES=$(shell echo *.c)
-LDLIBS+=-lGP -lGP_backends -lSDL -L$(TOPDIR)/build/
+LDLIBS+=-lGP -lGP_backends -L$(TOPDIR)/build/
APPS=$(CSOURCES:.c=)
-----------------------------------------------------------------------
Summary of changes:
tests/drivers/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")