summaryrefslogtreecommitdiff
path: root/gio/glib-compile-resources.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments"Philip Withnall2022-11-071-1/+1
* gio, glib: Use G_OS_DARWIN for code that is for such environmentsMarco Trevisan (Treviño)2022-10-201-1/+1
* Do not define GIO_COMPILATION for executablesXavier Claessens2022-10-131-2/+2
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* resources: Hide external data symbolMatthias Clasen2022-05-171-2/+2
* glib-compile-resources: Fix a memory leak of the compiler optionPhilip Withnall2022-02-171-1/+2
* Do not generate C resources for all possible toolchainsEmmanuele Bassi2022-02-141-29/+115
* GResource compiler: Prefix static [con|de]strutors with c_nameChun-wei Fan2021-07-261-7/+9
* Use G_OPTION_ENTRY_NULL to avoid missing initializer warningsEmmanuel Fleury2021-05-131-1/+1
* Fix missing initializer warning in gio/glib-compile-resources.cEmmanuel Fleury2021-02-101-1/+1
* glib-compile-resources: Fix exporting on Visual StudioChun-wei Fan2020-05-231-5/+15
* gio/glib-compile-resources.c: Unref objects in error pathColin Walters2019-08-241-1/+4
* gio tools: Use the proper string for default locale for setlocale()Chun-wei Fan2019-06-181-4/+1
* glib-compile-resources: Fix a minor leakPhilip Withnall2019-02-221-0/+1
* glib-compile-resources: Fixes #1675Felix Potthast2019-02-201-1/+1
* glib-compile-resources: Add external data optionNinja-Koala2018-12-191-29/+42
* glib-compile-resources: Fix code generation for MSVC buildsChun-wei Fan2018-12-051-2/+27
* glib-compile-resources: Fix size allocation for compressed streamsvmlobanov782018-11-061-1/+1
* glib-compile-resources: Fix generated code compiling with C++ compilersPhilip Withnall2018-08-311-2/+2
* glib-compile-resources: encode data as stringNinja-Koala2018-08-231-9/+5
* glib-compile-resources: Minor string improvements to --help outputPhilip Withnall2018-06-081-3/+3
* glib-compile-resources: Clarify --help output for --sourcedir argumentPhilip Withnall2018-06-081-1/+1
* glib-compile-resources: Use g_fprintf() instead of fprintf()Nirbheek Chauhan2018-05-261-13/+13
* Conditionally warn if pre-processing tools are not foundEmmanuele Bassi2018-03-141-47/+104
* Use g_file_open_tmp() instead of hand-rolling itEmmanuele Bassi2018-03-141-52/+21
* Support whitespace stripping for JSON resourcesEmmanuele Bassi2018-03-141-0/+49
* glib-compile-resources: Fix leak of a GHashTablePhilip Withnall2017-10-021-0/+8
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* glib-compile-resources: Add suggested bracesBenjamin Otte2016-11-201-1/+1
* glib-compile-resources: Escape file names in dependency filePatrick Griffis2016-11-201-3/+56
* glib-compile-resources: Add --generate-phony-targets flagPatrick Griffis2016-11-201-7/+17
* Revert "glib-compile-resources: Output depfile in same directory as target"Patrick Griffis2016-11-051-11/+0
* glib-compile-resources: Output depfile in same directory as targetPatrick Griffis2016-11-021-0/+11
* glib-compile-resources: Fix creating depfile with other targetsPatrick Griffis2016-10-241-46/+52
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-5/+5
* glib-compile-resources: Add a --version optionSam Thursfield2016-10-061-0/+8
* glib-compile-resources: generate .d-file style dependencyMatthias Clasen2016-08-201-15/+67
* Revert "glib-compile-resources: generate .d-file style dependency output for ...Emmanuele Bassi2016-08-201-67/+22
* glib-compile-resources: generate .d-file style dependency output for build toolsTim-Philipp Müller2016-08-201-22/+67
* Recognise common C++ extension for automatic target selectionChristian Persch2016-07-161-3/+30
* glib-compile-resources: correct resource compiler dependency for generated filesGeorges Basile Stavracas Neto2016-06-041-4/+7
* 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