laag-libzmq 4.2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (792) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +57 -0
  3. data/LICENSE.txt +181 -0
  4. data/README.org +34 -0
  5. data/ext/laag/libzmq/extconf.rb +22 -0
  6. data/laag-libzmq.gemspec +21 -0
  7. data/lib/laag/libzmq.rb +31 -0
  8. data/vendor/github.com/zeromq/libzmq/.github/PULL_REQUEST_TEMPLATE.md +28 -0
  9. data/vendor/github.com/zeromq/libzmq/.github/issue_template.md +22 -0
  10. data/vendor/github.com/zeromq/libzmq/.gitignore +180 -0
  11. data/vendor/github.com/zeromq/libzmq/.hgeol +2 -0
  12. data/vendor/github.com/zeromq/libzmq/.mailmap +81 -0
  13. data/vendor/github.com/zeromq/libzmq/.travis.yml +115 -0
  14. data/vendor/github.com/zeromq/libzmq/AUTHORS +151 -0
  15. data/vendor/github.com/zeromq/libzmq/CMakeLists.txt +1104 -0
  16. data/vendor/github.com/zeromq/libzmq/COPYING +674 -0
  17. data/vendor/github.com/zeromq/libzmq/COPYING.LESSER +181 -0
  18. data/vendor/github.com/zeromq/libzmq/Dockerfile +11 -0
  19. data/vendor/github.com/zeromq/libzmq/Doxygen.cfg +2320 -0
  20. data/vendor/github.com/zeromq/libzmq/FindSodium.cmake +40 -0
  21. data/vendor/github.com/zeromq/libzmq/INSTALL +311 -0
  22. data/vendor/github.com/zeromq/libzmq/Jenkinsfile +369 -0
  23. data/vendor/github.com/zeromq/libzmq/Makefile.am +908 -0
  24. data/vendor/github.com/zeromq/libzmq/NEWS +1582 -0
  25. data/vendor/github.com/zeromq/libzmq/README.cygwin.md +15 -0
  26. data/vendor/github.com/zeromq/libzmq/README.doxygen.md +48 -0
  27. data/vendor/github.com/zeromq/libzmq/README.md +102 -0
  28. data/vendor/github.com/zeromq/libzmq/RELICENSE/AndreLouisCaron.md +15 -0
  29. data/vendor/github.com/zeromq/libzmq/RELICENSE/Asmod4n.md +13 -0
  30. data/vendor/github.com/zeromq/libzmq/RELICENSE/BerndPrager.md +13 -0
  31. data/vendor/github.com/zeromq/libzmq/RELICENSE/Bklyn.md +15 -0
  32. data/vendor/github.com/zeromq/libzmq/RELICENSE/BrianBuchanan.md +15 -0
  33. data/vendor/github.com/zeromq/libzmq/RELICENSE/ChuckRemes.md +15 -0
  34. data/vendor/github.com/zeromq/libzmq/RELICENSE/FrancoFichtner.md +15 -0
  35. data/vendor/github.com/zeromq/libzmq/RELICENSE/GavinMcNiff.md +15 -0
  36. data/vendor/github.com/zeromq/libzmq/RELICENSE/GhislainPutois.md +15 -0
  37. data/vendor/github.com/zeromq/libzmq/RELICENSE/GiuseppeCorbelli.md +15 -0
  38. data/vendor/github.com/zeromq/libzmq/RELICENSE/HaraldAchitz.md +17 -0
  39. data/vendor/github.com/zeromq/libzmq/RELICENSE/Hugne.md +17 -0
  40. data/vendor/github.com/zeromq/libzmq/RELICENSE/JimHague.md +16 -0
  41. data/vendor/github.com/zeromq/libzmq/RELICENSE/JohanMabille.md +16 -0
  42. data/vendor/github.com/zeromq/libzmq/RELICENSE/LeonardMichelet +14 -0
  43. data/vendor/github.com/zeromq/libzmq/RELICENSE/LeonardoConsoni.md +15 -0
  44. data/vendor/github.com/zeromq/libzmq/RELICENSE/LionelOrry.md +15 -0
  45. data/vendor/github.com/zeromq/libzmq/RELICENSE/OsirisPedroso.md +15 -0
  46. data/vendor/github.com/zeromq/libzmq/RELICENSE/README.md +23 -0
  47. data/vendor/github.com/zeromq/libzmq/RELICENSE/RobGagnon.md +13 -0
  48. data/vendor/github.com/zeromq/libzmq/RELICENSE/SebastienRombauts.md +15 -0
  49. data/vendor/github.com/zeromq/libzmq/RELICENSE/StoianIvanov.md +15 -0
  50. data/vendor/github.com/zeromq/libzmq/RELICENSE/SylvainCorlay.md +16 -0
  51. data/vendor/github.com/zeromq/libzmq/RELICENSE/TimotheeBesset.md +15 -0
  52. data/vendor/github.com/zeromq/libzmq/RELICENSE/VincentTellier.md +15 -0
  53. data/vendor/github.com/zeromq/libzmq/RELICENSE/VolodymyrKorniichuk.md +15 -0
  54. data/vendor/github.com/zeromq/libzmq/RELICENSE/abbradar.md +16 -0
  55. data/vendor/github.com/zeromq/libzmq/RELICENSE/agronholm.md +15 -0
  56. data/vendor/github.com/zeromq/libzmq/RELICENSE/amuraru.md +15 -0
  57. data/vendor/github.com/zeromq/libzmq/RELICENSE/arsenm.md +15 -0
  58. data/vendor/github.com/zeromq/libzmq/RELICENSE/aseering.md +15 -0
  59. data/vendor/github.com/zeromq/libzmq/RELICENSE/bjorntopel.md +16 -0
  60. data/vendor/github.com/zeromq/libzmq/RELICENSE/bjovke.md +16 -0
  61. data/vendor/github.com/zeromq/libzmq/RELICENSE/brocade_communications_systems.md +15 -0
  62. data/vendor/github.com/zeromq/libzmq/RELICENSE/brunobodin.md +13 -0
  63. data/vendor/github.com/zeromq/libzmq/RELICENSE/c-rack.md +15 -0
  64. data/vendor/github.com/zeromq/libzmq/RELICENSE/camachat.md +15 -0
  65. data/vendor/github.com/zeromq/libzmq/RELICENSE/cdolan.md +15 -0
  66. data/vendor/github.com/zeromq/libzmq/RELICENSE/chrisstaite.md +14 -0
  67. data/vendor/github.com/zeromq/libzmq/RELICENSE/chugga_fan.md +15 -0
  68. data/vendor/github.com/zeromq/libzmq/RELICENSE/cjuniet.md +15 -0
  69. data/vendor/github.com/zeromq/libzmq/RELICENSE/ckamm.md +15 -0
  70. data/vendor/github.com/zeromq/libzmq/RELICENSE/clkao.md +15 -0
  71. data/vendor/github.com/zeromq/libzmq/RELICENSE/danielhtshih.md +15 -0
  72. data/vendor/github.com/zeromq/libzmq/RELICENSE/danriegsecker.md +16 -0
  73. data/vendor/github.com/zeromq/libzmq/RELICENSE/dfons.md +16 -0
  74. data/vendor/github.com/zeromq/libzmq/RELICENSE/djelenc.md +15 -0
  75. data/vendor/github.com/zeromq/libzmq/RELICENSE/drodri.md +15 -0
  76. data/vendor/github.com/zeromq/libzmq/RELICENSE/eburkitt.md +15 -0
  77. data/vendor/github.com/zeromq/libzmq/RELICENSE/egomotion.md +16 -0
  78. data/vendor/github.com/zeromq/libzmq/RELICENSE/evoskuil.md +15 -0
  79. data/vendor/github.com/zeromq/libzmq/RELICENSE/febeling.md +16 -0
  80. data/vendor/github.com/zeromq/libzmq/RELICENSE/fidlej.md +15 -0
  81. data/vendor/github.com/zeromq/libzmq/RELICENSE/flub.md +14 -0
  82. data/vendor/github.com/zeromq/libzmq/RELICENSE/gena-moscow.md +15 -0
  83. data/vendor/github.com/zeromq/libzmq/RELICENSE/gonzus.md +15 -0
  84. data/vendor/github.com/zeromq/libzmq/RELICENSE/goodfella_ltd.md +13 -0
  85. data/vendor/github.com/zeromq/libzmq/RELICENSE/google.md +13 -0
  86. data/vendor/github.com/zeromq/libzmq/RELICENSE/ianbarber.md +15 -0
  87. data/vendor/github.com/zeromq/libzmq/RELICENSE/imatix.md +23 -0
  88. data/vendor/github.com/zeromq/libzmq/RELICENSE/jakecobb.md +13 -0
  89. data/vendor/github.com/zeromq/libzmq/RELICENSE/jemc.md +15 -0
  90. data/vendor/github.com/zeromq/libzmq/RELICENSE/jimklimov.md +17 -0
  91. data/vendor/github.com/zeromq/libzmq/RELICENSE/jkryl.md +15 -0
  92. data/vendor/github.com/zeromq/libzmq/RELICENSE/johntconklin.md +15 -0
  93. data/vendor/github.com/zeromq/libzmq/RELICENSE/jruffin.md +14 -0
  94. data/vendor/github.com/zeromq/libzmq/RELICENSE/kentzo.md +15 -0
  95. data/vendor/github.com/zeromq/libzmq/RELICENSE/kevinsapper.md +13 -0
  96. data/vendor/github.com/zeromq/libzmq/RELICENSE/kobolog.md +12 -0
  97. data/vendor/github.com/zeromq/libzmq/RELICENSE/kurdybacha.md +15 -0
  98. data/vendor/github.com/zeromq/libzmq/RELICENSE/linville.md +15 -0
  99. data/vendor/github.com/zeromq/libzmq/RELICENSE/loachfish.md +15 -0
  100. data/vendor/github.com/zeromq/libzmq/RELICENSE/lodagro.md +15 -0
  101. data/vendor/github.com/zeromq/libzmq/RELICENSE/madebr.md +15 -0
  102. data/vendor/github.com/zeromq/libzmq/RELICENSE/mattconnolly.md +15 -0
  103. data/vendor/github.com/zeromq/libzmq/RELICENSE/mauri-melato.md +13 -0
  104. data/vendor/github.com/zeromq/libzmq/RELICENSE/mditzel.md +15 -0
  105. data/vendor/github.com/zeromq/libzmq/RELICENSE/meox.md +15 -0
  106. data/vendor/github.com/zeromq/libzmq/RELICENSE/michael-fox.md +16 -0
  107. data/vendor/github.com/zeromq/libzmq/RELICENSE/michicc.md +15 -0
  108. data/vendor/github.com/zeromq/libzmq/RELICENSE/minrk.md +15 -0
  109. data/vendor/github.com/zeromq/libzmq/RELICENSE/mipaaa.md +15 -0
  110. data/vendor/github.com/zeromq/libzmq/RELICENSE/mkluwe.md +15 -0
  111. data/vendor/github.com/zeromq/libzmq/RELICENSE/montoyaedu.md +15 -0
  112. data/vendor/github.com/zeromq/libzmq/RELICENSE/naos_ltd.md +19 -0
  113. data/vendor/github.com/zeromq/libzmq/RELICENSE/natano.md +15 -0
  114. data/vendor/github.com/zeromq/libzmq/RELICENSE/olafmandel.md +13 -0
  115. data/vendor/github.com/zeromq/libzmq/RELICENSE/pijyoi.md +13 -0
  116. data/vendor/github.com/zeromq/libzmq/RELICENSE/ptroja.md +14 -0
  117. data/vendor/github.com/zeromq/libzmq/RELICENSE/reunanen.md +15 -0
  118. data/vendor/github.com/zeromq/libzmq/RELICENSE/reza-ebrahimi.md +15 -0
  119. data/vendor/github.com/zeromq/libzmq/RELICENSE/rikvdh.md +15 -0
  120. data/vendor/github.com/zeromq/libzmq/RELICENSE/rlenferink.md +15 -0
  121. data/vendor/github.com/zeromq/libzmq/RELICENSE/roalz.md +13 -0
  122. data/vendor/github.com/zeromq/libzmq/RELICENSE/rodgert.md +17 -0
  123. data/vendor/github.com/zeromq/libzmq/RELICENSE/rotty.md +16 -0
  124. data/vendor/github.com/zeromq/libzmq/RELICENSE/sabae.md +15 -0
  125. data/vendor/github.com/zeromq/libzmq/RELICENSE/scemama.md +15 -0
  126. data/vendor/github.com/zeromq/libzmq/RELICENSE/sheremetyev.md +13 -0
  127. data/vendor/github.com/zeromq/libzmq/RELICENSE/shripchenko.md +15 -0
  128. data/vendor/github.com/zeromq/libzmq/RELICENSE/sigiesec.md +17 -0
  129. data/vendor/github.com/zeromq/libzmq/RELICENSE/soulik.md +15 -0
  130. data/vendor/github.com/zeromq/libzmq/RELICENSE/swansontec.md +15 -0
  131. data/vendor/github.com/zeromq/libzmq/RELICENSE/t-b.md +15 -0
  132. data/vendor/github.com/zeromq/libzmq/RELICENSE/tSed.md +15 -0
  133. data/vendor/github.com/zeromq/libzmq/RELICENSE/tabe.md +15 -0
  134. data/vendor/github.com/zeromq/libzmq/RELICENSE/tailhook.md +16 -0
  135. data/vendor/github.com/zeromq/libzmq/RELICENSE/taotetek.md +13 -0
  136. data/vendor/github.com/zeromq/libzmq/RELICENSE/templates/relicense-template-mplv2-any-osi.txt +15 -0
  137. data/vendor/github.com/zeromq/libzmq/RELICENSE/templates/relicense-template-mplv2-share-alike-osi.txt +15 -0
  138. data/vendor/github.com/zeromq/libzmq/RELICENSE/templates/relicense-template-mplv2.txt +13 -0
  139. data/vendor/github.com/zeromq/libzmq/RELICENSE/thompsa.md +15 -0
  140. data/vendor/github.com/zeromq/libzmq/RELICENSE/torehalvorsen.md +15 -0
  141. data/vendor/github.com/zeromq/libzmq/RELICENSE/twhittock.md +15 -0
  142. data/vendor/github.com/zeromq/libzmq/RELICENSE/ulikoehler.md +16 -0
  143. data/vendor/github.com/zeromq/libzmq/RELICENSE/vyskocilm.md +7 -0
  144. data/vendor/github.com/zeromq/libzmq/RELICENSE/willstrang.md +15 -0
  145. data/vendor/github.com/zeromq/libzmq/RELICENSE/xaqq.md +13 -0
  146. data/vendor/github.com/zeromq/libzmq/RELICENSE/yuvallanger.md +15 -0
  147. data/vendor/github.com/zeromq/libzmq/ZeroMQConfig.cmake.in +25 -0
  148. data/vendor/github.com/zeromq/libzmq/acinclude.m4 +1122 -0
  149. data/vendor/github.com/zeromq/libzmq/appveyor.yml +97 -0
  150. data/vendor/github.com/zeromq/libzmq/autogen.sh +49 -0
  151. data/vendor/github.com/zeromq/libzmq/branding.bmp +0 -0
  152. data/vendor/github.com/zeromq/libzmq/builds/Makefile.am +31 -0
  153. data/vendor/github.com/zeromq/libzmq/builds/README +4 -0
  154. data/vendor/github.com/zeromq/libzmq/builds/android/Dockerfile +22 -0
  155. data/vendor/github.com/zeromq/libzmq/builds/android/README.md +78 -0
  156. data/vendor/github.com/zeromq/libzmq/builds/android/android_build_helper.sh +316 -0
  157. data/vendor/github.com/zeromq/libzmq/builds/android/build.sh +70 -0
  158. data/vendor/github.com/zeromq/libzmq/builds/android/ci_build.sh +30 -0
  159. data/vendor/github.com/zeromq/libzmq/builds/cmake/Modules/FindAsciiDoc.cmake +26 -0
  160. data/vendor/github.com/zeromq/libzmq/builds/cmake/Modules/TestZMQVersion.cmake +8 -0
  161. data/vendor/github.com/zeromq/libzmq/builds/cmake/Modules/ZMQSourceRunChecks.cmake +301 -0
  162. data/vendor/github.com/zeromq/libzmq/builds/cmake/NSIS.template32.in +952 -0
  163. data/vendor/github.com/zeromq/libzmq/builds/cmake/NSIS.template64.in +960 -0
  164. data/vendor/github.com/zeromq/libzmq/builds/cmake/ci_build.sh +34 -0
  165. data/vendor/github.com/zeromq/libzmq/builds/cmake/platform.hpp.in +104 -0
  166. data/vendor/github.com/zeromq/libzmq/builds/coverage/ci_build.sh +32 -0
  167. data/vendor/github.com/zeromq/libzmq/builds/cygwin/Makefile.cygwin +48 -0
  168. data/vendor/github.com/zeromq/libzmq/builds/gyp/.gitignore +5 -0
  169. data/vendor/github.com/zeromq/libzmq/builds/gyp/build.bat +4 -0
  170. data/vendor/github.com/zeromq/libzmq/builds/gyp/platform.hpp +80 -0
  171. data/vendor/github.com/zeromq/libzmq/builds/gyp/project-tests.gsl +19 -0
  172. data/vendor/github.com/zeromq/libzmq/builds/gyp/project-tests.gypi +895 -0
  173. data/vendor/github.com/zeromq/libzmq/builds/gyp/project-tests.xml +83 -0
  174. data/vendor/github.com/zeromq/libzmq/builds/gyp/project.gyp +295 -0
  175. data/vendor/github.com/zeromq/libzmq/builds/mingw32/Makefile.mingw32 +49 -0
  176. data/vendor/github.com/zeromq/libzmq/builds/mingw32/platform.hpp +43 -0
  177. data/vendor/github.com/zeromq/libzmq/builds/msvc/.gitignore +256 -0
  178. data/vendor/github.com/zeromq/libzmq/builds/msvc/Makefile.am +94 -0
  179. data/vendor/github.com/zeromq/libzmq/builds/msvc/build/build.bat +33 -0
  180. data/vendor/github.com/zeromq/libzmq/builds/msvc/build/buildall.bat +16 -0
  181. data/vendor/github.com/zeromq/libzmq/builds/msvc/build/buildbase.bat +73 -0
  182. data/vendor/github.com/zeromq/libzmq/builds/msvc/errno.cpp +32 -0
  183. data/vendor/github.com/zeromq/libzmq/builds/msvc/errno.hpp +56 -0
  184. data/vendor/github.com/zeromq/libzmq/builds/msvc/platform.hpp +14 -0
  185. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Common.props +21 -0
  186. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DLL.props +16 -0
  187. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Debug.props +29 -0
  188. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugDEXE.props +21 -0
  189. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugDLL.props +20 -0
  190. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugLEXE.props +20 -0
  191. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugLIB.props +21 -0
  192. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugLTCG.props +20 -0
  193. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/DebugSEXE.props +21 -0
  194. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/EXE.props +17 -0
  195. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/LIB.props +16 -0
  196. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/LTCG.props +13 -0
  197. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Link.props +21 -0
  198. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Messages.props +15 -0
  199. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Output.props +30 -0
  200. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Release.props +41 -0
  201. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseDEXE.props +20 -0
  202. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseDLL.props +19 -0
  203. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseLEXE.props +20 -0
  204. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseLIB.props +19 -0
  205. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseLTCG.props +19 -0
  206. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/ReleaseSEXE.props +20 -0
  207. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/Win32.props +20 -0
  208. data/vendor/github.com/zeromq/libzmq/builds/msvc/properties/x64.props +23 -0
  209. data/vendor/github.com/zeromq/libzmq/builds/msvc/readme.txt +27 -0
  210. data/vendor/github.com/zeromq/libzmq/builds/msvc/resource.h +14 -0
  211. data/vendor/github.com/zeromq/libzmq/builds/msvc/resource.rc +0 -0
  212. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/inproc_lat/inproc_lat.vcproj +52 -0
  213. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/inproc_thr/inproc_thr.vcproj +52 -0
  214. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/libzmq.sln +95 -0
  215. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/libzmq/libzmq.vcproj +338 -0
  216. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/local_lat/local_lat.vcproj +52 -0
  217. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/local_thr/local_thr.vcproj +52 -0
  218. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/remote_lat/remote_lat.vcproj +52 -0
  219. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2008/remote_thr/remote_thr.vcproj +52 -0
  220. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/inproc_lat/inproc_lat.props +49 -0
  221. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/inproc_lat/inproc_lat.vcxproj +82 -0
  222. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/inproc_thr/inproc_thr.props +49 -0
  223. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/inproc_thr/inproc_thr.vcxproj +82 -0
  224. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libsodium.import.props +52 -0
  225. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libsodium.import.xml +17 -0
  226. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq.import.props +64 -0
  227. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq.import.xml +49 -0
  228. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq.sln +206 -0
  229. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq/libzmq.props +76 -0
  230. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq/libzmq.vcxproj +289 -0
  231. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters +627 -0
  232. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/libzmq/libzmq.xml +40 -0
  233. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/local_lat/local_lat.props +49 -0
  234. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/local_lat/local_lat.vcxproj +82 -0
  235. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/local_thr/local_thr.props +49 -0
  236. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/local_thr/local_thr.vcxproj +82 -0
  237. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/remote_lat/remote_lat.props +49 -0
  238. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/remote_lat/remote_lat.vcxproj +82 -0
  239. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/remote_thr/remote_thr.props +49 -0
  240. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2010/remote_thr/remote_thr.vcxproj +82 -0
  241. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/inproc_lat/inproc_lat.props +49 -0
  242. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/inproc_lat/inproc_lat.vcxproj +82 -0
  243. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/inproc_thr/inproc_thr.props +49 -0
  244. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/inproc_thr/inproc_thr.vcxproj +82 -0
  245. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libsodium.import.props +52 -0
  246. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libsodium.import.xml +17 -0
  247. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq.import.props +64 -0
  248. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq.import.xml +49 -0
  249. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq.sln +206 -0
  250. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq/libzmq.props +76 -0
  251. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq/libzmq.vcxproj +289 -0
  252. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters +627 -0
  253. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/libzmq/libzmq.xml +40 -0
  254. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/local_lat/local_lat.props +49 -0
  255. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/local_lat/local_lat.vcxproj +82 -0
  256. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/local_thr/local_thr.props +49 -0
  257. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/local_thr/local_thr.vcxproj +82 -0
  258. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/remote_lat/remote_lat.props +49 -0
  259. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/remote_lat/remote_lat.vcxproj +82 -0
  260. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/remote_thr/remote_thr.props +49 -0
  261. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2012/remote_thr/remote_thr.vcxproj +82 -0
  262. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/inproc_lat/inproc_lat.props +49 -0
  263. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/inproc_lat/inproc_lat.vcxproj +82 -0
  264. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/inproc_thr/inproc_thr.props +49 -0
  265. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/inproc_thr/inproc_thr.vcxproj +82 -0
  266. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libsodium.import.props +52 -0
  267. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libsodium.import.xml +17 -0
  268. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq.import.props +64 -0
  269. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq.import.xml +49 -0
  270. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq.sln +208 -0
  271. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq/libzmq.props +76 -0
  272. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq/libzmq.vcxproj +289 -0
  273. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters +627 -0
  274. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/libzmq/libzmq.xml +40 -0
  275. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/local_lat/local_lat.props +49 -0
  276. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/local_lat/local_lat.vcxproj +82 -0
  277. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/local_thr/local_thr.props +49 -0
  278. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/local_thr/local_thr.vcxproj +82 -0
  279. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/remote_lat/remote_lat.props +49 -0
  280. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/remote_lat/remote_lat.vcxproj +82 -0
  281. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/remote_thr/remote_thr.props +49 -0
  282. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2013/remote_thr/remote_thr.vcxproj +82 -0
  283. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/inproc_lat/inproc_lat.props +49 -0
  284. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/inproc_lat/inproc_lat.vcxproj +82 -0
  285. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/inproc_thr/inproc_thr.props +49 -0
  286. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/inproc_thr/inproc_thr.vcxproj +82 -0
  287. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libsodium.import.props +52 -0
  288. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libsodium.import.xml +17 -0
  289. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq.import.props +64 -0
  290. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq.import.xml +49 -0
  291. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq.sln +208 -0
  292. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq/libzmq.props +76 -0
  293. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq/libzmq.vcxproj +289 -0
  294. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq/libzmq.vcxproj.filters +627 -0
  295. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/libzmq/libzmq.xml +40 -0
  296. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/local_lat/local_lat.props +49 -0
  297. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/local_lat/local_lat.vcxproj +82 -0
  298. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/local_thr/local_thr.props +49 -0
  299. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/local_thr/local_thr.vcxproj +82 -0
  300. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/remote_lat/remote_lat.props +49 -0
  301. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/remote_lat/remote_lat.vcxproj +82 -0
  302. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/remote_thr/remote_thr.props +49 -0
  303. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015/remote_thr/remote_thr.vcxproj +82 -0
  304. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015_xp/libzmq.vcxproj +258 -0
  305. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015_xp/platform.hpp +15 -0
  306. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015_xp/test_zmq/test_multithread.cpp +229 -0
  307. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2015_xp/test_zmq/test_zmq.vcxproj +155 -0
  308. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/inproc_lat/inproc_lat.props +49 -0
  309. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/inproc_lat/inproc_lat.vcxproj +82 -0
  310. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/inproc_thr/inproc_thr.props +49 -0
  311. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/inproc_thr/inproc_thr.vcxproj +82 -0
  312. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libsodium.import.props +52 -0
  313. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libsodium.import.xml +17 -0
  314. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq.import.props +64 -0
  315. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq.import.xml +49 -0
  316. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq.sln +208 -0
  317. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq/libzmq.props +76 -0
  318. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq/libzmq.vcxproj +289 -0
  319. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq/libzmq.vcxproj.filters +627 -0
  320. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/libzmq/libzmq.xml +40 -0
  321. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/local_lat/local_lat.props +49 -0
  322. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/local_lat/local_lat.vcxproj +82 -0
  323. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/local_thr/local_thr.props +49 -0
  324. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/local_thr/local_thr.vcxproj +82 -0
  325. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/remote_lat/remote_lat.props +49 -0
  326. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/remote_lat/remote_lat.vcxproj +82 -0
  327. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/remote_thr/remote_thr.props +49 -0
  328. data/vendor/github.com/zeromq/libzmq/builds/msvc/vs2017/remote_thr/remote_thr.vcxproj +82 -0
  329. data/vendor/github.com/zeromq/libzmq/builds/nuget/libzmq.autopkg +52 -0
  330. data/vendor/github.com/zeromq/libzmq/builds/nuget/readme.nuget +20 -0
  331. data/vendor/github.com/zeromq/libzmq/builds/openwrt/Makefile +70 -0
  332. data/vendor/github.com/zeromq/libzmq/builds/valgrind/ci_build.sh +30 -0
  333. data/vendor/github.com/zeromq/libzmq/builds/valgrind/valgrind.supp +22 -0
  334. data/vendor/github.com/zeromq/libzmq/builds/valgrind/vg +1 -0
  335. data/vendor/github.com/zeromq/libzmq/builds/zos/README.md +463 -0
  336. data/vendor/github.com/zeromq/libzmq/builds/zos/cxxall +62 -0
  337. data/vendor/github.com/zeromq/libzmq/builds/zos/makeclean +36 -0
  338. data/vendor/github.com/zeromq/libzmq/builds/zos/makelibzmq +54 -0
  339. data/vendor/github.com/zeromq/libzmq/builds/zos/maketests +102 -0
  340. data/vendor/github.com/zeromq/libzmq/builds/zos/platform.hpp +300 -0
  341. data/vendor/github.com/zeromq/libzmq/builds/zos/runtests +188 -0
  342. data/vendor/github.com/zeromq/libzmq/builds/zos/test_fork.cpp +95 -0
  343. data/vendor/github.com/zeromq/libzmq/builds/zos/zc++ +42 -0
  344. data/vendor/github.com/zeromq/libzmq/ci_build.sh +66 -0
  345. data/vendor/github.com/zeromq/libzmq/ci_deploy.sh +34 -0
  346. data/vendor/github.com/zeromq/libzmq/configure.ac +827 -0
  347. data/vendor/github.com/zeromq/libzmq/doc/Makefile.am +64 -0
  348. data/vendor/github.com/zeromq/libzmq/doc/asciidoc.conf +56 -0
  349. data/vendor/github.com/zeromq/libzmq/doc/zmq.txt +276 -0
  350. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_dec.txt +62 -0
  351. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_destroy.txt +62 -0
  352. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_inc.txt +61 -0
  353. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_new.txt +62 -0
  354. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_set.txt +61 -0
  355. data/vendor/github.com/zeromq/libzmq/doc/zmq_atomic_counter_value.txt +62 -0
  356. data/vendor/github.com/zeromq/libzmq/doc/zmq_bind.txt +103 -0
  357. data/vendor/github.com/zeromq/libzmq/doc/zmq_close.txt +56 -0
  358. data/vendor/github.com/zeromq/libzmq/doc/zmq_connect.txt +101 -0
  359. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_destroy.txt +67 -0
  360. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_get.txt +105 -0
  361. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_new.txt +50 -0
  362. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_set.txt +184 -0
  363. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_shutdown.txt +52 -0
  364. data/vendor/github.com/zeromq/libzmq/doc/zmq_ctx_term.txt +68 -0
  365. data/vendor/github.com/zeromq/libzmq/doc/zmq_curve.txt +92 -0
  366. data/vendor/github.com/zeromq/libzmq/doc/zmq_curve_keypair.txt +56 -0
  367. data/vendor/github.com/zeromq/libzmq/doc/zmq_curve_public.txt +62 -0
  368. data/vendor/github.com/zeromq/libzmq/doc/zmq_disconnect.txt +75 -0
  369. data/vendor/github.com/zeromq/libzmq/doc/zmq_errno.txt +50 -0
  370. data/vendor/github.com/zeromq/libzmq/doc/zmq_getsockopt.txt +944 -0
  371. data/vendor/github.com/zeromq/libzmq/doc/zmq_gssapi.txt +78 -0
  372. data/vendor/github.com/zeromq/libzmq/doc/zmq_has.txt +44 -0
  373. data/vendor/github.com/zeromq/libzmq/doc/zmq_init.txt +52 -0
  374. data/vendor/github.com/zeromq/libzmq/doc/zmq_inproc.txt +88 -0
  375. data/vendor/github.com/zeromq/libzmq/doc/zmq_ipc.txt +106 -0
  376. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_close.txt +56 -0
  377. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_copy.txt +72 -0
  378. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_data.txt +48 -0
  379. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_get.txt +83 -0
  380. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_gets.txt +81 -0
  381. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_init.txt +64 -0
  382. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_init_data.txt +89 -0
  383. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_init_size.txt +58 -0
  384. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_more.txt +65 -0
  385. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_move.txt +52 -0
  386. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_recv.txt +124 -0
  387. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_routing_id.txt +61 -0
  388. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_send.txt +127 -0
  389. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_set.txt +46 -0
  390. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_set_routing_id.txt +46 -0
  391. data/vendor/github.com/zeromq/libzmq/doc/zmq_msg_size.txt +48 -0
  392. data/vendor/github.com/zeromq/libzmq/doc/zmq_null.txt +27 -0
  393. data/vendor/github.com/zeromq/libzmq/doc/zmq_pgm.txt +164 -0
  394. data/vendor/github.com/zeromq/libzmq/doc/zmq_plain.txt +37 -0
  395. data/vendor/github.com/zeromq/libzmq/doc/zmq_poll.txt +135 -0
  396. data/vendor/github.com/zeromq/libzmq/doc/zmq_proxy.txt +99 -0
  397. data/vendor/github.com/zeromq/libzmq/doc/zmq_proxy_steerable.txt +111 -0
  398. data/vendor/github.com/zeromq/libzmq/doc/zmq_recv.txt +91 -0
  399. data/vendor/github.com/zeromq/libzmq/doc/zmq_recvmsg.txt +121 -0
  400. data/vendor/github.com/zeromq/libzmq/doc/zmq_send.txt +104 -0
  401. data/vendor/github.com/zeromq/libzmq/doc/zmq_send_const.txt +103 -0
  402. data/vendor/github.com/zeromq/libzmq/doc/zmq_sendmsg.txt +121 -0
  403. data/vendor/github.com/zeromq/libzmq/doc/zmq_setsockopt.txt +1318 -0
  404. data/vendor/github.com/zeromq/libzmq/doc/zmq_socket.txt +609 -0
  405. data/vendor/github.com/zeromq/libzmq/doc/zmq_socket_monitor.txt +294 -0
  406. data/vendor/github.com/zeromq/libzmq/doc/zmq_strerror.txt +56 -0
  407. data/vendor/github.com/zeromq/libzmq/doc/zmq_tcp.txt +118 -0
  408. data/vendor/github.com/zeromq/libzmq/doc/zmq_term.txt +66 -0
  409. data/vendor/github.com/zeromq/libzmq/doc/zmq_tipc.txt +83 -0
  410. data/vendor/github.com/zeromq/libzmq/doc/zmq_udp.txt +99 -0
  411. data/vendor/github.com/zeromq/libzmq/doc/zmq_unbind.txt +90 -0
  412. data/vendor/github.com/zeromq/libzmq/doc/zmq_version.txt +54 -0
  413. data/vendor/github.com/zeromq/libzmq/doc/zmq_vmci.txt +97 -0
  414. data/vendor/github.com/zeromq/libzmq/doc/zmq_z85_decode.txt +51 -0
  415. data/vendor/github.com/zeromq/libzmq/doc/zmq_z85_encode.txt +58 -0
  416. data/vendor/github.com/zeromq/libzmq/include/zmq.h +708 -0
  417. data/vendor/github.com/zeromq/libzmq/include/zmq_utils.h +48 -0
  418. data/vendor/github.com/zeromq/libzmq/installer.ico +0 -0
  419. data/vendor/github.com/zeromq/libzmq/m4/ax_check_compile_flag.m4 +74 -0
  420. data/vendor/github.com/zeromq/libzmq/m4/ax_code_coverage.m4 +264 -0
  421. data/vendor/github.com/zeromq/libzmq/m4/ax_cxx_compile_stdcxx.m4 +562 -0
  422. data/vendor/github.com/zeromq/libzmq/m4/ax_cxx_compile_stdcxx_11.m4 +40 -0
  423. data/vendor/github.com/zeromq/libzmq/m4/ax_valgrind_check.m4 +233 -0
  424. data/vendor/github.com/zeromq/libzmq/packaging/README +4 -0
  425. data/vendor/github.com/zeromq/libzmq/packaging/debian/changelog +5 -0
  426. data/vendor/github.com/zeromq/libzmq/packaging/debian/compat +1 -0
  427. data/vendor/github.com/zeromq/libzmq/packaging/debian/control +64 -0
  428. data/vendor/github.com/zeromq/libzmq/packaging/debian/copyright +93 -0
  429. data/vendor/github.com/zeromq/libzmq/packaging/debian/libzmq3-dev.install +4 -0
  430. data/vendor/github.com/zeromq/libzmq/packaging/debian/libzmq3-dev.manpages +2 -0
  431. data/vendor/github.com/zeromq/libzmq/packaging/debian/libzmq5.docs +2 -0
  432. data/vendor/github.com/zeromq/libzmq/packaging/debian/libzmq5.install +1 -0
  433. data/vendor/github.com/zeromq/libzmq/packaging/debian/rules +67 -0
  434. data/vendor/github.com/zeromq/libzmq/packaging/debian/source/format +1 -0
  435. data/vendor/github.com/zeromq/libzmq/packaging/debian/zeromq.dsc.obs +15 -0
  436. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.bat +14 -0
  437. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.config +6 -0
  438. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.gsl +264 -0
  439. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.nuspec +98 -0
  440. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.targets +129 -0
  441. data/vendor/github.com/zeromq/libzmq/packaging/nuget/package.xml +22 -0
  442. data/vendor/github.com/zeromq/libzmq/packaging/obs/_service +98 -0
  443. data/vendor/github.com/zeromq/libzmq/packaging/redhat/zeromq.spec +234 -0
  444. data/vendor/github.com/zeromq/libzmq/perf/inproc_lat.cpp +240 -0
  445. data/vendor/github.com/zeromq/libzmq/perf/inproc_thr.cpp +250 -0
  446. data/vendor/github.com/zeromq/libzmq/perf/local_lat.cpp +116 -0
  447. data/vendor/github.com/zeromq/libzmq/perf/local_thr.cpp +160 -0
  448. data/vendor/github.com/zeromq/libzmq/perf/remote_lat.cpp +129 -0
  449. data/vendor/github.com/zeromq/libzmq/perf/remote_thr.cpp +135 -0
  450. data/vendor/github.com/zeromq/libzmq/src/address.cpp +134 -0
  451. data/vendor/github.com/zeromq/libzmq/src/address.hpp +77 -0
  452. data/vendor/github.com/zeromq/libzmq/src/array.hpp +167 -0
  453. data/vendor/github.com/zeromq/libzmq/src/atomic_counter.hpp +249 -0
  454. data/vendor/github.com/zeromq/libzmq/src/atomic_ptr.hpp +227 -0
  455. data/vendor/github.com/zeromq/libzmq/src/blob.hpp +186 -0
  456. data/vendor/github.com/zeromq/libzmq/src/client.cpp +116 -0
  457. data/vendor/github.com/zeromq/libzmq/src/client.hpp +81 -0
  458. data/vendor/github.com/zeromq/libzmq/src/clock.cpp +253 -0
  459. data/vendor/github.com/zeromq/libzmq/src/clock.hpp +83 -0
  460. data/vendor/github.com/zeromq/libzmq/src/command.hpp +188 -0
  461. data/vendor/github.com/zeromq/libzmq/src/condition_variable.hpp +279 -0
  462. data/vendor/github.com/zeromq/libzmq/src/config.hpp +98 -0
  463. data/vendor/github.com/zeromq/libzmq/src/ctx.cpp +644 -0
  464. data/vendor/github.com/zeromq/libzmq/src/ctx.hpp +242 -0
  465. data/vendor/github.com/zeromq/libzmq/src/curve_client.cpp +297 -0
  466. data/vendor/github.com/zeromq/libzmq/src/curve_client.hpp +87 -0
  467. data/vendor/github.com/zeromq/libzmq/src/curve_client_tools.hpp +307 -0
  468. data/vendor/github.com/zeromq/libzmq/src/curve_mechanism_base.cpp +181 -0
  469. data/vendor/github.com/zeromq/libzmq/src/curve_mechanism_base.hpp +79 -0
  470. data/vendor/github.com/zeromq/libzmq/src/curve_server.cpp +492 -0
  471. data/vendor/github.com/zeromq/libzmq/src/curve_server.hpp +94 -0
  472. data/vendor/github.com/zeromq/libzmq/src/dbuffer.hpp +144 -0
  473. data/vendor/github.com/zeromq/libzmq/src/dealer.cpp +143 -0
  474. data/vendor/github.com/zeromq/libzmq/src/dealer.hpp +89 -0
  475. data/vendor/github.com/zeromq/libzmq/src/decoder.hpp +198 -0
  476. data/vendor/github.com/zeromq/libzmq/src/decoder_allocators.cpp +144 -0
  477. data/vendor/github.com/zeromq/libzmq/src/decoder_allocators.hpp +155 -0
  478. data/vendor/github.com/zeromq/libzmq/src/devpoll.cpp +205 -0
  479. data/vendor/github.com/zeromq/libzmq/src/devpoll.hpp +119 -0
  480. data/vendor/github.com/zeromq/libzmq/src/dgram.cpp +177 -0
  481. data/vendor/github.com/zeromq/libzmq/src/dgram.hpp +81 -0
  482. data/vendor/github.com/zeromq/libzmq/src/dish.cpp +360 -0
  483. data/vendor/github.com/zeromq/libzmq/src/dish.hpp +125 -0
  484. data/vendor/github.com/zeromq/libzmq/src/dist.cpp +235 -0
  485. data/vendor/github.com/zeromq/libzmq/src/dist.hpp +120 -0
  486. data/vendor/github.com/zeromq/libzmq/src/encoder.hpp +189 -0
  487. data/vendor/github.com/zeromq/libzmq/src/epoll.cpp +206 -0
  488. data/vendor/github.com/zeromq/libzmq/src/epoll.hpp +119 -0
  489. data/vendor/github.com/zeromq/libzmq/src/err.cpp +447 -0
  490. data/vendor/github.com/zeromq/libzmq/src/err.hpp +173 -0
  491. data/vendor/github.com/zeromq/libzmq/src/fd.hpp +52 -0
  492. data/vendor/github.com/zeromq/libzmq/src/fq.cpp +163 -0
  493. data/vendor/github.com/zeromq/libzmq/src/fq.hpp +92 -0
  494. data/vendor/github.com/zeromq/libzmq/src/gather.cpp +94 -0
  495. data/vendor/github.com/zeromq/libzmq/src/gather.hpp +75 -0
  496. data/vendor/github.com/zeromq/libzmq/src/gssapi_client.cpp +237 -0
  497. data/vendor/github.com/zeromq/libzmq/src/gssapi_client.hpp +94 -0
  498. data/vendor/github.com/zeromq/libzmq/src/gssapi_mechanism_base.cpp +402 -0
  499. data/vendor/github.com/zeromq/libzmq/src/gssapi_mechanism_base.hpp +134 -0
  500. data/vendor/github.com/zeromq/libzmq/src/gssapi_server.cpp +249 -0
  501. data/vendor/github.com/zeromq/libzmq/src/gssapi_server.hpp +95 -0
  502. data/vendor/github.com/zeromq/libzmq/src/i_decoder.hpp +64 -0
  503. data/vendor/github.com/zeromq/libzmq/src/i_encoder.hpp +60 -0
  504. data/vendor/github.com/zeromq/libzmq/src/i_engine.hpp +68 -0
  505. data/vendor/github.com/zeromq/libzmq/src/i_mailbox.hpp +60 -0
  506. data/vendor/github.com/zeromq/libzmq/src/i_poll_events.hpp +55 -0
  507. data/vendor/github.com/zeromq/libzmq/src/io_object.cpp +117 -0
  508. data/vendor/github.com/zeromq/libzmq/src/io_object.hpp +89 -0
  509. data/vendor/github.com/zeromq/libzmq/src/io_thread.cpp +114 -0
  510. data/vendor/github.com/zeromq/libzmq/src/io_thread.hpp +99 -0
  511. data/vendor/github.com/zeromq/libzmq/src/ip.cpp +235 -0
  512. data/vendor/github.com/zeromq/libzmq/src/ip.hpp +64 -0
  513. data/vendor/github.com/zeromq/libzmq/src/ipc_address.cpp +106 -0
  514. data/vendor/github.com/zeromq/libzmq/src/ipc_address.hpp +74 -0
  515. data/vendor/github.com/zeromq/libzmq/src/ipc_connecter.cpp +278 -0
  516. data/vendor/github.com/zeromq/libzmq/src/ipc_connecter.hpp +135 -0
  517. data/vendor/github.com/zeromq/libzmq/src/ipc_listener.cpp +427 -0
  518. data/vendor/github.com/zeromq/libzmq/src/ipc_listener.hpp +123 -0
  519. data/vendor/github.com/zeromq/libzmq/src/kqueue.cpp +227 -0
  520. data/vendor/github.com/zeromq/libzmq/src/kqueue.hpp +127 -0
  521. data/vendor/github.com/zeromq/libzmq/src/lb.cpp +173 -0
  522. data/vendor/github.com/zeromq/libzmq/src/lb.hpp +88 -0
  523. data/vendor/github.com/zeromq/libzmq/src/libzmq.pc.cmake.in +11 -0
  524. data/vendor/github.com/zeromq/libzmq/src/libzmq.pc.in +11 -0
  525. data/vendor/github.com/zeromq/libzmq/src/libzmq.vers +4 -0
  526. data/vendor/github.com/zeromq/libzmq/src/likely.hpp +42 -0
  527. data/vendor/github.com/zeromq/libzmq/src/macros.hpp +12 -0
  528. data/vendor/github.com/zeromq/libzmq/src/mailbox.cpp +101 -0
  529. data/vendor/github.com/zeromq/libzmq/src/mailbox.hpp +90 -0
  530. data/vendor/github.com/zeromq/libzmq/src/mailbox_safe.cpp +117 -0
  531. data/vendor/github.com/zeromq/libzmq/src/mailbox_safe.hpp +94 -0
  532. data/vendor/github.com/zeromq/libzmq/src/mechanism.cpp +285 -0
  533. data/vendor/github.com/zeromq/libzmq/src/mechanism.hpp +152 -0
  534. data/vendor/github.com/zeromq/libzmq/src/mechanism_base.cpp +70 -0
  535. data/vendor/github.com/zeromq/libzmq/src/mechanism_base.hpp +53 -0
  536. data/vendor/github.com/zeromq/libzmq/src/metadata.cpp +62 -0
  537. data/vendor/github.com/zeromq/libzmq/src/metadata.hpp +70 -0
  538. data/vendor/github.com/zeromq/libzmq/src/msg.cpp +578 -0
  539. data/vendor/github.com/zeromq/libzmq/src/msg.hpp +268 -0
  540. data/vendor/github.com/zeromq/libzmq/src/mtrie.cpp +434 -0
  541. data/vendor/github.com/zeromq/libzmq/src/mtrie.hpp +102 -0
  542. data/vendor/github.com/zeromq/libzmq/src/mutex.hpp +213 -0
  543. data/vendor/github.com/zeromq/libzmq/src/norm_engine.cpp +736 -0
  544. data/vendor/github.com/zeromq/libzmq/src/norm_engine.hpp +190 -0
  545. data/vendor/github.com/zeromq/libzmq/src/null_mechanism.cpp +220 -0
  546. data/vendor/github.com/zeromq/libzmq/src/null_mechanism.hpp +77 -0
  547. data/vendor/github.com/zeromq/libzmq/src/object.cpp +476 -0
  548. data/vendor/github.com/zeromq/libzmq/src/object.hpp +156 -0
  549. data/vendor/github.com/zeromq/libzmq/src/options.cpp +1089 -0
  550. data/vendor/github.com/zeromq/libzmq/src/options.hpp +251 -0
  551. data/vendor/github.com/zeromq/libzmq/src/own.cpp +216 -0
  552. data/vendor/github.com/zeromq/libzmq/src/own.hpp +154 -0
  553. data/vendor/github.com/zeromq/libzmq/src/pair.cpp +142 -0
  554. data/vendor/github.com/zeromq/libzmq/src/pair.hpp +78 -0
  555. data/vendor/github.com/zeromq/libzmq/src/pgm_receiver.cpp +307 -0
  556. data/vendor/github.com/zeromq/libzmq/src/pgm_receiver.hpp +147 -0
  557. data/vendor/github.com/zeromq/libzmq/src/pgm_sender.cpp +257 -0
  558. data/vendor/github.com/zeromq/libzmq/src/pgm_sender.hpp +124 -0
  559. data/vendor/github.com/zeromq/libzmq/src/pgm_socket.cpp +712 -0
  560. data/vendor/github.com/zeromq/libzmq/src/pgm_socket.hpp +128 -0
  561. data/vendor/github.com/zeromq/libzmq/src/pipe.cpp +547 -0
  562. data/vendor/github.com/zeromq/libzmq/src/pipe.hpp +253 -0
  563. data/vendor/github.com/zeromq/libzmq/src/plain_client.cpp +220 -0
  564. data/vendor/github.com/zeromq/libzmq/src/plain_client.hpp +79 -0
  565. data/vendor/github.com/zeromq/libzmq/src/plain_server.cpp +253 -0
  566. data/vendor/github.com/zeromq/libzmq/src/plain_server.hpp +71 -0
  567. data/vendor/github.com/zeromq/libzmq/src/poll.cpp +193 -0
  568. data/vendor/github.com/zeromq/libzmq/src/poll.hpp +121 -0
  569. data/vendor/github.com/zeromq/libzmq/src/poller.hpp +64 -0
  570. data/vendor/github.com/zeromq/libzmq/src/poller_base.cpp +110 -0
  571. data/vendor/github.com/zeromq/libzmq/src/poller_base.hpp +95 -0
  572. data/vendor/github.com/zeromq/libzmq/src/pollset.cpp +254 -0
  573. data/vendor/github.com/zeromq/libzmq/src/pollset.hpp +121 -0
  574. data/vendor/github.com/zeromq/libzmq/src/precompiled.cpp +30 -0
  575. data/vendor/github.com/zeromq/libzmq/src/precompiled.hpp +120 -0
  576. data/vendor/github.com/zeromq/libzmq/src/proxy.cpp +622 -0
  577. data/vendor/github.com/zeromq/libzmq/src/proxy.hpp +42 -0
  578. data/vendor/github.com/zeromq/libzmq/src/pub.cpp +67 -0
  579. data/vendor/github.com/zeromq/libzmq/src/pub.hpp +63 -0
  580. data/vendor/github.com/zeromq/libzmq/src/pull.cpp +78 -0
  581. data/vendor/github.com/zeromq/libzmq/src/pull.hpp +75 -0
  582. data/vendor/github.com/zeromq/libzmq/src/push.cpp +77 -0
  583. data/vendor/github.com/zeromq/libzmq/src/push.hpp +73 -0
  584. data/vendor/github.com/zeromq/libzmq/src/radio.cpp +252 -0
  585. data/vendor/github.com/zeromq/libzmq/src/radio.hpp +112 -0
  586. data/vendor/github.com/zeromq/libzmq/src/random.cpp +118 -0
  587. data/vendor/github.com/zeromq/libzmq/src/random.hpp +52 -0
  588. data/vendor/github.com/zeromq/libzmq/src/raw_decoder.cpp +74 -0
  589. data/vendor/github.com/zeromq/libzmq/src/raw_decoder.hpp +74 -0
  590. data/vendor/github.com/zeromq/libzmq/src/raw_encoder.cpp +51 -0
  591. data/vendor/github.com/zeromq/libzmq/src/raw_encoder.hpp +64 -0
  592. data/vendor/github.com/zeromq/libzmq/src/reaper.cpp +142 -0
  593. data/vendor/github.com/zeromq/libzmq/src/reaper.hpp +94 -0
  594. data/vendor/github.com/zeromq/libzmq/src/rep.cpp +134 -0
  595. data/vendor/github.com/zeromq/libzmq/src/rep.hpp +73 -0
  596. data/vendor/github.com/zeromq/libzmq/src/req.cpp +323 -0
  597. data/vendor/github.com/zeromq/libzmq/src/req.hpp +121 -0
  598. data/vendor/github.com/zeromq/libzmq/src/router.cpp +551 -0
  599. data/vendor/github.com/zeromq/libzmq/src/router.hpp +147 -0
  600. data/vendor/github.com/zeromq/libzmq/src/scatter.cpp +83 -0
  601. data/vendor/github.com/zeromq/libzmq/src/scatter.hpp +73 -0
  602. data/vendor/github.com/zeromq/libzmq/src/select.cpp +567 -0
  603. data/vendor/github.com/zeromq/libzmq/src/select.hpp +184 -0
  604. data/vendor/github.com/zeromq/libzmq/src/server.cpp +184 -0
  605. data/vendor/github.com/zeromq/libzmq/src/server.hpp +96 -0
  606. data/vendor/github.com/zeromq/libzmq/src/session_base.cpp +716 -0
  607. data/vendor/github.com/zeromq/libzmq/src/session_base.hpp +173 -0
  608. data/vendor/github.com/zeromq/libzmq/src/signaler.cpp +682 -0
  609. data/vendor/github.com/zeromq/libzmq/src/signaler.hpp +91 -0
  610. data/vendor/github.com/zeromq/libzmq/src/socket_base.cpp +1778 -0
  611. data/vendor/github.com/zeromq/libzmq/src/socket_base.hpp +307 -0
  612. data/vendor/github.com/zeromq/libzmq/src/socket_poller.cpp +697 -0
  613. data/vendor/github.com/zeromq/libzmq/src/socket_poller.hpp +145 -0
  614. data/vendor/github.com/zeromq/libzmq/src/socks.cpp +286 -0
  615. data/vendor/github.com/zeromq/libzmq/src/socks.hpp +135 -0
  616. data/vendor/github.com/zeromq/libzmq/src/socks_connecter.cpp +482 -0
  617. data/vendor/github.com/zeromq/libzmq/src/socks_connecter.hpp +163 -0
  618. data/vendor/github.com/zeromq/libzmq/src/stdint.hpp +77 -0
  619. data/vendor/github.com/zeromq/libzmq/src/stream.cpp +321 -0
  620. data/vendor/github.com/zeromq/libzmq/src/stream.hpp +107 -0
  621. data/vendor/github.com/zeromq/libzmq/src/stream_engine.cpp +1110 -0
  622. data/vendor/github.com/zeromq/libzmq/src/stream_engine.hpp +233 -0
  623. data/vendor/github.com/zeromq/libzmq/src/sub.cpp +87 -0
  624. data/vendor/github.com/zeromq/libzmq/src/sub.hpp +64 -0
  625. data/vendor/github.com/zeromq/libzmq/src/tcp.cpp +356 -0
  626. data/vendor/github.com/zeromq/libzmq/src/tcp.hpp +69 -0
  627. data/vendor/github.com/zeromq/libzmq/src/tcp_address.cpp +897 -0
  628. data/vendor/github.com/zeromq/libzmq/src/tcp_address.hpp +117 -0
  629. data/vendor/github.com/zeromq/libzmq/src/tcp_connecter.cpp +426 -0
  630. data/vendor/github.com/zeromq/libzmq/src/tcp_connecter.hpp +134 -0
  631. data/vendor/github.com/zeromq/libzmq/src/tcp_listener.cpp +357 -0
  632. data/vendor/github.com/zeromq/libzmq/src/tcp_listener.hpp +98 -0
  633. data/vendor/github.com/zeromq/libzmq/src/thread.cpp +238 -0
  634. data/vendor/github.com/zeromq/libzmq/src/thread.hpp +102 -0
  635. data/vendor/github.com/zeromq/libzmq/src/timers.cpp +199 -0
  636. data/vendor/github.com/zeromq/libzmq/src/timers.hpp +110 -0
  637. data/vendor/github.com/zeromq/libzmq/src/tipc_address.cpp +124 -0
  638. data/vendor/github.com/zeromq/libzmq/src/tipc_address.hpp +75 -0
  639. data/vendor/github.com/zeromq/libzmq/src/tipc_connecter.cpp +268 -0
  640. data/vendor/github.com/zeromq/libzmq/src/tipc_connecter.hpp +137 -0
  641. data/vendor/github.com/zeromq/libzmq/src/tipc_listener.cpp +190 -0
  642. data/vendor/github.com/zeromq/libzmq/src/tipc_listener.hpp +107 -0
  643. data/vendor/github.com/zeromq/libzmq/src/trie.cpp +340 -0
  644. data/vendor/github.com/zeromq/libzmq/src/trie.hpp +86 -0
  645. data/vendor/github.com/zeromq/libzmq/src/tweetnacl.c +988 -0
  646. data/vendor/github.com/zeromq/libzmq/src/tweetnacl.h +75 -0
  647. data/vendor/github.com/zeromq/libzmq/src/udp_address.cpp +172 -0
  648. data/vendor/github.com/zeromq/libzmq/src/udp_address.hpp +78 -0
  649. data/vendor/github.com/zeromq/libzmq/src/udp_engine.cpp +394 -0
  650. data/vendor/github.com/zeromq/libzmq/src/udp_engine.hpp +73 -0
  651. data/vendor/github.com/zeromq/libzmq/src/v1_decoder.cpp +153 -0
  652. data/vendor/github.com/zeromq/libzmq/src/v1_decoder.hpp +69 -0
  653. data/vendor/github.com/zeromq/libzmq/src/v1_encoder.cpp +76 -0
  654. data/vendor/github.com/zeromq/libzmq/src/v1_encoder.hpp +59 -0
  655. data/vendor/github.com/zeromq/libzmq/src/v2_decoder.cpp +161 -0
  656. data/vendor/github.com/zeromq/libzmq/src/v2_decoder.hpp +74 -0
  657. data/vendor/github.com/zeromq/libzmq/src/v2_encoder.cpp +78 -0
  658. data/vendor/github.com/zeromq/libzmq/src/v2_encoder.hpp +59 -0
  659. data/vendor/github.com/zeromq/libzmq/src/v2_protocol.hpp +49 -0
  660. data/vendor/github.com/zeromq/libzmq/src/version.rc.in +93 -0
  661. data/vendor/github.com/zeromq/libzmq/src/vmci.cpp +88 -0
  662. data/vendor/github.com/zeromq/libzmq/src/vmci.hpp +60 -0
  663. data/vendor/github.com/zeromq/libzmq/src/vmci_address.cpp +170 -0
  664. data/vendor/github.com/zeromq/libzmq/src/vmci_address.hpp +71 -0
  665. data/vendor/github.com/zeromq/libzmq/src/vmci_connecter.cpp +307 -0
  666. data/vendor/github.com/zeromq/libzmq/src/vmci_connecter.hpp +136 -0
  667. data/vendor/github.com/zeromq/libzmq/src/vmci_listener.cpp +262 -0
  668. data/vendor/github.com/zeromq/libzmq/src/vmci_listener.hpp +102 -0
  669. data/vendor/github.com/zeromq/libzmq/src/windows.hpp +93 -0
  670. data/vendor/github.com/zeromq/libzmq/src/wire.hpp +108 -0
  671. data/vendor/github.com/zeromq/libzmq/src/xpub.cpp +340 -0
  672. data/vendor/github.com/zeromq/libzmq/src/xpub.hpp +126 -0
  673. data/vendor/github.com/zeromq/libzmq/src/xsub.cpp +251 -0
  674. data/vendor/github.com/zeromq/libzmq/src/xsub.hpp +103 -0
  675. data/vendor/github.com/zeromq/libzmq/src/ypipe.hpp +218 -0
  676. data/vendor/github.com/zeromq/libzmq/src/ypipe_base.hpp +54 -0
  677. data/vendor/github.com/zeromq/libzmq/src/ypipe_conflate.hpp +137 -0
  678. data/vendor/github.com/zeromq/libzmq/src/yqueue.hpp +225 -0
  679. data/vendor/github.com/zeromq/libzmq/src/zap_client.cpp +305 -0
  680. data/vendor/github.com/zeromq/libzmq/src/zap_client.hpp +100 -0
  681. data/vendor/github.com/zeromq/libzmq/src/zmq.cpp +1527 -0
  682. data/vendor/github.com/zeromq/libzmq/src/zmq_draft.h +178 -0
  683. data/vendor/github.com/zeromq/libzmq/src/zmq_utils.cpp +318 -0
  684. data/vendor/github.com/zeromq/libzmq/tests/CMakeLists.txt +218 -0
  685. data/vendor/github.com/zeromq/libzmq/tests/README.md +28 -0
  686. data/vendor/github.com/zeromq/libzmq/tests/test_abstract_ipc.cpp +67 -0
  687. data/vendor/github.com/zeromq/libzmq/tests/test_ancillaries.cpp +51 -0
  688. data/vendor/github.com/zeromq/libzmq/tests/test_atomics.cpp +48 -0
  689. data/vendor/github.com/zeromq/libzmq/tests/test_base85.cpp +162 -0
  690. data/vendor/github.com/zeromq/libzmq/tests/test_bind_after_connect_tcp.cpp +97 -0
  691. data/vendor/github.com/zeromq/libzmq/tests/test_bind_src_address.cpp +57 -0
  692. data/vendor/github.com/zeromq/libzmq/tests/test_capabilities.cpp +82 -0
  693. data/vendor/github.com/zeromq/libzmq/tests/test_client_server.cpp +106 -0
  694. data/vendor/github.com/zeromq/libzmq/tests/test_conflate.cpp +86 -0
  695. data/vendor/github.com/zeromq/libzmq/tests/test_connect_delay_tipc.cpp +238 -0
  696. data/vendor/github.com/zeromq/libzmq/tests/test_connect_resolve.cpp +70 -0
  697. data/vendor/github.com/zeromq/libzmq/tests/test_connect_rid.cpp +199 -0
  698. data/vendor/github.com/zeromq/libzmq/tests/test_ctx_destroy.cpp +110 -0
  699. data/vendor/github.com/zeromq/libzmq/tests/test_ctx_options.cpp +204 -0
  700. data/vendor/github.com/zeromq/libzmq/tests/test_dgram.cpp +99 -0
  701. data/vendor/github.com/zeromq/libzmq/tests/test_diffserv.cpp +85 -0
  702. data/vendor/github.com/zeromq/libzmq/tests/test_disconnect_inproc.cpp +136 -0
  703. data/vendor/github.com/zeromq/libzmq/tests/test_filter_ipc.cpp +166 -0
  704. data/vendor/github.com/zeromq/libzmq/tests/test_fork.cpp +99 -0
  705. data/vendor/github.com/zeromq/libzmq/tests/test_getsockopt_memset.cpp +64 -0
  706. data/vendor/github.com/zeromq/libzmq/tests/test_heartbeats.cpp +341 -0
  707. data/vendor/github.com/zeromq/libzmq/tests/test_hwm.cpp +312 -0
  708. data/vendor/github.com/zeromq/libzmq/tests/test_hwm_pubsub.cpp +253 -0
  709. data/vendor/github.com/zeromq/libzmq/tests/test_immediate.cpp +250 -0
  710. data/vendor/github.com/zeromq/libzmq/tests/test_inproc_connect.cpp +536 -0
  711. data/vendor/github.com/zeromq/libzmq/tests/test_invalid_rep.cpp +98 -0
  712. data/vendor/github.com/zeromq/libzmq/tests/test_iov.cpp +157 -0
  713. data/vendor/github.com/zeromq/libzmq/tests/test_ipc_wildcard.cpp +65 -0
  714. data/vendor/github.com/zeromq/libzmq/tests/test_issue_566.cpp +99 -0
  715. data/vendor/github.com/zeromq/libzmq/tests/test_last_endpoint.cpp +66 -0
  716. data/vendor/github.com/zeromq/libzmq/tests/test_many_sockets.cpp +100 -0
  717. data/vendor/github.com/zeromq/libzmq/tests/test_metadata.cpp +134 -0
  718. data/vendor/github.com/zeromq/libzmq/tests/test_monitor.cpp +116 -0
  719. data/vendor/github.com/zeromq/libzmq/tests/test_msg_ffn.cpp +145 -0
  720. data/vendor/github.com/zeromq/libzmq/tests/test_msg_flags.cpp +127 -0
  721. data/vendor/github.com/zeromq/libzmq/tests/test_pair_inproc.cpp +81 -0
  722. data/vendor/github.com/zeromq/libzmq/tests/test_pair_ipc.cpp +60 -0
  723. data/vendor/github.com/zeromq/libzmq/tests/test_pair_tcp.cpp +64 -0
  724. data/vendor/github.com/zeromq/libzmq/tests/test_pair_tipc.cpp +62 -0
  725. data/vendor/github.com/zeromq/libzmq/tests/test_pair_vmci.cpp +68 -0
  726. data/vendor/github.com/zeromq/libzmq/tests/test_poller.cpp +404 -0
  727. data/vendor/github.com/zeromq/libzmq/tests/test_probe_router.cpp +86 -0
  728. data/vendor/github.com/zeromq/libzmq/tests/test_proxy.cpp +486 -0
  729. data/vendor/github.com/zeromq/libzmq/tests/test_proxy_single_socket.cpp +121 -0
  730. data/vendor/github.com/zeromq/libzmq/tests/test_proxy_terminate.cpp +132 -0
  731. data/vendor/github.com/zeromq/libzmq/tests/test_pub_invert_matching.cpp +136 -0
  732. data/vendor/github.com/zeromq/libzmq/tests/test_radio_dish.cpp +191 -0
  733. data/vendor/github.com/zeromq/libzmq/tests/test_rebind_ipc.cpp +84 -0
  734. data/vendor/github.com/zeromq/libzmq/tests/test_reconnect_ivl.cpp +149 -0
  735. data/vendor/github.com/zeromq/libzmq/tests/test_req_correlate.cpp +140 -0
  736. data/vendor/github.com/zeromq/libzmq/tests/test_req_relaxed.cpp +220 -0
  737. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_device.cpp +153 -0
  738. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_device_tipc.cpp +146 -0
  739. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_inproc.cpp +60 -0
  740. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_ipc.cpp +112 -0
  741. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_tcp.cpp +336 -0
  742. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_tipc.cpp +61 -0
  743. data/vendor/github.com/zeromq/libzmq/tests/test_reqrep_vmci.cpp +68 -0
  744. data/vendor/github.com/zeromq/libzmq/tests/test_router_handover.cpp +116 -0
  745. data/vendor/github.com/zeromq/libzmq/tests/test_router_mandatory.cpp +292 -0
  746. data/vendor/github.com/zeromq/libzmq/tests/test_router_mandatory_hwm.cpp +129 -0
  747. data/vendor/github.com/zeromq/libzmq/tests/test_router_mandatory_tipc.cpp +70 -0
  748. data/vendor/github.com/zeromq/libzmq/tests/test_scatter_gather.cpp +84 -0
  749. data/vendor/github.com/zeromq/libzmq/tests/test_security_curve.cpp +792 -0
  750. data/vendor/github.com/zeromq/libzmq/tests/test_security_gssapi.cpp +362 -0
  751. data/vendor/github.com/zeromq/libzmq/tests/test_security_null.cpp +209 -0
  752. data/vendor/github.com/zeromq/libzmq/tests/test_security_plain.cpp +212 -0
  753. data/vendor/github.com/zeromq/libzmq/tests/test_security_zap.cpp +417 -0
  754. data/vendor/github.com/zeromq/libzmq/tests/test_setsockopt.cpp +153 -0
  755. data/vendor/github.com/zeromq/libzmq/tests/test_shutdown_stress.cpp +101 -0
  756. data/vendor/github.com/zeromq/libzmq/tests/test_shutdown_stress_tipc.cpp +95 -0
  757. data/vendor/github.com/zeromq/libzmq/tests/test_socket_null.cpp +82 -0
  758. data/vendor/github.com/zeromq/libzmq/tests/test_sockopt_hwm.cpp +190 -0
  759. data/vendor/github.com/zeromq/libzmq/tests/test_sodium.cpp +98 -0
  760. data/vendor/github.com/zeromq/libzmq/tests/test_spec_dealer.cpp +266 -0
  761. data/vendor/github.com/zeromq/libzmq/tests/test_spec_pushpull.cpp +304 -0
  762. data/vendor/github.com/zeromq/libzmq/tests/test_spec_rep.cpp +169 -0
  763. data/vendor/github.com/zeromq/libzmq/tests/test_spec_req.cpp +266 -0
  764. data/vendor/github.com/zeromq/libzmq/tests/test_spec_router.cpp +217 -0
  765. data/vendor/github.com/zeromq/libzmq/tests/test_srcfd.cpp +127 -0
  766. data/vendor/github.com/zeromq/libzmq/tests/test_stream.cpp +342 -0
  767. data/vendor/github.com/zeromq/libzmq/tests/test_stream_disconnect.cpp +295 -0
  768. data/vendor/github.com/zeromq/libzmq/tests/test_stream_empty.cpp +74 -0
  769. data/vendor/github.com/zeromq/libzmq/tests/test_stream_exceeds_buffer.cpp +124 -0
  770. data/vendor/github.com/zeromq/libzmq/tests/test_stream_timeout.cpp +235 -0
  771. data/vendor/github.com/zeromq/libzmq/tests/test_sub_forward.cpp +109 -0
  772. data/vendor/github.com/zeromq/libzmq/tests/test_sub_forward_tipc.cpp +102 -0
  773. data/vendor/github.com/zeromq/libzmq/tests/test_system.cpp +98 -0
  774. data/vendor/github.com/zeromq/libzmq/tests/test_term_endpoint.cpp +226 -0
  775. data/vendor/github.com/zeromq/libzmq/tests/test_term_endpoint_tipc.cpp +120 -0
  776. data/vendor/github.com/zeromq/libzmq/tests/test_thread_safe.cpp +90 -0
  777. data/vendor/github.com/zeromq/libzmq/tests/test_timeo.cpp +85 -0
  778. data/vendor/github.com/zeromq/libzmq/tests/test_timers.cpp +226 -0
  779. data/vendor/github.com/zeromq/libzmq/tests/test_udp.cpp +133 -0
  780. data/vendor/github.com/zeromq/libzmq/tests/test_unbind_inproc.cpp +43 -0
  781. data/vendor/github.com/zeromq/libzmq/tests/test_unbind_wildcard.cpp +216 -0
  782. data/vendor/github.com/zeromq/libzmq/tests/test_use_fd_ipc.cpp +223 -0
  783. data/vendor/github.com/zeromq/libzmq/tests/test_use_fd_tcp.cpp +238 -0
  784. data/vendor/github.com/zeromq/libzmq/tests/test_xpub_manual.cpp +597 -0
  785. data/vendor/github.com/zeromq/libzmq/tests/test_xpub_nodrop.cpp +118 -0
  786. data/vendor/github.com/zeromq/libzmq/tests/test_xpub_welcome_msg.cpp +81 -0
  787. data/vendor/github.com/zeromq/libzmq/tests/test_zmq_poll_fd.cpp +98 -0
  788. data/vendor/github.com/zeromq/libzmq/tests/testutil.hpp +408 -0
  789. data/vendor/github.com/zeromq/libzmq/tests/testutil_security.hpp +684 -0
  790. data/vendor/github.com/zeromq/libzmq/tools/curve_keygen.cpp +58 -0
  791. data/vendor/github.com/zeromq/libzmq/version.sh +21 -0
  792. metadata +875 -0
@@ -0,0 +1,181 @@
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+
9
+ This version of the GNU Lesser General Public License incorporates
10
+ the terms and conditions of version 3 of the GNU General Public
11
+ License, supplemented by the additional permissions listed below.
12
+
13
+ 0. Additional Definitions.
14
+
15
+ As used herein, "this License" refers to version 3 of the GNU Lesser
16
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
17
+ General Public License.
18
+
19
+ "The Library" refers to a covered work governed by this License,
20
+ other than an Application or a Combined Work as defined below.
21
+
22
+ An "Application" is any work that makes use of an interface provided
23
+ by the Library, but which is not otherwise based on the Library.
24
+ Defining a subclass of a class defined by the Library is deemed a mode
25
+ of using an interface provided by the Library.
26
+
27
+ A "Combined Work" is a work produced by combining or linking an
28
+ Application with the Library. The particular version of the Library
29
+ with which the Combined Work was made is also called the "Linked
30
+ Version".
31
+
32
+ The "Minimal Corresponding Source" for a Combined Work means the
33
+ Corresponding Source for the Combined Work, excluding any source code
34
+ for portions of the Combined Work that, considered in isolation, are
35
+ based on the Application, and not on the Linked Version.
36
+
37
+ The "Corresponding Application Code" for a Combined Work means the
38
+ object code and/or source code for the Application, including any data
39
+ and utility programs needed for reproducing the Combined Work from the
40
+ Application, but excluding the System Libraries of the Combined Work.
41
+
42
+ 1. Exception to Section 3 of the GNU GPL.
43
+
44
+ You may convey a covered work under sections 3 and 4 of this License
45
+ without being bound by section 3 of the GNU GPL.
46
+
47
+ 2. Conveying Modified Versions.
48
+
49
+ If you modify a copy of the Library, and, in your modifications, a
50
+ facility refers to a function or data to be supplied by an Application
51
+ that uses the facility (other than as an argument passed when the
52
+ facility is invoked), then you may convey a copy of the modified
53
+ version:
54
+
55
+ a) under this License, provided that you make a good faith effort to
56
+ ensure that, in the event an Application does not supply the
57
+ function or data, the facility still operates, and performs
58
+ whatever part of its purpose remains meaningful, or
59
+
60
+ b) under the GNU GPL, with none of the additional permissions of
61
+ this License applicable to that copy.
62
+
63
+ 3. Object Code Incorporating Material from Library Header Files.
64
+
65
+ The object code form of an Application may incorporate material from
66
+ a header file that is part of the Library. You may convey such object
67
+ code under terms of your choice, provided that, if the incorporated
68
+ material is not limited to numerical parameters, data structure
69
+ layouts and accessors, or small macros, inline functions and templates
70
+ (ten or fewer lines in length), you do both of the following:
71
+
72
+ a) Give prominent notice with each copy of the object code that the
73
+ Library is used in it and that the Library and its use are
74
+ covered by this License.
75
+
76
+ b) Accompany the object code with a copy of the GNU GPL and this license
77
+ document.
78
+
79
+ 4. Combined Works.
80
+
81
+ You may convey a Combined Work under terms of your choice that,
82
+ taken together, effectively do not restrict modification of the
83
+ portions of the Library contained in the Combined Work and reverse
84
+ engineering for debugging such modifications, if you also do each of
85
+ the following:
86
+
87
+ a) Give prominent notice with each copy of the Combined Work that
88
+ the Library is used in it and that the Library and its use are
89
+ covered by this License.
90
+
91
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
92
+ document.
93
+
94
+ c) For a Combined Work that displays copyright notices during
95
+ execution, include the copyright notice for the Library among
96
+ these notices, as well as a reference directing the user to the
97
+ copies of the GNU GPL and this license document.
98
+
99
+ d) Do one of the following:
100
+
101
+ 0) Convey the Minimal Corresponding Source under the terms of this
102
+ License, and the Corresponding Application Code in a form
103
+ suitable for, and under terms that permit, the user to
104
+ recombine or relink the Application with a modified version of
105
+ the Linked Version to produce a modified Combined Work, in the
106
+ manner specified by section 6 of the GNU GPL for conveying
107
+ Corresponding Source.
108
+
109
+ 1) Use a suitable shared library mechanism for linking with the
110
+ Library. A suitable mechanism is one that (a) uses at run time
111
+ a copy of the Library already present on the user's computer
112
+ system, and (b) will operate properly with a modified version
113
+ of the Library that is interface-compatible with the Linked
114
+ Version.
115
+
116
+ e) Provide Installation Information, but only if you would otherwise
117
+ be required to provide such information under section 6 of the
118
+ GNU GPL, and only to the extent that such information is
119
+ necessary to install and execute a modified version of the
120
+ Combined Work produced by recombining or relinking the
121
+ Application with a modified version of the Linked Version. (If
122
+ you use option 4d0, the Installation Information must accompany
123
+ the Minimal Corresponding Source and Corresponding Application
124
+ Code. If you use option 4d1, you must provide the Installation
125
+ Information in the manner specified by section 6 of the GNU GPL
126
+ for conveying Corresponding Source.)
127
+
128
+ 5. Combined Libraries.
129
+
130
+ You may place library facilities that are a work based on the
131
+ Library side by side in a single library together with other library
132
+ facilities that are not Applications and are not covered by this
133
+ License, and convey such a combined library under terms of your
134
+ choice, if you do both of the following:
135
+
136
+ a) Accompany the combined library with a copy of the same work based
137
+ on the Library, uncombined with any other library facilities,
138
+ conveyed under the terms of this License.
139
+
140
+ b) Give prominent notice with the combined library that part of it
141
+ is a work based on the Library, and explaining where to find the
142
+ accompanying uncombined form of the same work.
143
+
144
+ 6. Revised Versions of the GNU Lesser General Public License.
145
+
146
+ The Free Software Foundation may publish revised and/or new versions
147
+ of the GNU Lesser General Public License from time to time. Such new
148
+ versions will be similar in spirit to the present version, but may
149
+ differ in detail to address new problems or concerns.
150
+
151
+ Each version is given a distinguishing version number. If the
152
+ Library as you received it specifies that a certain numbered version
153
+ of the GNU Lesser General Public License "or any later version"
154
+ applies to it, you have the option of following the terms and
155
+ conditions either of that published version or of any later version
156
+ published by the Free Software Foundation. If the Library as you
157
+ received it does not specify a version number of the GNU Lesser
158
+ General Public License, you may choose any version of the GNU Lesser
159
+ General Public License ever published by the Free Software Foundation.
160
+
161
+ If the Library as you received it specifies that a proxy can decide
162
+ whether future versions of the GNU Lesser General Public License shall
163
+ apply, that proxy's public statement of acceptance of any version is
164
+ permanent authorization for you to choose that version for the
165
+ Library.
166
+
167
+ --------------------------------------------------------------------------------
168
+
169
+ SPECIAL EXCEPTION GRANTED BY COPYRIGHT HOLDERS
170
+
171
+ As a special exception, copyright holders give you permission to link this
172
+ library with independent modules to produce an executable, regardless of
173
+ the license terms of these independent modules, and to copy and distribute
174
+ the resulting executable under terms of your choice, provided that you also
175
+ meet, for each linked independent module, the terms and conditions of
176
+ the license of that module. An independent module is a module which is not
177
+ derived from or based on this library. If you modify this library, you must
178
+ extend this exception to your version of the library.
179
+
180
+ Note: this exception relieves you of any obligations under sections 4 and 5
181
+ of this license, and section 6 of the GNU General Public License.
@@ -0,0 +1,11 @@
1
+ FROM ubuntu:14.04
2
+
3
+ MAINTAINER ZeroMQ Project <zeromq@imatix.com>
4
+
5
+ RUN apt-get update
6
+ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y git build-essential libtool autoconf automake pkg-config unzip libkrb5-dev
7
+ RUN cd /tmp && git clone git://github.com/jedisct1/libsodium.git && cd libsodium && git checkout e2a30a && ./autogen.sh && ./configure && make check && make install && ldconfig
8
+ RUN cd /tmp && git clone --depth 1 git://github.com/zeromq/libzmq.git && cd libzmq && ./autogen.sh && ./configure && make
9
+ # RUN cd /tmp/libzmq && make check
10
+ RUN cd /tmp/libzmq && make install && ldconfig
11
+ RUN rm /tmp/* -rf
@@ -0,0 +1,2320 @@
1
+ # Doxyfile 1.8.11
2
+
3
+ # This file describes the settings to be used by the documentation system
4
+ # doxygen (www.doxygen.org) for a project.
5
+ #
6
+ # All text after a double hash (##) is considered a comment and is placed in
7
+ # front of the TAG it is preceding.
8
+ #
9
+ # All text after a single hash (#) is considered a comment and will be ignored.
10
+ # The format is:
11
+ # TAG = value [value, ...]
12
+ # For lists, items can also be appended using:
13
+ # TAG += value [value, ...]
14
+ # Values that contain spaces should be placed between quotes (\" \").
15
+
16
+ #---------------------------------------------------------------------------
17
+ # Project related configuration options
18
+ #---------------------------------------------------------------------------
19
+
20
+ # This tag specifies the encoding used for all characters in the config file
21
+ # that follow. The default is UTF-8 which is also the encoding used for all text
22
+ # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
23
+ # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
24
+ # for the list of possible encodings.
25
+ # The default value is: UTF-8.
26
+
27
+ DOXYFILE_ENCODING = UTF-8
28
+
29
+ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
30
+ # double-quotes, unless you are using Doxywizard) that should identify the
31
+ # project for which the documentation is generated. This name is used in the
32
+ # title of most generated pages and in a few other places.
33
+ # The default value is: My Project.
34
+
35
+ PROJECT_NAME = libzmq
36
+
37
+ # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
+ # could be handy for archiving the generated documentation or if some version
39
+ # control system is used.
40
+
41
+ PROJECT_NUMBER = master
42
+
43
+ # Using the PROJECT_BRIEF tag one can provide an optional one line description
44
+ # for a project that appears at the top of each page and should give viewer a
45
+ # quick idea about the purpose of the project. Keep the description short.
46
+
47
+ PROJECT_BRIEF = "ZeroMQ C++ Core Engine (LIBZMQ)"
48
+
49
+ PROJECT_LOGO = branding.bmp
50
+
51
+ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
52
+ # into which the generated documentation will be written. If a relative path is
53
+ # entered, it will be relative to the location where doxygen was started. If
54
+ # left blank the current directory will be used.
55
+
56
+ OUTPUT_DIRECTORY = doxygen
57
+
58
+ # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
59
+ # directories (in 2 levels) under the output directory of each output format and
60
+ # will distribute the generated files over these directories. Enabling this
61
+ # option can be useful when feeding doxygen a huge amount of source files, where
62
+ # putting all generated files in the same directory would otherwise causes
63
+ # performance problems for the file system.
64
+ # The default value is: NO.
65
+
66
+ CREATE_SUBDIRS = YES
67
+
68
+ # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
69
+ # characters to appear in the names of generated files. If set to NO, non-ASCII
70
+ # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
71
+ # U+3044.
72
+ # The default value is: NO.
73
+
74
+ ALLOW_UNICODE_NAMES = NO
75
+
76
+ # The OUTPUT_LANGUAGE tag is used to specify the language in which all
77
+ # documentation generated by doxygen is written. Doxygen will use this
78
+ # information to generate all constant output in the proper language.
79
+ # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
80
+ # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
81
+ # Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
82
+ # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
83
+ # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
84
+ # Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
85
+ # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
86
+ # Ukrainian and Vietnamese.
87
+ # The default value is: English.
88
+
89
+ OUTPUT_LANGUAGE = English
90
+
91
+ # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
92
+ # descriptions after the members that are listed in the file and class
93
+ # documentation (similar to Javadoc). Set to NO to disable this.
94
+ # The default value is: YES.
95
+
96
+ BRIEF_MEMBER_DESC = YES
97
+
98
+ # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
99
+ # description of a member or function before the detailed description
100
+ #
101
+ # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
102
+ # brief descriptions will be completely suppressed.
103
+ # The default value is: YES.
104
+
105
+ REPEAT_BRIEF = YES
106
+
107
+ # This tag implements a quasi-intelligent brief description abbreviator that is
108
+ # used to form the text in various listings. Each string in this list, if found
109
+ # as the leading text of the brief description, will be stripped from the text
110
+ # and the result, after processing the whole list, is used as the annotated
111
+ # text. Otherwise, the brief description is used as-is. If left blank, the
112
+ # following values are used ($name is automatically replaced with the name of
113
+ # the entity):The $name class, The $name widget, The $name file, is, provides,
114
+ # specifies, contains, represents, a, an and the.
115
+
116
+ ABBREVIATE_BRIEF =
117
+
118
+ # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
119
+ # doxygen will generate a detailed section even if there is only a brief
120
+ # description.
121
+ # The default value is: NO.
122
+
123
+ ALWAYS_DETAILED_SEC = NO
124
+
125
+ # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
126
+ # inherited members of a class in the documentation of that class as if those
127
+ # members were ordinary class members. Constructors, destructors and assignment
128
+ # operators of the base classes will not be shown.
129
+ # The default value is: NO.
130
+
131
+ INLINE_INHERITED_MEMB = NO
132
+
133
+ # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
134
+ # before files name in the file list and in the header files. If set to NO the
135
+ # shortest path that makes the file name unique will be used
136
+ # The default value is: YES.
137
+
138
+ FULL_PATH_NAMES = NO
139
+
140
+ # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
141
+ # Stripping is only done if one of the specified strings matches the left-hand
142
+ # part of the path. The tag can be used to show relative paths in the file list.
143
+ # If left blank the directory from which doxygen is run is used as the path to
144
+ # strip.
145
+ #
146
+ # Note that you can specify absolute paths here, but also relative paths, which
147
+ # will be relative from the directory where doxygen is started.
148
+ # This tag requires that the tag FULL_PATH_NAMES is set to YES.
149
+
150
+ STRIP_FROM_PATH = ../..
151
+
152
+ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
153
+ # path mentioned in the documentation of a class, which tells the reader which
154
+ # header file to include in order to use a class. If left blank only the name of
155
+ # the header file containing the class definition is used. Otherwise one should
156
+ # specify the list of include paths that are normally passed to the compiler
157
+ # using the -I flag.
158
+
159
+ STRIP_FROM_INC_PATH =
160
+
161
+ # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
162
+ # less readable) file names. This can be useful is your file systems doesn't
163
+ # support long names like on DOS, Mac, or CD-ROM.
164
+ # The default value is: NO.
165
+
166
+ SHORT_NAMES = NO
167
+ JAVADOC_AUTOBRIEF = NO
168
+ QT_AUTOBRIEF = NO
169
+
170
+ # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
171
+ # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
172
+ # a brief description. This used to be the default behavior. The new default is
173
+ # to treat a multi-line C++ comment block as a detailed description. Set this
174
+ # tag to YES if you prefer the old behavior instead.
175
+ #
176
+ # Note that setting this tag to YES also means that rational rose comments are
177
+ # not recognized any more.
178
+ # The default value is: NO.
179
+
180
+ MULTILINE_CPP_IS_BRIEF = NO
181
+
182
+ # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
183
+ # documentation from any documented member that it re-implements.
184
+ # The default value is: YES.
185
+
186
+ INHERIT_DOCS = YES
187
+
188
+ # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
189
+ # page for each member. If set to NO, the documentation of a member will be part
190
+ # of the file/class/namespace that contains it.
191
+ # The default value is: NO.
192
+
193
+ SEPARATE_MEMBER_PAGES = NO
194
+
195
+ # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
196
+ # uses this value to replace tabs by spaces in code fragments.
197
+ # Minimum value: 1, maximum value: 16, default value: 4.
198
+
199
+ TAB_SIZE = 4
200
+
201
+ # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
202
+ # only. Doxygen will then generate output that is more tailored for C. For
203
+ # instance, some of the names that are used will be different. The list of all
204
+ # members will be omitted, etc.
205
+ # The default value is: NO.
206
+
207
+ OPTIMIZE_OUTPUT_FOR_C = NO
208
+
209
+ OPTIMIZE_OUTPUT_JAVA = NO
210
+
211
+ OPTIMIZE_FOR_FORTRAN = NO
212
+
213
+ OPTIMIZE_OUTPUT_VHDL = NO
214
+
215
+ # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
216
+ # according to the Markdown format, which allows for more readable
217
+ # documentation. See http://daringfireball.net/projects/markdown/ for details.
218
+ # The output of markdown processing is further processed by doxygen, so you can
219
+ # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
220
+ # case of backward compatibilities issues.
221
+ # The default value is: YES.
222
+
223
+ MARKDOWN_SUPPORT = YES
224
+
225
+ # When enabled doxygen tries to link words that correspond to documented
226
+ # classes, or namespaces to their corresponding documentation. Such a link can
227
+ # be prevented in individual cases by putting a % sign in front of the word or
228
+ # globally by setting AUTOLINK_SUPPORT to NO.
229
+ # The default value is: YES.
230
+
231
+ AUTOLINK_SUPPORT = YES
232
+
233
+ # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
234
+ # to include (a tag file for) the STL sources as input, then you should set this
235
+ # tag to YES in order to let doxygen match functions declarations and
236
+ # definitions whose arguments contain STL classes (e.g. func(std::string);
237
+ # versus func(std::string) {}). This also make the inheritance and collaboration
238
+ # diagrams that involve STL classes more complete and accurate.
239
+ # The default value is: NO.
240
+
241
+ BUILTIN_STL_SUPPORT = YES
242
+
243
+ # If you use Microsoft's C++/CLI language, you should set this option to YES to
244
+ # enable parsing support.
245
+ # The default value is: NO.
246
+
247
+ CPP_CLI_SUPPORT = NO
248
+
249
+ # For Microsoft's IDL there are propget and propput attributes to indicate
250
+ # getter and setter methods for a property. Setting this option to YES will make
251
+ # doxygen to replace the get and set methods by a property in the documentation.
252
+ # This will only work if the methods are indeed getting or setting a simple
253
+ # type. If this is not the case, or you want to show the methods anyway, you
254
+ # should set this option to NO.
255
+ # The default value is: YES.
256
+
257
+ IDL_PROPERTY_SUPPORT = YES
258
+
259
+ # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
260
+ # tag is set to YES then doxygen will reuse the documentation of the first
261
+ # member in the group (if any) for the other members of the group. By default
262
+ # all members of a group must be documented explicitly.
263
+ # The default value is: NO.
264
+
265
+ DISTRIBUTE_GROUP_DOC = NO
266
+
267
+ # If one adds a struct or class to a group and this option is enabled, then also
268
+ # any nested class or struct is added to the same group. By default this option
269
+ # is disabled and one has to add nested compounds explicitly via \ingroup.
270
+ # The default value is: NO.
271
+
272
+ GROUP_NESTED_COMPOUNDS = NO
273
+
274
+ # Set the SUBGROUPING tag to YES to allow class member groups of the same type
275
+ # (for instance a group of public functions) to be put as a subgroup of that
276
+ # type (e.g. under the Public Functions section). Set it to NO to prevent
277
+ # subgrouping. Alternatively, this can be done per class using the
278
+ # \nosubgrouping command.
279
+ # The default value is: YES.
280
+
281
+ SUBGROUPING = YES
282
+
283
+ # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
284
+ # are shown inside the group in which they are included (e.g. using \ingroup)
285
+ # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
286
+ # and RTF).
287
+ #
288
+ # Note that this feature does not work in combination with
289
+ # SEPARATE_MEMBER_PAGES.
290
+ # The default value is: NO.
291
+
292
+ INLINE_GROUPED_CLASSES = NO
293
+
294
+ # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
295
+ # with only public data fields or simple typedef fields will be shown inline in
296
+ # the documentation of the scope in which they are defined (i.e. file,
297
+ # namespace, or group documentation), provided this scope is documented. If set
298
+ # to NO, structs, classes, and unions are shown on a separate page (for HTML and
299
+ # Man pages) or section (for LaTeX and RTF).
300
+ # The default value is: NO.
301
+
302
+ INLINE_SIMPLE_STRUCTS = NO
303
+
304
+ # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
305
+ # enum is documented as struct, union, or enum with the name of the typedef. So
306
+ # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
307
+ # with name TypeT. When disabled the typedef will appear as a member of a file,
308
+ # namespace, or class. And the struct will be named TypeS. This can typically be
309
+ # useful for C code in case the coding convention dictates that all compound
310
+ # types are typedef'ed and only the typedef is referenced, never the tag name.
311
+ # The default value is: NO.
312
+
313
+ TYPEDEF_HIDES_STRUCT = NO
314
+
315
+ # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
316
+ # cache is used to resolve symbols given their name and scope. Since this can be
317
+ # an expensive process and often the same symbol appears multiple times in the
318
+ # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
319
+ # doxygen will become slower. If the cache is too large, memory is wasted. The
320
+ # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
321
+ # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
322
+ # symbols. At the end of a run doxygen will report the cache usage and suggest
323
+ # the optimal cache size from a speed point of view.
324
+ # Minimum value: 0, maximum value: 9, default value: 0.
325
+
326
+ LOOKUP_CACHE_SIZE = 0
327
+
328
+ #---------------------------------------------------------------------------
329
+ # Build related configuration options
330
+ #---------------------------------------------------------------------------
331
+
332
+ # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
333
+ # documentation are documented, even if no documentation was available. Private
334
+ # class members and static file members will be hidden unless the
335
+ # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
336
+ # Note: This will also disable the warnings about undocumented members that are
337
+ # normally produced when WARNINGS is set to YES.
338
+ # The default value is: NO.
339
+
340
+ EXTRACT_ALL = YES
341
+
342
+ # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
343
+ # be included in the documentation.
344
+ # The default value is: NO.
345
+
346
+ EXTRACT_PRIVATE = YES
347
+
348
+ # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
349
+ # scope will be included in the documentation.
350
+ # The default value is: NO.
351
+
352
+ EXTRACT_PACKAGE = NO
353
+
354
+ # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
355
+ # included in the documentation.
356
+ # The default value is: NO.
357
+
358
+ EXTRACT_STATIC = YES
359
+
360
+ # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
361
+ # locally in source files will be included in the documentation. If set to NO,
362
+ # only classes defined in header files are included. Does not have any effect
363
+ # for Java sources.
364
+ # The default value is: YES.
365
+
366
+ EXTRACT_LOCAL_CLASSES = YES
367
+
368
+ # If this flag is set to YES, the members of anonymous namespaces will be
369
+ # extracted and appear in the documentation as a namespace called
370
+ # 'anonymous_namespace{file}', where file will be replaced with the base name of
371
+ # the file that contains the anonymous namespace. By default anonymous namespace
372
+ # are hidden.
373
+ # The default value is: NO.
374
+
375
+ EXTRACT_ANON_NSPACES = YES
376
+
377
+ # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
378
+ # undocumented members inside documented classes or files. If set to NO these
379
+ # members will be included in the various overviews, but no documentation
380
+ # section is generated. This option has no effect if EXTRACT_ALL is enabled.
381
+ # The default value is: NO.
382
+
383
+ HIDE_UNDOC_MEMBERS = NO
384
+
385
+ # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
386
+ # undocumented classes that are normally visible in the class hierarchy. If set
387
+ # to NO, these classes will be included in the various overviews. This option
388
+ # has no effect if EXTRACT_ALL is enabled.
389
+ # The default value is: NO.
390
+
391
+ HIDE_UNDOC_CLASSES = NO
392
+
393
+ # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
394
+ # (class|struct|union) declarations. If set to NO, these declarations will be
395
+ # included in the documentation.
396
+ # The default value is: NO.
397
+
398
+ HIDE_FRIEND_COMPOUNDS = NO
399
+
400
+ # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
401
+ # documentation blocks found inside the body of a function. If set to NO, these
402
+ # blocks will be appended to the function's detailed documentation block.
403
+ # The default value is: NO.
404
+
405
+ HIDE_IN_BODY_DOCS = NO
406
+
407
+ # The INTERNAL_DOCS tag determines if documentation that is typed after a
408
+ # \internal command is included. If the tag is set to NO then the documentation
409
+ # will be excluded. Set it to YES to include the internal documentation.
410
+ # The default value is: NO.
411
+
412
+ INTERNAL_DOCS = NO
413
+
414
+ # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
415
+ # names in lower-case letters. If set to YES, upper-case letters are also
416
+ # allowed. This is useful if you have classes or files whose names only differ
417
+ # in case and if your file system supports case sensitive file names. Windows
418
+ # and Mac users are advised to set this option to NO.
419
+ # The default value is: system dependent.
420
+
421
+ CASE_SENSE_NAMES = YES
422
+
423
+ # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
424
+ # their full class and namespace scopes in the documentation. If set to YES, the
425
+ # scope will be hidden.
426
+ # The default value is: NO.
427
+
428
+ HIDE_SCOPE_NAMES = NO
429
+
430
+ # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
431
+ # append additional text to a page's title, such as Class Reference. If set to
432
+ # YES the compound reference will be hidden.
433
+ # The default value is: NO.
434
+
435
+ HIDE_COMPOUND_REFERENCE= NO
436
+
437
+ # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
438
+ # the files that are included by a file in the documentation of that file.
439
+ # The default value is: YES.
440
+
441
+ SHOW_INCLUDE_FILES = YES
442
+
443
+ # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
444
+ # grouped member an include statement to the documentation, telling the reader
445
+ # which file to include in order to use the member.
446
+ # The default value is: NO.
447
+
448
+ SHOW_GROUPED_MEMB_INC = NO
449
+
450
+ # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
451
+ # files with double quotes in the documentation rather than with sharp brackets.
452
+ # The default value is: NO.
453
+
454
+ FORCE_LOCAL_INCLUDES = NO
455
+
456
+ # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
457
+ # documentation for inline members.
458
+ # The default value is: YES.
459
+
460
+ INLINE_INFO = YES
461
+
462
+ # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
463
+ # (detailed) documentation of file and class members alphabetically by member
464
+ # name. If set to NO, the members will appear in declaration order.
465
+ # The default value is: YES.
466
+
467
+ SORT_MEMBER_DOCS = YES
468
+
469
+ # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
470
+ # descriptions of file, namespace and class members alphabetically by member
471
+ # name. If set to NO, the members will appear in declaration order. Note that
472
+ # this will also influence the order of the classes in the class list.
473
+ # The default value is: NO.
474
+
475
+ SORT_BRIEF_DOCS = YES
476
+
477
+ # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
478
+ # (brief and detailed) documentation of class members so that constructors and
479
+ # destructors are listed first. If set to NO the constructors will appear in the
480
+ # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
481
+ # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
482
+ # member documentation.
483
+ # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
484
+ # detailed member documentation.
485
+ # The default value is: NO.
486
+
487
+ SORT_MEMBERS_CTORS_1ST = YES
488
+
489
+ # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
490
+ # of group names into alphabetical order. If set to NO the group names will
491
+ # appear in their defined order.
492
+ # The default value is: NO.
493
+
494
+ SORT_GROUP_NAMES = NO
495
+
496
+ # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
497
+ # fully-qualified names, including namespaces. If set to NO, the class list will
498
+ # be sorted only by class name, not including the namespace part.
499
+ # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
500
+ # Note: This option applies only to the class list, not to the alphabetical
501
+ # list.
502
+ # The default value is: NO.
503
+
504
+ SORT_BY_SCOPE_NAME = NO
505
+
506
+ # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
507
+ # type resolution of all parameters of a function it will reject a match between
508
+ # the prototype and the implementation of a member function even if there is
509
+ # only one candidate or it is obvious which candidate to choose by doing a
510
+ # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
511
+ # accept a match between prototype and implementation in such cases.
512
+ # The default value is: NO.
513
+
514
+ STRICT_PROTO_MATCHING = NO
515
+
516
+ # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
517
+ # list. This list is created by putting \todo commands in the documentation.
518
+ # The default value is: YES.
519
+
520
+ GENERATE_TODOLIST = YES
521
+
522
+ # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
523
+ # list. This list is created by putting \test commands in the documentation.
524
+ # The default value is: YES.
525
+
526
+ GENERATE_TESTLIST = YES
527
+
528
+ # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
529
+ # list. This list is created by putting \bug commands in the documentation.
530
+ # The default value is: YES.
531
+
532
+ GENERATE_BUGLIST = YES
533
+
534
+ # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
535
+ # the deprecated list. This list is created by putting \deprecated commands in
536
+ # the documentation.
537
+ # The default value is: YES.
538
+
539
+ GENERATE_DEPRECATEDLIST= YES
540
+
541
+ # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
542
+ # initial value of a variable or macro / define can have for it to appear in the
543
+ # documentation. If the initializer consists of more lines than specified here
544
+ # it will be hidden. Use a value of 0 to hide initializers completely. The
545
+ # appearance of the value of individual variables and macros / defines can be
546
+ # controlled using \showinitializer or \hideinitializer command in the
547
+ # documentation regardless of this setting.
548
+ # Minimum value: 0, maximum value: 10000, default value: 30.
549
+
550
+ MAX_INITIALIZER_LINES = 30
551
+
552
+ # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
553
+ # the bottom of the documentation of classes and structs. If set to YES, the
554
+ # list will mention the files that were used to generate the documentation.
555
+ # The default value is: YES.
556
+
557
+ SHOW_USED_FILES = NO
558
+
559
+ # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
560
+ # will remove the Files entry from the Quick Index and from the Folder Tree View
561
+ # (if specified).
562
+ # The default value is: YES.
563
+
564
+ SHOW_FILES = YES
565
+
566
+ # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
567
+ # page. This will remove the Namespaces entry from the Quick Index and from the
568
+ # Folder Tree View (if specified).
569
+ # The default value is: YES.
570
+
571
+ SHOW_NAMESPACES = NO
572
+
573
+ # The FILE_VERSION_FILTER tag can be used to specify a program or script that
574
+ # doxygen should invoke to get the current version for each file (typically from
575
+ # the version control system). Doxygen will invoke the program by executing (via
576
+ # popen()) the command command input-file, where command is the value of the
577
+ # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
578
+ # by doxygen. Whatever the program writes to standard output is used as the file
579
+ # version. For an example see the documentation.
580
+
581
+ FILE_VERSION_FILTER =
582
+
583
+ # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
584
+ # by doxygen. The layout file controls the global structure of the generated
585
+ # output files in an output format independent way. To create the layout file
586
+ # that represents doxygen's defaults, run doxygen with the -l option. You can
587
+ # optionally specify a file name after the option, if omitted DoxygenLayout.xml
588
+ # will be used as the name of the layout file.
589
+ #
590
+ # Note that if you run doxygen from a directory containing a file called
591
+ # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
592
+ # tag is left empty.
593
+
594
+ LAYOUT_FILE =
595
+
596
+ # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
597
+ # the reference definitions. This must be a list of .bib files. The .bib
598
+ # extension is automatically appended if omitted. This requires the bibtex tool
599
+ # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
600
+ # For LaTeX the style of the bibliography can be controlled using
601
+ # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
602
+ # search path. See also \cite for info how to create references.
603
+
604
+ CITE_BIB_FILES =
605
+
606
+ #---------------------------------------------------------------------------
607
+ # Configuration options related to warning and progress messages
608
+ #---------------------------------------------------------------------------
609
+
610
+ # The QUIET tag can be used to turn on/off the messages that are generated to
611
+ # standard output by doxygen. If QUIET is set to YES this implies that the
612
+ # messages are off.
613
+ # The default value is: NO.
614
+
615
+ QUIET = NO
616
+
617
+ # The WARNINGS tag can be used to turn on/off the warning messages that are
618
+ # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
619
+ # this implies that the warnings are on.
620
+ #
621
+ # Tip: Turn warnings on while writing the documentation.
622
+ # The default value is: YES.
623
+
624
+ WARNINGS = YES
625
+
626
+ # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
627
+ # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
628
+ # will automatically be disabled.
629
+ # The default value is: YES.
630
+
631
+ WARN_IF_UNDOCUMENTED = NO
632
+
633
+ # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
634
+ # potential errors in the documentation, such as not documenting some parameters
635
+ # in a documented function, or documenting parameters that don't exist or using
636
+ # markup commands wrongly.
637
+ # The default value is: YES.
638
+
639
+ WARN_IF_DOC_ERROR = YES
640
+
641
+ # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
642
+ # are documented, but have no documentation for their parameters or return
643
+ # value. If set to NO, doxygen will only warn about wrong or incomplete
644
+ # parameter documentation, but not about the absence of documentation.
645
+ # The default value is: NO.
646
+
647
+ WARN_NO_PARAMDOC = NO
648
+
649
+ # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
650
+ # a warning is encountered.
651
+ # The default value is: NO.
652
+
653
+ WARN_AS_ERROR = NO
654
+
655
+ # The WARN_FORMAT tag determines the format of the warning messages that doxygen
656
+ # can produce. The string should contain the $file, $line, and $text tags, which
657
+ # will be replaced by the file and line number from which the warning originated
658
+ # and the warning text. Optionally the format may contain $version, which will
659
+ # be replaced by the version of the file (if it could be obtained via
660
+ # FILE_VERSION_FILTER)
661
+ # The default value is: $file:$line: $text.
662
+
663
+ WARN_FORMAT =
664
+
665
+ # The WARN_LOGFILE tag can be used to specify a file to which warning and error
666
+ # messages should be written. If left blank the output is written to standard
667
+ # error (stderr).
668
+
669
+ WARN_LOGFILE =
670
+
671
+ #---------------------------------------------------------------------------
672
+ # Configuration options related to the input files
673
+ #---------------------------------------------------------------------------
674
+
675
+ # The INPUT tag is used to specify the files and/or directories that contain
676
+ # documented source files. You may enter file names like myfile.cpp or
677
+ # directories like /usr/src/myproject. Separate the files or directories with
678
+ # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
679
+ # Note: If this tag is empty the current directory is searched.
680
+
681
+ INPUT = include \
682
+ src \
683
+ tests \
684
+ perf \
685
+ README.doxygen.md
686
+
687
+ # This tag can be used to specify the character encoding of the source files
688
+ # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
689
+ # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
690
+ # documentation (see: http://www.gnu.org/software/libiconv) for the list of
691
+ # possible encodings.
692
+ # The default value is: UTF-8.
693
+
694
+ INPUT_ENCODING = UTF-8
695
+
696
+ # If the value of the INPUT tag contains directories, you can use the
697
+ # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
698
+ # *.h) to filter out the source-files in the directories.
699
+ #
700
+ # Note that for custom extensions or not directly supported extensions you also
701
+ # need to set EXTENSION_MAPPING for the extension otherwise the files are not
702
+ # read by doxygen.
703
+ #
704
+ # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
705
+ # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
706
+ # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
707
+ # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl,
708
+ # *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js.
709
+
710
+ FILE_PATTERNS = *.c \
711
+ *.cpp \
712
+ *.h \
713
+ *.hpp
714
+
715
+ # The RECURSIVE tag can be used to specify whether or not subdirectories should
716
+ # be searched for input files as well.
717
+ # The default value is: NO.
718
+
719
+ RECURSIVE = YES
720
+
721
+ # The EXCLUDE tag can be used to specify files and/or directories that should be
722
+ # excluded from the INPUT source files. This way you can easily exclude a
723
+ # subdirectory from a directory tree whose root is specified with the INPUT tag.
724
+ #
725
+ # Note that relative paths are relative to the directory from which doxygen is
726
+ # run.
727
+
728
+ EXCLUDE =
729
+
730
+ # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
731
+ # directories that are symbolic links (a Unix file system feature) are excluded
732
+ # from the input.
733
+ # The default value is: NO.
734
+
735
+ EXCLUDE_SYMLINKS = NO
736
+
737
+ # If the value of the INPUT tag contains directories, you can use the
738
+ # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
739
+ # certain files from those directories.
740
+ #
741
+ # Note that the wildcards are matched against the file with absolute path, so to
742
+ # exclude all test directories for example use the pattern */test/*
743
+
744
+ EXCLUDE_PATTERNS =
745
+
746
+ # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
747
+ # (namespaces, classes, functions, etc.) that should be excluded from the
748
+ # output. The symbol name can be a fully qualified name, a word, or if the
749
+ # wildcard * is used, a substring. Examples: ANamespace, AClass,
750
+ # AClass::ANamespace, ANamespace::*Test
751
+ #
752
+ # Note that the wildcards are matched against the file with absolute path, so to
753
+ # exclude all test directories use the pattern */test/*
754
+
755
+ EXCLUDE_SYMBOLS =
756
+
757
+ # The EXAMPLE_PATH tag can be used to specify one or more files or directories
758
+ # that contain example code fragments that are included (see the \include
759
+ # command).
760
+
761
+ EXAMPLE_PATH = tests perf
762
+
763
+ # If the value of the EXAMPLE_PATH tag contains directories, you can use the
764
+ # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
765
+ # *.h) to filter out the source-files in the directories. If left blank all
766
+ # files are included.
767
+
768
+ EXAMPLE_PATTERNS =
769
+
770
+ # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
771
+ # searched for input files to be used with the \include or \dontinclude commands
772
+ # irrespective of the value of the RECURSIVE tag.
773
+ # The default value is: NO.
774
+
775
+ EXAMPLE_RECURSIVE = YES
776
+
777
+ # The IMAGE_PATH tag can be used to specify one or more files or directories
778
+ # that contain images that are to be included in the documentation (see the
779
+ # \image command).
780
+
781
+ IMAGE_PATH =
782
+
783
+ # The INPUT_FILTER tag can be used to specify a program that doxygen should
784
+ # invoke to filter for each input file. Doxygen will invoke the filter program
785
+ # by executing (via popen()) the command:
786
+ #
787
+ # <filter> <input-file>
788
+ #
789
+ # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
790
+ # name of an input file. Doxygen will then use the output that the filter
791
+ # program writes to standard output. If FILTER_PATTERNS is specified, this tag
792
+ # will be ignored.
793
+ #
794
+ # Note that the filter must not add or remove lines; it is applied before the
795
+ # code is scanned, but not when the output code is generated. If lines are added
796
+ # or removed, the anchors will not be placed correctly.
797
+ #
798
+ # Note that for custom extensions or not directly supported extensions you also
799
+ # need to set EXTENSION_MAPPING for the extension otherwise the files are not
800
+ # properly processed by doxygen.
801
+
802
+ INPUT_FILTER =
803
+
804
+ # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
805
+ # basis. Doxygen will compare the file name with each pattern and apply the
806
+ # filter if there is a match. The filters are a list of the form: pattern=filter
807
+ # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
808
+ # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
809
+ # patterns match the file name, INPUT_FILTER is applied.
810
+ #
811
+ # Note that for custom extensions or not directly supported extensions you also
812
+ # need to set EXTENSION_MAPPING for the extension otherwise the files are not
813
+ # properly processed by doxygen.
814
+
815
+ FILTER_PATTERNS =
816
+
817
+ # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
818
+ # INPUT_FILTER) will also be used to filter the input files that are used for
819
+ # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
820
+ # The default value is: NO.
821
+
822
+ FILTER_SOURCE_FILES = NO
823
+
824
+ # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
825
+ # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
826
+ # it is also possible to disable source filtering for a specific pattern using
827
+ # *.ext= (so without naming a filter).
828
+ # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
829
+
830
+ FILTER_SOURCE_PATTERNS =
831
+
832
+ # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
833
+ # is part of the input, its contents will be placed on the main page
834
+ # (index.html). This can be useful if you have a project on for instance GitHub
835
+ # and want to reuse the introduction page also for the doxygen output.
836
+
837
+ USE_MDFILE_AS_MAINPAGE = README.doxygen.md
838
+
839
+ #---------------------------------------------------------------------------
840
+ # Configuration options related to source browsing
841
+ #---------------------------------------------------------------------------
842
+
843
+ # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
844
+ # generated. Documented entities will be cross-referenced with these sources.
845
+ #
846
+ # Note: To get rid of all source code in the generated output, make sure that
847
+ # also VERBATIM_HEADERS is set to NO.
848
+ # The default value is: NO.
849
+
850
+ SOURCE_BROWSER = YES
851
+
852
+ # Setting the INLINE_SOURCES tag to YES will include the body of functions,
853
+ # classes and enums directly into the documentation.
854
+ # The default value is: NO.
855
+
856
+ INLINE_SOURCES = NO
857
+
858
+ # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
859
+ # special comment blocks from generated source code fragments. Normal C, C++ and
860
+ # Fortran comments will always remain visible.
861
+ # The default value is: YES.
862
+
863
+ STRIP_CODE_COMMENTS = NO
864
+
865
+ # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
866
+ # function all documented functions referencing it will be listed.
867
+ # The default value is: NO.
868
+
869
+ REFERENCED_BY_RELATION = YES
870
+
871
+ # If the REFERENCES_RELATION tag is set to YES then for each documented function
872
+ # all documented entities called/used by that function will be listed.
873
+ # The default value is: NO.
874
+
875
+ REFERENCES_RELATION = YES
876
+
877
+ # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
878
+ # to YES then the hyperlinks from functions in REFERENCES_RELATION and
879
+ # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
880
+ # link to the documentation.
881
+ # The default value is: YES.
882
+
883
+ REFERENCES_LINK_SOURCE = YES
884
+
885
+ # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
886
+ # source code will show a tooltip with additional information such as prototype,
887
+ # brief description and links to the definition and documentation. Since this
888
+ # will make the HTML file larger and loading of large files a bit slower, you
889
+ # can opt to disable this feature.
890
+ # The default value is: YES.
891
+ # This tag requires that the tag SOURCE_BROWSER is set to YES.
892
+
893
+ SOURCE_TOOLTIPS = YES
894
+
895
+ # If the USE_HTAGS tag is set to YES then the references to source code will
896
+ # point to the HTML generated by the htags(1) tool instead of doxygen built-in
897
+ # source browser. The htags tool is part of GNU's global source tagging system
898
+ # (see http://www.gnu.org/software/global/global.html). You will need version
899
+ # 4.8.6 or higher.
900
+ #
901
+ # To use it do the following:
902
+ # - Install the latest version of global
903
+ # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
904
+ # - Make sure the INPUT points to the root of the source tree
905
+ # - Run doxygen as normal
906
+ #
907
+ # Doxygen will invoke htags (and that will in turn invoke gtags), so these
908
+ # tools must be available from the command line (i.e. in the search path).
909
+ #
910
+ # The result: instead of the source browser generated by doxygen, the links to
911
+ # source code will now point to the output of htags.
912
+ # The default value is: NO.
913
+ # This tag requires that the tag SOURCE_BROWSER is set to YES.
914
+
915
+ USE_HTAGS = NO
916
+
917
+ # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
918
+ # verbatim copy of the header file for each class for which an include is
919
+ # specified. Set to NO to disable this.
920
+ # See also: Section \class.
921
+ # The default value is: YES.
922
+
923
+ VERBATIM_HEADERS = YES
924
+
925
+ #---------------------------------------------------------------------------
926
+ # Configuration options related to the alphabetical class index
927
+ #---------------------------------------------------------------------------
928
+
929
+ # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
930
+ # compounds will be generated. Enable this if the project contains a lot of
931
+ # classes, structs, unions or interfaces.
932
+ # The default value is: YES.
933
+
934
+ ALPHABETICAL_INDEX = YES
935
+
936
+ # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
937
+ # which the alphabetical index list will be split.
938
+ # Minimum value: 1, maximum value: 20, default value: 5.
939
+ # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
940
+
941
+ COLS_IN_ALPHA_INDEX = 4
942
+
943
+ # In case all classes in a project start with a common prefix, all classes will
944
+ # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
945
+ # can be used to specify a prefix (or a list of prefixes) that should be ignored
946
+ # while generating the index headers.
947
+ # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
948
+
949
+ IGNORE_PREFIX =
950
+
951
+ #---------------------------------------------------------------------------
952
+ # Configuration options related to the HTML output
953
+ #---------------------------------------------------------------------------
954
+
955
+ # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
956
+ # The default value is: YES.
957
+
958
+ GENERATE_HTML = YES
959
+
960
+ # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
961
+ # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
962
+ # it.
963
+ # The default directory is: html.
964
+ # This tag requires that the tag GENERATE_HTML is set to YES.
965
+
966
+ HTML_OUTPUT = html
967
+
968
+ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
969
+ # generated HTML page (for example: .htm, .php, .asp).
970
+ # The default value is: .html.
971
+ # This tag requires that the tag GENERATE_HTML is set to YES.
972
+
973
+ HTML_FILE_EXTENSION = .html
974
+
975
+ # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
976
+ # each generated HTML page. If the tag is left blank doxygen will generate a
977
+ # standard header.
978
+ #
979
+ # To get valid HTML the header file that includes any scripts and style sheets
980
+ # that doxygen needs, which is dependent on the configuration options used (e.g.
981
+ # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
982
+ # default header using
983
+ # doxygen -w html new_header.html new_footer.html new_stylesheet.css
984
+ # YourConfigFile
985
+ # and then modify the file new_header.html. See also section "Doxygen usage"
986
+ # for information on how to generate the default header that doxygen normally
987
+ # uses.
988
+ # Note: The header is subject to change so you typically have to regenerate the
989
+ # default header when upgrading to a newer version of doxygen. For a description
990
+ # of the possible markers and block names see the documentation.
991
+ # This tag requires that the tag GENERATE_HTML is set to YES.
992
+
993
+ # HTML_HEADER = doxygen.header
994
+
995
+ # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
996
+ # generated HTML page. If the tag is left blank doxygen will generate a standard
997
+ # footer. See HTML_HEADER for more information on how to generate a default
998
+ # footer and what special commands can be used inside the footer. See also
999
+ # section "Doxygen usage" for information on how to generate the default footer
1000
+ # that doxygen normally uses.
1001
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1002
+
1003
+ # HTML_FOOTER = doxygen.footer
1004
+
1005
+ # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1006
+ # sheet that is used by each HTML page. It can be used to fine-tune the look of
1007
+ # the HTML output. If left blank doxygen will generate a default style sheet.
1008
+ # See also section "Doxygen usage" for information on how to generate the style
1009
+ # sheet that doxygen normally uses.
1010
+ # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
1011
+ # it is more robust and this tag (HTML_STYLESHEET) will in the future become
1012
+ # obsolete.
1013
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1014
+
1015
+ # HTML_STYLESHEET = doxygen.css
1016
+
1017
+ # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1018
+ # cascading style sheets that are included after the standard style sheets
1019
+ # created by doxygen. Using this option one can overrule certain style aspects.
1020
+ # This is preferred over using HTML_STYLESHEET since it does not replace the
1021
+ # standard style sheet and is therefore more robust against future updates.
1022
+ # Doxygen will copy the style sheet files to the output directory.
1023
+ # Note: The order of the extra style sheet files is of importance (e.g. the last
1024
+ # style sheet in the list overrules the setting of the previous ones in the
1025
+ # list). For an example see the documentation.
1026
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1027
+
1028
+ HTML_EXTRA_STYLESHEET =
1029
+
1030
+ # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1031
+ # other source files which should be copied to the HTML output directory. Note
1032
+ # that these files will be copied to the base HTML output directory. Use the
1033
+ # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
1034
+ # files. In the HTML_STYLESHEET file, use the file name only. Also note that the
1035
+ # files will be copied as-is; there are no commands or markers available.
1036
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1037
+
1038
+ HTML_EXTRA_FILES =
1039
+
1040
+ # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1041
+ # will adjust the colors in the style sheet and background images according to
1042
+ # this color. Hue is specified as an angle on a colorwheel, see
1043
+ # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1044
+ # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
1045
+ # purple, and 360 is red again.
1046
+ # Minimum value: 0, maximum value: 359, default value: 220.
1047
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1048
+
1049
+ # HTML_COLORSTYLE_HUE = 240
1050
+
1051
+ # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
1052
+ # in the HTML output. For a value of 0 the output will use grayscales only. A
1053
+ # value of 255 will produce the most vivid colors.
1054
+ # Minimum value: 0, maximum value: 255, default value: 100.
1055
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1056
+
1057
+ #HTML_COLORSTYLE_SAT = 100
1058
+
1059
+ # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
1060
+ # luminance component of the colors in the HTML output. Values below 100
1061
+ # gradually make the output lighter, whereas values above 100 make the output
1062
+ # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1063
+ # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
1064
+ # change the gamma.
1065
+ # Minimum value: 40, maximum value: 240, default value: 80.
1066
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1067
+
1068
+ #HTML_COLORSTYLE_GAMMA = 80
1069
+
1070
+ # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1071
+ # page will contain the date and time when the page was generated. Setting this
1072
+ # to YES can help to show when doxygen was last run and thus if the
1073
+ # documentation is up to date.
1074
+ # The default value is: NO.
1075
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1076
+
1077
+ HTML_TIMESTAMP = NO
1078
+
1079
+ # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1080
+ # documentation will contain sections that can be hidden and shown after the
1081
+ # page has loaded.
1082
+ # The default value is: NO.
1083
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1084
+
1085
+ HTML_DYNAMIC_SECTIONS = NO
1086
+
1087
+ # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1088
+ # shown in the various tree structured indices initially; the user can expand
1089
+ # and collapse entries dynamically later on. Doxygen will expand the tree to
1090
+ # such a level that at most the specified number of entries are visible (unless
1091
+ # a fully collapsed tree already exceeds this amount). So setting the number of
1092
+ # entries 1 will produce a full collapsed tree by default. 0 is a special value
1093
+ # representing an infinite number of entries and will result in a full expanded
1094
+ # tree by default.
1095
+ # Minimum value: 0, maximum value: 9999, default value: 100.
1096
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1097
+
1098
+ HTML_INDEX_NUM_ENTRIES = 100
1099
+
1100
+ # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1101
+ # generated that can be used as input for Apple's Xcode 3 integrated development
1102
+ # environment (see: http://developer.apple.com/tools/xcode/), introduced with
1103
+ # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1104
+ # Makefile in the HTML output directory. Running make will produce the docset in
1105
+ # that directory and running make install will install the docset in
1106
+ # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
1107
+ # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
1108
+ # for more information.
1109
+ # The default value is: NO.
1110
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1111
+
1112
+ GENERATE_DOCSET = NO
1113
+
1114
+ # This tag determines the name of the docset feed. A documentation feed provides
1115
+ # an umbrella under which multiple documentation sets from a single provider
1116
+ # (such as a company or product suite) can be grouped.
1117
+ # The default value is: Doxygen generated docs.
1118
+ # This tag requires that the tag GENERATE_DOCSET is set to YES.
1119
+
1120
+ DOCSET_FEEDNAME = "Doxygen generated docs"
1121
+
1122
+ # This tag specifies a string that should uniquely identify the documentation
1123
+ # set bundle. This should be a reverse domain-name style string, e.g.
1124
+ # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1125
+ # The default value is: org.doxygen.Project.
1126
+ # This tag requires that the tag GENERATE_DOCSET is set to YES.
1127
+
1128
+ DOCSET_BUNDLE_ID = org.doxygen.Project
1129
+
1130
+ # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
1131
+ # the documentation publisher. This should be a reverse domain-name style
1132
+ # string, e.g. com.mycompany.MyDocSet.documentation.
1133
+ # The default value is: org.doxygen.Publisher.
1134
+ # This tag requires that the tag GENERATE_DOCSET is set to YES.
1135
+
1136
+ DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1137
+
1138
+ # The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
1139
+ # The default value is: Publisher.
1140
+ # This tag requires that the tag GENERATE_DOCSET is set to YES.
1141
+
1142
+ DOCSET_PUBLISHER_NAME = Publisher
1143
+
1144
+ # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1145
+ # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
1146
+ # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1147
+ # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1148
+ # Windows.
1149
+ #
1150
+ # The HTML Help Workshop contains a compiler that can convert all HTML output
1151
+ # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1152
+ # files are now used as the Windows 98 help format, and will replace the old
1153
+ # Windows help format (.hlp) on all Windows platforms in the future. Compressed
1154
+ # HTML files also contain an index, a table of contents, and you can search for
1155
+ # words in the documentation. The HTML workshop also contains a viewer for
1156
+ # compressed HTML files.
1157
+ # The default value is: NO.
1158
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1159
+
1160
+ GENERATE_HTMLHELP = NO
1161
+
1162
+ # The CHM_FILE tag can be used to specify the file name of the resulting .chm
1163
+ # file. You can add a path in front of the file if the result should not be
1164
+ # written to the html output directory.
1165
+ # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1166
+
1167
+ CHM_FILE =
1168
+
1169
+ # The HHC_LOCATION tag can be used to specify the location (absolute path
1170
+ # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1171
+ # doxygen will try to run the HTML help compiler on the generated index.hhp.
1172
+ # The file has to be specified with full path.
1173
+ # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1174
+
1175
+ HHC_LOCATION =
1176
+
1177
+ # The GENERATE_CHI flag controls if a separate .chi index file is generated
1178
+ # (YES) or that it should be included in the master .chm file (NO).
1179
+ # The default value is: NO.
1180
+ # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1181
+
1182
+ GENERATE_CHI = NO
1183
+
1184
+ # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
1185
+ # and project file content.
1186
+ # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1187
+
1188
+ CHM_INDEX_ENCODING =
1189
+
1190
+ # The BINARY_TOC flag controls whether a binary table of contents is generated
1191
+ # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1192
+ # enables the Previous and Next buttons.
1193
+ # The default value is: NO.
1194
+ # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1195
+
1196
+ BINARY_TOC = NO
1197
+
1198
+ # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1199
+ # the table of contents of the HTML help documentation and to the tree view.
1200
+ # The default value is: NO.
1201
+ # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1202
+
1203
+ TOC_EXPAND = NO
1204
+
1205
+ # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1206
+ # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1207
+ # can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
1208
+ # (.qch) of the generated HTML documentation.
1209
+ # The default value is: NO.
1210
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1211
+
1212
+ GENERATE_QHP = NO
1213
+
1214
+ # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1215
+ # the file name of the resulting .qch file. The path specified is relative to
1216
+ # the HTML output folder.
1217
+ # This tag requires that the tag GENERATE_QHP is set to YES.
1218
+
1219
+ QCH_FILE =
1220
+
1221
+ # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
1222
+ # Project output. For more information please see Qt Help Project / Namespace
1223
+ # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1224
+ # The default value is: org.doxygen.Project.
1225
+ # This tag requires that the tag GENERATE_QHP is set to YES.
1226
+
1227
+ QHP_NAMESPACE = org.doxygen.Project
1228
+
1229
+ # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
1230
+ # Help Project output. For more information please see Qt Help Project / Virtual
1231
+ # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1232
+ # folders).
1233
+ # The default value is: doc.
1234
+ # This tag requires that the tag GENERATE_QHP is set to YES.
1235
+
1236
+ QHP_VIRTUAL_FOLDER = doc
1237
+
1238
+ # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1239
+ # filter to add. For more information please see Qt Help Project / Custom
1240
+ # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1241
+ # filters).
1242
+ # This tag requires that the tag GENERATE_QHP is set to YES.
1243
+
1244
+ QHP_CUST_FILTER_NAME =
1245
+
1246
+ # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
1247
+ # custom filter to add. For more information please see Qt Help Project / Custom
1248
+ # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1249
+ # filters).
1250
+ # This tag requires that the tag GENERATE_QHP is set to YES.
1251
+
1252
+ QHP_CUST_FILTER_ATTRS =
1253
+
1254
+ # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1255
+ # project's filter section matches. Qt Help Project / Filter Attributes (see:
1256
+ # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1257
+ # This tag requires that the tag GENERATE_QHP is set to YES.
1258
+
1259
+ QHP_SECT_FILTER_ATTRS =
1260
+
1261
+ # The QHG_LOCATION tag can be used to specify the location of Qt's
1262
+ # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1263
+ # generated .qhp file.
1264
+ # This tag requires that the tag GENERATE_QHP is set to YES.
1265
+
1266
+ QHG_LOCATION =
1267
+
1268
+ # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1269
+ # generated, together with the HTML files, they form an Eclipse help plugin. To
1270
+ # install this plugin and make it available under the help contents menu in
1271
+ # Eclipse, the contents of the directory containing the HTML and XML files needs
1272
+ # to be copied into the plugins directory of eclipse. The name of the directory
1273
+ # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
1274
+ # After copying Eclipse needs to be restarted before the help appears.
1275
+ # The default value is: NO.
1276
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1277
+
1278
+ GENERATE_ECLIPSEHELP = NO
1279
+
1280
+ # A unique identifier for the Eclipse help plugin. When installing the plugin
1281
+ # the directory name containing the HTML and XML files should also have this
1282
+ # name. Each documentation set should have its own identifier.
1283
+ # The default value is: org.doxygen.Project.
1284
+ # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1285
+
1286
+ ECLIPSE_DOC_ID = org.doxygen.Project
1287
+
1288
+ # If you want full control over the layout of the generated HTML pages it might
1289
+ # be necessary to disable the index and replace it with your own. The
1290
+ # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
1291
+ # of each HTML page. A value of NO enables the index and the value YES disables
1292
+ # it. Since the tabs in the index contain the same information as the navigation
1293
+ # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1294
+ # The default value is: NO.
1295
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1296
+
1297
+ DISABLE_INDEX = NO
1298
+
1299
+ # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1300
+ # structure should be generated to display hierarchical information. If the tag
1301
+ # value is set to YES, a side panel will be generated containing a tree-like
1302
+ # index structure (just like the one that is generated for HTML Help). For this
1303
+ # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1304
+ # (i.e. any modern browser). Windows users are probably better off using the
1305
+ # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
1306
+ # further fine-tune the look of the index. As an example, the default style
1307
+ # sheet generated by doxygen has an example that shows how to put an image at
1308
+ # the root of the tree instead of the PROJECT_NAME. Since the tree basically has
1309
+ # the same information as the tab index, you could consider setting
1310
+ # DISABLE_INDEX to YES when enabling this option.
1311
+ # The default value is: NO.
1312
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1313
+
1314
+ GENERATE_TREEVIEW = YES
1315
+
1316
+ # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1317
+ # doxygen will group on one line in the generated HTML documentation.
1318
+ #
1319
+ # Note that a value of 0 will completely suppress the enum values from appearing
1320
+ # in the overview section.
1321
+ # Minimum value: 0, maximum value: 20, default value: 4.
1322
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1323
+
1324
+ ENUM_VALUES_PER_LINE = 4
1325
+
1326
+ # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1327
+ # to set the initial width (in pixels) of the frame in which the tree is shown.
1328
+ # Minimum value: 0, maximum value: 1500, default value: 250.
1329
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1330
+
1331
+ TREEVIEW_WIDTH = 200
1332
+
1333
+ # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1334
+ # external symbols imported via tag files in a separate window.
1335
+ # The default value is: NO.
1336
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1337
+
1338
+ EXT_LINKS_IN_WINDOW = NO
1339
+
1340
+ # Use this tag to change the font size of LaTeX formulas included as images in
1341
+ # the HTML documentation. When you change the font size after a successful
1342
+ # doxygen run you need to manually remove any form_*.png images from the HTML
1343
+ # output directory to force them to be regenerated.
1344
+ # Minimum value: 8, maximum value: 50, default value: 10.
1345
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1346
+
1347
+ FORMULA_FONTSIZE = 10
1348
+
1349
+ # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1350
+ # generated for formulas are transparent PNGs. Transparent PNGs are not
1351
+ # supported properly for IE 6.0, but are supported on all modern browsers.
1352
+ #
1353
+ # Note that when changing this option you need to delete any form_*.png files in
1354
+ # the HTML output directory before the changes have effect.
1355
+ # The default value is: YES.
1356
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1357
+
1358
+ FORMULA_TRANSPARENT = YES
1359
+
1360
+ # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1361
+ # http://www.mathjax.org) which uses client side Javascript for the rendering
1362
+ # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1363
+ # installed or if you want to formulas look prettier in the HTML output. When
1364
+ # enabled you may also need to install MathJax separately and configure the path
1365
+ # to it using the MATHJAX_RELPATH option.
1366
+ # The default value is: NO.
1367
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1368
+
1369
+ USE_MATHJAX = NO
1370
+
1371
+ # When MathJax is enabled you can set the default output format to be used for
1372
+ # the MathJax output. See the MathJax site (see:
1373
+ # http://docs.mathjax.org/en/latest/output.html) for more details.
1374
+ # Possible values are: HTML-CSS (which is slower, but has the best
1375
+ # compatibility), NativeMML (i.e. MathML) and SVG.
1376
+ # The default value is: HTML-CSS.
1377
+ # This tag requires that the tag USE_MATHJAX is set to YES.
1378
+
1379
+ MATHJAX_FORMAT = HTML-CSS
1380
+
1381
+ # When MathJax is enabled you need to specify the location relative to the HTML
1382
+ # output directory using the MATHJAX_RELPATH option. The destination directory
1383
+ # should contain the MathJax.js script. For instance, if the mathjax directory
1384
+ # is located at the same level as the HTML output directory, then
1385
+ # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1386
+ # Content Delivery Network so you can quickly see the result without installing
1387
+ # MathJax. However, it is strongly recommended to install a local copy of
1388
+ # MathJax from http://www.mathjax.org before deployment.
1389
+ # The default value is: http://cdn.mathjax.org/mathjax/latest.
1390
+ # This tag requires that the tag USE_MATHJAX is set to YES.
1391
+
1392
+ MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
1393
+
1394
+ # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
1395
+ # extension names that should be enabled during MathJax rendering. For example
1396
+ # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
1397
+ # This tag requires that the tag USE_MATHJAX is set to YES.
1398
+
1399
+ MATHJAX_EXTENSIONS =
1400
+
1401
+ # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
1402
+ # of code that will be used on startup of the MathJax code. See the MathJax site
1403
+ # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
1404
+ # example see the documentation.
1405
+ # This tag requires that the tag USE_MATHJAX is set to YES.
1406
+
1407
+ MATHJAX_CODEFILE =
1408
+
1409
+ # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1410
+ # the HTML output. The underlying search engine uses javascript and DHTML and
1411
+ # should work on any modern browser. Note that when using HTML help
1412
+ # (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
1413
+ # there is already a search function so this one should typically be disabled.
1414
+ # For large projects the javascript based search engine can be slow, then
1415
+ # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
1416
+ # search using the keyboard; to jump to the search box use <access key> + S
1417
+ # (what the <access key> is depends on the OS and browser, but it is typically
1418
+ # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1419
+ # key> to jump into the search results window, the results can be navigated
1420
+ # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
1421
+ # the search. The filter options can be selected when the cursor is inside the
1422
+ # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
1423
+ # to select a filter and <Enter> or <escape> to activate or cancel the filter
1424
+ # option.
1425
+ # The default value is: YES.
1426
+ # This tag requires that the tag GENERATE_HTML is set to YES.
1427
+
1428
+ SEARCHENGINE = NO
1429
+
1430
+ # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1431
+ # implemented using a web server instead of a web client using Javascript. There
1432
+ # are two flavors of web server based searching depending on the EXTERNAL_SEARCH
1433
+ # setting. When disabled, doxygen will generate a PHP script for searching and
1434
+ # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
1435
+ # and searching needs to be provided by external tools. See the section
1436
+ # "External Indexing and Searching" for details.
1437
+ # The default value is: NO.
1438
+ # This tag requires that the tag SEARCHENGINE is set to YES.
1439
+
1440
+ SERVER_BASED_SEARCH = NO
1441
+
1442
+ # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1443
+ # script for searching. Instead the search results are written to an XML file
1444
+ # which needs to be processed by an external indexer. Doxygen will invoke an
1445
+ # external search engine pointed to by the SEARCHENGINE_URL option to obtain the
1446
+ # search results.
1447
+ #
1448
+ # Doxygen ships with an example indexer (doxyindexer) and search engine
1449
+ # (doxysearch.cgi) which are based on the open source search engine library
1450
+ # Xapian (see: http://xapian.org/).
1451
+ #
1452
+ # See the section "External Indexing and Searching" for details.
1453
+ # The default value is: NO.
1454
+ # This tag requires that the tag SEARCHENGINE is set to YES.
1455
+
1456
+ EXTERNAL_SEARCH = NO
1457
+
1458
+ # The SEARCHENGINE_URL should point to a search engine hosted by a web server
1459
+ # which will return the search results when EXTERNAL_SEARCH is enabled.
1460
+ #
1461
+ # Doxygen ships with an example indexer (doxyindexer) and search engine
1462
+ # (doxysearch.cgi) which are based on the open source search engine library
1463
+ # Xapian (see: http://xapian.org/). See the section "External Indexing and
1464
+ # Searching" for details.
1465
+ # This tag requires that the tag SEARCHENGINE is set to YES.
1466
+
1467
+ #SEARCHENGINE_URL = @searchengine_url@
1468
+
1469
+ # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
1470
+ # search data is written to a file for indexing by an external tool. With the
1471
+ # SEARCHDATA_FILE tag the name of this file can be specified.
1472
+ # The default file is: searchdata.xml.
1473
+ # This tag requires that the tag SEARCHENGINE is set to YES.
1474
+
1475
+ #SEARCHDATA_FILE = searchdata.xml
1476
+
1477
+ # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
1478
+ # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
1479
+ # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
1480
+ # projects and redirect the results back to the right project.
1481
+ # This tag requires that the tag SEARCHENGINE is set to YES.
1482
+
1483
+ #EXTERNAL_SEARCH_ID = libzmq
1484
+
1485
+ # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1486
+ # projects other than the one defined by this configuration file, but that are
1487
+ # all added to the same external search index. Each project needs to have a
1488
+ # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1489
+ # to a relative location where the documentation can be found. The format is:
1490
+ # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
1491
+ # This tag requires that the tag SEARCHENGINE is set to YES.
1492
+
1493
+ #EXTRA_SEARCH_MAPPINGS = @extra_search_mappings@
1494
+
1495
+ #---------------------------------------------------------------------------
1496
+ # Configuration options related to the LaTeX output
1497
+ #---------------------------------------------------------------------------
1498
+
1499
+ # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1500
+ # The default value is: YES.
1501
+
1502
+ GENERATE_LATEX = NO
1503
+
1504
+ # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1505
+ # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1506
+ # it.
1507
+ # The default directory is: latex.
1508
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1509
+
1510
+ LATEX_OUTPUT =
1511
+
1512
+ # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1513
+ # invoked.
1514
+ #
1515
+ # Note that when enabling USE_PDFLATEX this option is only used for generating
1516
+ # bitmaps for formulas in the HTML output, but not in the Makefile that is
1517
+ # written to the output directory.
1518
+ # The default file is: latex.
1519
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1520
+
1521
+ LATEX_CMD_NAME = latex
1522
+
1523
+ # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
1524
+ # index for LaTeX.
1525
+ # The default file is: makeindex.
1526
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1527
+
1528
+ MAKEINDEX_CMD_NAME = makeindex
1529
+
1530
+ # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1531
+ # documents. This may be useful for small projects and may help to save some
1532
+ # trees in general.
1533
+ # The default value is: NO.
1534
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1535
+
1536
+ COMPACT_LATEX = NO
1537
+
1538
+ # The PAPER_TYPE tag can be used to set the paper type that is used by the
1539
+ # printer.
1540
+ # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1541
+ # 14 inches) and executive (7.25 x 10.5 inches).
1542
+ # The default value is: a4.
1543
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1544
+
1545
+ PAPER_TYPE = a4
1546
+
1547
+ # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1548
+ # that should be included in the LaTeX output. The package can be specified just
1549
+ # by its name or with the correct syntax as to be used with the LaTeX
1550
+ # \usepackage command. To get the times font for instance you can specify :
1551
+ # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
1552
+ # To use the option intlimits with the amsmath package you can specify:
1553
+ # EXTRA_PACKAGES=[intlimits]{amsmath}
1554
+ # If left blank no extra packages will be included.
1555
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1556
+
1557
+ EXTRA_PACKAGES =
1558
+
1559
+ # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
1560
+ # generated LaTeX document. The header should contain everything until the first
1561
+ # chapter. If it is left blank doxygen will generate a standard header. See
1562
+ # section "Doxygen usage" for information on how to let doxygen write the
1563
+ # default header to a separate file.
1564
+ #
1565
+ # Note: Only use a user-defined header if you know what you are doing! The
1566
+ # following commands have a special meaning inside the header: $title,
1567
+ # $datetime, $date, $doxygenversion, $projectname, $projectnumber,
1568
+ # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
1569
+ # string, for the replacement values of the other commands the user is referred
1570
+ # to HTML_HEADER.
1571
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1572
+
1573
+ LATEX_HEADER =
1574
+
1575
+ # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
1576
+ # generated LaTeX document. The footer should contain everything after the last
1577
+ # chapter. If it is left blank doxygen will generate a standard footer. See
1578
+ # LATEX_HEADER for more information on how to generate a default footer and what
1579
+ # special commands can be used inside the footer.
1580
+ #
1581
+ # Note: Only use a user-defined footer if you know what you are doing!
1582
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1583
+
1584
+ LATEX_FOOTER =
1585
+
1586
+ # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1587
+ # LaTeX style sheets that are included after the standard style sheets created
1588
+ # by doxygen. Using this option one can overrule certain style aspects. Doxygen
1589
+ # will copy the style sheet files to the output directory.
1590
+ # Note: The order of the extra style sheet files is of importance (e.g. the last
1591
+ # style sheet in the list overrules the setting of the previous ones in the
1592
+ # list).
1593
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1594
+
1595
+ LATEX_EXTRA_STYLESHEET =
1596
+
1597
+ # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
1598
+ # other source files which should be copied to the LATEX_OUTPUT output
1599
+ # directory. Note that the files will be copied as-is; there are no commands or
1600
+ # markers available.
1601
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1602
+
1603
+ LATEX_EXTRA_FILES =
1604
+
1605
+ # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1606
+ # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
1607
+ # contain links (just like the HTML output) instead of page references. This
1608
+ # makes the output suitable for online browsing using a PDF viewer.
1609
+ # The default value is: YES.
1610
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1611
+
1612
+ PDF_HYPERLINKS = NO
1613
+
1614
+ # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1615
+ # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1616
+ # higher quality PDF documentation.
1617
+ # The default value is: YES.
1618
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1619
+
1620
+ USE_PDFLATEX = NO
1621
+
1622
+ # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1623
+ # command to the generated LaTeX files. This will instruct LaTeX to keep running
1624
+ # if errors occur, instead of asking the user for help. This option is also used
1625
+ # when generating formulas in HTML.
1626
+ # The default value is: NO.
1627
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1628
+
1629
+ LATEX_BATCHMODE = NO
1630
+
1631
+ # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1632
+ # index chapters (such as File Index, Compound Index, etc.) in the output.
1633
+ # The default value is: NO.
1634
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1635
+
1636
+ LATEX_HIDE_INDICES = NO
1637
+
1638
+ # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1639
+ # code with syntax highlighting in the LaTeX output.
1640
+ #
1641
+ # Note that which sources are shown also depends on other settings such as
1642
+ # SOURCE_BROWSER.
1643
+ # The default value is: NO.
1644
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1645
+
1646
+ LATEX_SOURCE_CODE = NO
1647
+
1648
+ # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1649
+ # bibliography, e.g. plainnat, or ieeetr. See
1650
+ # http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
1651
+ # The default value is: plain.
1652
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1653
+
1654
+ LATEX_BIB_STYLE = plain
1655
+
1656
+ # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1657
+ # page will contain the date and time when the page was generated. Setting this
1658
+ # to NO can help when comparing the output of multiple runs.
1659
+ # The default value is: NO.
1660
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1661
+
1662
+ LATEX_TIMESTAMP = NO
1663
+
1664
+ #---------------------------------------------------------------------------
1665
+ # Configuration options related to the RTF output
1666
+ #---------------------------------------------------------------------------
1667
+
1668
+ # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1669
+ # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1670
+ # readers/editors.
1671
+ # The default value is: NO.
1672
+
1673
+ GENERATE_RTF = NO
1674
+
1675
+ # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1676
+ # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1677
+ # it.
1678
+ # The default directory is: rtf.
1679
+ # This tag requires that the tag GENERATE_RTF is set to YES.
1680
+
1681
+ RTF_OUTPUT =
1682
+
1683
+ # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1684
+ # documents. This may be useful for small projects and may help to save some
1685
+ # trees in general.
1686
+ # The default value is: NO.
1687
+ # This tag requires that the tag GENERATE_RTF is set to YES.
1688
+
1689
+ COMPACT_RTF = NO
1690
+
1691
+ # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1692
+ # contain hyperlink fields. The RTF file will contain links (just like the HTML
1693
+ # output) instead of page references. This makes the output suitable for online
1694
+ # browsing using Word or some other Word compatible readers that support those
1695
+ # fields.
1696
+ #
1697
+ # Note: WordPad (write) and others do not support links.
1698
+ # The default value is: NO.
1699
+ # This tag requires that the tag GENERATE_RTF is set to YES.
1700
+
1701
+ RTF_HYPERLINKS = NO
1702
+
1703
+ # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1704
+ # file, i.e. a series of assignments. You only have to provide replacements,
1705
+ # missing definitions are set to their default value.
1706
+ #
1707
+ # See also section "Doxygen usage" for information on how to generate the
1708
+ # default style sheet that doxygen normally uses.
1709
+ # This tag requires that the tag GENERATE_RTF is set to YES.
1710
+
1711
+ RTF_STYLESHEET_FILE =
1712
+
1713
+ # Set optional variables used in the generation of an RTF document. Syntax is
1714
+ # similar to doxygen's config file. A template extensions file can be generated
1715
+ # using doxygen -e rtf extensionFile.
1716
+ # This tag requires that the tag GENERATE_RTF is set to YES.
1717
+
1718
+ RTF_EXTENSIONS_FILE =
1719
+
1720
+ # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1721
+ # with syntax highlighting in the RTF output.
1722
+ #
1723
+ # Note that which sources are shown also depends on other settings such as
1724
+ # SOURCE_BROWSER.
1725
+ # The default value is: NO.
1726
+ # This tag requires that the tag GENERATE_RTF is set to YES.
1727
+
1728
+ RTF_SOURCE_CODE = NO
1729
+
1730
+ #---------------------------------------------------------------------------
1731
+ # Configuration options related to the man page output
1732
+ #---------------------------------------------------------------------------
1733
+
1734
+ # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1735
+ # classes and files.
1736
+ # The default value is: NO.
1737
+
1738
+ GENERATE_MAN = NO
1739
+
1740
+ # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1741
+ # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1742
+ # it. A directory man3 will be created inside the directory specified by
1743
+ # MAN_OUTPUT.
1744
+ # The default directory is: man.
1745
+ # This tag requires that the tag GENERATE_MAN is set to YES.
1746
+
1747
+ MAN_OUTPUT =
1748
+
1749
+ # The MAN_EXTENSION tag determines the extension that is added to the generated
1750
+ # man pages. In case the manual section does not start with a number, the number
1751
+ # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
1752
+ # optional.
1753
+ # The default value is: .3.
1754
+ # This tag requires that the tag GENERATE_MAN is set to YES.
1755
+
1756
+ MAN_EXTENSION =
1757
+
1758
+ # The MAN_SUBDIR tag determines the name of the directory created within
1759
+ # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1760
+ # MAN_EXTENSION with the initial . removed.
1761
+ # This tag requires that the tag GENERATE_MAN is set to YES.
1762
+
1763
+ MAN_SUBDIR =
1764
+
1765
+ # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1766
+ # will generate one additional man file for each entity documented in the real
1767
+ # man page(s). These additional files only source the real man page, but without
1768
+ # them the man command would be unable to find the correct page.
1769
+ # The default value is: NO.
1770
+ # This tag requires that the tag GENERATE_MAN is set to YES.
1771
+
1772
+ MAN_LINKS = NO
1773
+
1774
+ #---------------------------------------------------------------------------
1775
+ # Configuration options related to the XML output
1776
+ #---------------------------------------------------------------------------
1777
+
1778
+ # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1779
+ # captures the structure of the code including all documentation.
1780
+ # The default value is: NO.
1781
+
1782
+ GENERATE_XML = NO
1783
+
1784
+ # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1785
+ # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1786
+ # it.
1787
+ # The default directory is: xml.
1788
+ # This tag requires that the tag GENERATE_XML is set to YES.
1789
+
1790
+ XML_OUTPUT = xml
1791
+
1792
+ # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1793
+ # listings (including syntax highlighting and cross-referencing information) to
1794
+ # the XML output. Note that enabling this will significantly increase the size
1795
+ # of the XML output.
1796
+ # The default value is: YES.
1797
+ # This tag requires that the tag GENERATE_XML is set to YES.
1798
+
1799
+ XML_PROGRAMLISTING = YES
1800
+
1801
+ #---------------------------------------------------------------------------
1802
+ # Configuration options related to the DOCBOOK output
1803
+ #---------------------------------------------------------------------------
1804
+
1805
+ # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1806
+ # that can be used to generate PDF.
1807
+ # The default value is: NO.
1808
+
1809
+ GENERATE_DOCBOOK = NO
1810
+
1811
+ # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
1812
+ # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1813
+ # front of it.
1814
+ # The default directory is: docbook.
1815
+ # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1816
+
1817
+ DOCBOOK_OUTPUT = docbook
1818
+
1819
+ # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1820
+ # program listings (including syntax highlighting and cross-referencing
1821
+ # information) to the DOCBOOK output. Note that enabling this will significantly
1822
+ # increase the size of the DOCBOOK output.
1823
+ # The default value is: NO.
1824
+ # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1825
+
1826
+ DOCBOOK_PROGRAMLISTING = NO
1827
+
1828
+ #---------------------------------------------------------------------------
1829
+ # Configuration options for the AutoGen Definitions output
1830
+ #---------------------------------------------------------------------------
1831
+
1832
+ # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1833
+ # AutoGen Definitions (see http://autogen.sf.net) file that captures the
1834
+ # structure of the code including all documentation. Note that this feature is
1835
+ # still experimental and incomplete at the moment.
1836
+ # The default value is: NO.
1837
+
1838
+ GENERATE_AUTOGEN_DEF = NO
1839
+
1840
+ #---------------------------------------------------------------------------
1841
+ # Configuration options related to the Perl module output
1842
+ #---------------------------------------------------------------------------
1843
+
1844
+ # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1845
+ # file that captures the structure of the code including all documentation.
1846
+ #
1847
+ # Note that this feature is still experimental and incomplete at the moment.
1848
+ # The default value is: NO.
1849
+
1850
+ GENERATE_PERLMOD = NO
1851
+
1852
+ # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1853
+ # Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
1854
+ # output from the Perl module output.
1855
+ # The default value is: NO.
1856
+ # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1857
+
1858
+ PERLMOD_LATEX = NO
1859
+
1860
+ # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1861
+ # formatted so it can be parsed by a human reader. This is useful if you want to
1862
+ # understand what is going on. On the other hand, if this tag is set to NO, the
1863
+ # size of the Perl module output will be much smaller and Perl will parse it
1864
+ # just the same.
1865
+ # The default value is: YES.
1866
+ # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1867
+
1868
+ PERLMOD_PRETTY = YES
1869
+
1870
+ # The names of the make variables in the generated doxyrules.make file are
1871
+ # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
1872
+ # so different doxyrules.make files included by the same Makefile don't
1873
+ # overwrite each other's variables.
1874
+ # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1875
+
1876
+ PERLMOD_MAKEVAR_PREFIX =
1877
+
1878
+ #---------------------------------------------------------------------------
1879
+ # Configuration options related to the preprocessor
1880
+ #---------------------------------------------------------------------------
1881
+
1882
+ # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
1883
+ # C-preprocessor directives found in the sources and include files.
1884
+ # The default value is: YES.
1885
+
1886
+ ENABLE_PREPROCESSING = YES
1887
+
1888
+ # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
1889
+ # in the source code. If set to NO, only conditional compilation will be
1890
+ # performed. Macro expansion can be done in a controlled way by setting
1891
+ # EXPAND_ONLY_PREDEF to YES.
1892
+ # The default value is: NO.
1893
+ # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1894
+
1895
+ MACRO_EXPANSION = NO
1896
+
1897
+ # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1898
+ # the macro expansion is limited to the macros specified with the PREDEFINED and
1899
+ # EXPAND_AS_DEFINED tags.
1900
+ # The default value is: NO.
1901
+ # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1902
+
1903
+ EXPAND_ONLY_PREDEF = NO
1904
+
1905
+ # If the SEARCH_INCLUDES tag is set to YES, the include files in the
1906
+ # INCLUDE_PATH will be searched if a #include is found.
1907
+ # The default value is: YES.
1908
+ # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1909
+
1910
+ SEARCH_INCLUDES = YES
1911
+
1912
+ # The INCLUDE_PATH tag can be used to specify one or more directories that
1913
+ # contain include files that are not input files but should be processed by the
1914
+ # preprocessor.
1915
+ # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1916
+
1917
+ INCLUDE_PATH = include
1918
+
1919
+ # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1920
+ # patterns (like *.h and *.hpp) to filter out the header-files in the
1921
+ # directories. If left blank, the patterns specified with FILE_PATTERNS will be
1922
+ # used.
1923
+ # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1924
+
1925
+ INCLUDE_FILE_PATTERNS =
1926
+
1927
+ # The PREDEFINED tag can be used to specify one or more macro names that are
1928
+ # defined before the preprocessor is started (similar to the -D option of e.g.
1929
+ # gcc). The argument of the tag is a list of macros of the form: name or
1930
+ # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1931
+ # is assumed. To prevent a macro definition from being undefined via #undef or
1932
+ # recursively expanded use the := operator instead of the = operator.
1933
+ # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1934
+
1935
+ PREDEFINED =
1936
+
1937
+ # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1938
+ # tag can be used to specify a list of macro names that should be expanded. The
1939
+ # macro definition that is found in the sources will be used. Use the PREDEFINED
1940
+ # tag if you want to use a different macro definition that overrules the
1941
+ # definition found in the source code.
1942
+ # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1943
+
1944
+ EXPAND_AS_DEFINED =
1945
+
1946
+ # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1947
+ # remove all references to function-like macros that are alone on a line, have
1948
+ # an all uppercase name, and do not end with a semicolon. Such function macros
1949
+ # are typically used for boiler-plate code, and will confuse the parser if not
1950
+ # removed.
1951
+ # The default value is: YES.
1952
+ # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1953
+
1954
+ SKIP_FUNCTION_MACROS = YES
1955
+
1956
+ #---------------------------------------------------------------------------
1957
+ # Configuration options related to external references
1958
+ #---------------------------------------------------------------------------
1959
+
1960
+ # The TAGFILES tag can be used to specify one or more tag files. For each tag
1961
+ # file the location of the external documentation should be added. The format of
1962
+ # a tag file without this location is as follows:
1963
+ # TAGFILES = file1 file2 ...
1964
+ # Adding location for the tag files is done as follows:
1965
+ # TAGFILES = file1=loc1 "file2 = loc2" ...
1966
+ # where loc1 and loc2 can be relative or absolute paths or URLs. See the
1967
+ # section "Linking to external documentation" for more information about the use
1968
+ # of tag files.
1969
+ # Note: Each tag file must have a unique name (where the name does NOT include
1970
+ # the path). If a tag file is not located in the directory in which doxygen is
1971
+ # run, you must also specify the path to the tagfile here.
1972
+
1973
+ TAGFILES =
1974
+
1975
+ # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1976
+ # tag file that is based on the input files it reads. See section "Linking to
1977
+ # external documentation" for more information about the usage of tag files.
1978
+
1979
+ GENERATE_TAGFILE =
1980
+
1981
+ # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
1982
+ # the class index. If set to NO, only the inherited external classes will be
1983
+ # listed.
1984
+ # The default value is: NO.
1985
+
1986
+ ALLEXTERNALS = YES
1987
+
1988
+ # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
1989
+ # in the modules index. If set to NO, only the current project's groups will be
1990
+ # listed.
1991
+ # The default value is: YES.
1992
+
1993
+ EXTERNAL_GROUPS = YES
1994
+
1995
+ # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
1996
+ # the related pages index. If set to NO, only the current project's pages will
1997
+ # be listed.
1998
+ # The default value is: YES.
1999
+
2000
+ EXTERNAL_PAGES = YES
2001
+
2002
+ # The PERL_PATH should be the absolute path and name of the perl script
2003
+ # interpreter (i.e. the result of 'which perl').
2004
+ # The default file (with absolute path) is: /usr/bin/perl.
2005
+
2006
+ PERL_PATH =
2007
+
2008
+ #---------------------------------------------------------------------------
2009
+ # Configuration options related to the dot tool
2010
+ #---------------------------------------------------------------------------
2011
+
2012
+ # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2013
+ # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
2014
+ # NO turns the diagrams off. Note that this option also works with HAVE_DOT
2015
+ # disabled, but it is recommended to install and use dot, since it yields more
2016
+ # powerful graphs.
2017
+ # The default value is: YES.
2018
+
2019
+ CLASS_DIAGRAMS = YES
2020
+
2021
+ # You can define message sequence charts within doxygen comments using the \msc
2022
+ # command. Doxygen will then run the mscgen tool (see:
2023
+ # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
2024
+ # documentation. The MSCGEN_PATH tag allows you to specify the directory where
2025
+ # the mscgen tool resides. If left empty the tool is assumed to be found in the
2026
+ # default search path.
2027
+
2028
+ MSCGEN_PATH =
2029
+
2030
+ # You can include diagrams made with dia in doxygen documentation. Doxygen will
2031
+ # then run dia to produce the diagram and insert it in the documentation. The
2032
+ # DIA_PATH tag allows you to specify the directory where the dia binary resides.
2033
+ # If left empty dia is assumed to be found in the default search path.
2034
+
2035
+ DIA_PATH =
2036
+
2037
+ # If set to YES the inheritance and collaboration graphs will hide inheritance
2038
+ # and usage relations if the target is undocumented or is not a class.
2039
+ # The default value is: YES.
2040
+
2041
+ HIDE_UNDOC_RELATIONS = NO
2042
+
2043
+ # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2044
+ # available from the path. This tool is part of Graphviz (see:
2045
+ # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2046
+ # Bell Labs. The other options in this section have no effect if this option is
2047
+ # set to NO
2048
+ # The default value is: NO.
2049
+
2050
+ HAVE_DOT = YES
2051
+
2052
+ # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2053
+ # to run in parallel. When set to 0 doxygen will base this on the number of
2054
+ # processors available in the system. You can set it explicitly to a value
2055
+ # larger than 0 to get control over the balance between CPU load and processing
2056
+ # speed.
2057
+ # Minimum value: 0, maximum value: 32, default value: 0.
2058
+ # This tag requires that the tag HAVE_DOT is set to YES.
2059
+
2060
+ DOT_NUM_THREADS = 0
2061
+
2062
+ # When you want a differently looking font in the dot files that doxygen
2063
+ # generates you can specify the font name using DOT_FONTNAME. You need to make
2064
+ # sure dot is able to find the font, which can be done by putting it in a
2065
+ # standard location or by setting the DOTFONTPATH environment variable or by
2066
+ # setting DOT_FONTPATH to the directory containing the font.
2067
+ # The default value is: Helvetica.
2068
+ # This tag requires that the tag HAVE_DOT is set to YES.
2069
+
2070
+ DOT_FONTNAME = Helvetica
2071
+
2072
+ # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2073
+ # dot graphs.
2074
+ # Minimum value: 4, maximum value: 24, default value: 10.
2075
+ # This tag requires that the tag HAVE_DOT is set to YES.
2076
+
2077
+ DOT_FONTSIZE = 10
2078
+
2079
+ # By default doxygen will tell dot to use the default font as specified with
2080
+ # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2081
+ # the path where dot can find it using this tag.
2082
+ # This tag requires that the tag HAVE_DOT is set to YES.
2083
+
2084
+ DOT_FONTPATH =
2085
+
2086
+ # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2087
+ # each documented class showing the direct and indirect inheritance relations.
2088
+ # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2089
+ # The default value is: YES.
2090
+ # This tag requires that the tag HAVE_DOT is set to YES.
2091
+
2092
+ CLASS_GRAPH = YES
2093
+
2094
+ # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2095
+ # graph for each documented class showing the direct and indirect implementation
2096
+ # dependencies (inheritance, containment, and class references variables) of the
2097
+ # class with other documented classes.
2098
+ # The default value is: YES.
2099
+ # This tag requires that the tag HAVE_DOT is set to YES.
2100
+
2101
+ COLLABORATION_GRAPH = YES
2102
+
2103
+ # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2104
+ # groups, showing the direct groups dependencies.
2105
+ # The default value is: YES.
2106
+ # This tag requires that the tag HAVE_DOT is set to YES.
2107
+
2108
+ GROUP_GRAPHS = YES
2109
+
2110
+ # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2111
+ # collaboration diagrams in a style similar to the OMG's Unified Modeling
2112
+ # Language.
2113
+ # The default value is: NO.
2114
+ # This tag requires that the tag HAVE_DOT is set to YES.
2115
+
2116
+ UML_LOOK = NO
2117
+
2118
+ # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2119
+ # class node. If there are many fields or methods and many nodes the graph may
2120
+ # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2121
+ # number of items for each type to make the size more manageable. Set this to 0
2122
+ # for no limit. Note that the threshold may be exceeded by 50% before the limit
2123
+ # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2124
+ # but if the number exceeds 15, the total amount of fields shown is limited to
2125
+ # 10.
2126
+ # Minimum value: 0, maximum value: 100, default value: 10.
2127
+ # This tag requires that the tag HAVE_DOT is set to YES.
2128
+
2129
+ UML_LIMIT_NUM_FIELDS = 10
2130
+
2131
+ # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2132
+ # collaboration graphs will show the relations between templates and their
2133
+ # instances.
2134
+ # The default value is: NO.
2135
+ # This tag requires that the tag HAVE_DOT is set to YES.
2136
+
2137
+ TEMPLATE_RELATIONS = YES
2138
+
2139
+ # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2140
+ # YES then doxygen will generate a graph for each documented file showing the
2141
+ # direct and indirect include dependencies of the file with other documented
2142
+ # files.
2143
+ # The default value is: YES.
2144
+ # This tag requires that the tag HAVE_DOT is set to YES.
2145
+
2146
+ INCLUDE_GRAPH = YES
2147
+
2148
+ # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
2149
+ # set to YES then doxygen will generate a graph for each documented file showing
2150
+ # the direct and indirect include dependencies of the file with other documented
2151
+ # files.
2152
+ # The default value is: YES.
2153
+ # This tag requires that the tag HAVE_DOT is set to YES.
2154
+
2155
+ INCLUDED_BY_GRAPH = NO
2156
+
2157
+ # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2158
+ # dependency graph for every global function or class method.
2159
+ #
2160
+ # Note that enabling this option will significantly increase the time of a run.
2161
+ # So in most cases it will be better to enable call graphs for selected
2162
+ # functions only using the \callgraph command. Disabling a call graph can be
2163
+ # accomplished by means of the command \hidecallgraph.
2164
+ # The default value is: NO.
2165
+ # This tag requires that the tag HAVE_DOT is set to YES.
2166
+
2167
+ CALL_GRAPH = YES
2168
+
2169
+ # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2170
+ # dependency graph for every global function or class method.
2171
+ #
2172
+ # Note that enabling this option will significantly increase the time of a run.
2173
+ # So in most cases it will be better to enable caller graphs for selected
2174
+ # functions only using the \callergraph command. Disabling a caller graph can be
2175
+ # accomplished by means of the command \hidecallergraph.
2176
+ # The default value is: NO.
2177
+ # This tag requires that the tag HAVE_DOT is set to YES.
2178
+
2179
+ CALLER_GRAPH = NO
2180
+
2181
+ # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2182
+ # hierarchy of all classes instead of a textual one.
2183
+ # The default value is: YES.
2184
+ # This tag requires that the tag HAVE_DOT is set to YES.
2185
+
2186
+ GRAPHICAL_HIERARCHY = YES
2187
+
2188
+ # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2189
+ # dependencies a directory has on other directories in a graphical way. The
2190
+ # dependency relations are determined by the #include relations between the
2191
+ # files in the directories.
2192
+ # The default value is: YES.
2193
+ # This tag requires that the tag HAVE_DOT is set to YES.
2194
+
2195
+ DIRECTORY_GRAPH = YES
2196
+
2197
+ # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2198
+ # generated by dot. For an explanation of the image formats see the section
2199
+ # output formats in the documentation of the dot tool (Graphviz (see:
2200
+ # http://www.graphviz.org/)).
2201
+ # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2202
+ # to make the SVG files visible in IE 9+ (other browsers do not have this
2203
+ # requirement).
2204
+ # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
2205
+ # png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
2206
+ # png:gdiplus:gdiplus.
2207
+ # The default value is: png.
2208
+ # This tag requires that the tag HAVE_DOT is set to YES.
2209
+
2210
+ DOT_IMAGE_FORMAT = png
2211
+
2212
+ # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2213
+ # enable generation of interactive SVG images that allow zooming and panning.
2214
+ #
2215
+ # Note that this requires a modern browser other than Internet Explorer. Tested
2216
+ # and working are Firefox, Chrome, Safari, and Opera.
2217
+ # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2218
+ # the SVG files visible. Older versions of IE do not have SVG support.
2219
+ # The default value is: NO.
2220
+ # This tag requires that the tag HAVE_DOT is set to YES.
2221
+
2222
+ INTERACTIVE_SVG = NO
2223
+
2224
+ # The DOT_PATH tag can be used to specify the path where the dot tool can be
2225
+ # found. If left blank, it is assumed the dot tool can be found in the path.
2226
+ # This tag requires that the tag HAVE_DOT is set to YES.
2227
+
2228
+ DOT_PATH =
2229
+
2230
+ # The DOTFILE_DIRS tag can be used to specify one or more directories that
2231
+ # contain dot files that are included in the documentation (see the \dotfile
2232
+ # command).
2233
+ # This tag requires that the tag HAVE_DOT is set to YES.
2234
+
2235
+ DOTFILE_DIRS =
2236
+
2237
+ # The MSCFILE_DIRS tag can be used to specify one or more directories that
2238
+ # contain msc files that are included in the documentation (see the \mscfile
2239
+ # command).
2240
+
2241
+ MSCFILE_DIRS =
2242
+
2243
+ # The DIAFILE_DIRS tag can be used to specify one or more directories that
2244
+ # contain dia files that are included in the documentation (see the \diafile
2245
+ # command).
2246
+
2247
+ DIAFILE_DIRS =
2248
+
2249
+ # When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
2250
+ # path where java can find the plantuml.jar file. If left blank, it is assumed
2251
+ # PlantUML is not used or called during a preprocessing step. Doxygen will
2252
+ # generate a warning when it encounters a \startuml command in this case and
2253
+ # will not generate output for the diagram.
2254
+
2255
+ PLANTUML_JAR_PATH =
2256
+
2257
+ # When using plantuml, the specified paths are searched for files specified by
2258
+ # the !include statement in a plantuml block.
2259
+
2260
+ PLANTUML_INCLUDE_PATH =
2261
+
2262
+ # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2263
+ # that will be shown in the graph. If the number of nodes in a graph becomes
2264
+ # larger than this value, doxygen will truncate the graph, which is visualized
2265
+ # by representing a node as a red box. Note that doxygen if the number of direct
2266
+ # children of the root node in a graph is already larger than
2267
+ # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
2268
+ # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
2269
+ # Minimum value: 0, maximum value: 10000, default value: 50.
2270
+ # This tag requires that the tag HAVE_DOT is set to YES.
2271
+
2272
+ DOT_GRAPH_MAX_NODES = 100
2273
+
2274
+ # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2275
+ # generated by dot. A depth value of 3 means that only nodes reachable from the
2276
+ # root by following a path via at most 3 edges will be shown. Nodes that lay
2277
+ # further from the root node will be omitted. Note that setting this option to 1
2278
+ # or 2 may greatly reduce the computation time needed for large code bases. Also
2279
+ # note that the size of a graph can be further restricted by
2280
+ # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2281
+ # Minimum value: 0, maximum value: 1000, default value: 0.
2282
+ # This tag requires that the tag HAVE_DOT is set to YES.
2283
+
2284
+ MAX_DOT_GRAPH_DEPTH = 5
2285
+
2286
+ # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2287
+ # background. This is disabled by default, because dot on Windows does not seem
2288
+ # to support this out of the box.
2289
+ #
2290
+ # Warning: Depending on the platform used, enabling this option may lead to
2291
+ # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2292
+ # read).
2293
+ # The default value is: NO.
2294
+ # This tag requires that the tag HAVE_DOT is set to YES.
2295
+
2296
+ DOT_TRANSPARENT = NO
2297
+
2298
+ # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2299
+ # files in one run (i.e. multiple -o and -T options on the command line). This
2300
+ # makes dot run faster, but since only newer versions of dot (>1.8.10) support
2301
+ # this, this feature is disabled by default.
2302
+ # The default value is: NO.
2303
+ # This tag requires that the tag HAVE_DOT is set to YES.
2304
+
2305
+ DOT_MULTI_TARGETS = NO
2306
+
2307
+ # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2308
+ # explaining the meaning of the various boxes and arrows in the dot generated
2309
+ # graphs.
2310
+ # The default value is: YES.
2311
+ # This tag requires that the tag HAVE_DOT is set to YES.
2312
+
2313
+ GENERATE_LEGEND = YES
2314
+
2315
+ # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2316
+ # files that are used to generate the various graphs.
2317
+ # The default value is: YES.
2318
+ # This tag requires that the tag HAVE_DOT is set to YES.
2319
+
2320
+ DOT_CLEANUP = YES