platform/upstream/glib.git
12 years agoUpdate NEWS
Matthias Clasen [Tue, 14 Jun 2011 00:48:20 +0000 (20:48 -0400)]
Update NEWS

12 years agogdbus-codegen tests: Fix usage of top_srcddir
Colin Walters [Mon, 13 Jun 2011 18:17:44 +0000 (14:17 -0400)]
gdbus-codegen tests: Fix usage of top_srcddir

Based on a patch from Rico Tzschichholz.

12 years agoFormally deprecate G_CONST_RETURN
Ryan Lortie [Mon, 13 Jun 2011 13:27:41 +0000 (09:27 -0400)]
Formally deprecate G_CONST_RETURN

12 years agoDrop a few more G_CONST_RETURN
Ryan Lortie [Mon, 13 Jun 2011 13:27:28 +0000 (09:27 -0400)]
Drop a few more G_CONST_RETURN

12 years agoupdate .gitignores
Dan Winship [Sun, 12 Jun 2011 20:17:30 +0000 (16:17 -0400)]
update .gitignores

12 years agogspawn: Fix annotations
Colin Walters [Fri, 10 Jun 2011 16:58:49 +0000 (12:58 -0400)]
gspawn: Fix annotations

g-ir-scanner wants guint8.

12 years agoFix regression in qsort_r BSD detection
Christophe Fergeau [Thu, 9 Jun 2011 11:36:19 +0000 (13:36 +0200)]
Fix regression in qsort_r BSD detection

We can use AC_CHECK_FUNCS to detect if qsort_r is available on
the system or not since it will unconditionnally define
HAVE_QSORT_R, which we don't want since on BSD, qsort_r isn't usable
for us, so we don't want to have HAVE_QSORT_R defined on such platforms.
By using AC_CHECK_FUNC instead, we can defer defining HAVE_QSORT_R until
we have actually tested it's usable.

https://bugzilla.gnome.org/show_bug.cgi?id=651920

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 10 Jun 2011 09:54:51 +0000 (12:54 +0300)]
Updated Hebrew translation.

12 years ago[l10n] Updated German translation
Mario Blättermann [Fri, 10 Jun 2011 09:17:15 +0000 (11:17 +0200)]
[l10n] Updated German translation

12 years agoAdded UG translation
Abduxukur Abdurixit [Fri, 10 Jun 2011 08:19:12 +0000 (10:19 +0200)]
Added UG translation

12 years agoUpdated Spanish translation
Jorge González [Thu, 9 Jun 2011 21:00:04 +0000 (23:00 +0200)]
Updated Spanish translation

12 years agogioenums.h: Remove trailing commas
Murray Cumming [Thu, 9 Jun 2011 18:17:52 +0000 (20:17 +0200)]
gioenums.h: Remove trailing commas

12 years agogdbus: Don't pass an unintialized GError pointer
David Zeuthen [Thu, 9 Jun 2011 17:29:58 +0000 (13:29 -0400)]
gdbus: Don't pass an unintialized GError pointer

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agogdbus: Add --recurse and --only-properties options
David Zeuthen [Thu, 9 Jun 2011 17:22:18 +0000 (13:22 -0400)]
gdbus: Add --recurse and --only-properties options

These options are useful when debugging D-Bus services and working
with bug reports.

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agogdbus: Clarify the --xml option in the man page
David Zeuthen [Thu, 9 Jun 2011 16:25:04 +0000 (12:25 -0400)]
gdbus: Clarify the --xml option in the man page

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoBug 652197 – Improper handling of double values in GDBusMessage
David Zeuthen [Thu, 9 Jun 2011 16:02:30 +0000 (12:02 -0400)]
Bug 652197 – Improper handling of double values in GDBusMessage

Matthew Bucknall pointed out

  GDBusMessage does not serialize/deserialize double values correctly
  on platforms with strict alignment constraints (in my particular
  case, ARM926EJ-S).

This was reported in

 https://bugzilla.gnome.org/show_bug.cgi?id=652197

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agogdbus-codegen: Fix build
David Zeuthen [Thu, 9 Jun 2011 15:51:47 +0000 (11:51 -0400)]
gdbus-codegen: Fix build

See https://bugzilla.gnome.org/show_bug.cgi?id=651998 for details.

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoDocument the deprecatation of G_CONST_RETURN
Ryan Lortie [Sun, 13 Mar 2011 03:04:53 +0000 (22:04 -0500)]
Document the deprecatation of G_CONST_RETURN

...but don't actually deprecate it yet.

12 years agoRemove all uses of G_CONST_RETURN
Ryan Lortie [Sun, 13 Mar 2011 02:50:45 +0000 (21:50 -0500)]
Remove all uses of G_CONST_RETURN

Just use 'const'.

https://bugzilla.gnome.org/show_bug.cgi?id=644611

12 years agogobject: remove -DG_DISABLE_CONST_RETURNS
Ryan Lortie [Thu, 9 Jun 2011 15:11:30 +0000 (11:11 -0400)]
gobject: remove -DG_DISABLE_CONST_RETURNS

GObject had a few cases of depending on G_CONST_RETURN not being defined
to 'const'.  Remove those in preparation for deprecation of
G_CONST_RETURN.

12 years agoUpdated Bulgarian translation
Alexander Shopov [Thu, 9 Jun 2011 04:00:57 +0000 (07:00 +0300)]
Updated Bulgarian translation

12 years agoMove gmain docs inline
Matthias Clasen [Thu, 9 Jun 2011 03:48:55 +0000 (23:48 -0400)]
Move gmain docs inline

12 years agoMove gutils docs inline
Matthias Clasen [Thu, 9 Jun 2011 03:44:39 +0000 (23:44 -0400)]
Move gutils docs inline

12 years agoRemove unused template
Matthias Clasen [Thu, 9 Jun 2011 03:29:21 +0000 (23:29 -0400)]
Remove unused template

12 years agobitlock: don't use asm goto on older gcc
Christophe Fergeau [Wed, 8 Jun 2011 09:18:26 +0000 (11:18 +0200)]
bitlock: don't use asm goto on older gcc

asm goto was addded in gcc 4.5 so don't try to use it on gcc versions
older than this one. This is achieved by explicitly checking gcc
version, an alternative would be to try to compile a program using
asm volatile in configure.

https://bugzilla.gnome.org/show_bug.cgi?id=651959

12 years agoTest the previous fix
Matthias Clasen [Thu, 9 Jun 2011 02:38:11 +0000 (22:38 -0400)]
Test the previous fix

Just make one of the existing GApplication test cases use
a dash in the id.

12 years agoGApplication: allow '-' in application ID
Ryan Lortie [Thu, 9 Jun 2011 02:21:15 +0000 (22:21 -0400)]
GApplication: allow '-' in application ID

By converting it to _ before trying to shove it into an object path.

https://bugzilla.gnome.org/show_bug.cgi?id=652025

12 years agoFix a typo in GBinding
Colomban Wendling [Tue, 7 Jun 2011 19:59:15 +0000 (21:59 +0200)]
Fix a typo in GBinding

https://bugzilla.gnome.org/show_bug.cgi?id=652081

12 years agogconverter: Improve cross-references
Javier Jardón [Wed, 8 Jun 2011 15:26:08 +0000 (16:26 +0100)]
gconverter: Improve cross-references

12 years agoFix export_symbols variable in gio/Makefile.am
Dan Winship [Tue, 7 Jun 2011 21:22:58 +0000 (17:22 -0400)]
Fix export_symbols variable in gio/Makefile.am

https://bugzilla.gnome.org/show_bug.cgi?id=646608

12 years agoFix "Since" tags on g_data_input_stream_read_upto{,_async}
Dan Winship [Tue, 7 Jun 2011 21:19:24 +0000 (17:19 -0400)]
Fix "Since" tags on g_data_input_stream_read_upto{,_async}

https://bugzilla.gnome.org/show_bug.cgi?id=647930

12 years agogutils, gspawn: fix introspection annotations
Giovanni Campagna [Sun, 3 Apr 2011 16:53:04 +0000 (18:53 +0200)]
gutils, gspawn: fix introspection annotations

Fix various (out) arguments, (allow-none) and (array zero-terminated=1)
for g_spawn_*() and some others.

Some additional fixes by Colin Walters <walters@verbum.org>

https://bugzilla.gnome.org/show_bug.cgi?id=646635

12 years agoUpdate annotations from gobject-introspection/gir/glib-2.0.c
Colin Walters [Tue, 7 Jun 2011 21:07:46 +0000 (17:07 -0400)]
Update annotations from gobject-introspection/gir/glib-2.0.c

This covers most of them.

12 years agoglib-types.h: Include glib.h, since we use G_BEGIN_DECLS
Colin Walters [Tue, 7 Jun 2011 20:26:43 +0000 (16:26 -0400)]
glib-types.h: Include glib.h, since we use G_BEGIN_DECLS

This header is included individually by g-ir-scanner.

12 years agoGenerate $module-public-headers.txt file, feed it to gtk-doc
Colin Walters [Fri, 3 Jun 2011 18:53:27 +0000 (14:53 -0400)]
Generate $module-public-headers.txt file, feed it to gtk-doc

Rather than having the gtk-doc build machinery have a list of header
files to exclude, change the GLib build to dump a list of public
header files generated from the maintained Makefile.am files for
each of glib/, gobject/, gio/.

Also, for glib, always install glib-unix.h, even on non-Unix
platforms, for the same reason we install gwin32.h even on Unix.

https://bugzilla.gnome.org/show_bug.cgi?id=651745

12 years agogdbus-codegen: Clean config.pyc to make distcheck happy
Colin Walters [Tue, 7 Jun 2011 18:17:11 +0000 (14:17 -0400)]
gdbus-codegen: Clean config.pyc to make distcheck happy

12 years agog_get_user_data_dir(): Don't warn if XDG_RUNTIME_DIR isn't set
Colin Walters [Tue, 7 Jun 2011 17:02:41 +0000 (13:02 -0400)]
g_get_user_data_dir(): Don't warn if XDG_RUNTIME_DIR isn't set

We have a meaningful fallback, and warning causes the tests to break.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 7 Jun 2011 08:02:40 +0000 (10:02 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Czech translation
Marek Černocký [Tue, 7 Jun 2011 06:08:16 +0000 (08:08 +0200)]
Updated Czech translation

12 years agoAdd a testcase for the previous fix
Matthias Clasen [Tue, 7 Jun 2011 03:24:36 +0000 (23:24 -0400)]
Add a testcase for the previous fix

12 years agoGDataList: don't hold the bitlock over callbacks
Matthias Clasen [Tue, 7 Jun 2011 03:23:29 +0000 (23:23 -0400)]
GDataList: don't hold the bitlock over callbacks

g_datalist_id_clear_i was dropping the dataset lock around
the destroy notifies, but kept the bitlock. This was causing
deadlocks when finalizing widgets.

12 years agoUpdate VS 2008/2010 property sheets
Chun-wei Fan [Tue, 7 Jun 2011 02:58:54 +0000 (10:58 +0800)]
Update VS 2008/2010 property sheets

"Install" the new gobject/glib-types.h as well... it is needed.

12 years agoUpdate gsettings utilities in GIO
Chun-wei Fan [Tue, 7 Jun 2011 02:49:29 +0000 (10:49 +0800)]
Update gsettings utilities in GIO

Avoid C99-style variable declaration

12 years agoUpdate config.h.win32.in
Chun-wei Fan [Tue, 7 Jun 2011 02:32:47 +0000 (10:32 +0800)]
Update config.h.win32.in

-Make contents more like the current config.h(.in)
-vsnprintf is included in VS 2008+

12 years agoUpdate the year in the *.rc.in files
Chun-wei Fan [Tue, 7 Jun 2011 00:55:31 +0000 (08:55 +0800)]
Update the year in the *.rc.in files

Sorry this change came a bit late...

12 years agoClean up gobject/gvaluetransform.c a bit
Chun-wei Fan [Tue, 7 Jun 2011 00:25:07 +0000 (08:25 +0800)]
Clean up gobject/gvaluetransform.c a bit

The check for _MSC_VER here is not necessary here because:
-One cannot compile GLib out-of-the-box with VS 2003 (let alone VS6
 or earlier) since GLib 2.22.4 or so.
-This code compiles fine with the currently-supported VS versions
 (2008/2010) without the error mentioned in the comments.

This will close Bug 652002.

12 years agoFix gatomic.c compilation on Windows (MSVC)
Chun-wei Fan [Tue, 7 Jun 2011 00:20:15 +0000 (08:20 +0800)]
Fix gatomic.c compilation on Windows (MSVC)

-windows.h must be included for the functions[1] to be found during
 compilation
-For Win32(x86), the InterlockedAnd, InterlockedOr and InterlockedXor
 functions need to be preceded with an underscore. This is mandated
 by the "For the x86 architecture..." clause under "Remarks"[2]
-This will close Bug 652000

[1]:http://msdn.microsoft.com/en-us/library/ms684122(v=vs.85).aspx
[2]:http://msdn.microsoft.com/en-us/library/ms683516(v=vs.85).aspx
    http://msdn.microsoft.com/en-us/library/ms683626(v=vs.85).aspx
    http://msdn.microsoft.com/en-us/library/ms684021(v=vs.85).aspx

12 years agogdbus codegen: Ensure PYTHONPATH is set correctly for srcdir != builddir
Colin Walters [Mon, 6 Jun 2011 21:14:45 +0000 (17:14 -0400)]
gdbus codegen: Ensure PYTHONPATH is set correctly for srcdir != builddir

We need to pick up the Python files from the source directory, so set
PYTHONPATH.

12 years agoUpdate GLib VS9/10 projects
Chun-wei Fan [Mon, 6 Jun 2011 16:37:38 +0000 (00:37 +0800)]
Update GLib VS9/10 projects

There is no longer need to distinguish between gatomic.c and gatomic-gcc.c.
This will avoid gatomic.c from being included in the projects twice.

12 years agoFix some socket docs issues, remove unused typedefs
Dan Winship [Mon, 6 Jun 2011 14:22:40 +0000 (10:22 -0400)]
Fix some socket docs issues, remove unused typedefs

pointed out by Matthias

12 years agoGBuffer: Suffix header with private.h
Colin Walters [Fri, 3 Jun 2011 17:18:44 +0000 (13:18 -0400)]
GBuffer: Suffix header with private.h

This makes it clearer it's not public API yet.

https://bugzilla.gnome.org/show_bug.cgi?id=651745

12 years agoGMappedFile: improve test coverage
Matthias Clasen [Mon, 6 Jun 2011 05:14:23 +0000 (01:14 -0400)]
GMappedFile: improve test coverage

12 years agoGKeyFile: improve test coverage
Matthias Clasen [Mon, 6 Jun 2011 05:14:00 +0000 (01:14 -0400)]
GKeyFile: improve test coverage

12 years agoGConvert: improve test coverage
Matthias Clasen [Mon, 6 Jun 2011 05:13:46 +0000 (01:13 -0400)]
GConvert: improve test coverage

12 years agoImprove GChecksum test coverage
Matthias Clasen [Mon, 6 Jun 2011 05:13:26 +0000 (01:13 -0400)]
Improve GChecksum test coverage

12 years agoGMappedFile: remove nonatomic accesses to ref_count
Matthias Clasen [Mon, 6 Jun 2011 05:04:19 +0000 (01:04 -0400)]
GMappedFile: remove nonatomic accesses to ref_count

12 years agoImprove test coverage of gtimezone.c
Matthias Clasen [Mon, 6 Jun 2011 04:31:52 +0000 (00:31 -0400)]
Improve test coverage of gtimezone.c

12 years agoImprove test coverage of GVariant
Matthias Clasen [Mon, 6 Jun 2011 04:31:40 +0000 (00:31 -0400)]
Improve test coverage of GVariant

12 years agoImprove test coverage of glist.c
Matthias Clasen [Mon, 6 Jun 2011 04:31:24 +0000 (00:31 -0400)]
Improve test coverage of glist.c

12 years agoImprove test coverage of glib-unix.c
Matthias Clasen [Mon, 6 Jun 2011 04:31:06 +0000 (00:31 -0400)]
Improve test coverage of glib-unix.c

12 years agoImprove test coverage of gurifuncs.c
Matthias Clasen [Mon, 6 Jun 2011 04:30:50 +0000 (00:30 -0400)]
Improve test coverage of gurifuncs.c

12 years agoTest runtime dir getter
Matthias Clasen [Mon, 6 Jun 2011 04:30:30 +0000 (00:30 -0400)]
Test runtime dir getter

12 years agoRemove deprecated atomic functions from tests
Matthias Clasen [Mon, 6 Jun 2011 04:30:02 +0000 (00:30 -0400)]
Remove deprecated atomic functions from tests

12 years agoImprove test coverage
Matthias Clasen [Mon, 6 Jun 2011 04:28:38 +0000 (00:28 -0400)]
Improve test coverage

Duplicate the atomic tests for the functions, and
test the new atomic operations as well.

12 years agoNo need to have two variants of errno-to-GError
Matthias Clasen [Mon, 6 Jun 2011 02:20:18 +0000 (22:20 -0400)]
No need to have two variants of errno-to-GError

12 years agoFix a typo
Matthias Clasen [Sun, 5 Jun 2011 23:07:06 +0000 (19:07 -0400)]
Fix a typo

And reword some docs.

12 years agoUpdated Galician translations
Fran Diéguez [Sun, 5 Jun 2011 21:30:42 +0000 (23:30 +0200)]
Updated Galician translations

12 years agoconfigure.ac: Check for qsort_r function before running the test program
Kalev Lember [Sun, 5 Jun 2011 11:34:33 +0000 (14:34 +0300)]
configure.ac: Check for qsort_r function before running the test program

When cross compiling, test programs cannot be run. In order to make it
easier to cross compile for targets that do not have qsort_r(), check
for the function before trying to run the test program.

This avoid having to populate cache with glib_cv_have_qsort_r=no with
e.g. mingw cross compiler.

https://bugzilla.gnome.org/show_bug.cgi?id=651920

12 years agoconfigure.ac: Print qsort_r result only once
Kalev Lember [Sun, 5 Jun 2011 11:26:12 +0000 (14:26 +0300)]
configure.ac: Print qsort_r result only once

AC_CACHE_CHECK that was introduced in 70a19815 prints the result, so the
following AC_MSG_RESULT is no longer needed.

12 years agoUpdated Spanish translation
Jorge González [Sun, 5 Jun 2011 14:59:31 +0000 (16:59 +0200)]
Updated Spanish translation

12 years agoUse g_param_spec_ref_sink instead of separate ref, sink
Matthias Clasen [Sun, 5 Jun 2011 03:43:05 +0000 (23:43 -0400)]
Use g_param_spec_ref_sink instead of separate ref, sink

12 years agoGParamSpec: avoid unnecessary double initialization of qdata
Matthias Clasen [Sun, 5 Jun 2011 03:42:07 +0000 (23:42 -0400)]
GParamSpec: avoid unnecessary double initialization of qdata

12 years agoNo necessary to init qdata atomically
Matthias Clasen [Sun, 5 Jun 2011 03:13:55 +0000 (23:13 -0400)]
No necessary to init qdata atomically

12 years agoGDBusObject: Remove comment non-existant virtual functions
David Zeuthen [Sun, 5 Jun 2011 01:37:37 +0000 (21:37 -0400)]
GDBusObject: Remove comment non-existant virtual functions

These were nuked a while ago.

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agobump version
Matthias Clasen [Sun, 5 Jun 2011 00:06:44 +0000 (20:06 -0400)]
bump version

12 years ago2.29.6 2.29.6
Matthias Clasen [Sat, 4 Jun 2011 22:48:54 +0000 (18:48 -0400)]
2.29.6

12 years agoFix doc syntax
Matthias Clasen [Sat, 4 Jun 2011 23:05:19 +0000 (19:05 -0400)]
Fix doc syntax

12 years agoFix links in gio docs
Matthias Clasen [Sat, 4 Jun 2011 22:44:44 +0000 (18:44 -0400)]
Fix links in gio docs

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 4 Jun 2011 22:05:03 +0000 (01:05 +0300)]
Updated Hebrew translation.

12 years agoFix parameter documentation for many functions
Matthias Clasen [Sat, 4 Jun 2011 18:40:23 +0000 (14:40 -0400)]
Fix parameter documentation for many functions

Use the opt-out mechanism introduced in gtk-doc 1.16 to work
around problems with the _utf8 renaming games that the win32
port is playing in our headers.

https://bugzilla.gnome.org/show_bug.cgi?id=638449

12 years agoFix doc typos
Matthias Clasen [Sat, 4 Jun 2011 15:57:10 +0000 (11:57 -0400)]
Fix doc typos

Now with fewer broken links...

12 years agoconfigure.in: Use tar-ustar to avoid name length limitations
Matthias Clasen [Sat, 4 Jun 2011 15:46:10 +0000 (11:46 -0400)]
configure.in: Use tar-ustar to avoid name length limitations

Also use dist-bzip2.

12 years agoFix up gdbus invocation in example
David Zeuthen [Sat, 4 Jun 2011 16:43:00 +0000 (12:43 -0400)]
Fix up gdbus invocation in example

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agogdbus: Add a way to emit a signal
David Zeuthen [Sat, 4 Jun 2011 16:33:39 +0000 (12:33 -0400)]
gdbus: Add a way to emit a signal

See https://bugs.freedesktop.org/show_bug.cgi?id=37890#c6 where it was
discovered that dbus-send(1) actually doesn't work (either libdbus-1's
flush implementation or dbus-send(1)'s usage of it is broken) so it's
useful to have here.

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoFix typos in "Migrating to GDBus" docs
David Zeuthen [Sat, 4 Jun 2011 15:52:08 +0000 (11:52 -0400)]
Fix typos in "Migrating to GDBus" docs

It's Skeleton now, not Stub.

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoDistcheck fixes
Matthias Clasen [Sat, 4 Jun 2011 14:46:38 +0000 (10:46 -0400)]
Distcheck fixes

Fix VPATH builds.

12 years agoDistcheck fixes
Matthias Clasen [Sat, 4 Jun 2011 14:45:30 +0000 (10:45 -0400)]
Distcheck fixes

Accidentally committed debug leftover.

12 years agoUpdate NEWS
Matthias Clasen [Sat, 4 Jun 2011 12:13:48 +0000 (08:13 -0400)]
Update NEWS

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 4 Jun 2011 10:44:19 +0000 (13:44 +0300)]
Updated Hebrew translation.

12 years agoavoid quadratic behavior of GMainLoop when all fd's have the same priority
Paolo Bonzini [Tue, 25 Jan 2011 10:31:41 +0000 (11:31 +0100)]
avoid quadratic behavior of GMainLoop when all fd's have the same priority

https://bugzilla.gnome.org/show_bug.cgi?id=640518

12 years agoAdd a test for the previous fix
Matthias Clasen [Sat, 4 Jun 2011 03:38:46 +0000 (23:38 -0400)]
Add a test for the previous fix

12 years agoGRand: avoid overflow
Matthias Clasen [Sat, 4 Jun 2011 03:37:23 +0000 (23:37 -0400)]
GRand: avoid overflow

Otherwise, g_random_double_range (-G_MAXDOUBLE, G_MAXDOUBLE)
doesn't work as expected.

https://bugzilla.gnome.org/show_bug.cgi?id=502560

12 years agog_mkdir_with_parents: cope with dirs popping into existence
Matthias Clasen [Sat, 4 Jun 2011 02:45:51 +0000 (22:45 -0400)]
g_mkdir_with_parents: cope with dirs popping into existence

Don't bail out if a directory suddenly turns out to exist
after all. Proposed in bug 612729.

12 years agoMade g_utf8_to_ucs4_fast() even faster
Mikhail Zabaluev [Wed, 17 Mar 2010 00:34:51 +0000 (02:34 +0200)]
Made g_utf8_to_ucs4_fast() even faster

https://bugzilla.gnome.org/show_bug.cgi?id=619435

12 years agoAdded performance tests for UTF-8 decoding functions
Mikhail Zabaluev [Mon, 15 Mar 2010 01:37:11 +0000 (03:37 +0200)]
Added performance tests for UTF-8 decoding functions

https://bugzilla.gnome.org/show_bug.cgi?id=619418

12 years agoHave g_queue_remove() return a boolean
Matthew Barnes [Sat, 16 Oct 2010 11:40:44 +0000 (07:40 -0400)]
Have g_queue_remove() return a boolean

g_queue_remove() should return a boolean so callers can verify that an
element was found and removed, as in the following example:

    if (g_queue_remove (queue, referenced_object))
        g_object_unref (referenced_object);

Similarly, g_queue_remove_all() should return the number of elements
found and removed.

https://bugzilla.gnome.org/show_bug.cgi?id=632294

12 years agogthread: avoid locking in _get_mutex_impl
Wim Taymans [Wed, 16 Sep 2009 15:39:48 +0000 (17:39 +0200)]
gthread: avoid locking in _get_mutex_impl

When getting the mutex implementation of a static mutex, avoid taking the global
lock every time but only take the lock when there was no mutex and we need to
create one.

https://bugzilla.gnome.org/show_bug.cgi?id=599954

12 years agoUse g_atomic_pointer_or/and to set datalist flags
Alexander Larsson [Wed, 25 May 2011 09:56:51 +0000 (11:56 +0200)]
Use g_atomic_pointer_or/and to set datalist flags

https://bugzilla.gnome.org/show_bug.cgi?id=650458

12 years agoMake g_object_get_data use the new faster g_datalist_get_data
Alexander Larsson [Thu, 19 May 2011 19:55:16 +0000 (21:55 +0200)]
Make g_object_get_data use the new faster g_datalist_get_data

https://bugzilla.gnome.org/show_bug.cgi?id=650458

12 years agoMake g_datalist_get_data not look up the quark
Alexander Larsson [Thu, 19 May 2011 19:51:49 +0000 (21:51 +0200)]
Make g_datalist_get_data not look up the quark

Instead of converting the string to a quark and comparing quarks we
use the new lockless g_quark_to_string and just compare the quarks
in the datalist with the given string.

This means we avoid the global lock for string to quark. Additionally
most of the time the data list will be quite short, so the cost of
doing the sting comparisons is likely similar to that of the quark
hashtable lookup (which does at least one string comparison for a
successfull lookup).

https://bugzilla.gnome.org/show_bug.cgi?id=650458