After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747134 - glib-compile-resources --generate should detect common C++ file extensions
glib-compile-resources --generate should detect common C++ file extensions
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
2.44.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2015-03-31 18:54 UTC by Christian Persch
Modified: 2016-07-17 03:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.93 KB, patch)
2015-03-31 18:54 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2015-03-31 18:54:36 UTC
Created attachment 300701 [details] [review]
patch

glib-compile-resources has the --generate flag to automatically select source or header output from the --target's file extension. However, this only worked for C; attached patch extends this with the common file extensions for C++.