gimp/libgimpthumb
Ell 06950be7f0 Makefiles: don't use -xobjective-c when compiling C++ files on Mac
On Mac, pass -xobjective-c to the compiler through AM_CFLAGS, not
AM_CPPFLAGS, so that it's only used for C sources, and not C++
sources.  In the latter case, it clashes with the -std=... flag,
spewing an error.  Thanks, Partha :)
2018-04-07 16:57:52 -04:00
..
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
gimp-thumbnail-list.c libgimpthumb: fix "assignment discards ‘const’ qualifier" warning. 2013-12-05 22:18:15 +13:00
gimpthumb-enums.h Bug 768044 - Fix many typos 2016-06-26 00:35:24 +02:00
gimpthumb-error.c libgimpthumb: move docs from template files to inline comments 2010-07-02 15:53:20 +02:00
gimpthumb-error.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpthumb-types.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpthumb-utils.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpthumb-utils.h libgimpthumb: new function gimp_thumb_get_thumb_base_dir() 2013-12-05 21:20:28 +13:00
gimpthumb.def libgimpthumb: new function gimp_thumb_get_thumb_base_dir() 2013-12-05 21:20:28 +13:00
gimpthumb.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpthumbnail.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpthumbnail.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
Makefile.am Makefiles: don't use -xobjective-c when compiling C++ files on Mac 2018-04-07 16:57:52 -04:00