summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples: fix compiler warning about uninitialized variablesFabrice Bellet2019-07-042-2/+2
|
* Makefiles: Add meson.build files to tarballOlivier Crête2018-12-271-0/+2
|
* meson: Fix build with fallback glibJakub Adam2018-12-211-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 systemTim-Philipp Müller2018-12-141-0/+8
|
* examples: Stop installing the examplesPhilip Withnall2017-05-011-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 statePhilip Withnall2016-03-011-1/+1
| | | | | Reviewed-by: Olivier Crête <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D819
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-013-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() callsPhilip Withnall2015-10-013-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() functionOlivier Crête2015-04-283-3/+3
|
* examples: Make them built on non-win32 with GLib < 2.36Olivier Crête2015-04-223-7/+16
|
* examples: Make them build and work on WindowsOlivier Crête2015-04-223-7/+27
|
* examples: Remove unnecessary dynamic type castsPhilip Withnall2014-07-073-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 messagingYouness Alaoui2014-05-171-1/+2
|
* threaded-example: Make sure the foundation string is NULL terminatedOlivier Crête2014-04-281-0/+1
|
* example: Prevent possible non-NULL terminated stringOlivier Crête2014-04-241-0/+1
|
* Initialize variables to reduce unexpected behavior in case something goes wrongOlivier Crête2014-03-311-1/+1
|
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
| | | | Older compilers don't understand all of the flags
* examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall2013-12-183-0/+6
|
* examples: Remove redundant non-NULL checksPhilip Withnall2013-12-182-2/+2
| | | | The return value of g_strsplit() can never be NULL.
* Fix variable shadowingPhilip Withnall2013-12-181-16/+16
|
* Remove debugging printYouness Alaoui2013-02-221-1/+0
|
* examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2013-02-062-8/+21
|
* Do not unref the mainloop until the thread has joined since it could be ↵Youness Alaoui2013-02-062-2/+2
| | | | still using it
* Do not unref the GThread since g_thread_join takes the reference. Also ↵Bryce Allen2013-02-062-8/+6
| | | | rename the variable.
* Add example that uses the new SDP parsing APIYouness Alaoui2013-02-042-1/+278
|
* Fix/clean threaded-exampleYouness Alaoui2013-02-041-5/+6
|
* Add a similar simple example using threadsYouness Alaoui2013-02-042-2/+454
|
* example: Exit on Ctrl-D and send EOS signal to the other endYouness Alaoui2013-02-041-0/+6
|
* Change license for simple-exampleYouness Alaoui2013-02-041-12/+20
|
* Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui2013-02-012-0/+444