Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: fix compiler warning about uninitialized variables | Fabrice Bellet | 2019-07-04 | 2 | -2/+2 |
| | |||||
* | Makefiles: Add meson.build files to tarball | Olivier Crête | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | meson: Fix build with fallback glib | Jakub Adam | 2018-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | When building libnice with glib fallback, its 'libgio_dep' internal dependency doesn't provide all needed include and library search paths. To avoid unresolved header files and linker errors in such case, 'libglib_dep', 'libmodule_dep' and 'libgobject_dep' from glib submodule must be pulled in as well. The problem should be fixed in GLib 2.60. | ||||
* | Add support for Meson build system | Tim-Philipp Müller | 2018-12-14 | 1 | -0/+8 |
| | |||||
* | examples: Stop installing the examples | Philip Withnall | 2017-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | There’s no point in installing them; their benefit is in providing example code to developers. Debian doesn’t package them; Fedora packages them in a separate subpackage which will have to disappear. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: Olivier Crête <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D1737 | ||||
* | simple-example: transmission can begin earlier than in ready state | Philip Withnall | 2016-03-01 | 1 | -1/+1 |
| | | | | | Reviewed-by: Olivier Crête <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D819 | ||||
* | agent: Remove redundant GLIB_CHECK_VERSION macros | Philip Withnall | 2015-10-01 | 3 | -6/+0 |
| | | | | | | | | We depend on GLib 2.36.0, which is a higher version than any of these version checks cared about, so they were all trivially true or false. Reviewed-by: Olivier Crête <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D298 | ||||
* | tests: Remove g_type_init() calls | Philip Withnall | 2015-10-01 | 3 | -13/+0 |
| | | | | | | | | We depend on GLib 2.36.0, which deprecated g_type_init() since GType initialisation is now done automatically. Reviewed-by: Olivier Crête <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D296 | ||||
* | examples: Use the correct g_io_channel_win32_new_fd() function | Olivier Crête | 2015-04-28 | 3 | -3/+3 |
| | |||||
* | examples: Make them built on non-win32 with GLib < 2.36 | Olivier Crête | 2015-04-22 | 3 | -7/+16 |
| | |||||
* | examples: Make them build and work on Windows | Olivier Crête | 2015-04-22 | 3 | -7/+27 |
| | |||||
* | examples: Remove unnecessary dynamic type casts | Philip Withnall | 2014-07-07 | 3 | -17/+17 |
| | | | | | | We know the agent is a GObject — there is no need to check it at runtime. This also improves Tartan’s static analysis of signal connections. | ||||
* | Add some informative debug messaging | Youness Alaoui | 2014-05-17 | 1 | -1/+2 |
| | |||||
* | threaded-example: Make sure the foundation string is NULL terminated | Olivier Crête | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | example: Prevent possible non-NULL terminated string | Olivier Crête | 2014-04-24 | 1 | -0/+1 |
| | |||||
* | Initialize variables to reduce unexpected behavior in case something goes wrong | Olivier Crête | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | configure: Verify that the compiler understands warning cflags | Olivier Crête | 2013-12-26 | 1 | -1/+1 |
| | | | | Older compilers don't understand all of the flags | ||||
* | examples: Remove g_type_init() call for recent GLib versions | Philip Withnall | 2013-12-18 | 3 | -0/+6 |
| | |||||
* | examples: Remove redundant non-NULL checks | Philip Withnall | 2013-12-18 | 2 | -2/+2 |
| | | | | The return value of g_strsplit() can never be NULL. | ||||
* | Fix variable shadowing | Philip Withnall | 2013-12-18 | 1 | -16/+16 |
| | |||||
* | Remove debugging print | Youness Alaoui | 2013-02-22 | 1 | -1/+0 |
| | |||||
* | examples: Make input non blocking to allow exit when remote hangs up | Youness Alaoui | 2013-02-06 | 2 | -8/+21 |
| | |||||
* | Do not unref the mainloop until the thread has joined since it could be ↵ | Youness Alaoui | 2013-02-06 | 2 | -2/+2 |
| | | | | still using it | ||||
* | Do not unref the GThread since g_thread_join takes the reference. Also ↵ | Bryce Allen | 2013-02-06 | 2 | -8/+6 |
| | | | | rename the variable. | ||||
* | Add example that uses the new SDP parsing API | Youness Alaoui | 2013-02-04 | 2 | -1/+278 |
| | |||||
* | Fix/clean threaded-example | Youness Alaoui | 2013-02-04 | 1 | -5/+6 |
| | |||||
* | Add a similar simple example using threads | Youness Alaoui | 2013-02-04 | 2 | -2/+454 |
| | |||||
* | example: Exit on Ctrl-D and send EOS signal to the other end | Youness Alaoui | 2013-02-04 | 1 | -0/+6 |
| | |||||
* | Change license for simple-example | Youness Alaoui | 2013-02-04 | 1 | -12/+20 |
| | |||||
* | Add a simple example to showcase the API thanks to Bryce Allen | Youness Alaoui | 2013-02-01 | 2 | -0/+444 |