[babl] remove babl-fish-stats
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] remove babl-fish-stats
- Date: Sun, 20 Nov 2016 09:36:26 +0000 (UTC)
commit 6c149f03a459a28c26a305444172b164388af502
Author: Øyvind Kolås <pippin gimp org>
Date: Sat Nov 19 19:22:10 2016 +0100
remove babl-fish-stats
TODO | 7 +-
babl/Makefile.am | 1 -
babl/babl-fish-stats.c | 433 ------------------------------------------
babl/babl-internal.h | 1 -
babl/babl.c | 12 --
tests/Makefile.am | 1 -
tests/babl_fish_path_dhtml.c | 15 --
7 files changed, 2 insertions(+), 468 deletions(-)
---
diff --git a/TODO b/TODO
index 1c5aefc..6707b94 100644
--- a/TODO
+++ b/TODO
@@ -3,11 +3,8 @@
<ul>
<li>Support for conversions between formats that have higher dimensionality than RGBA. (arbitrary
meaningless components)</li>
<li>Support for datatypes that are not a multiple of 8bit.</li>
- <li>dithering</li>
<li>dynamic data attached to format, or internal handling of icc through
a registered set of profiles</li>
- <li>
- Stocastic runtime profiling with running average of the peformance for
- conversions, to avoid problems incurred if other cpu intense is happening
- when babl tests a conversions. </li>
+ <li>handling of custom RGB primaries and gamma</li>
+ <li>dithering</li>
</ul>
diff --git a/babl/Makefile.am b/babl/Makefile.am
index 0f5526d..096f6b7 100644
--- a/babl/Makefile.am
+++ b/babl/Makefile.am
@@ -17,7 +17,6 @@ c_sources = \
babl-fish-path.c \
babl-fish-reference.c \
babl-fish-simple.c \
- babl-fish-stats.c \
babl-fish.c \
babl-format.c \
babl-hash-table.c \
diff --git a/babl/babl-internal.h b/babl/babl-internal.h
index cde8fc3..992a770 100644
--- a/babl/babl-internal.h
+++ b/babl/babl-internal.h
@@ -84,7 +84,6 @@ long babl_fish_reference_process (const Babl *babl,
Babl * babl_fish_reference (const Babl *source,
const Babl *destination);
Babl * babl_fish_simple (BablConversion *conversion);
-void babl_fish_stats (FILE *file);
Babl * babl_fish_path (const Babl *source,
const Babl *destination);
diff --git a/babl/babl.c b/babl/babl.c
index caec6a6..2b53d68 100644
--- a/babl/babl.c
+++ b/babl/babl.c
@@ -165,18 +165,6 @@ babl_exit (void)
babl_store_db ();
#endif
- if (getenv ("BABL_STATS"))
- {
- char logfile_name[] = "/tmp/babl-stats.html";
- FILE *logfile;
- logfile = fopen (logfile_name, "w");
- if (logfile)
- {
- babl_fish_stats (logfile);
- fclose (logfile);
- }
- }
-
babl_extension_deinit ();
babl_free (babl_extension_db ());;
babl_free (babl_fish_db ());;
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6e282af..f7cf1f7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -42,7 +42,6 @@ EXTRA_DIST=common.inc
noinst_PROGRAMS = \
introspect \
babl_fish_path_fitness \
- babl_fish_path_dhtml \
babl-html-dump \
conversions \
formats \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]