glib/gobject
James Henstridge c4391cbf37 require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some
2003-03-01  James Henstridge  <james@daa.com.au>

    * autogen.sh: require automake 1.7.  Add calls to libtoolize and
    gtkdocize.  Clean up some of the error messages.

    * configure.in: move version declaration to the top of the file
    (before AC_INIT), using M4 macros.
    GLIB_AC_DIVERT_BEFORE_HELP() calls no longer necessary, due to use
    of M4 macro expansion in help messages instead.
    Convert AC_ARG_WITH/AC_ARG_ENABLE calls to use AC_HELP_STRING to
    format help strings.  Use quadrigraphs to get square brackets to
    show correctly.
    Replace gtk-doc checks with a call to GTK_DOC_CHECK() macro.
    Use AC_CONFIG_COMMANDS([glibconfig.h], ...) to output
    glibconfig.h, so that "./config.status glibconfig.h" works.
    Add an extra AC_CONFIG_FILES call listing other files we want
    generated by config.status protected by an "if false" block.  This
    way automake generates the rules needed to rebuild the files for
    us.
    Add quotes in various places.

    * docs/reference/*/Makefile.am: convert to use the common
    gtk-doc.make file.  This localises the complexity to a single
    makefile fragment maintained with gtk-doc itself.

    * */Makefile.am: remove unneeded rules to build win32 files with
    config.status.  Automake now does this for us.
    Replace instances of @FOO@ with $(FOO) where appropriate -- this
    allows automake to do a better job checking the makefile.
    Add some files to DISTCLEANFILES where appropriate

    * Makefile.am: use the DISTCHECK_CONFIGURE_FLAGS variable to
    ensure that --enable-gtk-doc is passed to configure during a
    distcheck.  Remove the custom distcheck, since the standard one
    will now do.

    * gobject/Makefile.am: switch to BUILT_SOURCES, since that now
    works.
2003-03-04 10:10:48 +00:00
..
.cvsignore shut up cvs 2002-02-26 22:11:17 +00:00
ChangeLog don't assert the types passed in to have value tables. this prevents 2003-02-17 20:17:17 +00:00
gboxed.c remove lookup of unused BoxedNode. 2003-02-09 12:40:53 +00:00
gboxed.h Improve the detection of invalid includes by moving the test outside the 2001-11-22 18:55:06 +00:00
gclosure.c glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems to 2002-03-13 15:36:04 +00:00
gclosure.h Add some padding to the class. 2002-02-23 20:08:13 +00:00
genums.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
genums.h Improve the detection of invalid includes by moving the test outside the 2001-11-22 18:55:06 +00:00
glib-genmarshal.1 Remove references to gruntime. This includes renaming the test program 2002-02-26 21:23:52 +00:00
glib-genmarshal.c Add a test for positional parameters in g_snprintf(). Use g_printf() 2002-12-12 23:52:29 +00:00
glib-mkenums.1 Support for template files. 2002-10-15 22:26:39 +00:00
glib-mkenums.in Support for template files. 2002-10-15 22:26:39 +00:00
gmarshal.list Implement. 2001-09-03 22:13:16 +00:00
gobject-query.c Add a test for positional parameters in g_snprintf(). Use g_printf() 2002-12-12 23:52:29 +00:00
gobject.c Remove all docs from gobject at Tims request. Documentation is only for 2003-02-07 22:04:24 +00:00
gobject.def Add g_type_interface_prerequisites. Thanks to Kenichi SUTO. 2003-01-12 02:36:33 +00:00
gobject.h fix extraneous include. 2002-03-21 00:34:05 +00:00
gobject.rc.in gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as 2002-11-21 03:08:50 +00:00
gobjectnotifyqueue.c placed a comment about not changing CArray until we have 2002-03-03 03:14:43 +00:00
gparam.c Remove all docs from gobject at Tims request. Documentation is only for 2003-02-07 22:04:24 +00:00
gparam.h placed a comment about not changing CArray until we have 2002-03-03 03:14:43 +00:00
gparamspecs.c Remove all docs from gobject at Tims request. Documentation is only for 2003-02-07 22:04:24 +00:00
gparamspecs.h Improve the detection of invalid includes by moving the test outside the 2001-11-22 18:55:06 +00:00
gsignal.c Remove all docs from gobject at Tims request. Documentation is only for 2003-02-07 22:04:24 +00:00
gsignal.h Sync parameter names with docs and implementation. 2002-12-03 23:54:55 +00:00
gsourceclosure.c Remove all docs from gobject at Tims request. Documentation is only for 2003-02-07 22:04:24 +00:00
gsourceclosure.h Improve the detection of invalid includes by moving the test outside the 2001-11-22 18:55:06 +00:00
gtype.c Remove all docs from gobject at Tims request. Documentation is only for 2003-02-07 22:04:24 +00:00
gtype.h Sync parameter names with docs and implementation. 2002-12-03 23:54:55 +00:00
gtypemodule.c Remove all docs from gobject at Tims request. Documentation is only for 2003-02-07 22:04:24 +00:00
gtypemodule.h Make GInterfaceInfo paramter const to correspond to the conventions for 2002-02-25 03:15:25 +00:00
gtypeplugin.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gtypeplugin.h Fix argument order. Fixes #82806. 2002-06-11 21:44:35 +00:00
gvalue.c don't assert the types passed in to have value tables. this prevents 2003-02-17 20:17:17 +00:00
gvalue.h provide marshaller specific value_set_*_take_ownership() variants. 2002-02-19 17:38:45 +00:00
gvaluearray.c Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, 2002-11-04 20:09:48 +00:00
gvaluearray.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gvaluecollector.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gvaluetransform.c use G_G[U]INT64_FORMAT unconditionally, since we'll always have it now. 2002-12-12 23:00:24 +00:00
gvaluetypes.c Add a function g_pointer_type_register_static() to register a type derived 2001-11-04 19:02:10 +00:00
gvaluetypes.h Improve the detection of invalid includes by moving the test outside the 2001-11-22 18:55:06 +00:00
Makefile.am require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some 2003-03-04 10:10:48 +00:00
makefile.mingw.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00
makefile.msc.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00
marshal-genstrings.pl Hacky script to fix up your .msc.in files on windows. Dunno if this is a 2001-08-04 15:49:55 +00:00
testgobject.c test creation of new fundamental types. 2002-10-12 20:04:58 +00:00
testoverride.c added some assertions to test g_signal_get_invocation_hint(). 2001-12-18 20:38:58 +00:00