summaryrefslogtreecommitdiff
path: root/gio/glib-compile-resources.c
Commit message (Expand)AuthorAgeFilesLines
* glib-compile-resources: Fix minor memory leak on error pathPhilip Withnall2016-03-211-3/+6
* glib-compile-resources: do not leak c_nameRoman Lebedev2015-12-161-0/+8
* Make glib-compile-resources a little smarteralex94puchades2015-03-291-0/+6
* Make sure compiled resources only have / as dirsepРуслан Ижбулатов2014-08-051-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-4/+3
* GSubprocess: New class for spawning child processesColin Walters2013-10-171-54/+27
* glib-compile-resources: avoid warnings with -Wmissing-field-initializersDan Winship2013-01-091-1/+1
* win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()Dan Winship2012-11-151-1/+4
* Add an option to make glib-compile-resources use G_GNUC_INTERNALMatthias Clasen2012-11-091-10/+16
* Remove g_type_init() callsRyan Lortie2012-10-161-2/+0
* Really fix the leakMatthias Clasen2012-09-301-2/+2
* Fix memory leaks in glib-compile resourcesMatthias Clasen2012-09-301-3/+5
* Add g_spawn_check_exit_status()Colin Walters2012-07-101-9/+5
* glib-compile-resources: Forward errors from spawned processesBenjamin Otte2012-06-131-10/+12
* resources: compiler: Respect absolute pathsChristian Persch2012-03-291-0/+3
* Fixed a typoJonh Wendell2012-02-251-1/+1
* Bug 669538-glib-compile-resources.c: Include io.h on WindowsChun-wei Fan2012-02-101-0/+3
* Allow multiple --sourcedir options to glib-compile-resourcesRichard Hughes2012-02-091-8/+42
* Fix warning to refer to to-pixdata, not xmllintAlexander Larsson2012-02-031-1/+1
* resources: compiler: Fix entity processing of xml-stripblanksChristian Persch2012-02-021-1/+0
* resources: compiler: Make to-pixbuf failure fatalChristian Persch2012-02-021-3/+9
* resources: Add to-pixdata preprocessing optionAlexander Larsson2012-01-311-1/+66
* Make constructor-based resource registration malloc freeAlexander Larsson2012-01-311-44/+36
* Move constructor macros to an internal header and into generated codeAlexander Larsson2012-01-301-0/+3
* resources: compiler: Add autoselected output formatChristian Persch2012-01-251-0/+11
* resources: compiler: Add dependency generatorChristian Persch2012-01-251-10/+38
* resources: compiler: Allow stripping blanks from xml dataChristian Persch2012-01-251-6/+105
* resources: Plug mem leaks in resource compilerChristian Persch2012-01-181-2/+3
* resources: Skip initial underscores in resource section namesAlexander Larsson2012-01-171-1/+6
* Initial version of glib-compile-resourcesAlexander Larsson2012-01-131-0/+693