summaryrefslogtreecommitdiff
path: root/gthread
AgeCommit message (Collapse)Author
2008-12-152.19.3GLIB_2_19_3Matthias Clasen
svn path=/trunk/; revision=7746
2008-12-012.19.2GLIB_2_19_2Matthias Clasen
svn path=/trunk/; revision=7721
2008-12-012.19.1Matthias Clasen
svn path=/trunk/; revision=7717
2008-10-162.19.0GLIB_2_19_0Matthias Clasen
svn path=/trunk/; revision=7611
2008-09-172.18.1GLIB_2_18_1Matthias Clasen
svn path=/trunk/; revision=7505
2008-09-022.18.0GLIB_2_18_0Matthias Clasen
svn path=/trunk/; revision=7434
2008-08-182.17.7GLIB_2_17_7Matthias Clasen
svn path=/trunk/; revision=7367
2008-08-17 Bug 460920 – build fix for --disable-threadsMatthias Clasen
* gthread-impl.c: Implement g_thread_init_with_errorcheck_mutexes in the !G_THREAD_ENABLED case. Pointed out by Jan Nieuwenhuizen svn path=/trunk/; revision=7364
2008-08-042.13.6GLIB_2_17_6Matthias Clasen
svn path=/trunk/; revision=7301
2008-08-042.17.5GLIB_2_17_5Matthias Clasen
svn path=/trunk/; revision=7297
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-212.17.4GLIB_2_17_4Matthias Clasen
svn path=/trunk/; revision=7234
2008-07-032.17.3GLIB_2_17_3Matthias Clasen
svn path=/trunk/; revision=7152
2008-06-122.17.2GLIB_2_17_2Matthias Clasen
svn path=/trunk/; revision=7032
2008-06-122.17.1GLIB_2_17_1Matthias Clasen
svn path=/trunk/; revision=7029
2008-05-28don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now.Michael Natterer
2008-05-28 Michael Natterer <mitch@imendio.com> * Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now. svn path=/trunk/; revision=6951
2008-05-272.17.0GLIB_2_17_0Matthias Clasen
svn path=/trunk/; revision=6948
2008-05-05Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code fromMichael Natterer
2008-05-05 Michael Natterer <mitch@imendio.com> * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from being checked in that breaks the build of applications which use G_DISABLE_SINGLE_INCLUDES. svn path=/trunk/; revision=6878
2008-04-21configure.in More work on enabling static building on Windows. WhenTor Lillqvist
2008-04-21 Tor Lillqvist <tml@novell.com> * configure.in * */Makefile.am: More work on enabling static building on Windows. When building statically: Also define GOBJECT_STATIC_COMPILATION in glibconfig.h so that also the variables in gparamspecs.h get declared without any dllimport/dllexport decorations. Don't install .def files which obviously have no meaning for static libraries. Don't create MS import libraries. Don't do any resource object files. svn path=/trunk/; revision=6866
2008-03-16Don't bother defining Autoconf variables for glib.def, gmodule.def,Tor Lillqvist
2008-03-16 Tor Lillqvist <tml@novell.com> * configure.in: Don't bother defining Autoconf variables for glib.def, gmodule.def, gobject.def and gthread.def when this can be handled easily in */Makefile.am which are the only files that use them. Remove also TESTGMODULE_EXP which isn't used at all. * */Makefile.am: Corrsponding changes. svn path=/trunk/; revision=6722
2008-03-112.16.1GLIB_2_16_1Matthias Clasen
svn path=/trunk/; revision=6671
2008-03-102.16.0Matthias Clasen
svn path=/trunk/; revision=6661
2008-02-252.15.6GLIB_2_15_6Matthias Clasen
svn path=/trunk/; revision=6593
2008-02-17define CSIDL_MYPICTURES if not available use G_STRFUNC instead of compilerHans Breuer
2008-02-17 Hans Breuer <hans@breuer.org> * glib/gutils.c : define CSIDL_MYPICTURES if not available * gthread/gthread-win32.c : use G_STRFUNC instead of compiler specific __FUNCTION__ svn path=/trunk/; revision=6526
2008-02-112.15.5GLIB_2_15_5Matthias Clasen
svn path=/trunk/; revision=6503
2008-02-10/bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen
2008-02-09 Matthias Clasen <mclasen@redhat.com> * Makefile.decl: /bin/ksh can't handle a for-loop with no arguments, so add a "." for when $(SUBDIRS) is empty. * glib/tests/option-context.c: * glib/tests/testing.c: * gthread/gthread-posix.c: * tets/testingbase64.c: * glib/gtester.c: * glib/gsequence.c: Portability fixes. (#515154) svn path=/trunk/; revision=6487
2008-01-292.15.4GLIB_2_15_4Matthias Clasen
svn path=/trunk/; revision=6402
2008-01-27Deprecate G_GNUC_(PRETTY)_FUNCTION.Matthias Clasen
2008-01-27 Matthias Clasen <mclasen@redhat.com> * glib/gmacros.h: Deprecate G_GNUC_(PRETTY)_FUNCTION. svn path=/trunk/; revision=6389
2008-01-212.15.3GLIB_2_15_3Matthias Clasen
svn path=/trunk/; revision=6347
2008-01-142.15.2GLIB_2_15_2Matthias Clasen
svn path=/trunk/; revision=6310
2008-01-072.15.1GLIB_2_15_1Matthias Clasen
svn path=/trunk/; revision=6267
2007-12-212.15.0Matthias Clasen
svn path=/trunk/; revision=6180
2007-11-25Replace INCLUDES by AM_CPPFLAGS, other cleanups.Matthias Clasen
2007-11-24 Matthias Clasen <mclasen@redhat.com> * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other cleanups. svn path=/trunk/; revision=5932
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik
2007-11-21 21:06:47 Tim Janik <timj@imendio.com> * Makefile.decl: initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional appending via += in other makefiles. define recursive test targets: test, test-report, perf-report, full-report, as described here: http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html * Makefile.am: * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am: * build/win32/Makefile.am, build/Makefile.am: * docs/Makefile.am, docs/reference/Makefile.am: * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am: * gmodule/Makefile.am, tests/Makefile.am: * tests/refcount/Makefile.am, tests/gobject/Makefile.am: * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am: * glib/tests/Makefile.am, glib/pcre/Makefile.am: * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am: * gthread/Makefile.am, glib/Makefile.am: include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments. * glib/tests/Makefile.am: removed example testing rules. * glib/tests/testing.c: conditionalized performance and slow tests. * glib/gtestutils.h: * glib/gtestutils.c: work around g_test_config_vars not changing its exported value after value assignments, aparently due to symbol aliases. * glib/gtester.c: fixed off-by-one error which produced junk in logs. * configure.in: check for python >= 2.4 and provide $PYTHON for scripts. svn path=/trunk/; revision=5914
2007-11-072.14.3GLIB_2_14_3Matthias Clasen
svn path=/trunk/; revision=5802
2007-10-162.14.2GLIB_2_14_2Matthias Clasen
svn path=/trunk/; revision=5786
2007-09-162.14.1GLIB_2_14_1Matthias Clasen
svn path=/trunk/; revision=5770
2007-08-042.14.0GLIB_2_14_0Matthias Clasen
svn path=/trunk/; revision=5674
2007-07-122.13.7GLIB_2_13_7Matthias Clasen
svn path=/trunk/; revision=5634
2007-06-292.13.6GLIB_2_13_6Matthias Clasen
svn path=/trunk/; revision=5591
2007-06-182.13.5GLIB_2_13_5Matthias Clasen
svn path=/trunk/; revision=5577
2007-06-062.13.4Matthias Clasen
svn path=/trunk/; revision=5540
2007-06-042.13.3GLIB_2_13_3Matthias Clasen
svn path=/trunk/; revision=5531
2007-05-232.13.2GLIB_2_13_2Matthias Clasen
svn path=/trunk/; revision=5511
2007-05-032.13.1GLIB_2_13_1Matthias Clasen
svn path=/trunk/; revision=5478
2007-03-162.13.0GLIB_2_13_0Matthias Clasen
svn path=/trunk/; revision=5419
2007-01-19gmodule/Makefile.am (gmodule-2.0.lib) Use $(srcdir) for builds outsideTor Lillqvist
2007-01-19 Tor Lillqvist <tml@novell.com> * gmodule/Makefile.am (gmodule-2.0.lib) * gthread/Makefile.am (gthread-2.0.lib): Use $(srcdir) for builds outside srcdir. svn path=/trunk/; revision=5300
2007-01-16Revert an accidental ABI break by moving gettime out of theMatthias Clasen
2007-01-16 Matthias Clasen <mclasen@redhat.com> * glib/gthread.h: * glib/gthread.c: * glib/glib.symbols: Revert an accidental ABI break by moving gettime out of the GThreadFunctions struct and making it a separate variable. (#397139, Joe Marcus Clarke) * gthread/*.c: Adapt. svn path=/trunk/; revision=5279
2007-01-16glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s ofTor Lillqvist
2007-01-16 Tor Lillqvist <tml@novell.com> * glib/gthread.c (gettime) * gthread-win32.c (g_gettime_win32_impl): GetSystemTimeAsFileTime() returns 100s of nanoseconds since 1601, so offset to Unix epoch (1970) and multiply by 100 to get nanoseconds which is what we want. svn path=/trunk/; revision=5277
2007-01-16glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s ofTor Lillqvist
2007-01-16 Tor Lillqvist <tml@novell.com> * glib/gthread.c (gettime) * gthread-win32.c (g_gettime_win32_impl): GetSystemTimeAsFileTime() returns 100s of nanoseconds, so multiply by 100 to get nanoseconds which is what we want. svn path=/trunk/; revision=5276