summaryrefslogtreecommitdiff
path: root/gobject/glib-genmarshal.c
AgeCommit message (Expand)Author
2017-07-10Rewrite glib-genmarshal in PythonEmmanuele Bassi
2017-05-24gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2017-04-28genmarshal: Always generate the prototypes in the bodyEmmanuele Bassi
2017-04-28genmarshal: Use fewer magic numbersEmmanuele Bassi
2017-04-28genmarshal: Constify global variablesEmmanuele Bassi
2017-04-28genmarshal: Conform --help output to conventionsEmmanuele Bassi
2016-10-12glib-genmarshal: add --output option to write output to a fileTim-Philipp Müller
2015-10-03glib-genmarshal: Fix memory leak with --prefixPhilip Withnall
2015-10-01Revert "glib-genmarshal: Treat all parameters the same"Emmanuele Bassi
2015-09-29glib-genmarshal: Treat all parameters the sameMatthias Clasen
2015-06-13genmarshal: silence register storage class warningsMichael Catanzaro
2014-01-31Updated FSF's addressDaniel Mustieles
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship
2013-01-15Revert "Improvde #include order consistency"Chun-wei Fan
2013-01-01Improvde #include order consistencyMatthias Clasen
2012-08-28Switch all open() calls to use g_open()Colin Walters
2012-03-08glib-genmarshal.c: Use G_VA_COPY instead of va_copy()Chun-wei Fan
2012-03-02Support generating va marshallers in glib-genmarshalAlexander Larsson
2011-09-22gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters
2011-08-29Spelling fixesMatthias Clasen
2010-12-02gobject: Cast token type to guint to avoid gcc warningBenjamin Otte
2010-06-19Add g_value_take_variantChristian Persch
2010-06-18Fix VARIANT out argsChristian Persch
2010-06-17Add fundamental type and pspec for GVariantChristian Persch
2009-03-01More of the sameMatthias Clasen
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen
2008-06-27move G_OS_WIN32 inclusion of <io.h> down to where G_OS_WIN32 will beHans Breuer
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer
2007-12-12Always exit with non-zero error code when printing warnings.Mathias Hasselmann
2007-10-13Reviewed by Tim Janik.Sven Herzberg
2007-02-13Add comment about dup(0) and lack of /dev/stdin on Win32. (#407431)Tor Lillqvist
2007-01-01Handle "/dev/stdin" by dup()ing fd 0 so that it works on Win32, too.Tor Lillqvist
2006-08-23added new command-line option "--internal" that can be used to letSven Neumann
2005-11-28Silence compiler warnings.Matthias Clasen
2005-11-17const correctness fixes, found by Arjan van de Ven and gcc.Matthias Clasen
2004-07-21Use the correct fields for enums and flags. (#145015,Tommi Komulainen)Matthias Clasen
2003-09-14Don't generate code using deprecated APIs. (#122292, Christian Persch)Matthias Clasen
2002-12-12Add a test for positional parameters in g_snprintf(). Use g_printf()Matthias Clasen
2002-05-07Fix include order for config.h (#71704, Morten Welinder)Owen Taylor
2002-02-26Remove references to gruntime. This includes renaming the test programMatthias Clasen
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik
2001-11-17Exit with non-zero exit status if any errors were encountered.Owen Taylor
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik
2001-10-11Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin
2001-10-03Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor
2001-07-26added a "release_check" to the OutArgument structure, which, if present,Michael Natterer
2001-07-20Modified to create header files which use G_[BEGIN,END]_DECLS instead ofRon Steinke
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik