summaryrefslogtreecommitdiff
path: root/gio/pltcheck.sh
Commit message (Collapse)AuthorAgeFilesLines
* add pltcheck.sh exception for GChecksumRyan Lortie2010-04-171-1/+1
|
* merge GSettingsRyan Lortie2010-04-161-1/+1
|
* GSettings: more PLT/visibility fixupsRyan Lortie2010-04-161-1/+1
|
* merge GSettingsBackendRyan Lortie2010-04-151-1/+1
|
* Fix 'make check' in gioMatthias Clasen2009-11-291-1/+1
|
* Two "make check" fixes for late changes to the thread-context patchDan Winship2009-07-011-1/+1
| | | | | | | g_simple_async_result_complete() now checks that it's being run from the correct main loop, so tests/gio/simple-async-result was failing, because it called it from outside any main loop. (And gio's pltcheck was failing because I hadn't added g_main_current_source() to it.)
* Use low-level GSource methods in a few more placesDan Winship2009-07-011-1/+1
| | | | (in preparation for thread-default context support)
* Add g_setenvMatthias Clasen2009-06-151-1/+1
|
* Fix make checkMatthias Clasen2009-05-281-1/+1
|
* Add GResolver, a glib-ish interface to DNSDan Winship2009-04-221-1/+1
| | | | | | GResolver provides asynchronous (and synchronous-but-cancellable) APIs for resolving hostnames, reverse-resolving IP addresses back to hostnames, and resolving SRV records. Part of #548466.
* Make these work on x86_64Matthias Clasen2008-12-131-1/+1
| | | | svn path=/trunk/; revision=7744
* 2.19.0GLIB_2_19_0Matthias Clasen2008-10-161-1/+1
| | | | svn path=/trunk/; revision=7611
* Bug 505361 - gunixinputstream.c assumes poll() availableDan Winship2008-09-261-1/+1
| | | | | | | | | | | | | | | | | | Bug 509446 - portable blocking gio cancellation * gcancellable.c (g_cancellable_make_pollfd): New method to make a GPollFD for a cancellable (which is slightly more complicated on Windows than Unix). * gunixinputstream.c (g_unix_input_stream_read): * gunixoutputstream.c (g_unix_output_stream_write): Use g_cancellable_make_pollfd() and g_poll() rather than using poll() directly. * tests/unix-streams.c: test of GUnixInputStream, GUnixOutputStream, and GCancellable. svn path=/trunk/; revision=7553
* Allow g_atomic_pointer_getMatthias Clasen2008-06-301-1/+1
| | | | svn path=/trunk/; revision=7108
* Allow PLT entry for g_clear_errorMatthias Clasen2008-06-111-1/+1
| | | | svn path=/trunk/; revision=7013
* Skip g_bit_*(). Inline functions may end up with a local plt if theBehdad Esfahbod2008-02-061-1/+1
| | | | | | | | | | 2008-02-06 Behdad Esfahbod <behdad@gnome.org> * pltcheck.sh: Skip g_bit_*(). Inline functions may end up with a local plt if the compiler doesn't support what we want. Bug #514702 svn path=/trunk/; revision=6469
* UpdatesMatthias Clasen2007-12-201-1/+1
| | | | svn path=/trunk/; revision=6167
* http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik2007-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-10 15:08:59 Tim Janik <timj@imendio.com> * let g_warn_if_fail replace g_assert as discussed here: http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html * fix bug #502498: Test framework assertion failures should follow gcc error format. * gmessages.h, gmessages.c: deprecated g_assert_warning() which is unused now. removed g_assert*() definitions whcih are provided by gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail() which are recommended as g_assert/g_assert_not_reached replacements for non-test programs. added g_warn_message() to implement g_warn_*() macros. use emacs-next-error friendly formatting for file:line: for warnings. * gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting. implement g_assert_not_reached() with g_assertion_message() and g_assert() in terms of g_assertion_message_expr() so we'll be able to provide assertion messages in test logs. * gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail() or g_return_if_fail() where suitable. * gio/: changed g_assert to g_warn_if_fail. svn path=/trunk/; revision=6086
* Make abicheck and pltcheck pass.Behdad Esfahbod2007-12-061-1/+1
| | | | | | | | | | | 2007-12-06 Behdad Esfahbod <behdad@gnome.org> * gio.symbols: * pltcheck.sh: Make abicheck and pltcheck pass. svn path=/trunk/; revision=6054
* Templates for enum registrationMatthias Clasen2007-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | 2007-11-30 Matthias Clasen <mclasen@redhat.com> * gioenumtypes.[hc].template: Templates for enum registration * Makefile.am: Generate gioenumtypes.[hc] * gio.h: Include gioenumtypes.h * gappinfo.h: * gfile.h: Add some explicit nicks. * gio.symbols: Add new symbols * pltcheck.sh: Adjust svn path=/trunk/; revision=6002
* Added. Added. Added. Added.Alexander Larsson2007-11-281-0/+19
2007-11-28 Alexander Larsson <alexl@redhat.com> * Makefile.am: * abicheck.sh: Added. * makegioalias.pl: Added. * pltcheck.sh: Added. * gio.symbols: Added. * *.c: * inotify/*.c Initial work on adding symbol handling. * gvfs.h: Correct ifdef guard name * fam/Makefile.am: * inotify/Makefile.am: * xdgmime/Makefile.am: Include toplevel Makefile.decl svn path=/trunk/; revision=5972