[glib] (82 commits) Non-fast-forward update to branch wip/gproperty
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] (82 commits) Non-fast-forward update to branch wip/gproperty
- Date: Sun, 11 Nov 2012 12:48:19 +0000 (UTC)
The branch 'wip/gproperty' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
http://live.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
1fc6925... gobject: Add GProperty
7dc9d82... perf: Compare GParamSpec and GProperty usage
40c8139... gobject: Add override_property_default()
bf57af5... gproperty: Updates after review
9287b33... gproperty: Do not box values in g_property_get_range()
3e0a8ae... gproperty: Pack the GProperty structure
9fbd668... gproperty: Clean up default value implementation
ecf470d... gproperty: Fix locking
c3211b7... gproperty: Clarify handling of complex types
0759a63... gproperty: Remove unnecessary GValue collections
36a8ddd... gparam: Introduce nick and blurb setters
2e439ce... gproperty: Wrap nick and blurb setters into one function
b341582... gproperty: Implicitly notify with explicit setters
06ec101... gproperty: Allow explicit setters to skip notification
06b9065... gproperty: Add an additional type check
73694d5... gproperty: Update the Since tags
e943ed1... Correct a typo in the docs
8168fd1... Add a missing default value to one property
dc280dd... gproperty: Fix minimum floating point values
2c30314... gproperty: Return a copy of the interned string when canoni
366841c... gproperty: Remove a couple of unnecessary type checks
5373ace... performance: Improve the granularity of the property tests
37c3b57... Test 'get' performance of GProperty
9d4d089... performance: Fix g_property_set_default() calls
3c6ffb5... gproperty: Remove collection API
b45ae9e... docs: Add GProperty section to the API reference
a5151e4... gproperty: Allow control over the accessors copy semantics
e392a50... Enum types are glong, not gulong
Commits added to the branch:
c2a2c4a... Updated Slovenian translation (*)
05756f8... Fix this cost -> the cost typos (*)
7d17fd6... Release GLib 2.35.1 (*)
4fb2d73... gvariant: Make g_variant_new_from_bytes() public (*)
c3f52ea... GIOChannel: Add missing (allow-none) annotations (*)
932f425... Box GPollFD to make it introspectable (*)
a5c5730... Revert "Box GPollFD to make it introspectable" (*)
1775c46... GIOChannel: Add missing annotations (*)
36bf253... g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2 (*)
d681b58... file-info: catch thumbnail files in large directory as well (*)
7db2ac7... Fix typo in G_TEST_DBUS. (*)
fb2d3aa... gdbus: Allow GDBusObjectManagerClient to work on peer conne (*)
8c320d0... gio: Remove LDADD repetition from gio/tests Makefile (*)
d68b4e1... gio: No need to specify SOURCES when name matches executabl (*)
fa52373... gio/tests: Fix linker failure (*)
8911cee... gio/tests: Fix build with -Werror=format-security (*)
d04ac16... README.in: Note undefined behavior with new g_type_init() - (*)
cff536c... mkinstalldirs: Delete from version control (*)
00f4c12... gmain: Document constraints on waitpid (*)
f20ae7f... g_dbus_connection_export_menu_model(): fix a crash (*)
311e18a... gthread-posix: always use atomic pointer ops (*)
15a21bd... Updated gujarati file (*)
0d22609... gmessages: fix minor typo in documentation (*)
529bf6b... Add annotations for g_filename_from_uri() (*)
a773a61... GNetworkMonitor: add missing apostrophe to docstring (*)
531be87... po: Fix Makefile.in.in syntax (*)
4447d5c... tests/signals: Disable large enumeration value test that is (*)
59a24ab... Use "Returns:" instead of the invalid "@returns" for annota (*)
67466b4... build: Don't use C99 declarations (*)
f6da43f... build: Ensure we #include header files for glib-genmarshal (*)
6d88a2f... build: Add missing "static" keyword where it should be used (*)
84475e4... build: Prototype GType accessors for private classes (*)
8e59d86... Use (void) for no parameters, not () (*)
1398927... tests/1bitmutex: Hack to build with -Werror=missing-prototy (*)
bd8387f... g_check_setuid: Include glib-private.h (*)
488cdb1... gslice: Prototype G_ENABLE_DEBUG function that's part of AB (*)
4c2a659... gcharset: Add header file for private API (*)
3686aa0... gettext: Add missing include (*)
dc4922a... test-pipe-unix: Add missing include (*)
94ef8df... gdbusactiongroup: Add prototype for g_dbus_action_group_syn (*)
055aa2b... gdateparser: Delete unused debug print function (*)
28b30ca... configure: Enable set of standard -Werror=foo flags (*)
0bdf7fe... tests: fix compiler warning in gvariant test (*)
ce00229... Merge waitpid() from g_spawn_sync into gmain() (*)
1afaea3... Use the FreeBSD credentials-passing code on Debian GNU/kFre (*)
7b1f8c5... gtask: bump the max thread pool size up to 100 to avoid sta (*)
85976cf... Bring back a couple of private-but-extern symbols (*)
eb7dc2b... Predeclare more things in tests (*)
733acc2... Fix more void prototypes in tests (*)
837db1a... Fix more warning-addition fallout (*)
13ae0f1... Annotate g_filename_to_utf8() (*)
f508fbb... Updated Slovak translation (*)
05034c0... Updated Slovak translation (*)
8e92798... Add array length annotation to GSignalQuery param_types fie (*)
c5b9a47... Visual C++ 2010 projects: Prepare support for VS2012 (*)
8a53046... Updated gujarati file (*)
2b17e79... gio/gthreadedresolver.c: Fix non-UNIX build (*)
81b27ff... Add a translator comment about 'KB' (*)
1af1b2b... Box GPollFD to make it introspectable (*)
d6a075b... gtype: disallow adding interfaces after the fact (*)
77032ea... belated version bump (*)
b26fb3a... Don't call varargs open() through non-varargs type (*)
d5df0a1... Skip test_non_utf8_printf() if EUC-JP is aliased to UTF-8 (*)
753494a... tests/buffered-input-stream: Fix size of parameter passed (*)
a9eb190... Check for PR_GET_NAME (*)
8dd70a2... Bug 686185: GDateTime Transcoding fails on OSX (*)
e06268d... GBytes: Add missing annotations (*)
a07a5f8... GByteArray: Add missing transfer annotations (*)
edeffe0... Use url encoding for trash fileinfo path as per freedesktop (*)
f1b34ca... gthreadedresolver: fix a bug in the GTask porting of lookup (*)
5588d47... Fix compile error about missing prototype (*)
b65dac8... Fix poll able streams for Darwin (and probably BSD) (*)
1e59860... Return correct value for g_socket_get_available_bytes() on (*)
7fd15ee... Add plural forms for some translations (*)
138f4c1... Remove trailing space from some translated strings (*)
8caf39b... Add an option to make glib-compile-resources use G_GNUC_INT (*)
de29836... Updated Slovenian translation (*)
a8db731... Updated Slovenian translation (*)
1b3e65d... Updated Galician translations (*)
4a20aa3... Updated Lithuanian translation (*)
51db224... gparam: Introduce nick and blurb setters
bbdead0... gobject: Add GProperty
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]