summaryrefslogtreecommitdiff
path: root/client/cd-it8.c
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Ignore some return values to please CoverityRichard Hughes2022-04-131-1/+1
|
* Add --enable-timestamps option for CREATED headerJérémy Bobbio2017-12-281-0/+8
| | | | | | | For the same input `cd-it8 create-cmf` and `cd-it8 create-sp` will create the exact same output except for the creation time. As the header is optional and prevents CMF and spectra to be built reproducibly, disable it by default.
* trivial: Remove useless private gtk-doc headersRichard Hughes2017-07-191-30/+0
|
* trivial: Remove some dead codeRichard Hughes2016-11-091-3/+0
|
* Use g_autoptr() in more placesRichard Hughes2015-10-131-10/+3
|
* Use G_DECLARE_DERIVABLE_TYPE in libcolordRichard Hughes2015-10-131-7/+5
| | | | This gives us the g_autoptr() macros for free.
* Port to g_autoptr()Richard Hughes2015-10-131-20/+20
|
* Don't assume pwd.h is always availableRichard Hughes2014-11-191-1/+0
|
* Use _cleanup_free() in the client toolsRichard Hughes2014-11-061-64/+29
|
* Add the calculate-ccmx subcommand to cd-it8Richard Hughes2014-11-061-0/+64
| | | | This is useful for finding the CCMX correction matrix.
* trivial: Fix up a confusing source stringRichard Hughes2014-03-311-1/+1
|
* trivial: Move csv2cmf to the client directory and allow to specify a norm factorRichard Hughes2014-01-151-0/+566