gthread-posix: Remove misleading documentation comments
[platform/upstream/glib.git] / gobject /
2012-01-05 Simon McVittieSkip tests of incorrect property usage under gtester...
2012-01-03 Matthias ClasenFix parameter name mismatches in GWeakRef api
2012-01-02 Simon McVittieAdd regression test for GWeakRef used to cache a singleton
2012-01-02 Simon McVittieAdd deterministic tests for the API of GWeakRef
2012-01-02 Ryan LortieGWeakRef: add a weak GObject reference believed to...
2012-01-02 Simon McVittieg_object_weak_ref, g_object_add_weak_pointer: document...
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-12-21 Ryan LortieGObject: do checks on interface property install
2011-12-21 Ryan LortieGObject: require READ or WRITE on property install
2011-12-21 Ryan LortieGObject: allow G_PARAM_CONSTRUCT on any override
2011-12-21 Ryan LortieGObject: add test for interface property overrides
2011-12-21 Ryan LortieGObject: change the order of property checks
2011-12-21 Ryan LortieGObject: fix property override type checks
2011-12-20 Ryan LortieGObject: fixup reversed logic in last commit
2011-12-20 Ryan Lortiegobject: Clean up logic in property checks
2011-12-20 Ryan Lortiegobject: loosen property override flag restrictions
2011-12-14 Ryan Lortietwo test fixes for ARM
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-12-14 Stef Walterdocumentation fixes
2011-12-09 Matthias ClasenCosmetic doc change
2011-11-30 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-11-23 Matthias ClasenFix !debug builds
2011-11-18 Murray Cumminggsignal.h: Remove trailing comma
2011-11-16 Ryan Lortie[notify] remove some rather bogus 'inline' use
2011-11-16 Ryan Lortie[notify] add warning to gobjectnotifyqueue.c
2011-11-16 Ryan Lortie[notify] dispatch 'notify' directly if not frozen
2011-11-16 Ryan Lortie[notify] add 'conditional' to _notify_queue_freeze
2011-11-16 Ryan Lortie[notify] Remove GObjectNotifyContext indirection
2011-11-16 Ryan Lortie[notify] lift some logic out of _notify_queue_add
2011-11-16 Ryan Lortie[notify] remove an obviously false comment
2011-11-16 Ryan Lortie[notify] lift some code outside of critical region
2011-11-16 Ryan Lortie[notify] drop some unused code
2011-11-16 Ryan Lortie[notify] merge gobjectnotifyqueue.c into gobject.c
2011-11-16 Ryan Lortie[notify] remove some useless forward declarations
2011-11-13 Matthias ClasenCleanups to debug env var handling
2011-11-07 Marc-André LureauAdd G_SIGNAL_DEPRECATED
2011-11-07 Dan WinshipFix g_variant_get_gtype() deprecation message
2011-11-03 Matthias ClasenGObject: Don't use G_DISABLE_DEPRECATED for functions
2011-10-28 Dan Winshipglib-mkenums: add --identifier-prefix and --symbol...
2011-10-28 Dan Winshipglib-mkenums.in: fix @ENUMPREFIX@ with /*< underscore_n...
2011-10-18 Javier Jardóngobject: Use G_VALUE_INIT
2011-10-17 Ryan Lortiepush G_THREADS_MANDATORY over the cliff
2011-10-17 Ryan Lortiegobject/gio: some last missed statics/inclues
2011-10-17 Ryan Lortiemore 'static' adding in testcases
2011-10-15 Simon McVittieDocument that types are limited to 64 KiB
2011-10-15 Giovanni CampagnaTurn GKeyFile into a boxed for introspection
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-11 Chun-wei FanUse GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in...
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated functions in gobject
2011-10-06 Chun-wei Fangobjet/gclosure.c: Fix styling issues
2011-10-06 Chun-wei Fangobject/gclosure.c: Add type cast for int_val = value
2011-10-06 Chun-wei FanRevert "gobject/gclosure.c: Made up for missed pointer...
2011-10-06 Chun-wei Fangobject/gclosure.c: Made up for missed pointer deref
2011-10-05 Dan Williamsclosure: fix handling of ENUMs and integral return...
2011-10-04 Ryan LortieRemove g_mutex_new()/g_cond_new() in testcases
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Simon McVittieWarn when classes/instances exceed the allowed size...
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-09-28 Dan Williamstests: add signal marshalling return tests for int...
2011-09-28 Dan Williamstests: fix generic closure marshalling tests
2011-09-28 Dan Williamstests: Add some return value torture testcases for...
2011-09-23 Colin Waltersgvalue: Add explicitly signed g_value_get_schar() and...
2011-09-22 Colin Walterstests: Add a some torture test cases for the generic...
2011-09-22 Emmanuele BassiFix annotations for source/target in g_object_bind_prop...
2011-09-21 Ryan Lortiegtype: port from GStaticRWLock to GRWLock
2011-09-21 Ryan LortiePort internal GStaticRecMutex users to GRecMutex
2011-09-21 Ryan LortieGParamSpecPool: port from GStaticMutex to GMutex
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Dan WinshipMake threads mandatory
2011-09-05 Ryan LortieGObject docs: resolve broken links
2011-08-31 Pavel HolejsovskyMake GMainLoop, GMainContext and GSource boxed types
2011-08-29 Matthias ClasenSpelling fixes
2011-08-21 Pavel Holejsovsky[gi] Add signal annotations
2011-08-19 Pavel HolejsovskyAdd missing GClosure annotations
2011-08-19 Pavel HolejsovskyAdd missing (allow-none) annotations to g_value_set_str...
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-17 Pavel HolejsovskyAdd (allow-none) annotation for GValue setters.
2011-08-13 Marc-André LureauAdd G_VALUE_INIT
2011-08-13 Matthias ClasenTrivial typo fix
2011-08-11 Behdad Esfahbod[gobject] Fix G_DEFINE_BOXED_TYPE compilation with C++
2011-08-08 Matthias ClasenDocument libffi as new dependency
2011-07-22 Ryan Lortiegitignore tweaks
2011-07-21 Ryan LortieGParam: try to avoid further invalid uses
2011-07-19 Johan DahlinUse a generic marshaller if one is not specified
2011-07-15 Ryan LortieGParamSpec: intern property names
2011-07-12 Ryan LortieGVariant: add g_variant_take_ref()
2011-07-11 Matthias ClasenDon't test negative values in ulong conversions
2011-07-11 Martin StorsjoDon't needlessly use "echo -e"
2011-06-24 Krzesimir NowakTypo fix.
2011-06-23 Christian PerschAdd boxed GType for GMatchInfo
2011-06-23 Matthias ClasenAdd tests for GValueArray
2011-06-23 Matthias ClasenImprove test coverage for GValue transformations
2011-06-21 Matthias ClasenMake gmarshal.c actually compile standalone
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-06-20 Colin Waltersgclosure: Add G_TYPE_ENUM and G_TYPE_PARAM for g_cclosu...
2011-06-14 Matthias ClasenRemove a redundant assertion
2011-06-14 Colin Waltersgclosure: Add missing include
next