summaryrefslogtreecommitdiff
path: root/gio/glib-compile-resources.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Imported Upstream version 2.78.4upstream/2.78.4Mateusz Majewski1-4/+27
2024-02-02Imported Upstream version 2.73.3Mateusz Majewski1-2/+4
2024-01-03Imported Upstream version 2.72.3Karol Lewandowski1-29/+116
2021-10-29Imported Upstream version 2.69.1upstream/2.69.1DongHun Kwak1-7/+9
2021-10-29Imported Upstream version 2.69.0upstream/2.69.0DongHun Kwak1-1/+1
2021-10-29Imported Upstream version 2.67.4upstream/2.67.4DongHun Kwak1-1/+1
2021-10-29Imported Upstream version 2.64.5upstream/2.64.5DongHun Kwak1-5/+15
2019-12-03Imported Upstream version 2.61.3Hyunjee Kim1-1/+4
2019-12-03Imported Upstream version 2.61.2Hyunjee Kim1-4/+1
2019-12-03Imported Upstream version 2.60.0Hyunjee Kim1-1/+2
2019-12-03Imported Upstream version 2.59.0Hyunjee Kim1-17/+51
2019-12-03Imported Upstream version 2.57.2Hyunjee Kim1-17/+17
2019-12-03Imported Upstream version 2.57.1Hyunjee Kim1-53/+128
2019-12-03Imported Upstream version 2.55.0Hyunjee Kim1-0/+8
2017-09-29Imported Upstream version 2.53.3DongHun Kwak1-1/+1
2017-05-19Imported Upstream version 2.51.1DongHun Kwak1-10/+73
2017-05-19Imported Upstream version 2.51.0DongHun Kwak1-5/+5
2017-02-03Imported Upstream version 2.50.2upstream/2.50.2DongHun Kwak1-19/+115
2016-05-10Imported Upstream version 2.48.0Ryan Lortie1-3/+20
2014-08-05Make sure compiled resources only have / as dirsepРуслан Ижбулатов1-1/+1
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