summaryrefslogtreecommitdiff
path: root/random
Commit message (Collapse)AuthorAgeFilesLines
* Remove autotools buildTim-Philipp Müller2020-05-221-27/+0
| | | | | | Remove dist check on the CI, since it doesn't really add anything in the Meson case (tarball is based on files checked into git and srcdir != builddir).
* Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête2020-05-051-2/+2
|
* Makefiles: Add meson.build files to tarballOlivier Crête2018-12-271-0/+1
|
* meson: Fix build with fallback glibJakub Adam2018-12-211-2/+2
| | | | | | | | | | | 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.
* Fix build with MSVCNirbheek Chauhan2018-12-141-4/+5
| | | | Tested inside Cerbero with VS 2017
* Add support for Meson build systemTim-Philipp Müller2018-12-141-0/+15
|
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
| | | | Older compilers don't understand all of the flags
* Rename the internally used librandom into libnice-random to avoid any ↵Youness Alaoui2011-04-201-3/+3
| | | | possible conflict
* Fix copyright headers for all filesYouness Alaoui2010-02-165-10/+14
|
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-161-6/+6
|
* Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ↵Youness Alaoui2008-11-032-8/+8
| | | | that define from not public functions and removed them from libnice.sym
* remove empty test directory and fix some automake warningsYouness Alaoui2008-10-291-1/+1
|
* Remove unused includes and files from pkgincludeYouness Alaoui2008-10-081-2/+0
|
* Updated test coverage of random submodule. Documented the module public API. ↵Kai Vehmanen2007-06-193-17/+72
| | | | | | Extended the set of generated random strings to match the IETF ICE spec definition of ice-chars. Added NICEAPI_EXPORT attributes. darcs-hash:20070619080212-77cd4-3c32e1e428cd59ecd0373a7e6f90ac65b6ae28b6.gz
* add copyright/license notice to each Makefile.amDafydd Harries2007-04-301-0/+7
| | | | darcs-hash:20070430010240-c9803-30fe5cce012707a7d474bad73ecad9818aa2e303.gz
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-305-0/+180
| | | | darcs-hash:20070430010026-c9803-ac9a84b5aedecb6c91a449bb95a9302da3b2cb54.gz
* install random-glib.hDafydd Harries2007-02-131-1/+1
| | | | darcs-hash:20070213191956-c9803-44c8836a833f4f597ba2b753fdb90c8ac92abbcd.gz
* use ERROR_CFLAGS in subdirectoriesDafydd Harries2007-02-131-1/+1
| | | | darcs-hash:20070213125426-c9803-8de02269faa93c133a9640776940114835f01457.gz
* random/: add unused qualifier to various parametersDafydd Harries2007-02-121-3/+13
| | | | darcs-hash:20070212124559-c9803-43ea7475794c09ce647c5c414a0ecba6b15977d3.gz
* add const qualifier to various thingsDafydd Harries2007-02-101-1/+1
| | | | darcs-hash:20070210124942-c9803-9cf881ad1149d817d155d6ae9948259b41b8950a.gz
* test nice_rng_generate_bytesDafydd Harries2007-02-051-1/+7
| | | | darcs-hash:20070205191117-c9803-4b3ccb476da684d25f11ab287eb4c0842be61f1b.gz
* don't seed new RNGs to 0 by default; allow overriding RNG constructorDafydd Harries2007-02-053-5/+16
| | | | darcs-hash:20070205172439-c9803-1407272fc5941c986205b683b05756d7b52eca9e.gz
* nice_rng_glib_new_predictableDafydd Harries2007-02-052-0/+13
| | | | darcs-hash:20070205171124-c9803-51fc2431b9eaf7f6b4b61223da4d481f168c9567.gz
* rename nice_glib_rng_new -> nice_rng_glib_newDafydd Harries2007-02-053-3/+3
| | | | darcs-hash:20070205170843-c9803-3c31b9f0efe39018f5239d0f27725fcbb0a097ba.gz
* include common.mk in each Makefile.amDafydd Harries2007-02-051-0/+2
| | | | darcs-hash:20070205123651-c9803-eb7145b523cfff31f4013265d2e2b71b727ffaf0.gz
* add nice_rng_freeDafydd Harries2007-01-312-0/+7
| | | | darcs-hash:20070131135712-c9803-ffa82a9d3bc6e823d2b2500604ea1866ae5985f5.gz
* make nice_rng_new explicitly take voidDafydd Harries2007-01-311-1/+1
| | | | darcs-hash:20070131135528-c9803-6a99cc7ec2227304ecbb6dde2f8081633aaa2801.gz
* install random.hDafydd Harries2007-01-311-0/+2
| | | | darcs-hash:20070131135449-c9803-7e9c84c51d88db6732f80c8cb2ab76bedce127e8.gz
* add random number generation codeDafydd Harries2007-01-316-0/+175
darcs-hash:20070131115247-c9803-7ab718af8e311c0c37df2aa92343a6bdc1b9d30c.gz