summaryrefslogtreecommitdiff
path: root/src/syncevo/GLibSupport.h
Commit message (Expand)AuthorAge
* glib: stricter ref countingPatrick Ohly2013-05-16
* PIM Manager: make some of the D-Bus methods thread-safePatrick Ohly2013-02-26
* glib: support ...CXX::steal() and ..StealCXX() for non-GObjectPatrick Ohly2013-02-26
* glib: add bool cast to CXX pointersPatrick Ohly2012-12-07
* glib: support return parameters in GAsyncReady finish functionPatrick Ohly2012-12-03
* glib: added reset() to GList utility classPatrick Ohly2012-12-03
* glib: improved cast to pointer in GOBJECT_TYPEPatrick Ohly2012-12-03
* glib: use template class for GObject intrusive pointer + "steal" referencesPatrick Ohly2012-12-03
* glib: fixed memory leak in some GAsyncReady helpersPatrick Ohly2012-12-03
* glib: removed deprecated GLibErrorExceptionPatrick Ohly2012-10-25
* glib: SE_GLIB_TYPE for types like GMainLoopPatrick Ohly2012-10-25
* glib: connectSignal() + handler for single parameterPatrick Ohly2012-10-25
* glib: fix compile issue with GAsyncReadypatrick.ohly@intel.com2012-10-25
* glib: support more GAsyncResult finish callsPatrick Ohly2012-10-25
* glib: improved GAsyncReady supportPatrick Ohly2012-10-25
* glib: added C++ binding for GAsyncReadyPatrick Ohly2012-10-25
* glib: added ref() to CXX smart pointersPatrick Ohly2012-10-25
* glib: connect GObject signals to boost::functionPatrick Ohly2012-10-25
* GLib support: added GObjectDestructorPatrick Ohly2012-07-24
* GLibSupport: allow GListCXX<const char>Patrick Ohly2012-05-25
* GLibSupport: addded PlainGStrPatrick Ohly2012-05-25
* GLibSupport: improved GErrorCXXPatrick Ohly2012-05-25
* GLibSupport: improved SE_GOBJECT_TYPEPatrick Ohly2012-05-25
* GErrorCXX: added conversion to boolPatrick Ohly2012-05-10
* GLibSupport: added alloc function for g_spawn() string arraysPatrick Ohly2012-01-17
* GMainLoop smart pointer: moved to GLibSupport.hPatrick Ohly2012-01-17
* GLib support: added utility classes for GLists which have members that need t...Patrick Ohly2011-11-30
* GErrorCXX: added empty() and matches() utility methodsPatrick Ohly2011-11-04
* GLibSupport + ActiveSync: fixed compiler warningPatrick Ohly2011-09-01
* syncevo: Clean up namespace pollution.Chris Kühl2011-08-26
* GLibSupport: added GError and G[S]List supportPatrick Ohly2011-06-19
* glib CXX: fixed compile problemPatrick Ohly2011-03-29
* glib: added C++ support for file notifications and GObject smart pointersPatrick Ohly2011-03-28
* local sync: use Timespec instead of time_t + time(NULL)Patrick Ohly2011-02-16
* glib: emulate select() call while keeping the event loop runningPatrick Ohly2011-02-15