summaryrefslogtreecommitdiff
path: root/gobject/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor1-5/+1
2003-08-27Add a detailed test case for interface initialization, testing the abilityOwen Taylor1-1/+3
2003-08-13glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir alsoTor Lillqvist1-2/+2
2003-06-17New macros to check for XML catalog contents and path, borrowed fromMatthias Clasen1-5/+0
2003-03-04require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up someJames Henstridge1-68/+50
2003-01-04[Win32] Install also the .def files, to help users generate importTor Lillqvist1-1/+3
2002-10-15add -DG_DISABLED_DEPRECATEDManish Singh1-0/+1
2002-05-07added a new conditional CROSS_COMPILING which indicates ($build != $host).Michael Natterer1-2/+10
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor1-15/+15
2002-02-26Remove references to gruntime. This includes renaming the test programMatthias Clasen1-20/+20
2002-02-26Rename testgruntime to testgobject.Owen Taylor1-3/+3
2001-12-14add rules to build it.James Henstridge1-1/+3
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor1-0/+1
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-1/+1
2001-10-29Generate glib-mkenums from glib-mkenums.in, substituting in path to perl.Owen Taylor1-7/+1
2001-10-22If we have built the MSVC import library, install it. Install the gccTor Lillqvist1-0/+22
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist1-1/+8
2001-09-17Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool onTor Lillqvist1-1/+8
2001-09-08Move gbsearcharray.[ch] to glib as a private ininstalled header.Owen Taylor1-2/+0
2001-09-03Implement.Owen Taylor1-0/+2
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-1/+2
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-1/+3
2001-06-13link to ./libgobject-1.3.la since an installed libgobject was somehowGLIB_1_3_6Havoc Pennington1-1/+1
2001-06-12updatedHavoc Pennington1-1/+7
2001-05-28Fix typo.Sebastian Wilhelmi1-0/+1
2001-05-22made 'make distcheck' happy.Sebastian Wilhelmi1-1/+1
2001-05-16Add inter-library dependencies.Owen Taylor1-2/+0
2001-05-05glib-mkenums is not a compiled program, so shouldn't be in theJames Henstridge1-2/+2
2001-04-29made hook ids a gulong.Tim Janik1-3/+6
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist1-0/+3
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-5/+14
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik1-1/+3
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-0/+4
2001-03-07Avoid rebuilding everything everytime.Sebastian Wilhelmi1-3/+1
2001-02-03Change order of libs, put progs_LDADD last. Needed for cygwin, saysTor Lillqvist1-1/+1
2000-12-13urg managed to forget this last time ;(Tim Janik1-1/+1
2000-12-12clean up after elliot, wonder what his mother has to do on a daily basis.Tim Janik1-5/+0
2000-12-12GMainContext useful in implementing some additional styles of main loopElliot Lee1-11/+14
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-55/+117
2000-11-13Up version to 1.3.2Owen Taylor1-1/+2
2000-11-11New basic implementation of GTypePlugin interface as a GObject.Owen Taylor1-0/+2
2000-11-05revert accidentally commited changeOwen Taylor1-2/+0
2000-11-05When appending handlers and not matching on signal_id, useOwen Taylor1-0/+2
2000-11-05fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik1-0/+2
2000-10-26Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist'Sebastian Wilhelmi1-1/+0
2000-10-25added newly added gobject/ headers.Tim Janik1-14/+32
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath1-17/+22
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist1-0/+4
2000-09-25Remove empty SUBDIRS line, as that prevents make dist from working.Sebastian Wilhelmi1-2/+0
2000-08-21Fix inclusion of config.hElliot Lee1-1/+1