[Check]: Disable the document to correct build error.
[platform/upstream/check.git] / AUTHORS
1 Maintainers:
2     Fredrik Hugosson  <hugo303 at users dot sourceforge dot net>     |  hugo303
3     Chris Pickett     <chris dot pickett at mail dot mcgill dot ca>  |  cpickett
4     Branden Archer    <b dot m dot archer4 at gmail dot com          |  brarcher
5
6 Ex-Maintainers:
7     Arien Malec       <arien dot malec at gmail dot com>             |  amalec
8     Sven Neumann      <sven at convergence dot de>                   |  neo23
9
10 Committers:
11     Robert Collins                              |  rbcollins
12         (subunit support)
13     Micah Cowan                                 |  micahcowan
14         (checkmk tool, docs and tests)
15     Zdenek Crha                                 |  zdenekc
16         (new Check API docs, fixes, and tests)
17     Mateusz Loskot                              |  mloskot
18         (msvc port #2)
19     Jose E. Marchesi                            |  jemarch
20         (selective testing support)
21
22 Contributors:
23     Cesar Ballardini
24         (signals)
25     Anthony G. Basile
26         (fix configure.ac and strsignal())
27     Friedrich Beckmann
28         (mingw and msvc port #1)
29     Frank Bergmann
30         (WIN32 tmpfile workaround)
31     Joshua Boyd
32         (travis testing with both build systems, cmake fixes)
33     Ross Burton
34         (pkg-config patch)
35     Bogdan Cristea
36         (eclipse support in contrib dir)
37     Lucas Di Pentima
38         (signals)
39     Torok Edwin
40         (strsignal and build fixes)
41     Daniel Gollub
42         (pthreads support)
43     Roland Illig
44         (varargs and strsignal portability fixes)
45     Elmir Jagudin
46         (well-formed XML and log file via env variables)
47     Jerry James
48         (cleanup compiler warnings)
49     Jon Kowal
50         (deadlock on thread cancellation fix)
51     Robert Lemmen
52         (gcov description in manual)
53     Loic Martin
54         (AM_PATH_CHECK patch)
55     Roy Merkel
56         (specified test exit value)
57     Gilgamesh Nootebos
58         (bug fixes)
59     Diego Elio Petteno
60         (autoconf patch for 64-bit safe code)
61     Frederic Peters
62         (XML output)
63     Dietmar Petras
64         (bug fixes)
65     Rick Poyner
66         (pipe handling, bug fixes)
67     Bernhard Reiter
68         (configure issues)
69     Pavol Rusnak
70         (memory location comparison macros ck_assert_mem_*)
71     Neil Spring
72         (const fixes)
73     Roland Stigge
74         (bug fix: allow fail inside setup)
75     Sebastian Rasmussen
76         (duration bug fix, 64-bit API fix)
77     Martin Willers
78         (rename check's internal list API to start with check_)
79     bross
80         (patches for msys/mingw32 support)
81     Pino Toscano
82         (GNU/Hurd support for subsecond timeouts)
83     lod
84         (compiler warning)
85     Bill Kolokithas
86         (more checkmk directives)
87     Julien Godin
88         (configure.ac patch for Check example)
89     Kosma Moczek
90         (fix for string formatting in ck_assert_*() methods with %)
91     Tim Müller
92         (Use _exit() instead of exit() on _ck_assert_failed())
93     Georg Sauthoff
94         (Solaris support, misc autotools fixes)
95     forest
96         (AIX and Solaris support)
97     Michael Piszczek
98         (misc cleanup)
99     Stewart Brodie
100         (bug fix: no fork mode failure reporting with teardowns)
101     Michał Dębski
102         (Use mkstemp() if available instead of tmpfile() or tempnam())
103     Sebastian Dröge
104         (Kill running tests if SIGTERM or SIGINT are caught in test runner)
105     Matt Clarkson
106         (Fix CMake checks using time.h for MinGW and MSVC)
107     Mario Sanchez Prada
108         (configure.ac cleanup)
109     Tobias Frost
110         (strip timestamps from examples to enable reproducible builds)
111     James Morris
112         (checkmk regex update for Solaris support)
113     Mick Beaver
114         (Visual Studio 2015 build fixes)
115     Jan Pokorny
116         (corner case segfault fix)
117     Dotsenko Andrey Nikolaevich
118         (floating point comparison macros)
119     bel2125
120         (AppVeyor build with multiple Visual Studio versions,
121          test source code compliance to C89/C90 standard,
122          substitution functions for floating point functions missing
123          in older C standard libraries)
124     Mikko Koivunalho
125         (Improved CMake build, bug fixes in libcheck and libcompat)
126
127 Anybody who has contributed code to Check or Check's build system is
128 considered an author.  Submit a pull request of this file or send
129 a patch to <check-devel at lists dot sourceforge dot net>.