summaryrefslogtreecommitdiff
path: root/gobject/Makefile.am
AgeCommit message (Expand)Author
2005-07-08Don't use autoconf variables for the resource object files on Win32 anyTor Lillqvist
2005-06-26libtool installs/uninstalls the import library, no need to do itTor Lillqvist
2005-06-24glib/Makefile.am gmodule/Makefile.am Current GNU tools do understand theTor Lillqvist
2005-06-102.7.0upstream/GLIB_2_7_0Matthias Clasen
2005-03-14Make work again.Matthias Clasen
2005-02-24Don't distribute glib.def. (#167496, J. Ali Harlow)Tor Lillqvist
2005-02-05Define a HAVE_GNUC_VISIBILITY automake conditional.Matthias Clasen
2005-01-11Add gmodule-export-2.0.pc to AC_CONFIG_FILES.Owen Taylor
2005-01-06configure.in glib/Makefile.am Win32 cross-compilation fixes. (#163144, J.Tor Lillqvist
2005-01-06glib/Makefile.am glib.def and gobject.def are generated, not in $(srcdir).Tor Lillqvist
2004-12-27Add an OS_LINUX conditional.Matthias Clasen
2004-11-30glib/Makefile.am (glib.def) gcc -E complains "linker unused becauseTor Lillqvist
2004-11-29Use the perl found by configure. (#149826, Morten Welinder)Matthias Clasen
2004-11-23Forgotten commit.Matthias Clasen
2004-11-23Fix a problem with the PLT reduction changes which caused the internalMatthias Clasen
2004-11-11Use embedded tab rather than '\t' escape sequence. (#157951)J. Ali Harlow
2004-10-27Fix srcdir != builddir builds. (#156447, Thomas Fitzsimmons)Matthias Clasen
2004-09-22[Win32] Add code to remove the bug-compatibility entries (see #134813, andTor Lillqvist
2004-09-182.5.3upstream/GLIB_2_5_3Matthias Clasen
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2004-09-16Add ABI control using the same technique that is used in GTK+.Matthias Clasen
2004-03-06Update.Tor Lillqvist
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor
2003-08-27Add a detailed test case for interface initialization, testing the abilityOwen Taylor
2003-08-13glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir alsoTor Lillqvist
2003-06-17New macros to check for XML catalog contents and path, borrowed fromMatthias Clasen
2003-03-04require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up someJames Henstridge
2003-01-04[Win32] Install also the .def files, to help users generate importTor Lillqvist
2002-10-15add -DG_DISABLED_DEPRECATEDManish Singh
2002-05-07added a new conditional CROSS_COMPILING which indicates ($build != $host).Michael Natterer
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor
2002-02-26Remove references to gruntime. This includes renaming the test programMatthias Clasen
2002-02-26Rename testgruntime to testgobject.Owen Taylor
2001-12-14add rules to build it.James Henstridge
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik
2001-10-29Generate glib-mkenums from glib-mkenums.in, substituting in path to perl.Owen Taylor
2001-10-22If we have built the MSVC import library, install it. Install the gccTor Lillqvist
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist
2001-09-17Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool onTor Lillqvist
2001-09-08Move gbsearcharray.[ch] to glib as a private ininstalled header.Owen Taylor
2001-09-03Implement.Owen Taylor
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik
2001-06-13link to ./libgobject-1.3.la since an installed libgobject was somehowupstream/GLIB_1_3_6Havoc Pennington
2001-06-12updatedHavoc Pennington
2001-05-28Fix typo.Sebastian Wilhelmi
2001-05-22made 'make distcheck' happy.Sebastian Wilhelmi
2001-05-16Add inter-library dependencies.Owen Taylor
2001-05-05glib-mkenums is not a compiled program, so shouldn't be in theJames Henstridge