summaryrefslogtreecommitdiff
path: root/random
Commit message (Expand)AuthorAgeFilesLines
* Remove autotools buildTim-Philipp Müller2020-05-221-27/+0
* 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
* Fix build with MSVCNirbheek Chauhan2018-12-141-4/+5
* 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
* Rename the internally used librandom into libnice-random to avoid any possibl...Youness Alaoui2011-04-201-3/+3
* 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
* 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
* add copyright/license notice to each Makefile.amDafydd Harries2007-04-301-0/+7
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-305-0/+180
* install random-glib.hDafydd Harries2007-02-131-1/+1
* use ERROR_CFLAGS in subdirectoriesDafydd Harries2007-02-131-1/+1
* random/: add unused qualifier to various parametersDafydd Harries2007-02-121-3/+13
* add const qualifier to various thingsDafydd Harries2007-02-101-1/+1
* test nice_rng_generate_bytesDafydd Harries2007-02-051-1/+7
* don't seed new RNGs to 0 by default; allow overriding RNG constructorDafydd Harries2007-02-053-5/+16
* nice_rng_glib_new_predictableDafydd Harries2007-02-052-0/+13
* rename nice_glib_rng_new -> nice_rng_glib_newDafydd Harries2007-02-053-3/+3
* include common.mk in each Makefile.amDafydd Harries2007-02-051-0/+2
* add nice_rng_freeDafydd Harries2007-01-312-0/+7
* make nice_rng_new explicitly take voidDafydd Harries2007-01-311-1/+1
* install random.hDafydd Harries2007-01-311-0/+2
* add random number generation codeDafydd Harries2007-01-316-0/+175