summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2009-02-17Bump versionMatthias Clasen
svn path=/trunk/; revision=7878
2009-02-17Bump versionMatthias Clasen
svn path=/trunk/; revision=7870
2009-02-02bump versionMatthias Clasen
svn path=/trunk/; revision=7847
2009-02-02Bump versionMatthias Clasen
svn path=/trunk/; revision=7844
2009-01-28Add G_GOFFSET_FORMAT and friends. Bug #563141.Christian Persch
* configure.in: * docs/reference/glib/glib-sections.txt: * docs/reference/macros_misc.sgml: * docs/reference/glib/tmpl/types.sgml: Add G_GOFFSET_FORMAT and friends. Bug #563141. svn path=/trunk/; revision=7834
2009-01-18Define an ENABLE_REGEX macroMatthias Clasen
* configure.in: Define an ENABLE_REGEX macro * gobject/gboxed.c: Don't refer to g_regex_ref if ENABLE_REGEX is not defined. svn path=/trunk/; revision=7815
2009-01-05Bump versionMatthias Clasen
svn path=/trunk/; revision=7779
2009-01-03Use visibility attribute for new enough sun cc. Patch by Chris WangMatthias Clasen
* configure.in: Use visibility attribute for new enough sun cc. Patch by Chris Wang svn path=/trunk/; revision=7760
2008-12-15Bump versionMatthias Clasen
svn path=/trunk/; revision=7748
2008-12-08Add an implementation for the CRIS and CRISv32 architectures, by PeterMatthias Clasen
* configure.in: * glib/gatomic.c: Add an implementation for the CRIS and CRISv32 architectures, by Peter Kjellerstedt svn path=/trunk/; revision=7732
2008-12-01Bump versionMatthias Clasen
svn path=/trunk/; revision=7723
2008-12-01Bump versionupstream/GLIB_2_19_1Matthias Clasen
svn path=/trunk/; revision=7718
2008-11-28Bug 557603 – carbon check output misplacedMatthias Clasen
2008-11-28 Matthias Clasen <mclasen@redhat.com> Bug 557603 – carbon check output misplaced * configure.in: Call AC_PROG_CPP early to avoid it messing up carbon check output. Fix proposed by Christian Persch svn path=/trunk/; revision=7703
2008-11-21Nicer indicesMatthias Clasen
svn path=/trunk/; revision=7665
2008-11-02Expand also build/win32/vs9/Makefile.Tor Lillqvist
2008-11-02 Tor Lillqvist <tml@novell.com> * configure.in: Expand also build/win32/vs9/Makefile. svn path=/trunk/; revision=7641
2008-10-17Bump versionMatthias Clasen
svn path=/trunk/; revision=7613
2008-10-13Bug 556101 – static mutex yields warnings with g++ Reviewed by Tim JanikSven Herzberg
2008-10-13 Sven Herzberg <sven@imendio.com> Bug 556101 – static mutex yields warnings with g++ Reviewed by Tim Janik * configure.in: added an intermediate cast to gpointer svn path=/trunk/; revision=7598
2008-10-10With libtool 2.x, regenerate libtool early. Based on bug 552107, patch byBehdad Esfahbod
2008-10-10 Behdad Esfahbod <behdad@gnome.org> * configure.in: With libtool 2.x, regenerate libtool early. Based on bug 552107, patch by Patryk Zawadzki svn path=/trunk/; revision=7592
2008-09-18Bump version to 2.19.0Matthias Clasen
2008-09-18 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version to 2.19.0 * ChangeLog.pre-2-18: rotate ChangeLog * === branch for 2.18 === svn path=/trunk/; revision=7510
2008-09-17Bump versionMatthias Clasen
svn path=/trunk/; revision=7507
2008-09-15Fix description of module shared library suffix.Behdad Esfahbod
2008-09-15 Behdad Esfahbod <behdad@gnome.org> * configure.in: Fix description of module shared library suffix. svn path=/trunk/; revision=7494
2008-09-02Bump versionMatthias Clasen
svn path=/trunk/; revision=7436
2008-09-02Bump version to 2.18.0Matthias Clasen
svn path=/trunk/; revision=7430
2008-08-28[REVERT] Bug 548612 – g_strstr_len() should use memmem when availableRyan Lortie
2008-08-28 Ryan Lortie <desrt@desrt.ca> [REVERT] Bug 548612 – g_strstr_len() should use memmem when available * configure.in: * glib/gstrfuncs.c (g_strstr_len): revert use of memmem (see bug) svn path=/trunk/; revision=7413
2008-08-28Fix selinux linkingMatthias Clasen
svn path=/trunk/; revision=7412
2008-08-27Bug 548612 – g_strstr_len() should use memmem when availableBastien Nocera
2008-08-28 Bastien Nocera <hadess@hadess.net> Bug 548612 – g_strstr_len() should use memmem when available * configure.in: detect whether memmem is available in the C library * glib/gstrfuncs.c (g_strstr_len): use memmem for g_strstr_len() if available in it's available, as it could be optimised by the C library * tests/string-test.c (main): Add a few tests for g_strstr_len() svn path=/trunk/; revision=7407
2008-08-18Bump versionMatthias Clasen
svn path=/trunk/; revision=7369
2008-08-15Accept lesser mmapsMatthias Clasen
svn path=/trunk/; revision=7356
2008-08-14Bug 547637 – unconditional #include of sys/statfs.h in configure impedesMatthias Clasen
2008-08-13 Matthias Clasen <mclasen@redhat.com> Bug 547637 – unconditional #include of sys/statfs.h in configure impedes detection of statfs things if non-existant * configure.in: Protect the statfs.h include by guards. svn path=/trunk/; revision=7352
2008-08-08Improve comment.Tor Lillqvist
svn path=/trunk/; revision=7320
2008-08-08Improve comment.Tor Lillqvist
svn path=/trunk/; revision=7319
2008-08-07Output comment clarifying GPid semantics to glibconfig.h.Tor Lillqvist
2008-08-07 Tor Lillqvist <tml@novell.com> * configure.in: Output comment clarifying GPid semantics to glibconfig.h. * glibconfig.h.win32.in: Ditto here. svn path=/trunk/; revision=7317
2008-08-04Bump versionMatthias Clasen
svn path=/trunk/; revision=7303
2008-08-04Bump versionMatthias Clasen
svn path=/trunk/; revision=7299
2008-07-30Output to glibconfig.h typedefs for gintptr as the signed integer typeTor Lillqvist
2008-07-28 Tor Lillqvist <tml@novell.com> * configure.in: Output to glibconfig.h typedefs for gintptr as the signed integer type that can hold a pointer, and guintptr as the corresponding unsigned type. These types are portable equivalents to intptr_t and uintptr_t which are not available in all compilers. For all current platforms, they will presumably end up as the same types as gssize and gsize, but in theory size_t can be smaller than intptr_t. Also, the intended use case for gintptr and guintptr is different from that of gssize and gsize. As the name indicates, gintptr is for when one wants an integer type that can hold a pointer, and gsize is for when one wants an integer type that can hold the value of the sizeof operator. svn path=/trunk/; revision=7272
2008-07-28Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist
2008-07-28 Tor Lillqvist <tml@novell.com> Fix problems on 64-bit Windows. Avoid warnings, some of which indicated actual problems, some which were just annoyances. Where casts to an integer type are needed for pointers, use gssize. Technically intptr_t would be the more proper type, but we still want to be compilable with MSVS6 and 7 which don't have intptr_t. MSVS8 and 9 do have intptr_t, but in <crtdefs.h>, not <stdint.h>. Use %p to print out handles. Use gssize casts when assigning GPollFD::fd fields. Use G_GSIZE_FORMAT when printing size_t values. * configure.in: Define automake conditional G_OS_WIN32_X64 which is true on Win64. * glib/giochannel.h: Use slightly different prototype for g_io_channel_win32_new_messages() on Win64 with gsize instead of guint. * glib/giowin32.c * glib/gmain.c * glib/gspawn-win32.c * tests/testglib.c: Generic changes as described above. * glib/gmain.h: Don't bother mentioning GIMP in comment. * glib/grel.c (tuple_hash_2): Use all bits of pointer. * glib/gspawn-win32.c * glib/gspawn-win32-helper.c: Use gssize types in the communication between parent and helper process, so that we can pass process handles, which are pointers, also on Win64. * glib/gtimer.c (g_time_val_to_iso8601): time_t is 64 bits on Win64 so we can't pass the address of a GTimeVal::tv_sec which is a long directly to gmtime(). On the other hand, changing GTimeVal::tv_sec to be a gint64 on Win64 is not really feasible either, as that would then require changes in much code that uses GTimeVals. * glib/gspawn-win32.c * glib/Makefile.am: Call the helper programs gspawn-win64-helper.exe and gspawn-win64-helper-console.exe on Win64, to avoid potential risk of running a 32-bit version of the helper. svn path=/trunk/; revision=7260
2008-07-27Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.Tor Lillqvist
2008-07-27 Tor Lillqvist <tml@novell.com> * configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it. * */Makefile.am: Correspondingly, pass appropriate -machine flag to lib.exe when producing the import library for the MS toolchain. svn path=/trunk/; revision=7255
2008-07-24Must output the GLIB_USING_SYSTEM_PRINTF to glibconfig.h using the sameTor Lillqvist
2008-07-24 Tor Lillqvist <tml@novell.com> * configure.in: Must output the GLIB_USING_SYSTEM_PRINTF to glibconfig.h using the same two phase code as for the other defines in it. Can't check enable_included_printf directly in the shell code that is the first argument to AC_CONFIG_COMMANDS(). Preset glib_cv_stack_grows=no on Windows to help cross-compilation. * configure.in: Enhancements for 64-bit Windows: Handle also size_t being larger than long. It is long long a.k.a. __int64 on the LLP64 Win64. Set glib_void_p and glib_long correctly. Their assignments were crossed. It hasn't mattered on LP64 platforms like all (?) 64-bit UNIXes, but on the LLP Win64 it was wrong. svn path=/trunk/; revision=7248
2008-07-21Fix detection of struct statfs fields.Matthias Clasen
svn path=/trunk/; revision=7237
2008-07-21Bump versionMatthias Clasen
svn path=/trunk/; revision=7236
2008-07-212.17.4upstream/GLIB_2_17_4Matthias Clasen
svn path=/trunk/; revision=7234
2008-07-02svn path=/trunk/; revision=7150Matthias Clasen
svn path=/trunk/; revision=7150
2008-07-02Better endianness fixMatthias Clasen
svn path=/trunk/; revision=7149
2008-07-02Fix syntaxMatthias Clasen
svn path=/trunk/; revision=7147
2008-07-02Use a configure check for structfs.f_bavail.Matthias Clasen
* glocalfile.c: Use a configure check for structfs.f_bavail. svn path=/trunk/; revision=7144
2008-07-02Workaround AC_C_BIGENDIAN breakage in autoconf 2.61. Add a _cv_ to someMatthias Clasen
2008-07-02 Matthias Clasen <mclasen@redhat.com> * configure.in: Workaround AC_C_BIGENDIAN breakage in autoconf 2.61. Add a _cv_ to some variable names, since autoconf wants it. svn path=/trunk/; revision=7141
2008-06-26Add #define GLIB_USING_SYSTEM_PRINTF to glibconfig.h, which specifies ifCody Russell
2008-06-26 Cody Russell <bratsche@gnome.org> * configure.in: Add #define GLIB_USING_SYSTEM_PRINTF to glibconfig.h, which specifies if GLib is using the system printf functions for g_print*(). (#539999, by Tim-Philipp Müller) svn path=/trunk/; revision=7099
2008-06-20Bug 316221 - G_LOCK warns about breaking strict-aliasing rulesSebastian Dröge
* configure.in: * glib/gthread.h: Revert previous patch as it doesn't improve the situation and results in other warnings. svn path=/trunk/; revision=7064
2008-06-12bump versionMatthias Clasen
svn path=/trunk/; revision=7034
2008-06-122.17.2upstream/GLIB_2_17_2Matthias Clasen
svn path=/trunk/; revision=7032