macro.yml 82 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244
  1. # This file contains the most frequently used macros from the whole arcadia
  2. - includes:
  3. # libc++ uses include_next statement to include headers from libc and / or compiler-provided headers.
  4. # As MSVC compiler does not support this setting, we emulate it via these macro-defines.
  5. #
  6. # These includes are used in contrib/libs/cxxsupp/libcxx and contrib/libs/libc_compat,
  7. # hence source_filter setting is intentionally omitted.
  8. - Y_MSVC_INCLUDE_NEXT(eh.h)
  9. - Y_MSVC_INCLUDE_NEXT(initializer_list)
  10. - Y_MSVC_INCLUDE_NEXT(limits.h)
  11. - Y_MSVC_INCLUDE_NEXT(math.h)
  12. - Y_MSVC_INCLUDE_NEXT(setjmp.h)
  13. - Y_MSVC_INCLUDE_NEXT(stdbool.h)
  14. - Y_MSVC_INCLUDE_NEXT(stdint.h)
  15. - Y_MSVC_INCLUDE_NEXT(yvals.h)
  16. - Y_UCRT_INCLUDE_NEXT(complex.h)
  17. - Y_UCRT_INCLUDE_NEXT(ctype.h)
  18. - Y_UCRT_INCLUDE_NEXT(errno.h)
  19. - Y_UCRT_INCLUDE_NEXT(fenv.h)
  20. - Y_UCRT_INCLUDE_NEXT(float.h)
  21. - Y_UCRT_INCLUDE_NEXT(inttypes.h)
  22. - Y_UCRT_INCLUDE_NEXT(locale.h)
  23. - Y_UCRT_INCLUDE_NEXT(math.h)
  24. - Y_UCRT_INCLUDE_NEXT(stddef.h)
  25. - Y_UCRT_INCLUDE_NEXT(stdio.h)
  26. - Y_UCRT_INCLUDE_NEXT(stdlib.h)
  27. - Y_UCRT_INCLUDE_NEXT(string.h)
  28. - Y_UCRT_INCLUDE_NEXT(wchar.h)
  29. - Y_UCRT_INCLUDE_NEXT(wctype.h)
  30. # BOOST_PP_ITERATE() itself is defined to one of these values
  31. - BOOST_PP_ITERATE():
  32. - contrib/restricted/boost/preprocessor/include/boost/preprocessor/iteration/detail/iter/forward1.hpp
  33. - contrib/restricted/boost/preprocessor/include/boost/preprocessor/iteration/detail/iter/forward2.hpp
  34. - contrib/restricted/boost/preprocessor/include/boost/preprocessor/iteration/detail/iter/forward3.hpp
  35. - contrib/restricted/boost/preprocessor/include/boost/preprocessor/iteration/detail/iter/forward4.hpp
  36. - contrib/restricted/boost/preprocessor/include/boost/preprocessor/iteration/detail/iter/forward5.hpp
  37. # BOOST_PP_INCLUDE_SELF() is defined in boost/preprocessor/iteration/detail/self.hpp
  38. # It works as follows:
  39. # The user defines BOOST_PP_INDIRECT_SELF containing current file name.
  40. # Then it #includes BOOST_PP_INCLUDE_SELF() which indirectly includes the file pointed by BOOST_PP_INDIRECT_SELF.
  41. #
  42. # Hence BOOST_PP_INDIRECT_SELF SHOULD BE already parsed and empty resolving is equivalent to providing the actual resolution for it.
  43. - BOOST_PP_INCLUDE_SELF(): contrib/restricted/boost/preprocessor/include/boost/preprocessor/iteration/detail/self.hpp
  44. - BOOST_PP_INDIRECT_SELF
  45. # BOOST_PP_UPDATE_COUNTER() is defined in boost/preprocessor/slot/counter.hpp
  46. # It is unclear why the author used macro include at all.
  47. - BOOST_PP_UPDATE_COUNTER(): contrib/restricted/boost/preprocessor/include/boost/preprocessor/slot/detail/counter.hpp
  48. # BOOST_PP_LOCAL_ITERATE() is defined in boost/preprocessor/iterator/local.hpp
  49. # It is unclear why the author used macro include at all.
  50. - BOOST_PP_LOCAL_ITERATE(): contrib/restricted/boost/preprocessor/include/boost/preprocessor/iteration/detail/local.hpp
  51. # BOOST_PROTO_LOCAL_ITERATE() is defined in boost/proto/repeat.hpp
  52. # It looks litke the macro include was chosen for the stylistic purposed and the value is not meant to be redefined
  53. - BOOST_PROTO_LOCAL_ITERATE(): contrib/restricted/boost/proto/include/boost/proto/repeat.hpp
  54. # libfreetype officially insists on using macros to include its headers:
  55. # https://freetype.org/freetype2/docs/tutorial/step1.html#section-1
  56. #
  57. # Many contribs follow this recommendation, so these sysincls intentionally lack source_filter setting.
  58. - FT_ADVANCES_H: contrib/libs/freetype/include/freetype/ftadvanc.h
  59. - FT_BBOX_H: contrib/libs/freetype/include/freetype/ftbbox.h
  60. - FT_BDF_H: contrib/libs/freetype/include/freetype/ftbdf.h
  61. - FT_BITMAP_H: contrib/libs/freetype/include/freetype/ftbitmap.h
  62. - FT_BZIP2_H: contrib/libs/freetype/include/freetype/ftbzip2.h
  63. - FT_CACHE_H: contrib/libs/freetype/include/freetype/ftcache.h
  64. - FT_CID_H: contrib/libs/freetype/include/freetype/ftcid.h
  65. - FT_COLOR_H: contrib/libs/freetype/include/freetype/ftcolor.h
  66. - FT_CONFIG_CONFIG_H: contrib/libs/freetype/include/freetype/config/ftconfig.h
  67. - FT_CONFIG_MODULES_H: contrib/libs/freetype/include/freetype/config/ftmodule.h
  68. - FT_CONFIG_OPTIONS_H: contrib/libs/freetype/include/freetype/config/ftoption.h
  69. - FT_CONFIG_STANDARD_LIBRARY_H: contrib/libs/freetype/include/freetype/config/ftstdlib.h
  70. - FT_ERRORS_H: contrib/libs/freetype/include/freetype/fterrors.h
  71. - FT_FONT_FORMATS_H: contrib/libs/freetype/include/freetype/ftfntfmt.h
  72. - FT_FREETYPE_H: contrib/libs/freetype/include/freetype/freetype.h
  73. - FT_GASP_H: contrib/libs/freetype/include/freetype/ftgasp.h
  74. - FT_GLYPH_H: contrib/libs/freetype/include/freetype/ftglyph.h
  75. - FT_GX_VALIDATE_H: contrib/libs/freetype/include/freetype/ftgxval.h
  76. - FT_GZIP_H: contrib/libs/freetype/include/freetype/ftgzip.h
  77. - FT_IMAGE_H: contrib/libs/freetype/include/freetype/ftimage.h
  78. - FT_INCREMENTAL_H: contrib/libs/freetype/include/freetype/ftincrem.h
  79. - FT_LCD_FILTER_H: contrib/libs/freetype/include/freetype/ftlcdfil.h
  80. - FT_LIST_H: contrib/libs/freetype/include/freetype/ftlist.h
  81. - FT_LZW_H: contrib/libs/freetype/include/freetype/ftlzw.h
  82. - FT_MAC_H: contrib/libs/freetype/include/freetype/ftmac.h
  83. - FT_MODULE_ERRORS_H: contrib/libs/freetype/include/freetype/ftmoderr.h
  84. - FT_MODULE_H: contrib/libs/freetype/include/freetype/ftmodapi.h
  85. - FT_MULTIPLE_MASTERS_H: contrib/libs/freetype/include/freetype/ftmm.h
  86. - FT_OPENTYPE_VALIDATE_H: contrib/libs/freetype/include/freetype/ftotval.h
  87. - FT_OTSVG_H: contrib/libs/freetype/include/freetype/otsvg.h
  88. - FT_OUTLINE_H: contrib/libs/freetype/include/freetype/ftoutln.h
  89. - FT_PFR_H: contrib/libs/freetype/include/freetype/ftpfr.h
  90. - FT_RENDER_H: contrib/libs/freetype/include/freetype/ftrender.h
  91. - FT_SFNT_NAMES_H: contrib/libs/freetype/include/freetype/ftsnames.h
  92. - FT_SIZES_H: contrib/libs/freetype/include/freetype/ftsizes.h
  93. - FT_STROKER_H: contrib/libs/freetype/include/freetype/ftstroke.h
  94. - FT_SYNTHESIS_H: contrib/libs/freetype/include/freetype/ftsynth.h
  95. - FT_SYSTEM_H: contrib/libs/freetype/include/freetype/ftsystem.h
  96. - FT_TRIGONOMETRY_H: contrib/libs/freetype/include/freetype/fttrigon.h
  97. - FT_TRUETYPE_IDS_H: contrib/libs/freetype/include/freetype/ttnameid.h
  98. - FT_TRUETYPE_TABLES_H: contrib/libs/freetype/include/freetype/tttables.h
  99. - FT_TRUETYPE_TAGS_H: contrib/libs/freetype/include/freetype/tttags.h
  100. - FT_TYPE1_TABLES_H: contrib/libs/freetype/include/freetype/t1tables.h
  101. - FT_TYPES_H: contrib/libs/freetype/include/freetype/fttypes.h
  102. - FT_WINFONTS_H: contrib/libs/freetype/include/freetype/ftwinfnt.h
  103. - FT_XFREE86_H: contrib/libs/freetype/include/freetype/ftfntfmt.h
  104. - source_filter: "^contrib/libs/openssl"
  105. includes:
  106. - OPENSSL_UNISTD: $U/unistd.h
  107. - source_filter: "^contrib/libs/ctemplate"
  108. includes:
  109. - HASH_MAP_H: $U/unordered_map
  110. - HASH_SET_H: $U/unordered_set
  111. - source_filter: "^contrib/libs/llvm(\\d+)"
  112. includes:
  113. - BACKTRACE_HEADER: $U/execinfo.h
  114. - source_filter: "^contrib/libs/pycxx"
  115. includes:
  116. - STR_STREAM: $U/sstream
  117. - source_filter: "^contrib/restricted/abseil-cpp-tstring/y_absl/debugging"
  118. includes:
  119. - Y_ABSL_STACKTRACE_INL_HEADER:
  120. - contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/stacktrace_win32-inl.inc
  121. - contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/stacktrace_generic-inl.inc
  122. - contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/stacktrace_emscripten-inl.inc
  123. - contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/stacktrace_x86-inl.inc
  124. - contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/stacktrace_powerpc-inl.inc
  125. - contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/stacktrace_aarch64-inl.inc
  126. - contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/stacktrace_riscv-inl.inc
  127. - contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/stacktrace_unimplemented-inl.inc
  128. - source_filter: "^contrib/restricted/abseil-cpp/absl/debugging"
  129. includes:
  130. - ABSL_STACKTRACE_INL_HEADER:
  131. - contrib/restricted/abseil-cpp/absl/debugging/internal/stacktrace_win32-inl.inc
  132. - contrib/restricted/abseil-cpp/absl/debugging/internal/stacktrace_generic-inl.inc
  133. - contrib/restricted/abseil-cpp/absl/debugging/internal/stacktrace_emscripten-inl.inc
  134. - contrib/restricted/abseil-cpp/absl/debugging/internal/stacktrace_x86-inl.inc
  135. - contrib/restricted/abseil-cpp/absl/debugging/internal/stacktrace_powerpc-inl.inc
  136. - contrib/restricted/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc
  137. - contrib/restricted/abseil-cpp/absl/debugging/internal/stacktrace_riscv-inl.inc
  138. - contrib/restricted/abseil-cpp/absl/debugging/internal/stacktrace_unimplemented-inl.inc
  139. - source_filter: "^contrib/restricted/boost"
  140. includes:
  141. - BOOST_COMPILER_CONFIG:
  142. - contrib/restricted/boost/config/include/boost/config/compiler/intel.hpp
  143. - contrib/restricted/boost/config/include/boost/config/compiler/clang.hpp
  144. - contrib/restricted/boost/config/include/boost/config/compiler/gcc.hpp
  145. - BOOST_PLATFORM_CONFIG:
  146. - contrib/restricted/boost/config/include/boost/config/platform/linux.hpp
  147. - contrib/restricted/boost/config/include/boost/config/platform/bsd.hpp
  148. - contrib/restricted/boost/config/include/boost/config/platform/solaris.hpp
  149. - contrib/restricted/boost/config/include/boost/config/platform/irix.hpp
  150. - contrib/restricted/boost/config/include/boost/config/platform/hpux.hpp
  151. - contrib/restricted/boost/config/include/boost/config/platform/cygwin.hpp
  152. - contrib/restricted/boost/config/include/boost/config/platform/win32.hpp
  153. - contrib/restricted/boost/config/include/boost/config/platform/haiku.hpp
  154. - contrib/restricted/boost/config/include/boost/config/platform/beos.hpp
  155. - contrib/restricted/boost/config/include/boost/config/platform/macos.hpp
  156. - contrib/restricted/boost/config/include/boost/config/platform/zos.hpp
  157. - contrib/restricted/boost/config/include/boost/config/platform/aix.hpp
  158. - contrib/restricted/boost/config/include/boost/config/platform/amigaos.hpp
  159. - contrib/restricted/boost/config/include/boost/config/platform/qnxnto.hpp
  160. - contrib/restricted/boost/config/include/boost/config/platform/symbian.hpp
  161. - contrib/restricted/boost/config/include/boost/config/platform/cray.hpp
  162. - contrib/restricted/boost/config/include/boost/config/platform/vms.hpp
  163. - contrib/restricted/boost/config/include/boost/config/platform/cloudabi.hpp
  164. - contrib/restricted/boost/config/include/boost/config/platform/wasm.hpp
  165. - BOOST_STDLIB_CONFIG:
  166. - contrib/restricted/boost/config/include/boost/config/stdlib/stlport.hpp
  167. - contrib/restricted/boost/config/include/boost/config/stdlib/libcomo.hpp
  168. - contrib/restricted/boost/config/include/boost/config/stdlib/roguewave.hpp
  169. - contrib/restricted/boost/config/include/boost/config/stdlib/libcpp.hpp
  170. - contrib/restricted/boost/config/include/boost/config/stdlib/libstdcpp3.hpp
  171. - contrib/restricted/boost/config/include/boost/config/stdlib/sgi.hpp
  172. - contrib/restricted/boost/config/include/boost/config/stdlib/msl.hpp
  173. - contrib/restricted/boost/config/include/boost/config/stdlib/xlcpp_zos.hpp
  174. - contrib/restricted/boost/config/include/boost/config/stdlib/vacpp.hpp
  175. - contrib/restricted/boost/config/include/boost/config/stdlib/modena.hpp
  176. - contrib/restricted/boost/config/include/boost/config/stdlib/dinkumware.hpp
  177. - BOOST_FT_cc_file:
  178. - contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_variate_loop/preprocessed.hpp
  179. - contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_tags/cc_tag.hpp
  180. - BOOST_ABI_PREFIX: contrib/restricted/boost/config/include/boost/config/abi/msvc_prefix.hpp
  181. - BOOST_ABI_SUFFIX: contrib/restricted/boost/config/include/boost/config/abi/msvc_suffix.hpp
  182. - BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP(): contrib/restricted/boost/typeof/include/boost/typeof/incr_registration_group.hpp
  183. - BOOST_REGEX_USER_CONFIG: contrib/restricted/boost/regex/include/boost/regex/user.hpp
  184. - BOOST_USER_CONFIG: contrib/restricted/boost/config/include/boost/config/user.hpp
  185. - source_filter: "^contrib/restricted/boost/algorithm"
  186. includes:
  187. - BOOST_SLIST_HEADER
  188. - source_filter: "^contrib/restricted/boost/atomic"
  189. includes:
  190. - BOOST_ATOMIC_DETAIL_FP_BACKEND_HEADER(boost/atomic/detail/fp_ops_):
  191. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fp_ops_emulated.hpp
  192. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fp_ops_generic.hpp
  193. - BOOST_ATOMIC_DETAIL_BACKEND_HEADER(boost/atomic/detail/caps_):
  194. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_aarch32.hpp
  195. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_aarch64.hpp
  196. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_alpha.hpp
  197. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_arm.hpp
  198. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_ppc.hpp
  199. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_sparc.hpp
  200. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_x86.hpp
  201. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_msvc_arm.hpp
  202. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_msvc_x86.hpp
  203. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_gcc_atomic.hpp
  204. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_gcc_sync.hpp
  205. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_linux_arm.hpp
  206. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_windows.hpp
  207. - BOOST_ATOMIC_DETAIL_EXTRA_FP_BACKEND_HEADER(boost/atomic/detail/extra_fp_ops_):
  208. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_fp_operations.hpp
  209. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_fp_operations_fwd.hpp
  210. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_fp_ops_emulated.hpp
  211. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_fp_ops_generic.hpp
  212. - BOOST_ATOMIC_DETAIL_EXTRA_BACKEND_HEADER(boost/atomic/detail/extra_ops_):
  213. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_emulated.hpp
  214. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_gcc_aarch32.hpp
  215. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_gcc_aarch64.hpp
  216. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_gcc_arm.hpp
  217. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_gcc_ppc.hpp
  218. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_gcc_x86.hpp
  219. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_generic.hpp
  220. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_msvc_arm.hpp
  221. - contrib/restricted/boost/atomic/include/boost/atomic/detail/extra_ops_msvc_x86.hpp
  222. - BOOST_ATOMIC_DETAIL_BACKEND_HEADER(boost/atomic/detail/ops_):
  223. - contrib/restricted/boost/atomic/include/boost/atomic/detail/ops_gcc_aarch32_common.hpp
  224. - contrib/restricted/boost/atomic/include/boost/atomic/detail/ops_gcc_aarch64_common.hpp
  225. - contrib/restricted/boost/atomic/include/boost/atomic/detail/ops_gcc_arm_common.hpp
  226. - contrib/restricted/boost/atomic/include/boost/atomic/detail/ops_gcc_ppc_common.hpp
  227. - contrib/restricted/boost/atomic/include/boost/atomic/detail/ops_msvc_common.hpp
  228. - BOOST_ATOMIC_DETAIL_CORE_ARCH_BACKEND_HEADER(boost/atomic/detail/caps_arch_):
  229. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_x86.hpp
  230. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_aarch64.hpp
  231. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_aarch32.hpp
  232. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_ppc.hpp
  233. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_sparc.hpp
  234. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_gcc_alpha.hpp
  235. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_msvc_x86.hpp
  236. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_arch_msvc_arm.hpp
  237. - BOOST_ATOMIC_DETAIL_CORE_ARCH_BACKEND_HEADER(boost/atomic/detail/core_arch_ops_):
  238. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_arch_ops_gcc_x86.hpp
  239. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp
  240. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp
  241. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_arch_ops_gcc_ppc.hpp
  242. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_arch_ops_gcc_sparc.hpp
  243. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_arch_ops_gcc_alpha.hpp
  244. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_arch_ops_msvc_x86.hpp
  245. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_arch_ops_msvc_arm.hpp
  246. - BOOST_ATOMIC_DETAIL_CORE_ARCH_BACKEND_HEADER(boost/atomic/detail/fence_arch_ops_):
  247. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_arch_ops_gcc_x86.hpp
  248. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_arch_ops_gcc_aarch64.hpp
  249. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_arch_ops_gcc_aarch32.hpp
  250. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_arch_ops_gcc_ppc.hpp
  251. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_arch_ops_gcc_sparc.hpp
  252. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_arch_ops_gcc_alpha.hpp
  253. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_arch_ops_msvc_x86.hpp
  254. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_arch_ops_msvc_arm.hpp
  255. - BOOST_ATOMIC_DETAIL_CORE_BACKEND_HEADER(boost/atomic/detail/caps_):
  256. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_gcc_atomic.hpp
  257. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_gcc_sync.hpp
  258. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_linux_arm.hpp
  259. - contrib/restricted/boost/atomic/include/boost/atomic/detail/caps_windows.hpp
  260. - BOOST_ATOMIC_DETAIL_CORE_BACKEND_HEADER(boost/atomic/detail/core_ops_):
  261. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_ops_gcc_atomic.hpp
  262. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_ops_gcc_sync.hpp
  263. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_ops_linux_arm.hpp
  264. - contrib/restricted/boost/atomic/include/boost/atomic/detail/core_ops_windows.hpp
  265. - BOOST_ATOMIC_DETAIL_CORE_BACKEND_HEADER(boost/atomic/detail/fence_ops_):
  266. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_ops_gcc_atomic.hpp
  267. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_ops_gcc_sync.hpp
  268. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_ops_linux_arm.hpp
  269. - contrib/restricted/boost/atomic/include/boost/atomic/detail/fence_ops_windows.hpp
  270. - BOOST_ATOMIC_DETAIL_WAIT_BACKEND_HEADER(boost/atomic/detail/wait_caps_):
  271. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_caps_darwin_ulock.hpp
  272. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_caps_dragonfly_umtx.hpp
  273. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_caps_freebsd_umtx.hpp
  274. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_caps_futex.hpp
  275. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_caps_windows.hpp
  276. - BOOST_ATOMIC_DETAIL_WAIT_BACKEND_HEADER(boost/atomic/detail/wait_ops_):
  277. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_ops_darwin_ulock.hpp
  278. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_ops_dragonfly_umtx.hpp
  279. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_ops_freebsd_umtx.hpp
  280. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_ops_futex.hpp
  281. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_ops_generic.hpp
  282. - contrib/restricted/boost/atomic/include/boost/atomic/detail/wait_ops_windows.hpp
  283. - BOOST_PP_ITERATE():
  284. - contrib/restricted/boost/atomic/src/lock_pool_init1.ipp
  285. - contrib/restricted/boost/atomic/src/lock_pool_init256.ipp
  286. - source_filter: "^contrib/restricted/boost/function/"
  287. includes:
  288. - BOOST_PP_ITERATE():
  289. - contrib/restricted/boost/function/include/boost/function/detail/function_iterate.hpp
  290. # FIXME thegeorg@:
  291. # boost/function_types/detail/pp_arity_loop.hpp does some extremely magical preprocessor magic
  292. # which I have failed to compile and evalute.
  293. #
  294. # Corresponding includes might not be properly resolved by ymake
  295. - source_filter: "^contrib/restricted/boost/function_types"
  296. includes:
  297. - BOOST_FT_AL_INCLUDE_FILE:
  298. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/master.hpp
  299. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/master.hpp
  300. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/master.hpp
  301. - BOOST_FT_AL_PREPROCESSED:
  302. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity10_0.hpp
  303. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity10_1.hpp
  304. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity20_0.hpp
  305. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity20_1.hpp
  306. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity30_0.hpp
  307. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity30_1.hpp
  308. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity40_0.hpp
  309. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity40_1.hpp
  310. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity50_0.hpp
  311. - contrib/restricted/boost/function_types/include/boost/function_types/detail/classifier_impl/arity50_1.hpp
  312. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity10_0.hpp
  313. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity10_1.hpp
  314. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity20_0.hpp
  315. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity20_1.hpp
  316. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity30_0.hpp
  317. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity30_1.hpp
  318. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity40_0.hpp
  319. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity40_1.hpp
  320. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity50_0.hpp
  321. - contrib/restricted/boost/function_types/include/boost/function_types/detail/components_impl/arity50_1.hpp
  322. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity10_1.hpp
  323. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity20_0.hpp
  324. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity20_1.hpp
  325. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity30_0.hpp
  326. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity30_1.hpp
  327. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity40_0.hpp
  328. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity40_1.hpp
  329. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity50_0.hpp
  330. - contrib/restricted/boost/function_types/include/boost/function_types/detail/synthesize_impl/arity50_1.hpp
  331. - BOOST_FT_loop:
  332. - contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/master.hpp
  333. - contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/preprocessed.hpp
  334. - BOOST_FT_variate_file: contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_arity_loop.hpp
  335. - BOOST_PP_ASSIGN_SLOT(1): contrib/restricted/boost/preprocessor/include/boost/preprocessor/slot/detail/slot1.hpp
  336. - BOOST_PP_ITERATE(): contrib/restricted/boost/function_types/include/boost/function_types/detail/pp_cc_loop/master.hpp
  337. - source_filter: "^contrib/restricted/boost/functional"
  338. includes:
  339. - BOOST_PP_ITERATE():
  340. - contrib/restricted/boost/functional/include/boost/functional/forward_adapter.hpp
  341. - contrib/restricted/boost/functional/include/boost/functional/lightweight_forward_adapter.hpp
  342. - contrib/restricted/boost/functional/include/boost/functional/overloaded_function.hpp
  343. - contrib/restricted/boost/functional/include/boost/functional/overloaded_function/detail/base.hpp
  344. - source_filter: "^contrib/restricted/boost/fusion"
  345. includes:
  346. - BOOST_PP_ITERATE():
  347. - contrib/restricted/boost/fusion/include/boost/fusion/algorithm/transformation/zip.hpp
  348. - contrib/restricted/boost/fusion/include/boost/fusion/container/deque/detail/cpp03/as_deque.hpp
  349. - contrib/restricted/boost/fusion/include/boost/fusion/container/deque/detail/cpp03/deque_forward_ctor.hpp
  350. - contrib/restricted/boost/fusion/include/boost/fusion/container/deque/detail/cpp03/deque_keyed_values_call.hpp
  351. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_deque_tie.hpp
  352. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_list_tie.hpp
  353. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_make_deque.hpp
  354. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_make_list.hpp
  355. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_make_map.hpp
  356. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_make_set.hpp
  357. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_make_vector.hpp
  358. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_map_tie.hpp
  359. - contrib/restricted/boost/fusion/include/boost/fusion/container/generation/detail/pp_vector_tie.hpp
  360. - contrib/restricted/boost/fusion/include/boost/fusion/container/list/detail/cpp03/list_forward_ctor.hpp
  361. - contrib/restricted/boost/fusion/include/boost/fusion/container/list/detail/cpp03/list_to_cons_call.hpp
  362. - contrib/restricted/boost/fusion/include/boost/fusion/container/map/detail/cpp03/as_map.hpp
  363. - contrib/restricted/boost/fusion/include/boost/fusion/container/map/detail/cpp03/map_forward_ctor.hpp
  364. - contrib/restricted/boost/fusion/include/boost/fusion/container/set/detail/cpp03/as_set.hpp
  365. - contrib/restricted/boost/fusion/include/boost/fusion/container/set/detail/cpp03/set_forward_ctor.hpp
  366. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/as_vector.hpp
  367. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp
  368. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp
  369. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp
  370. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp
  371. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp
  372. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp
  373. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/vector_n.hpp
  374. - contrib/restricted/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp
  375. - contrib/restricted/boost/fusion/include/boost/fusion/functional/adapter/unfused_typed.hpp
  376. - contrib/restricted/boost/fusion/include/boost/fusion/functional/invocation/invoke.hpp
  377. - contrib/restricted/boost/fusion/include/boost/fusion/tuple/detail/make_tuple.hpp
  378. - contrib/restricted/boost/fusion/include/boost/fusion/tuple/detail/tuple_expand.hpp
  379. - contrib/restricted/boost/fusion/include/boost/fusion/tuple/detail/tuple_tie.hpp
  380. - source_filter: "^contrib/restricted/boost/math"
  381. includes:
  382. - BOOST_HEADER():
  383. - contrib/restricted/boost/math/include/boost/math/tools/detail/polynomial_horner1_20.hpp
  384. - contrib/restricted/boost/math/include/boost/math/tools/detail/polynomial_horner2_20.hpp
  385. - contrib/restricted/boost/math/include/boost/math/tools/detail/polynomial_horner3_20.hpp
  386. - source_filter: "^contrib/restricted/boost/mpl"
  387. includes:
  388. - BOOST_PP_ITERATE():
  389. - contrib/restricted/boost/mpl/include/boost/mpl/apply.hpp
  390. - contrib/restricted/boost/mpl/include/boost/mpl/apply_fwd.hpp
  391. - contrib/restricted/boost/mpl/include/boost/mpl/apply_wrap.hpp
  392. - contrib/restricted/boost/mpl/include/boost/mpl/arg.hpp
  393. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/advance_backward.hpp
  394. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/advance_forward.hpp
  395. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/fold_impl_body.hpp
  396. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/full_lambda.hpp
  397. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/lambda_no_ctps.hpp
  398. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/numeric_op.hpp
  399. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/reverse_fold_impl_body.hpp
  400. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/sequence_wrapper.hpp
  401. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/template_arity.hpp
  402. - contrib/restricted/boost/mpl/include/boost/mpl/bind.hpp
  403. - contrib/restricted/boost/mpl/include/boost/mpl/bind_fwd.hpp
  404. - contrib/restricted/boost/mpl/include/boost/mpl/inherit.hpp
  405. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/numbered.hpp
  406. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/numbered_c.hpp
  407. - contrib/restricted/boost/mpl/include/boost/mpl/map/aux_/numbered.hpp
  408. - contrib/restricted/boost/mpl/include/boost/mpl/placeholders.hpp
  409. - contrib/restricted/boost/mpl/include/boost/mpl/quote.hpp
  410. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/numbered.hpp
  411. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/numbered_c.hpp
  412. - contrib/restricted/boost/mpl/include/boost/mpl/unpack_args.hpp
  413. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/numbered.hpp
  414. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/numbered_c.hpp
  415. - BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER):
  416. # gcc / clang version goes here
  417. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp
  418. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp
  419. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/and.hpp
  420. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp
  421. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp
  422. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp
  423. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp
  424. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp
  425. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp
  426. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp
  427. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/bitand.hpp
  428. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/bitor.hpp
  429. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp
  430. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/deque.hpp
  431. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/divides.hpp
  432. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp
  433. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp
  434. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp
  435. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp
  436. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/greater.hpp
  437. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/inherit.hpp
  438. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp
  439. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp
  440. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp
  441. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp
  442. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/less.hpp
  443. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/list_c.hpp
  444. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/list.hpp
  445. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/map.hpp
  446. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/minus.hpp
  447. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/modulus.hpp
  448. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp
  449. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/or.hpp
  450. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp
  451. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/plus.hpp
  452. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp
  453. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp
  454. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp
  455. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/set_c.hpp
  456. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/set.hpp
  457. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp
  458. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp
  459. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp
  460. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/times.hpp
  461. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp
  462. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp
  463. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/vector.hpp
  464. # plain part goes here
  465. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp
  466. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp
  467. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/and.hpp
  468. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp
  469. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/apply.hpp
  470. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp
  471. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/arg.hpp
  472. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp
  473. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp
  474. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/bind.hpp
  475. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/bitand.hpp
  476. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/bitor.hpp
  477. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/bitxor.hpp
  478. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/deque.hpp
  479. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/divides.hpp
  480. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/equal_to.hpp
  481. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp
  482. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp
  483. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp
  484. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/greater.hpp
  485. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/inherit.hpp
  486. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp
  487. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp
  488. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp
  489. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/less_equal.hpp
  490. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/less.hpp
  491. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/list_c.hpp
  492. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/list.hpp
  493. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/map.hpp
  494. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/minus.hpp
  495. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/modulus.hpp
  496. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp
  497. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/or.hpp
  498. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/placeholders.hpp
  499. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/plus.hpp
  500. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/quote.hpp
  501. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp
  502. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp
  503. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/set_c.hpp
  504. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/set.hpp
  505. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/shift_left.hpp
  506. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/shift_right.hpp
  507. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/template_arity.hpp
  508. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/times.hpp
  509. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp
  510. - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/vector_c.hpp
  511. - BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_LIST_HEADER):
  512. - contrib/restricted/boost/mpl/include/boost/mpl/list/list0.hpp
  513. - contrib/restricted/boost/mpl/include/boost/mpl/list/list10.hpp
  514. - contrib/restricted/boost/mpl/include/boost/mpl/list/list20.hpp
  515. - contrib/restricted/boost/mpl/include/boost/mpl/list/list30.hpp
  516. - contrib/restricted/boost/mpl/include/boost/mpl/list/list40.hpp
  517. - contrib/restricted/boost/mpl/include/boost/mpl/list/list50.hpp
  518. # NB: in other part of boost preprocessor this will be included as boost/mpl/../aux_/preprocessed/AUX778076_HEADER
  519. - BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER):
  520. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list10.hpp
  521. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp
  522. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list20.hpp
  523. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp
  524. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list30.hpp
  525. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp
  526. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list40.hpp
  527. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp
  528. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list50.hpp
  529. - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp
  530. - BOOST_PP_STRINGIZE(boost/mpl/map/AUX778076_MAP_HEADER):
  531. - contrib/restricted/boost/mpl/include/boost/mpl/map/map0.hpp
  532. - contrib/restricted/boost/mpl/include/boost/mpl/map/map10.hpp
  533. - contrib/restricted/boost/mpl/include/boost/mpl/map/map20.hpp
  534. - contrib/restricted/boost/mpl/include/boost/mpl/map/map30.hpp
  535. - contrib/restricted/boost/mpl/include/boost/mpl/map/map40.hpp
  536. - contrib/restricted/boost/mpl/include/boost/mpl/map/map50.hpp
  537. - BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER):
  538. - contrib/restricted/boost/mpl/include/boost/mpl/map/aux_/preprocessed/typeof_based/map10.hpp
  539. - contrib/restricted/boost/mpl/include/boost/mpl/map/aux_/preprocessed/typeof_based/map20.hpp
  540. - contrib/restricted/boost/mpl/include/boost/mpl/map/aux_/preprocessed/typeof_based/map30.hpp
  541. - contrib/restricted/boost/mpl/include/boost/mpl/map/aux_/preprocessed/typeof_based/map40.hpp
  542. - contrib/restricted/boost/mpl/include/boost/mpl/map/aux_/preprocessed/typeof_based/map50.hpp
  543. - BOOST_PP_STRINGIZE(boost/mpl/set/AUX778076_SET_HEADER):
  544. - contrib/restricted/boost/mpl/include/boost/mpl/set/set0.hpp
  545. - contrib/restricted/boost/mpl/include/boost/mpl/set/set10.hpp
  546. - contrib/restricted/boost/mpl/include/boost/mpl/set/set20.hpp
  547. - contrib/restricted/boost/mpl/include/boost/mpl/set/set30.hpp
  548. - contrib/restricted/boost/mpl/include/boost/mpl/set/set40.hpp
  549. - contrib/restricted/boost/mpl/include/boost/mpl/set/set50.hpp
  550. - BOOST_PP_STRINGIZE(boost/mpl/set/aux_/preprocessed/AUX778076_HEADER):
  551. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set10.hpp
  552. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set10_c.hpp
  553. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set20.hpp
  554. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set20_c.hpp
  555. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set30.hpp
  556. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set30_c.hpp
  557. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set40.hpp
  558. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set40_c.hpp
  559. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set50.hpp
  560. - contrib/restricted/boost/mpl/include/boost/mpl/set/aux_/preprocessed/plain/set50_c.hpp
  561. - BOOST_PP_STRINGIZE(boost/mpl/vector/AUX778076_DEQUE_HEADER):
  562. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector0.hpp
  563. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector10.hpp
  564. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector20.hpp
  565. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector30.hpp
  566. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector40.hpp
  567. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector50.hpp
  568. - BOOST_PP_STRINGIZE(boost/mpl/vector/AUX778076_VECTOR_HEADER):
  569. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector0.hpp
  570. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector10.hpp
  571. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector20.hpp
  572. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector30.hpp
  573. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector40.hpp
  574. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector50.hpp
  575. - BOOST_PP_STRINGIZE(boost/mpl/vector/AUX778076_VECTOR_C_HEADER):
  576. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector0_c.hpp
  577. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector10_c.hpp
  578. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector20_c.hpp
  579. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector30_c.hpp
  580. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector40_c.hpp
  581. - contrib/restricted/boost/mpl/include/boost/mpl/vector/vector50_c.hpp
  582. - BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER):
  583. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp
  584. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp
  585. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp
  586. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp
  587. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp
  588. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp
  589. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp
  590. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp
  591. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp
  592. - contrib/restricted/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp
  593. - source_filter: "^contrib/restricted/boost/numeric_conversion"
  594. includes:
  595. - BOOST_PP_ITERATE():
  596. - contrib/restricted/boost/numeric_conversion/include/boost/numeric/conversion/detail/numeric_cast_traits.hpp
  597. - source_filter: "^contrib/restricted/boost/parameter"
  598. includes:
  599. - BOOST_PP_ITERATE():
  600. - contrib/restricted/boost/parameter/include/boost/parameter/aux_/preprocessor/overloads.hpp
  601. - source_filter: "^contrib/restricted/boost/phoenix"
  602. includes:
  603. - BOOST_PHOENIX_UNORDERED_MAP_HEADER: $U/unordered_map
  604. - BOOST_PHOENIX_UNORDERED_SET_HEADER: $U/unordered_set
  605. # boost/phoenix preprocessor magic works as follows
  606. # 1. Each file defines BOOST_PHOENIX_ITERATION_PARAMS as a tuple whose last element contains current file name (checked on version 1.82).
  607. # 2. It includes then BOOST_PHOENIX_ITERATE() which is simplify defined to <boost/phoenix/support/detail/iterate.hpp>.
  608. # 3. The latter sets BOOST_PP_ITERATION_PARAMS from BOOST_PHOENIX_ITERATION_PARAMS and calls BOOST_PP_ITERATE() macro.
  609. #
  610. # Hence #include BOOST_PHOENIX_ITERATION_FILE will always result in including the file already seen ymake.
  611. # This is equivalent to resolving this macro include into nothing.
  612. - BOOST_PHOENIX_ITERATION_FILE()
  613. - BOOST_PHOENIX_ITERATE(): contrib/restricted/boost/phoenix/include/boost/phoenix/support/detail/iterate.hpp
  614. - BOOST_PP_ITERATE(): contrib/restricted/boost/phoenix/include/boost/phoenix/support/detail/iterate.hpp
  615. - source_filter: "^contrib/restricted/boost/preprocessor"
  616. includes:
  617. # BOOST_PP_ASSIGN_SLOT(i) macros are defined in boost/preprocessor/slot/slot.hpp
  618. - BOOST_PP_ASSIGN_SLOT(1): contrib/restricted/boost/preprocessor/include/boost/preprocessor/slot/detail/slot1.hpp
  619. - BOOST_PP_ASSIGN_SLOT(2): contrib/restricted/boost/preprocessor/include/boost/preprocessor/slot/detail/slot2.hpp
  620. - BOOST_PP_ASSIGN_SLOT(3): contrib/restricted/boost/preprocessor/include/boost/preprocessor/slot/detail/slot3.hpp
  621. - BOOST_PP_ASSIGN_SLOT(4): contrib/restricted/boost/preprocessor/include/boost/preprocessor/slot/detail/slot4.hpp
  622. - BOOST_PP_ASSIGN_SLOT(5): contrib/restricted/boost/preprocessor/include/boost/preprocessor/slot/detail/slot5.hpp
  623. # BOOST_PP_FILENAME macros extract values from BOOST_PP_ITERATION_PARAMS, which we have already resolved in BOOST_PP_ITERATE()
  624. - BOOST_PP_FILENAME_1
  625. - BOOST_PP_FILENAME_2
  626. - BOOST_PP_FILENAME_3
  627. - BOOST_PP_FILENAME_4
  628. - BOOST_PP_FILENAME_5
  629. - source_filter: "^contrib/restricted/boost/proto"
  630. includes:
  631. - BOOST_PP_ITERATE():
  632. - contrib/restricted/boost/proto/include/boost/proto/context/detail/callable_eval.hpp
  633. - contrib/restricted/boost/proto/include/boost/proto/context/detail/default_eval.hpp
  634. - contrib/restricted/boost/proto/include/boost/proto/context/detail/null_eval.hpp
  635. - contrib/restricted/boost/proto/include/boost/proto/detail/and_n.hpp
  636. - contrib/restricted/boost/proto/include/boost/proto/detail/args.hpp
  637. - contrib/restricted/boost/proto/include/boost/proto/detail/basic_expr.hpp
  638. - contrib/restricted/boost/proto/include/boost/proto/detail/class_member_traits.hpp
  639. - contrib/restricted/boost/proto/include/boost/proto/detail/deduce_domain_n.hpp
  640. - contrib/restricted/boost/proto/include/boost/proto/detail/deep_copy.hpp
  641. - contrib/restricted/boost/proto/include/boost/proto/detail/expr.hpp
  642. - contrib/restricted/boost/proto/include/boost/proto/detail/funop.hpp
  643. - contrib/restricted/boost/proto/include/boost/proto/detail/generate_by_value.hpp
  644. - contrib/restricted/boost/proto/include/boost/proto/detail/lambda_matches.hpp
  645. - contrib/restricted/boost/proto/include/boost/proto/detail/make_expr.hpp
  646. - contrib/restricted/boost/proto/include/boost/proto/detail/make_expr_.hpp
  647. - contrib/restricted/boost/proto/include/boost/proto/detail/make_expr_funop.hpp
  648. - contrib/restricted/boost/proto/include/boost/proto/detail/matches_.hpp
  649. - contrib/restricted/boost/proto/include/boost/proto/detail/memfun_funop.hpp
  650. - contrib/restricted/boost/proto/include/boost/proto/detail/or_n.hpp
  651. - contrib/restricted/boost/proto/include/boost/proto/detail/poly_function_funop.hpp
  652. - contrib/restricted/boost/proto/include/boost/proto/detail/poly_function_traits.hpp
  653. - contrib/restricted/boost/proto/include/boost/proto/detail/template_arity_helper.hpp
  654. - contrib/restricted/boost/proto/include/boost/proto/detail/traits.hpp
  655. - contrib/restricted/boost/proto/include/boost/proto/detail/unpack_expr_.hpp
  656. - contrib/restricted/boost/proto/include/boost/proto/detail/vararg_matches_impl.hpp
  657. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/call.hpp
  658. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/construct_funop.hpp
  659. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/construct_pod_funop.hpp
  660. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/default_function_impl.hpp
  661. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/expand_pack.hpp
  662. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/fold_impl.hpp
  663. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/lazy.hpp
  664. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/make.hpp
  665. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/make_gcc_workaround.hpp
  666. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/pack_impl.hpp
  667. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/pass_through_impl.hpp
  668. - contrib/restricted/boost/proto/include/boost/proto/transform/detail/when.hpp
  669. - source_filter: "^contrib/restricted/boost/python"
  670. includes:
  671. # Almost every case of BOOST_PP_ITERATE() invocation in boost/python will include the same header it is being invoked from.
  672. # The only exception from this rule is <boost/python/tuple.hpp> which will include <boost/python/detail/make_tuple.hpp>.
  673. - BOOST_PP_ITERATE():
  674. - contrib/restricted/boost/python/include/boost/python/call.hpp
  675. - contrib/restricted/boost/python/include/boost/python/call_method.hpp
  676. - contrib/restricted/boost/python/include/boost/python/detail/caller.hpp
  677. - contrib/restricted/boost/python/include/boost/python/detail/defaults_def.hpp
  678. - contrib/restricted/boost/python/include/boost/python/detail/invoke.hpp
  679. - contrib/restricted/boost/python/include/boost/python/detail/result.hpp
  680. - contrib/restricted/boost/python/include/boost/python/detail/target.hpp
  681. - contrib/restricted/boost/python/include/boost/python/detail/signature.hpp
  682. - contrib/restricted/boost/python/include/boost/python/detail/type_list_impl.hpp
  683. - contrib/restricted/boost/python/include/boost/python/object/make_holder.hpp
  684. - contrib/restricted/boost/python/include/boost/python/object_core.hpp
  685. - contrib/restricted/boost/python/include/boost/python/object/pointer_holder.hpp
  686. - contrib/restricted/boost/python/include/boost/python/override.hpp
  687. - contrib/restricted/boost/python/include/boost/python/signature.hpp
  688. - contrib/restricted/boost/python/include/boost/python/object/value_holder.hpp
  689. - contrib/restricted/boost/python/include/boost/python/detail/make_tuple.hpp
  690. - source_filter: "^contrib/restricted/boost/signals2"
  691. includes:
  692. - BOOST_PP_ITERATE():
  693. - contrib/restricted/boost/signals2/include/boost/signals2/detail/preprocessed_arg_type_template.hpp
  694. - contrib/restricted/boost/signals2/include/boost/signals2/detail/signal_template.hpp
  695. - contrib/restricted/boost/signals2/include/boost/signals2/detail/slot_template.hpp
  696. - source_filter: "^contrib/restricted/boost/spirit"
  697. includes:
  698. - BOOST_PP_ITERATE():
  699. - contrib/restricted/boost/spirit/include/boost/spirit/home/karma/generate_attr.hpp
  700. - contrib/restricted/boost/spirit/include/boost/spirit/home/karma/nonterminal/detail/fcall.hpp
  701. - contrib/restricted/boost/spirit/include/boost/spirit/home/karma/stream/format_manip_attr.hpp
  702. - contrib/restricted/boost/spirit/include/boost/spirit/home/lex/tokenize_and_parse_attr.hpp
  703. - contrib/restricted/boost/spirit/include/boost/spirit/home/qi/nonterminal/detail/fcall.hpp
  704. - contrib/restricted/boost/spirit/include/boost/spirit/home/qi/parse_attr.hpp
  705. - contrib/restricted/boost/spirit/include/boost/spirit/home/qi/stream/match_manip_attr.hpp
  706. - contrib/restricted/boost/spirit/include/boost/spirit/home/support/detail/as_variant.hpp
  707. - source_filter: "^contrib/restricted/boost/type_erasure"
  708. includes:
  709. - BOOST_PP_ITERATE():
  710. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/callable.hpp
  711. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/check_match.hpp
  712. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/call.hpp
  713. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/constructible.hpp
  714. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/adapt_to_vtable.hpp
  715. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/check_call.hpp
  716. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/get_placeholders.hpp
  717. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/instantiate.hpp
  718. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/extract_concept.hpp
  719. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/normalize_deduced.hpp
  720. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/vtable.hpp
  721. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/construct.hpp
  722. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/tuple.hpp
  723. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/null.hpp
  724. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/require_match.hpp
  725. - contrib/restricted/boost/type_erasure/include/boost/type_erasure/detail/rebind_placeholders.hpp
  726. - source_filter: "^contrib/restricted/boost/type_traits"
  727. includes:
  728. - BOOST_PP_ITERATE():
  729. - contrib/restricted/boost/type_traits/include/boost/type_traits/detail/is_function_ptr_helper.hpp
  730. - contrib/restricted/boost/type_traits/include/boost/type_traits/detail/is_function_ptr_tester.hpp
  731. - contrib/restricted/boost/type_traits/include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp
  732. - contrib/restricted/boost/type_traits/include/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp
  733. - source_filter: "^contrib/restricted/boost/typeof"
  734. includes:
  735. - BOOST_PP_ITERATE():
  736. - contrib/restricted/boost/typeof/include/boost/typeof/register_functions_iterate.hpp
  737. - source_filter: "^contrib/restricted/boost/utility"
  738. includes:
  739. - BOOST_PP_ITERATE():
  740. - contrib/restricted/boost/utility/include/boost/utility/in_place_factory.hpp
  741. - contrib/restricted/boost/utility/include/boost/utility/detail/result_of_iterate.hpp
  742. - contrib/restricted/boost/utility/include/boost/utility/typed_in_place_factory.hpp
  743. - source_filter: "^contrib/restricted/boost/variant"
  744. includes:
  745. - BOOST_PP_ITERATE():
  746. - contrib/restricted/boost/variant/include/boost/variant/detail/substitute.hpp
  747. - source_filter: "^contrib/libs/gperftools"
  748. includes:
  749. - STACKTRACE_INL_HEADER:
  750. - contrib/libs/gperftools/srcstacktrace_win32-inl.inc
  751. - contrib/libs/gperftools/srcstacktrace_generic-inl.inc
  752. - contrib/libs/gperftools/srcstacktrace_emscripten-inl.inc
  753. - contrib/libs/gperftools/srcstacktrace_x86-inl.inc
  754. - contrib/libs/gperftools/srcstacktrace_powerpc-inl.inc
  755. - contrib/libs/gperftools/srcstacktrace_aarch64-inl.inc
  756. - contrib/libs/gperftools/srcstacktrace_riscv-inl.inc
  757. - contrib/libs/gperftools/srcstacktrace_unimplemented-inl.inc
  758. - source_filter: "^contrib/libs/lzo2"
  759. includes:
  760. - LZO_CODE_MATCH_INCLUDE_FILE:
  761. - contrib/libs/lzo2/lzo1_cm.ch
  762. - contrib/libs/lzo2/lzo1a_cm.ch
  763. - contrib/libs/lzo2/lzo1b_cm.ch
  764. - LZO_CODE_RUN_INCLUDE_FILE: contrib/libs/lzo2/lzo1b_cr.ch
  765. - LZO_SEARCH_MATCH_INCLUDE_FILE: contrib/libs/lzo2/lzo1b_sm.ch
  766. - LZO_TEST_MATCH_INCLUDE_FILE: contrib/libs/lzo2/lzo1b_tm.ch
  767. - source_filter: "^contrib/libs/msgpack"
  768. includes:
  769. - _msgpack_atomic_counter_header:
  770. - $U/windows.h
  771. - contrib/libs/msgpack/include/msgpack/gcc_atomic.h
  772. - contrib/libs/msgpack/include/msgpack/gcc_atomic.hpp
  773. - source_filter: "^contrib/tools/fluent-bit-full/lib/msgpack-c"
  774. includes:
  775. - _msgpack_atomic_counter_header:
  776. - $U/windows.h
  777. - $U/ntddk.h
  778. - contrib/tools/fluent-bit-full/lib/msgpack-c/include/msgpack/gcc_atomic.h
  779. - source_filter: "^contrib/libs/opencv/modules/calib3d"
  780. includes:
  781. - CV_CPU_SIMD_FILENAME: contrib/libs/opencv/modules/calib3d/src/undistort.simd.hpp
  782. - source_filter: "^contrib/libs/opencv/modules/core"
  783. includes:
  784. - CV_CPU_SIMD_FILENAME:
  785. - contrib/libs/opencv/modules/core/src/arithm.simd.hpp
  786. - contrib/libs/opencv/modules/core/src/convert.simd.hpp
  787. - contrib/libs/opencv/modules/core/src/convert_scale.simd.hpp
  788. - contrib/libs/opencv/modules/core/src/count_non_zero.simd.hpp
  789. - contrib/libs/opencv/modules/core/src/mathfuncs_core.simd.hpp
  790. - contrib/libs/opencv/modules/core/src/matmul.simd.hpp
  791. - contrib/libs/opencv/modules/core/src/mean.simd.hpp
  792. - contrib/libs/opencv/modules/core/src/merge.simd.hpp
  793. - contrib/libs/opencv/modules/core/src/split.simd.hpp
  794. - contrib/libs/opencv/modules/core/src/stat.simd.hpp
  795. - contrib/libs/opencv/modules/core/src/sum.simd.hpp
  796. - source_filter: "^contrib/libs/opencv/modules/imgproc"
  797. includes:
  798. - CV_CPU_SIMD_FILENAME:
  799. - contrib/libs/opencv/modules/imgproc/src/accum.simd.hpp
  800. - contrib/libs/opencv/modules/imgproc/src/bilateral_filter.simd.hpp
  801. - contrib/libs/opencv/modules/imgproc/src/box_filter.simd.hpp
  802. - contrib/libs/opencv/modules/imgproc/src/color_hsv.simd.hpp
  803. - contrib/libs/opencv/modules/imgproc/src/color_rgb.simd.hpp
  804. - contrib/libs/opencv/modules/imgproc/src/color_yuv.simd.hpp
  805. - contrib/libs/opencv/modules/imgproc/src/filter.simd.hpp
  806. - contrib/libs/opencv/modules/imgproc/src/median_blur.simd.hpp
  807. - contrib/libs/opencv/modules/imgproc/src/morph.simd.hpp
  808. - contrib/libs/opencv/modules/imgproc/src/smooth.simd.hpp
  809. - contrib/libs/opencv/modules/imgproc/src/sumpixels.simd.hpp
  810. - source_filter: "^contrib/libs/opencv/modules/features2d"
  811. includes:
  812. - CV_CPU_SIMD_FILENAME: contrib/libs/opencv/modules/features2d/src/sift.simd.hpp
  813. - source_filter: "^contrib/libs/openmpi"
  814. includes:
  815. - MCA_event_IMPLEMENTATION_HEADER: contrib/libs/openmpi/opal/mca/event/external/external.h
  816. - MCA_hwloc_external_header: contrib/libs/hwloc/include/hwloc.h
  817. - MCA_hwloc_external_shmem_header: contrib/libs/hwloc/include/hwloc/shmem.h
  818. - MCA_hwloc_IMPLEMENTATION_HEADER: contrib/libs/openmpi/opal/mca/hwloc/external/external.h
  819. - MCA_memory_IMPLEMENTATION_HEADER: contrib/libs/openmpi/opal/mca/memory/base/empty.h
  820. - MCA_rte_IMPLEMENTATION_HEADER: contrib/libs/openmpi/ompi/mca/rte/orte/rte_orte.h
  821. - MCA_timer_IMPLEMENTATION_HEADER: contrib/libs/openmpi/opal/mca/timer/linux/timer_linux.h
  822. - PMIX_EVENT2_THREAD_HEADER: contrib/libs/openmpi/opal/mca/event/external/external.h
  823. - PMIX_EVENT_HEADER: contrib/libs/openmpi/opal/mca/event/external/external.h
  824. - PMIX_HWLOC_HEADER: contrib/libs/openmpi/opal/mca/hwloc/external/external.h
  825. - source_filter: "^contrib/libs/pugixml"
  826. includes:
  827. - PUGIXML_SOURCE: contrib/libs/pugixml/pugixml.cpp
  828. - source_filter: "^contrib/libs/unixodbc"
  829. includes:
  830. - LT_CONFIG_H: $U/config.h
  831. - source_filter: "^contrib/deprecated/xpdf"
  832. includes:
  833. - FT_CFF_DRIVER_H: contrib/libs/freetype/include/freetype/ftdriver.h
  834. - source_filter: "^contrib/restricted/xpdf/splash"
  835. includes:
  836. - FT_CFF_DRIVER_H: contrib/libs/freetype/include/freetype/ftdriver.h
  837. - source_filter: "^contrib/libs/nvidia/thrust"
  838. includes:
  839. - __THRUST_DEVICE_SYSTEM_ADJACENT_DIFFERENCE_HEADER:
  840. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/adjacent_difference.h
  841. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/adjacent_difference.h
  842. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/adjacent_difference.h
  843. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/adjacent_difference.h
  844. - __THRUST_DEVICE_SYSTEM_ASSIGN_VALUE_HEADER:
  845. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/assign_value.h
  846. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/assign_value.h
  847. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/assign_value.h
  848. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/assign_value.h
  849. - __THRUST_DEVICE_SYSTEM_BINARY_SEARCH_HEADER:
  850. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/binary_search.h
  851. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/binary_search.h
  852. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/binary_search.h
  853. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/binary_search.h
  854. - __THRUST_DEVICE_SYSTEM_COPY_HEADER:
  855. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/copy.h
  856. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/copy.h
  857. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/copy.h
  858. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/copy.h
  859. - __THRUST_DEVICE_SYSTEM_COPY_IF_HEADER:
  860. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/copy_if.h
  861. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/copy_if.h
  862. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/copy_if.h
  863. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/copy_if.h
  864. - __THRUST_DEVICE_SYSTEM_COUNT_HEADER:
  865. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/count.h
  866. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/count.h
  867. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/count.h
  868. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/count.h
  869. - __THRUST_DEVICE_SYSTEM_EQUAL_HEADER:
  870. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/equal.h
  871. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/equal.h
  872. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/equal.h
  873. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/equal.h
  874. - __THRUST_DEVICE_SYSTEM_EXECUTION_POLICY_HEADER:
  875. - contrib/libs/nvidia/thrust/thrust/system/cpp/execution_policy.h
  876. - contrib/libs/nvidia/thrust/thrust/system/cuda/execution_policy.h
  877. - contrib/libs/nvidia/thrust/thrust/system/omp/execution_policy.h
  878. - contrib/libs/nvidia/thrust/thrust/system/tbb/execution_policy.h
  879. - __THRUST_DEVICE_SYSTEM_EXTREMA_HEADER:
  880. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/extrema.h
  881. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/extrema.h
  882. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/extrema.h
  883. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/extrema.h
  884. - __THRUST_DEVICE_SYSTEM_FILL_HEADER:
  885. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/fill.h
  886. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/fill.h
  887. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/fill.h
  888. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/fill.h
  889. - __THRUST_DEVICE_SYSTEM_FIND_HEADER:
  890. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/find.h
  891. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/find.h
  892. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/find.h
  893. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/find.h
  894. - __THRUST_DEVICE_SYSTEM_FOR_EACH_HEADER:
  895. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/for_each.h
  896. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/for_each.h
  897. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/for_each.h
  898. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/for_each.h
  899. - __THRUST_DEVICE_SYSTEM_GENERATE_HEADER:
  900. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/generate.h
  901. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/generate.h
  902. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/generate.h
  903. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/generate.h
  904. - __THRUST_DEVICE_SYSTEM_GET_VALUE_HEADER:
  905. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/get_value.h
  906. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/get_value.h
  907. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/get_value.h
  908. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/get_value.h
  909. - __THRUST_DEVICE_SYSTEM_ITER_SWAP_HEADER:
  910. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/iter_swap.h
  911. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/iter_swap.h
  912. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/iter_swap.h
  913. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/iter_swap.h
  914. - __THRUST_DEVICE_SYSTEM_MALLOC_AND_FREE_HEADER:
  915. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/malloc_and_free.h
  916. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/malloc_and_free.h
  917. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/malloc_and_free.h
  918. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/malloc_and_free.h
  919. - __THRUST_DEVICE_SYSTEM_MEMORY_HEADER:
  920. - contrib/libs/nvidia/thrust/thrust/system/cpp/memory_resource.h
  921. - contrib/libs/nvidia/thrust/thrust/system/cuda/memory_resource.h
  922. - contrib/libs/nvidia/thrust/thrust/system/omp/memory_resource.h
  923. - contrib/libs/nvidia/thrust/thrust/system/tbb/memory_resource.h
  924. - contrib/libs/nvidia/thrust/thrust/system/cpp/memory.h
  925. - contrib/libs/nvidia/thrust/thrust/system/cuda/memory.h
  926. - contrib/libs/nvidia/thrust/thrust/system/omp/memory.h
  927. - contrib/libs/nvidia/thrust/thrust/system/tbb/memory.h
  928. - __THRUST_DEVICE_SYSTEM_MERGE_HEADER:
  929. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/merge.h
  930. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/merge.h
  931. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/merge.h
  932. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/merge.h
  933. - __THRUST_DEVICE_SYSTEM_MISMATCH_HEADER:
  934. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/mismatch.h
  935. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/mismatch.h
  936. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/mismatch.h
  937. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/mismatch.h
  938. - __THRUST_DEVICE_SYSTEM_PARTITION_HEADER:
  939. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/partition.h
  940. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/partition.h
  941. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/partition.h
  942. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/partition.h
  943. - __THRUST_DEVICE_SYSTEM_REDUCE_BY_KEY_HEADER:
  944. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/reduce_by_key.h
  945. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/reduce_by_key.h
  946. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/reduce_by_key.h
  947. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/reduce_by_key.h
  948. - __THRUST_DEVICE_SYSTEM_REDUCE_HEADER:
  949. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/reduce.h
  950. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/reduce.h
  951. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/reduce.h
  952. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/reduce.h
  953. - __THRUST_DEVICE_SYSTEM_REMOVE_HEADER:
  954. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/remove.h
  955. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/remove.h
  956. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/remove.h
  957. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/remove.h
  958. - __THRUST_DEVICE_SYSTEM_REPLACE_HEADER:
  959. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/replace.h
  960. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/replace.h
  961. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/replace.h
  962. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/replace.h
  963. - __THRUST_DEVICE_SYSTEM_REVERSE_HEADER:
  964. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/reverse.h
  965. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/reverse.h
  966. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/reverse.h
  967. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/reverse.h
  968. - __THRUST_DEVICE_SYSTEM_SCAN_BY_KEY_HEADER:
  969. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/scan_by_key.h
  970. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/scan_by_key.h
  971. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/scan_by_key.h
  972. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/scan_by_key.h
  973. - __THRUST_DEVICE_SYSTEM_SCAN_HEADER:
  974. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/scan.h
  975. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/scan.h
  976. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/scan.h
  977. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/scan.h
  978. - __THRUST_DEVICE_SYSTEM_SCATTER_HEADER:
  979. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/scatter.h
  980. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/scatter.h
  981. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/scatter.h
  982. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/scatter.h
  983. - __THRUST_DEVICE_SYSTEM_SEQUENCE_HEADER:
  984. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/sequence.h
  985. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/sequence.h
  986. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/sequence.h
  987. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/sequence.h
  988. - __THRUST_DEVICE_SYSTEM_SORT_HEADER:
  989. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/sort.h
  990. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/sort.h
  991. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/sort.h
  992. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/sort.h
  993. - __THRUST_DEVICE_SYSTEM_SWAP_RANGES_HEADER:
  994. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/swap_ranges.h
  995. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/swap_ranges.h
  996. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/swap_ranges.h
  997. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/swap_ranges.h
  998. - __THRUST_DEVICE_SYSTEM_TABULATE_HEADER:
  999. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/tabulate.h
  1000. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/tabulate.h
  1001. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/tabulate.h
  1002. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/tabulate.h
  1003. - __THRUST_DEVICE_SYSTEM_TAG_HEADER:
  1004. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/execution_policy.h
  1005. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/execution_policy.h
  1006. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/execution_policy.h
  1007. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/execution_policy.h
  1008. - __THRUST_DEVICE_SYSTEM_TEMPORARY_BUFFER_HEADER:
  1009. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/temporary_buffer.h
  1010. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/temporary_buffer.h
  1011. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/temporary_buffer.h
  1012. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/temporary_buffer.h
  1013. - __THRUST_DEVICE_SYSTEM_TRANSFORM_HEADER:
  1014. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/transform.h
  1015. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/transform.h
  1016. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/transform.h
  1017. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/transform.h
  1018. - __THRUST_DEVICE_SYSTEM_TRANSFORM_REDUCE_HEADER:
  1019. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/transform_reduce.h
  1020. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/transform_reduce.h
  1021. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/transform_reduce.h
  1022. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/transform_reduce.h
  1023. - __THRUST_DEVICE_SYSTEM_UNINITIALIZED_FILL_HEADER:
  1024. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/uninitialized_fill.h
  1025. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/uninitialized_fill.h
  1026. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/uninitialized_fill.h
  1027. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/uninitialized_fill.h
  1028. - __THRUST_DEVICE_SYSTEM_UNIQUE_BY_KEY_HEADER:
  1029. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/unique_by_key.h
  1030. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/unique_by_key.h
  1031. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/unique_by_key.h
  1032. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/unique_by_key.h
  1033. - __THRUST_DEVICE_SYSTEM_UNIQUE_HEADER:
  1034. - contrib/libs/nvidia/thrust/thrust/system/cpp/detail/unique.h
  1035. - contrib/libs/nvidia/thrust/thrust/system/cuda/detail/unique.h
  1036. - contrib/libs/nvidia/thrust/thrust/system/omp/detail/unique.h
  1037. - contrib/libs/nvidia/thrust/thrust/system/tbb/detail/unique.h
  1038. - THRUST_MR_STD_MR_HEADER:
  1039. # this macro has a second value <memory_resource> that will not be used
  1040. - contrib/libs/cxxsupp/libcxx/include/experimental/memory_resource
  1041. - source_filter: "^contrib/libs/unixodbc/libltdl"
  1042. includes:
  1043. - LT_CONFIG_H: $U/config.h
  1044. - source_filter: "^contrib/libs/esp-idf"
  1045. includes:
  1046. - LWIP_HOOK_FILENAME: contrib/libs/esp-idf/components/lwip/port/esp32/include/lwip_default_hooks.h
  1047. - MBEDTLS_CONFIG_FILE: contrib/libs/esp-idf/components/mbedtls/port/include/mbedtls/esp_config.h
  1048. - source_filter: "^contrib/libs/sparsehash/src/sparsehash"
  1049. includes:
  1050. - HASH_FUN_H: util/generic/hash.h
  1051. - source_filter: "^contrib/libs/cbc/Cbc/src/OsiCbc"
  1052. includes:
  1053. - OSICBC_DFLT_SOLVER_HPP: contrib/libs/cbc/Clp/src/OsiClp/OsiClpSolverInterface.hpp
  1054. - source_filter: "^contrib/libs/glog/sources/src"
  1055. includes:
  1056. - STACKTRACE_H:
  1057. - contrib/libs/glog/sources/src/stacktrace_x86-inl.h
  1058. - contrib/libs/glog/sources/src/stacktrace_x86_64-inl.h
  1059. - contrib/libs/glog/sources/src/stacktrace_powerpc-inl.h
  1060. - contrib/libs/glog/sources/src/stacktrace_generic-inl.h
  1061. - source_filter: "^contrib/libs/harfbuzz"
  1062. includes:
  1063. - HB_STRING_ARRAY_LIST:
  1064. - contrib/libs/harfbuzz/src/hb-ot-cff1-std-str.hh
  1065. - contrib/libs/harfbuzz/src/hb-ot-post-macroman.hh
  1066. - source_filter: "^contrib/libs/hdf5/src"
  1067. includes:
  1068. - H5_ZLIB_HEADER: contrib/libs/zlib/include/zlib.h
  1069. - source_filter: "^contrib/libs/libgit2/src/util/hash/sha1dc"
  1070. includes:
  1071. - SHA1DC_CUSTOM_INCLUDE_SHA1_C: contrib/libs/libgit2/src/util/git2_util.h
  1072. - SHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C: contrib/libs/libgit2/src/util/git2_util.h
  1073. - source_filter: "^contrib/libs/libyang"
  1074. includes:
  1075. - IETF_DATASTORES: contrib/libs/libyang/models/ietf-datastores@2018-02-14.h
  1076. - IETF_INET_TYPES_PATH: contrib/libs/libyang/models/ietf-inet-types@2013-07-15.h
  1077. - IETF_YANG_LIB_PATH: contrib/libs/libyang/models/ietf-yang-library@2019-01-04.h
  1078. - IETF_YANG_METADATA_PATH: contrib/libs/libyang/models/ietf-yang-metadata@2016-08-05.h
  1079. - IETF_YANG_TYPES_PATH: contrib/libs/libyang/models/ietf-yang-types@2013-07-15.h
  1080. - YANG_PATH: contrib/libs/libyang/models/yang@2017-02-20.h
  1081. # Connectedhomeip contrib uses a special type of imports for third-party includes https://github.com/project-chip/connectedhomeip/issues/4354
  1082. # Also empty MACROs here defined for Linux and ESP32 platforms, but esp32 files use third-party library esp-idf
  1083. # So there are some problems to resolve imports especially in contrib/libs/connectedhomeip/src/app,
  1084. # after resolving a problem via ADDINCL there will be much more errors. So currently these types of errors hide under empty resolving
  1085. - source_filter: "^contrib/libs/connectedhomeip/src"
  1086. includes:
  1087. - CHIP_SYSTEM_CONFIG_PLATFORM_LOG_INCLUDE:
  1088. - contrib/libs/connectedhomeip/src/platform/Darwin/Logging.h
  1089. - CHIP_SYSTEM_LAYER_IMPL_CONFIG_FILE:
  1090. - contrib/libs/connectedhomeip/src/system/SystemLayerImplSelect.h
  1091. - contrib/libs/connectedhomeip/src/system/SystemLayerImplFreeRTOS.h
  1092. - CHIP_PROJECT_CONFIG_INCLUDE: contrib/libs/connectedhomeip/config/standalone/CHIPProjectConfig.h
  1093. - SYSTEM_PROJECT_CONFIG_INCLUDE: contrib/libs/connectedhomeip/config/standalone/SystemProjectConfig.h
  1094. - CHIP_ADDRESS_RESOLVE_IMPL_INCLUDE_HEADER: contrib/libs/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.h
  1095. - CONFIGURATION_HEADER: contrib/libs/connectedhomeip/src/app/util/config.h
  1096. - CHIP_DEVICE_PROJECT_CONFIG_INCLUDE: contrib/libs/connectedhomeip/src/platform/ESP32/CHIPDeviceProjectConfig.h
  1097. - BLE_PLATFORM_CONFIG_INCLUDE
  1098. - CHIP_PLATFORM_CONFIG_INCLUDE
  1099. - INET_PLATFORM_CONFIG_INCLUDE
  1100. - SYSTEM_PLATFORM_CONFIG_INCLUDE
  1101. - CHIPDEVICEPLATFORMEVENT_HEADER
  1102. - CHIP_DEVICE_PLATFORM_CONFIG_INCLUDE
  1103. - CONFIGURATIONMANAGERIMPL_HEADER
  1104. - CONNECTIVITYMANAGERIMPL_HEADER
  1105. - KEYVALUESTOREMANAGERIMPL_HEADER
  1106. - PLATFORMMANAGERIMPL_HEADER
  1107. - THREADSTACKMANAGERIMPL_HEADER
  1108. - BLEMANAGERIMPL_HEADER
  1109. - source_filter: "^contrib/libs/sdbus-cpp"
  1110. includes:
  1111. - SDBUS_HEADER: contrib/libs/systemd/src/systemd/sd-bus.h
  1112. - source_filter: "^smart_devices/third_party/beken_freertos_sdk"
  1113. includes:
  1114. - LWIP_ERRNO_INCLUDE: smart_devices/third_party/beken_freertos_sdk/beken378/func/lwip_intf/lwip-2.1.2/src/include/lwip/errno.h
  1115. - LWIP_HOOK_FILENAME
  1116. - DHCP_GLOBAL_XID_HEADER
  1117. - MBEDTLS_CONFIG_FILE: smart_devices/third_party/beken_freertos_sdk/beken378/func/mbedtls/mbedtls-port/inc/aws_mbedtls_config.h
  1118. - MBEDTLS_USER_CONFIG_FILE
  1119. - MBEDTLS_PLATFORM_STD_MEM_HDR
  1120. - YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE
  1121. - YOTTA_CFG_MBEDTLS_USER_CONFIG_FILE
  1122. - xstr(MQTTCLIENT_PLATFORM_HEADER)
  1123. - source_filter: "^contrib/libs/openthread"
  1124. includes:
  1125. - OPENTHREAD_CONFIG_FILE
  1126. - source_filter: "^smart_devices/platforms/yandexmidi/zigbee/firmware/ncp"
  1127. includes:
  1128. - EMBER_AF_API_EMBER_TYPES: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/ember-types.h
  1129. - EMBER_AF_API_EZSP: smart_devices/third_party/gecko_sdk/protocol/zigbee/app/em260/command-context.h
  1130. - EMBER_AF_API_NEIGHBOR_HEADER: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/stack-info.h
  1131. - EMBER_AF_API_MFGLIB: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/mfglib.h
  1132. - EMBER_AF_API_CBKE: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/cbke-crypto-engine.h
  1133. - EMBER_AF_API_NVM3: smart_devices/third_party/gecko_sdk/platform/base/hal/plugin/nvm3/nvm3-token.h
  1134. - EMBER_AF_API_ZIGBEE_PRO: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/ember.h
  1135. - EMBER_AF_API_STACK: smart_devices/third_party/gecko_sdk/protocol/zigbee/stack/include/ember.h
  1136. - source_filter: "^smart_devices/third_party/gecko_sdk"
  1137. includes:
  1138. - SL_RAIL_UTIL_PA_CURVE_HEADER: smart_devices/third_party/gecko_sdk/platform/radio/rail_lib/plugin/pa-conversions/pa_curves_efr32.h
  1139. - SL_RAIL_UTIL_PA_CURVE_TYPES: smart_devices/third_party/gecko_sdk/platform/radio/rail_lib/plugin/pa-conversions/pa_curve_types_efr32.h