AUTHORS 4.2 KB

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