summaryrefslogtreecommitdiff
path: root/gio/glib-compile-resources.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-4/+3
2013-10-17GSubprocess: New class for spawning child processesColin Walters1-54/+27
2013-01-09glib-compile-resources: avoid warnings with -Wmissing-field-initializersDan Winship1-1/+1
2012-11-15win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()Dan Winship1-1/+4
2012-11-09Add an option to make glib-compile-resources use G_GNUC_INTERNALMatthias Clasen1-10/+16
2012-10-16Remove g_type_init() callsRyan Lortie1-2/+0
2012-09-30Really fix the leakMatthias Clasen1-2/+2
2012-09-30Fix memory leaks in glib-compile resourcesMatthias Clasen1-3/+5
2012-07-10Add g_spawn_check_exit_status()Colin Walters1-9/+5
2012-06-13glib-compile-resources: Forward errors from spawned processesBenjamin Otte1-10/+12
2012-03-29resources: compiler: Respect absolute pathsChristian Persch1-0/+3
2012-02-25Fixed a typoJonh Wendell1-1/+1
2012-02-10Bug 669538-glib-compile-resources.c: Include io.h on WindowsChun-wei Fan1-0/+3
2012-02-09Allow multiple --sourcedir options to glib-compile-resourcesRichard Hughes1-8/+42
2012-02-03Fix warning to refer to to-pixdata, not xmllintAlexander Larsson1-1/+1
2012-02-02resources: compiler: Fix entity processing of xml-stripblanksChristian Persch1-1/+0
2012-02-02resources: compiler: Make to-pixbuf failure fatalChristian Persch1-3/+9
2012-01-31resources: Add to-pixdata preprocessing optionAlexander Larsson1-1/+66
2012-01-31Make constructor-based resource registration malloc freeAlexander Larsson1-44/+36
2012-01-30Move constructor macros to an internal header and into generated codeAlexander Larsson1-0/+3
2012-01-25resources: compiler: Add autoselected output formatChristian Persch1-0/+11
2012-01-25resources: compiler: Add dependency generatorChristian Persch1-10/+38
2012-01-25resources: compiler: Allow stripping blanks from xml dataChristian Persch1-6/+105
2012-01-18resources: Plug mem leaks in resource compilerChristian Persch1-2/+3
2012-01-17resources: Skip initial underscores in resource section namesAlexander Larsson1-1/+6
2012-01-13Initial version of glib-compile-resourcesAlexander Larsson1-0/+693