Gimp/libgimpbase
Ell f9fa0d1b18 enums: don't write generated enum files to src-dir if unchanged
When regenerating an enum file, don't copy it back to the source
directory if it hasn't actually changed.  This allows using a read-
only source directory where the enum header is newer than the
generated file, as long as they're not really out of sync.

OTOH, *do* touch the generated source-dir file even when unchanged,
in order to avoid re-running its recipe on the next build, however,
allow this to silently fail (which is harmless).
2017-05-22 17:58:04 -04:00
..
.gitignore Add automake 1.13+ test outputs to .gitignore 2014-01-10 15:31:34 -08:00
gimpbase-private.c app, pdb, libgimp: rename values of enum GimpConvertPaletteType 2017-02-26 20:55:00 +01:00
gimpbase-private.h
gimpbase.def libgimpbase: add missing compat enum get_type()s to gimpbase.def 2017-02-28 06:53:22 -05:00
gimpbase.h Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00
gimpbaseenums.c libgimpbase: change labels of GimpSelectCriterion values 2017-05-10 11:45:34 +02:00
gimpbaseenums.h libgimpbase: change labels of GimpSelectCriterion values 2017-05-10 11:45:34 +02:00
gimpbasetypes.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpbasetypes.h libgimpbase: make GimpMetadata its own type derived from GExiv2Metadata 2017-01-30 16:43:59 +01:00
gimpchecks.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpchecks.h
gimpcompatenums.c enums: generate enum files in source dir 2017-05-06 17:26:16 -04:00
gimpcompatenums.h app, pdb, libgimp: rename values of enum GimpConvertPaletteType 2017-02-26 20:55:00 +01:00
gimpcpuaccel.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpcpuaccel.h Add SSE3, 4, and AVX gimp_cpu_accel checks 2013-06-25 20:40:27 -07:00
gimpdatafiles.c libgimpbase: use GIO to figure if a file is hidden 2015-12-07 01:07:30 +01:00
gimpdatafiles.h libgimpbase: deprecate the gimp_datafiles functions 2014-08-04 03:41:45 +02:00
gimpenv.c Bug 763202 - Create $XDG_DATA_HOME if it doesn't exist. 2016-06-13 03:34:26 +02:00
gimpenv.h libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimplimits.h Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpmemsize.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpmemsize.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimpmetadata.c libgimpbase: make the private data size > 0 to avoid critical warnings 2017-01-30 17:05:23 +01:00
gimpmetadata.h libgimpbase: make GimpMetadata its own type derived from GExiv2Metadata 2017-01-30 16:43:59 +01:00
gimpparam.h Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpparasite.c libgimpbase: don't allow parasites with zero-length names 2014-03-22 00:18:48 +01:00
gimpparasite.h
gimpparasiteio.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpparasiteio.h Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpprotocol.c app, libgimp: pass "use-opencl" to plug-ins 2014-02-25 21:25:40 +01:00
gimpprotocol.h app, libgimp: pass "use-opencl" to plug-ins 2014-02-25 21:25:40 +01:00
gimprectangle.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimprectangle.h
gimpreloc.c Bug 729326 - Errors found using a static code analysis program cppcheck 2014-05-05 10:34:08 +02:00
gimpreloc.h libgimpbase: clean up the linux relocation code 2013-01-27 22:26:29 +01:00
gimpsignal.c
gimpsignal.h
gimpunit.c libgimpbase: update gimp_unit_get_digits() description... 2017-05-06 22:36:23 +02:00
gimpunit.h libgimpbase: new gimp_unit_get_accurate_digits() API function. 2017-01-23 20:20:25 +01:00
gimputils.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimputils.h libgimpbase, app: implement File -> Show in File Manager 2015-02-16 18:40:26 +01:00
gimpvaluearray.c Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpvaluearray.h Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpwin32-io.h
gimpwire.c fix bogus checks against unsigned variables. 2014-08-16 00:37:13 +02:00
gimpwire.h libgimpbase: indentation in gimpwire.h 2015-06-10 18:58:32 +02:00
Makefile.am enums: don't write generated enum files to src-dir if unchanged 2017-05-22 17:58:04 -04:00
test-cpu-accel.c