workspace.xml 148 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CMakeRunConfigurationManager" shouldGenerate="true" shouldDeleteObsolete="true">
  4. <generated>
  5. <config projectName="mdd" targetName="gmock" />
  6. <config projectName="mdd" targetName="gtest_main" />
  7. <config projectName="mdd" targetName="gtest" />
  8. <config projectName="mdd" targetName="gmock_main" />
  9. <config projectName="mdd" targetName="mdd_lib" />
  10. <config projectName="mdd" targetName="mdd_lib_test" />
  11. <config projectName="mdd" targetName="sqlite3" />
  12. </generated>
  13. </component>
  14. <component name="CMakeSettings">
  15. <configurations>
  16. <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DCMAKE_INSTALL_PREFIX=/home/willi/workspaces/master_thesis_ws/install" />
  17. </configurations>
  18. </component>
  19. <component name="ChangeListManager">
  20. <list default="true" id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="">
  21. <change afterPath="$PROJECT_DIR$/cmake/configure_msvc.cmake" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/lib/include/Connector.h" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/lib/include/Generator.h" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/lib/include/IConnection.h" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/lib/include/IGenerator.h" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/lib/include/IOptimizable.h" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/lib/include/IOptimizer.h" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/lib/include/IProperty.h" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/lib/include/IState.h" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/lib/include/ModuleMerge.h" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/lib/include/ModuleParameter.h" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/lib/include/ModuleSQL.h" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/lib/include/ModuleSplitt.h" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/lib/include/OptimizerBase.h" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/lib/include/OptimizerEvolutionary.h" afterDir="false" />
  36. <change afterPath="$PROJECT_DIR$/lib/include/ProcessorEvolution.h" afterDir="false" />
  37. <change afterPath="$PROJECT_DIR$/lib/include/ProcessorStandard.h" afterDir="false" />
  38. <change afterPath="$PROJECT_DIR$/lib/include/Property.h" afterDir="false" />
  39. <change afterPath="$PROJECT_DIR$/lib/include/UpdateState.h" afterDir="false" />
  40. <change afterPath="$PROJECT_DIR$/lib/include/state.h" afterDir="false" />
  41. <change afterPath="$PROJECT_DIR$/lib/src/Connector.cpp" afterDir="false" />
  42. <change afterPath="$PROJECT_DIR$/lib/src/Generator.cpp" afterDir="false" />
  43. <change afterPath="$PROJECT_DIR$/lib/src/ModuleMerge.cpp" afterDir="false" />
  44. <change afterPath="$PROJECT_DIR$/lib/src/ModuleParameter.cpp" afterDir="false" />
  45. <change afterPath="$PROJECT_DIR$/lib/src/ModuleSQL.cpp" afterDir="false" />
  46. <change afterPath="$PROJECT_DIR$/lib/src/ModuleSplitt.cpp" afterDir="false" />
  47. <change afterPath="$PROJECT_DIR$/lib/src/OptimizerBase.cpp" afterDir="false" />
  48. <change afterPath="$PROJECT_DIR$/lib/src/OptimizerEvolutionary.cpp" afterDir="false" />
  49. <change afterPath="$PROJECT_DIR$/lib/src/ProcessorEvolution.cpp" afterDir="false" />
  50. <change afterPath="$PROJECT_DIR$/lib/src/ProcessorStandard.cpp" afterDir="false" />
  51. <change afterPath="$PROJECT_DIR$/lib/test/db/materials.db" afterDir="false" />
  52. <change afterPath="$PROJECT_DIR$/lib/test/server/ansys/00_Model.inp" afterDir="false" />
  53. <change afterPath="$PROJECT_DIR$/lib/test/server/ansys/01_Parameter.inp" afterDir="false" />
  54. <change afterPath="$PROJECT_DIR$/lib/test/server/ansys/02_Laminate.inp" afterDir="false" />
  55. <change afterPath="$PROJECT_DIR$/lib/test/server/ansys/03_Modell.inp" afterDir="false" />
  56. <change afterPath="$PROJECT_DIR$/lib/test/server/ansys/04_Plot.inp" afterDir="false" />
  57. <change afterPath="$PROJECT_DIR$/lib/test/server/gfk_plate.py" afterDir="false" />
  58. <change afterPath="$PROJECT_DIR$/lib/test/server/monitor.json" afterDir="false" />
  59. <change afterPath="$PROJECT_DIR$/lib/test/server/server-ansys.py" afterDir="false" />
  60. <change afterPath="$PROJECT_DIR$/lib/test/test_Ansys.cpp" afterDir="false" />
  61. <change afterPath="$PROJECT_DIR$/lib/test/test_Connector.cpp" afterDir="false" />
  62. <change afterPath="$PROJECT_DIR$/lib/test/test_ModuleSQL.cpp" afterDir="false" />
  63. <change afterPath="$PROJECT_DIR$/lib/test/test_OptimizerEvolutionary.cpp" afterDir="false" />
  64. <change afterPath="$PROJECT_DIR$/lib/test/test_ProcessorStandard.cpp" afterDir="false" />
  65. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/Makefile" afterDir="false" />
  66. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk - Verknüpfung.lnk" afterDir="false" />
  67. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk.hpp" afterDir="false" />
  68. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_benchmark.cpp" afterDir="false" />
  69. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_01.cpp" afterDir="false" />
  70. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_02.cpp" afterDir="false" />
  71. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_03.cpp" afterDir="false" />
  72. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_04.cpp" afterDir="false" />
  73. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_05.cpp" afterDir="false" />
  74. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_06.cpp" afterDir="false" />
  75. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_07.cpp" afterDir="false" />
  76. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_08.cpp" afterDir="false" />
  77. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_09.cpp" afterDir="false" />
  78. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_10.cpp" afterDir="false" />
  79. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_11.cpp" afterDir="false" />
  80. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_12.cpp" afterDir="false" />
  81. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_13.cpp" afterDir="false" />
  82. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_14.cpp" afterDir="false" />
  83. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_15.cpp" afterDir="false" />
  84. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_16.cpp" afterDir="false" />
  85. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_17.cpp" afterDir="false" />
  86. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_18.cpp" afterDir="false" />
  87. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_simple_example_19.cpp" afterDir="false" />
  88. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/exprtk_test.cpp" afterDir="false" />
  89. <change afterPath="$PROJECT_DIR$/thirdparty/exprtk/readme.txt" afterDir="false" />
  90. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/.clang-format" afterDir="false" />
  91. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/.gitignore" afterDir="false" />
  92. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/.travis.yml" afterDir="false" />
  93. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/CMakeLists.txt" afterDir="false" />
  94. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/CONTRIBUTING.md" afterDir="false" />
  95. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/LICENSE" afterDir="false" />
  96. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/README.md" afterDir="false" />
  97. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/WORKSPACE" afterDir="false" />
  98. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/appveyor.yml" afterDir="false" />
  99. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/ci/env-linux.sh" afterDir="false" />
  100. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/ci/env-osx.sh" afterDir="false" />
  101. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/ci/get-nprocessors.sh" afterDir="false" />
  102. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/ci/log-config.sh" afterDir="false" />
  103. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/ci/travis.sh" afterDir="false" />
  104. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/CMakeLists.txt" afterDir="false" />
  105. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/CONTRIBUTORS" afterDir="false" />
  106. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/LICENSE" afterDir="false" />
  107. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/README.md" afterDir="false" />
  108. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/cmake/gmock.pc.in" afterDir="false" />
  109. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/cmake/gmock_main.pc.in" afterDir="false" />
  110. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/docs/cheat_sheet.md" afterDir="false" />
  111. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/docs/cook_book.md" afterDir="false" />
  112. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/docs/for_dummies.md" afterDir="false" />
  113. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/docs/gmock_faq.md" afterDir="false" />
  114. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-actions.h" afterDir="false" />
  115. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-cardinalities.h" afterDir="false" />
  116. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-function-mocker.h" afterDir="false" />
  117. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-generated-actions.h" afterDir="false" />
  118. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-generated-actions.h.pump" afterDir="false" />
  119. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-generated-function-mockers.h" afterDir="false" />
  120. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump" afterDir="false" />
  121. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-generated-matchers.h" afterDir="false" />
  122. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-generated-matchers.h.pump" afterDir="false" />
  123. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-matchers.h" afterDir="false" />
  124. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-more-actions.h" afterDir="false" />
  125. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-more-matchers.h" afterDir="false" />
  126. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock-nice-strict.h" afterDir="false" />
  127. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/gmock.h" afterDir="false" />
  128. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/internal/custom/README.md" afterDir="false" />
  129. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h" afterDir="false" />
  130. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump" afterDir="false" />
  131. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h" afterDir="false" />
  132. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/internal/custom/gmock-port.h" afterDir="false" />
  133. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h" afterDir="false" />
  134. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/internal/gmock-port.h" afterDir="false" />
  135. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/include/gmock/internal/gmock-pp.h" afterDir="false" />
  136. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/fuse_gmock_files.py" afterDir="false" />
  137. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/LICENSE" afterDir="false" />
  138. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/README" afterDir="false" />
  139. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/README.cppclean" afterDir="false" />
  140. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/cpp/__init__.py" afterDir="false" />
  141. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/cpp/ast.py" afterDir="false" />
  142. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/cpp/gmock_class.py" afterDir="false" />
  143. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py" afterDir="false" />
  144. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/cpp/keywords.py" afterDir="false" />
  145. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/cpp/tokenize.py" afterDir="false" />
  146. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/cpp/utils.py" afterDir="false" />
  147. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/generator/gmock_gen.py" afterDir="false" />
  148. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/gmock-config.in" afterDir="false" />
  149. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/gmock_doctor.py" afterDir="false" />
  150. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/upload.py" afterDir="false" />
  151. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/scripts/upload_gmock.py" afterDir="false" />
  152. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/src/gmock-all.cc" afterDir="false" />
  153. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/src/gmock-cardinalities.cc" afterDir="false" />
  154. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/src/gmock-internal-utils.cc" afterDir="false" />
  155. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/src/gmock-matchers.cc" afterDir="false" />
  156. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/src/gmock.cc" afterDir="false" />
  157. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/src/gmock_main.cc" afterDir="false" />
  158. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-actions_test.cc" afterDir="false" />
  159. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-cardinalities_test.cc" afterDir="false" />
  160. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-function-mocker_nc.cc" afterDir="false" />
  161. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-function-mocker_nc_test.py" afterDir="false" />
  162. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-function-mocker_test.cc" afterDir="false" />
  163. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-generated-actions_test.cc" afterDir="false" />
  164. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-generated-function-mockers_test.cc" afterDir="false" />
  165. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-generated-matchers_test.cc" afterDir="false" />
  166. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-internal-utils_test.cc" afterDir="false" />
  167. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-matchers_test.cc" afterDir="false" />
  168. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-more-actions_test.cc" afterDir="false" />
  169. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-nice-strict_test.cc" afterDir="false" />
  170. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-port_test.cc" afterDir="false" />
  171. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-pp-string_test.cc" afterDir="false" />
  172. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock-pp_test.cc" afterDir="false" />
  173. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_all_test.cc" afterDir="false" />
  174. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_ex_test.cc" afterDir="false" />
  175. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_leak_test.py" afterDir="false" />
  176. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_leak_test_.cc" afterDir="false" />
  177. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_link2_test.cc" afterDir="false" />
  178. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_link_test.cc" afterDir="false" />
  179. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_link_test.h" afterDir="false" />
  180. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_output_test.py" afterDir="false" />
  181. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_output_test_.cc" afterDir="false" />
  182. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_output_test_golden.txt" afterDir="false" />
  183. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_stress_test.cc" afterDir="false" />
  184. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_test.cc" afterDir="false" />
  185. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googlemock/test/gmock_test_utils.py" afterDir="false" />
  186. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/CMakeLists.txt" afterDir="false" />
  187. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/CONTRIBUTORS" afterDir="false" />
  188. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/LICENSE" afterDir="false" />
  189. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/README.md" afterDir="false" />
  190. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/cmake/Config.cmake.in" afterDir="false" />
  191. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/cmake/gtest.pc.in" afterDir="false" />
  192. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/cmake/gtest_main.pc.in" afterDir="false" />
  193. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/cmake/internal_utils.cmake" afterDir="false" />
  194. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/cmake/libgtest.la.in" afterDir="false" />
  195. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/docs/advanced.md" afterDir="false" />
  196. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/docs/faq.md" afterDir="false" />
  197. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/docs/pkgconfig.md" afterDir="false" />
  198. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/docs/primer.md" afterDir="false" />
  199. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/docs/pump_manual.md" afterDir="false" />
  200. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/docs/samples.md" afterDir="false" />
  201. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest-death-test.h" afterDir="false" />
  202. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest-matchers.h" afterDir="false" />
  203. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest-message.h" afterDir="false" />
  204. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest-param-test.h" afterDir="false" />
  205. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest-printers.h" afterDir="false" />
  206. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest-spi.h" afterDir="false" />
  207. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest-test-part.h" afterDir="false" />
  208. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest-typed-test.h" afterDir="false" />
  209. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest.h" afterDir="false" />
  210. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest_pred_impl.h" afterDir="false" />
  211. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/gtest_prod.h" afterDir="false" />
  212. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/custom/README.md" afterDir="false" />
  213. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/custom/gtest-port.h" afterDir="false" />
  214. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/custom/gtest-printers.h" afterDir="false" />
  215. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/custom/gtest.h" afterDir="false" />
  216. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h" afterDir="false" />
  217. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-filepath.h" afterDir="false" />
  218. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-internal.h" afterDir="false" />
  219. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-param-util.h" afterDir="false" />
  220. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-port-arch.h" afterDir="false" />
  221. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-port.h" afterDir="false" />
  222. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-string.h" afterDir="false" />
  223. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-type-util.h" afterDir="false" />
  224. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/include/gtest/internal/gtest-type-util.h.pump" afterDir="false" />
  225. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/prime_tables.h" afterDir="false" />
  226. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample1.cc" afterDir="false" />
  227. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample1.h" afterDir="false" />
  228. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample10_unittest.cc" afterDir="false" />
  229. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample1_unittest.cc" afterDir="false" />
  230. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample2.cc" afterDir="false" />
  231. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample2.h" afterDir="false" />
  232. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample2_unittest.cc" afterDir="false" />
  233. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample3-inl.h" afterDir="false" />
  234. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample3_unittest.cc" afterDir="false" />
  235. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample4.cc" afterDir="false" />
  236. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample4.h" afterDir="false" />
  237. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample4_unittest.cc" afterDir="false" />
  238. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample5_unittest.cc" afterDir="false" />
  239. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample6_unittest.cc" afterDir="false" />
  240. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample7_unittest.cc" afterDir="false" />
  241. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample8_unittest.cc" afterDir="false" />
  242. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/samples/sample9_unittest.cc" afterDir="false" />
  243. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/common.py" afterDir="false" />
  244. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/fuse_gtest_files.py" afterDir="false" />
  245. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/gen_gtest_pred_impl.py" afterDir="false" />
  246. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/gtest-config.in" afterDir="false" />
  247. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/pump.py" afterDir="false" />
  248. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/release_docs.py" afterDir="false" />
  249. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/test/Makefile" afterDir="false" />
  250. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/upload.py" afterDir="false" />
  251. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/scripts/upload_gtest.py" afterDir="false" />
  252. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-all.cc" afterDir="false" />
  253. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-death-test.cc" afterDir="false" />
  254. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-filepath.cc" afterDir="false" />
  255. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-internal-inl.h" afterDir="false" />
  256. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-matchers.cc" afterDir="false" />
  257. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-port.cc" afterDir="false" />
  258. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-printers.cc" afterDir="false" />
  259. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-test-part.cc" afterDir="false" />
  260. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest-typed-test.cc" afterDir="false" />
  261. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest.cc" afterDir="false" />
  262. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/src/gtest_main.cc" afterDir="false" />
  263. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-break-on-failure-unittest.py" afterDir="false" />
  264. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-break-on-failure-unittest_.cc" afterDir="false" />
  265. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-catch-exceptions-test.py" afterDir="false" />
  266. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-catch-exceptions-test_.cc" afterDir="false" />
  267. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-color-test.py" afterDir="false" />
  268. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-color-test_.cc" afterDir="false" />
  269. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-death-test-test.cc" afterDir="false" />
  270. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-death-test_ex_test.cc" afterDir="false" />
  271. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-env-var-test.py" afterDir="false" />
  272. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-env-var-test_.cc" afterDir="false" />
  273. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-filepath-test.cc" afterDir="false" />
  274. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-filter-unittest.py" afterDir="false" />
  275. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-filter-unittest_.cc" afterDir="false" />
  276. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-json-outfiles-test.py" afterDir="false" />
  277. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-json-output-unittest.py" afterDir="false" />
  278. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-list-tests-unittest.py" afterDir="false" />
  279. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-list-tests-unittest_.cc" afterDir="false" />
  280. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-listener-test.cc" afterDir="false" />
  281. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-message-test.cc" afterDir="false" />
  282. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-options-test.cc" afterDir="false" />
  283. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-output-test-golden-lin.txt" afterDir="false" />
  284. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-output-test.py" afterDir="false" />
  285. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-output-test_.cc" afterDir="false" />
  286. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-param-test-invalid-name1-test.py" afterDir="false" />
  287. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-param-test-invalid-name1-test_.cc" afterDir="false" />
  288. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-param-test-invalid-name2-test.py" afterDir="false" />
  289. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-param-test-invalid-name2-test_.cc" afterDir="false" />
  290. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-param-test-test.cc" afterDir="false" />
  291. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-param-test-test.h" afterDir="false" />
  292. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-param-test2-test.cc" afterDir="false" />
  293. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-port-test.cc" afterDir="false" />
  294. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-printers-test.cc" afterDir="false" />
  295. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-shuffle-test.py" afterDir="false" />
  296. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-shuffle-test_.cc" afterDir="false" />
  297. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-test-part-test.cc" afterDir="false" />
  298. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-test2_test.cc" afterDir="false" />
  299. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-throw-on-failure-test.py" afterDir="false" />
  300. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-throw-on-failure-test_.cc" afterDir="false" />
  301. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-uninitialized-test.py" afterDir="false" />
  302. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/googletest-uninitialized-test_.cc" afterDir="false" />
  303. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest-typed-test2_test.cc" afterDir="false" />
  304. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest-typed-test_test.cc" afterDir="false" />
  305. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest-typed-test_test.h" afterDir="false" />
  306. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest-unittest-api_test.cc" afterDir="false" />
  307. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_all_test.cc" afterDir="false" />
  308. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_assert_by_exception_test.cc" afterDir="false" />
  309. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_environment_test.cc" afterDir="false" />
  310. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_help_test.py" afterDir="false" />
  311. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_help_test_.cc" afterDir="false" />
  312. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_json_test_utils.py" afterDir="false" />
  313. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_list_output_unittest.py" afterDir="false" />
  314. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_list_output_unittest_.cc" afterDir="false" />
  315. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_main_unittest.cc" afterDir="false" />
  316. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_no_test_unittest.cc" afterDir="false" />
  317. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_pred_impl_unittest.cc" afterDir="false" />
  318. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_premature_exit_test.cc" afterDir="false" />
  319. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_prod_test.cc" afterDir="false" />
  320. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_repeat_test.cc" afterDir="false" />
  321. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_skip_environment_check_output_test.py" afterDir="false" />
  322. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_skip_in_environment_setup_test.cc" afterDir="false" />
  323. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_skip_test.cc" afterDir="false" />
  324. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_sole_header_test.cc" afterDir="false" />
  325. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_stress_test.cc" afterDir="false" />
  326. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_test_macro_stack_footprint_test.cc" afterDir="false" />
  327. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_test_utils.py" afterDir="false" />
  328. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_testbridge_test.py" afterDir="false" />
  329. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_testbridge_test_.cc" afterDir="false" />
  330. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_throw_on_failure_ex_test.cc" afterDir="false" />
  331. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_unittest.cc" afterDir="false" />
  332. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_xml_outfile1_test_.cc" afterDir="false" />
  333. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_xml_outfile2_test_.cc" afterDir="false" />
  334. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_xml_outfiles_test.py" afterDir="false" />
  335. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_xml_output_unittest.py" afterDir="false" />
  336. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_xml_output_unittest_.cc" afterDir="false" />
  337. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/gtest_xml_test_utils.py" afterDir="false" />
  338. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/production.cc" afterDir="false" />
  339. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/googletest/test/production.h" afterDir="false" />
  340. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/library.json" afterDir="false" />
  341. <change afterPath="$PROJECT_DIR$/thirdparty/googletest/platformio.ini" afterDir="false" />
  342. <change afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_binary.cpp" afterDir="false" />
  343. <change afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_binary.link" afterDir="false" />
  344. <change afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_binary.output" afterDir="false" />
  345. <change afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__binary_t.cpp" afterDir="false" />
  346. <change afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__binary_t.output" afterDir="false" />
  347. <change afterPath="$PROJECT_DIR$/thirdparty/json/include/json.h" afterDir="false" />
  348. <change afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/byte_container_with_subtype.hpp" afterDir="false" />
  349. <change afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/boolean_operators.hpp" afterDir="false" />
  350. <change afterPath="$PROJECT_DIR$/thirdparty/sqlite3/CMakeLists.txt" afterDir="false" />
  351. <change afterPath="$PROJECT_DIR$/thirdparty/sqlite3/shell.c" afterDir="false" />
  352. <change afterPath="$PROJECT_DIR$/thirdparty/sqlite3/sqlite3.c" afterDir="false" />
  353. <change afterPath="$PROJECT_DIR$/thirdparty/sqlite3/sqlite3.h" afterDir="false" />
  354. <change afterPath="$PROJECT_DIR$/thirdparty/sqlite3/sqlite3ext.h" afterDir="false" />
  355. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  356. <change beforePath="$PROJECT_DIR$/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/CMakeLists.txt" afterDir="false" />
  357. <change beforePath="$PROJECT_DIR$/cmake/auslegung-config.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/cmake/mdd-config.cmake" afterDir="false" />
  358. <change beforePath="$PROJECT_DIR$/lib/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/lib/CMakeLists.txt" afterDir="false" />
  359. <change beforePath="$PROJECT_DIR$/lib/include/IInput.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IInput.h" afterDir="false" />
  360. <change beforePath="$PROJECT_DIR$/lib/include/IModule.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IModule.h" afterDir="false" />
  361. <change beforePath="$PROJECT_DIR$/lib/include/IOutput.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IOutput.h" afterDir="false" />
  362. <change beforePath="$PROJECT_DIR$/lib/include/IProcessor.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IProcessor.h" afterDir="false" />
  363. <change beforePath="$PROJECT_DIR$/lib/include/IUnique.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IUnique.h" afterDir="false" />
  364. <change beforePath="$PROJECT_DIR$/lib/include/Input.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/Input.h" afterDir="false" />
  365. <change beforePath="$PROJECT_DIR$/lib/include/ModuleBase.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/ModuleBase.h" afterDir="false" />
  366. <change beforePath="$PROJECT_DIR$/lib/include/ModuleHTTP.h" beforeDir="false" />
  367. <change beforePath="$PROJECT_DIR$/lib/include/ModuleMath.h" beforeDir="false" />
  368. <change beforePath="$PROJECT_DIR$/lib/include/ModuleSwitch.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/ModuleSwitch.h" afterDir="false" />
  369. <change beforePath="$PROJECT_DIR$/lib/include/Output.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/Output.h" afterDir="false" />
  370. <change beforePath="$PROJECT_DIR$/lib/include/ProcessorBase.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/ProcessorBase.h" afterDir="false" />
  371. <change beforePath="$PROJECT_DIR$/lib/include/ProcessorManual.h" beforeDir="false" />
  372. <change beforePath="$PROJECT_DIR$/lib/src/Input.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/Input.cpp" afterDir="false" />
  373. <change beforePath="$PROJECT_DIR$/lib/src/ModuleBase.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ModuleBase.cpp" afterDir="false" />
  374. <change beforePath="$PROJECT_DIR$/lib/src/ModuleHTTP.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ModuleHTTP.cpp" afterDir="false" />
  375. <change beforePath="$PROJECT_DIR$/lib/src/ModuleMath.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ModuleMath.cpp" afterDir="false" />
  376. <change beforePath="$PROJECT_DIR$/lib/src/ModuleSwitch.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ModuleSwitch.cpp" afterDir="false" />
  377. <change beforePath="$PROJECT_DIR$/lib/src/Output.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/Output.cpp" afterDir="false" />
  378. <change beforePath="$PROJECT_DIR$/lib/src/ProcessorBase.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ProcessorBase.cpp" afterDir="false" />
  379. <change beforePath="$PROJECT_DIR$/lib/src/ProcessorManual.cpp" beforeDir="false" />
  380. <change beforePath="$PROJECT_DIR$/lib/test/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/CMakeLists.txt" afterDir="false" />
  381. <change beforePath="$PROJECT_DIR$/lib/test/server/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/server/.gitignore" afterDir="false" />
  382. <change beforePath="$PROJECT_DIR$/lib/test/server/links.txt" beforeDir="false" />
  383. <change beforePath="$PROJECT_DIR$/lib/test/server/server.py" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/server/server.py" afterDir="false" />
  384. <change beforePath="$PROJECT_DIR$/lib/test/test_ModuleHTTP.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/test_ModuleHTTP.cpp" afterDir="false" />
  385. <change beforePath="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" afterDir="false" />
  386. <change beforePath="$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp" afterDir="false" />
  387. <change beforePath="$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp" beforeDir="false" />
  388. <change beforePath="$PROJECT_DIR$/thirdparty/json/.travis.yml" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/.travis.yml" afterDir="false" />
  389. <change beforePath="$PROJECT_DIR$/thirdparty/json/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/CMakeLists.txt" afterDir="false" />
  390. <change beforePath="$PROJECT_DIR$/thirdparty/json/Makefile" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/Makefile" afterDir="false" />
  391. <change beforePath="$PROJECT_DIR$/thirdparty/json/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/README.md" afterDir="false" />
  392. <change beforePath="$PROJECT_DIR$/thirdparty/json/appveyor.yml" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/appveyor.yml" afterDir="false" />
  393. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/AUTHORS" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/AUTHORS" afterDir="false" />
  394. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/CMakeLists.txt" afterDir="false" />
  395. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/CONTRIBUTING.md" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/CONTRIBUTING.md" afterDir="false" />
  396. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/CONTRIBUTORS" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/CONTRIBUTORS" afterDir="false" />
  397. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/LICENSE" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/LICENSE" afterDir="false" />
  398. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/README.md" afterDir="false" />
  399. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/WORKSPACE" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/WORKSPACE" afterDir="false" />
  400. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/appveyor.yml" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/appveyor.yml" afterDir="false" />
  401. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/AddCXXCompilerFlag.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/AddCXXCompilerFlag.cmake" afterDir="false" />
  402. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/CXXFeatureCheck.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/CXXFeatureCheck.cmake" afterDir="false" />
  403. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/Config.cmake.in" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/Config.cmake.in" afterDir="false" />
  404. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/GetGitVersion.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/GetGitVersion.cmake" afterDir="false" />
  405. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake" afterDir="false" />
  406. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMAr.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMAr.cmake" afterDir="false" />
  407. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMNm.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMNm.cmake" afterDir="false" />
  408. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMRanLib.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMRanLib.cmake" afterDir="false" />
  409. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in" afterDir="false" />
  410. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/gnu_posix_regex.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/gnu_posix_regex.cpp" afterDir="false" />
  411. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/llvm-toolchain.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/llvm-toolchain.cmake" afterDir="false" />
  412. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/posix_regex.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/posix_regex.cpp" afterDir="false" />
  413. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake" afterDir="false" />
  414. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/std_regex.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/std_regex.cpp" afterDir="false" />
  415. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp" afterDir="false" />
  416. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/thread_safety_attributes.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/cmake/thread_safety_attributes.cpp" afterDir="false" />
  417. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/docs/AssemblyTests.md" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/docs/AssemblyTests.md" afterDir="false" />
  418. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/docs/tools.md" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/docs/tools.md" afterDir="false" />
  419. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/include/benchmark/benchmark.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/include/benchmark/benchmark.h" afterDir="false" />
  420. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/mingw.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/mingw.py" afterDir="false" />
  421. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/releasing.md" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/releasing.md" afterDir="false" />
  422. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/CMakeLists.txt" afterDir="false" />
  423. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/arraysize.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/arraysize.h" afterDir="false" />
  424. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark.cc" afterDir="false" />
  425. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark_api_internal.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark_api_internal.h" afterDir="false" />
  426. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark_main.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark_main.cc" afterDir="false" />
  427. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark_register.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark_register.cc" afterDir="false" />
  428. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark_register.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/benchmark_register.h" afterDir="false" />
  429. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/check.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/check.h" afterDir="false" />
  430. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/colorprint.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/colorprint.cc" afterDir="false" />
  431. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/colorprint.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/colorprint.h" afterDir="false" />
  432. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/commandlineflags.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/commandlineflags.cc" afterDir="false" />
  433. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/commandlineflags.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/commandlineflags.h" afterDir="false" />
  434. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/complexity.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/complexity.cc" afterDir="false" />
  435. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/complexity.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/complexity.h" afterDir="false" />
  436. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/console_reporter.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/console_reporter.cc" afterDir="false" />
  437. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/counter.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/counter.cc" afterDir="false" />
  438. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/counter.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/counter.h" afterDir="false" />
  439. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/csv_reporter.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/csv_reporter.cc" afterDir="false" />
  440. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/cycleclock.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/cycleclock.h" afterDir="false" />
  441. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/internal_macros.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/internal_macros.h" afterDir="false" />
  442. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/json_reporter.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/json_reporter.cc" afterDir="false" />
  443. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/log.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/log.h" afterDir="false" />
  444. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/mutex.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/mutex.h" afterDir="false" />
  445. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/re.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/re.h" afterDir="false" />
  446. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/reporter.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/reporter.cc" afterDir="false" />
  447. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/sleep.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/sleep.cc" afterDir="false" />
  448. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/sleep.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/sleep.h" afterDir="false" />
  449. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/statistics.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/statistics.cc" afterDir="false" />
  450. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/statistics.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/statistics.h" afterDir="false" />
  451. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/string_util.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/string_util.cc" afterDir="false" />
  452. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/string_util.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/string_util.h" afterDir="false" />
  453. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/sysinfo.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/sysinfo.cc" afterDir="false" />
  454. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/thread_manager.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/thread_manager.h" afterDir="false" />
  455. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/thread_timer.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/thread_timer.h" afterDir="false" />
  456. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/timers.cc" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/timers.cc" afterDir="false" />
  457. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/timers.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/src/timers.h" afterDir="false" />
  458. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/compare.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/compare.py" afterDir="false" />
  459. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/compare_bench.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/compare_bench.py" afterDir="false" />
  460. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run1.json" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run1.json" afterDir="false" />
  461. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run2.json" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test1_run2.json" afterDir="false" />
  462. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test2_run.json" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/Inputs/test2_run.json" afterDir="false" />
  463. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/__init__.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/__init__.py" afterDir="false" />
  464. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/report.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/report.py" afterDir="false" />
  465. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/util.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/gbench/util.py" afterDir="false" />
  466. <change beforePath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/strip_asm.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/benchmarks/thirdparty/benchmark/tools/strip_asm.py" afterDir="false" />
  467. <change beforePath="$PROJECT_DIR$/thirdparty/json/cmake/download_test_data.cmake" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/cmake/download_test_data.cmake" afterDir="false" />
  468. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/Doxyfile" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/Doxyfile" afterDir="false" />
  469. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/avatars.png" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/avatars.png" afterDir="false" />
  470. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/README.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/README.link" afterDir="false" />
  471. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/array.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/array.link" afterDir="false" />
  472. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/at__object_t_key_type.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/at__object_t_key_type.link" afterDir="false" />
  473. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/at__object_t_key_type_const.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/at__object_t_key_type_const.link" afterDir="false" />
  474. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/at__size_type.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/at__size_type.link" afterDir="false" />
  475. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/at__size_type_const.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/at__size_type_const.link" afterDir="false" />
  476. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/at_json_pointer.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/at_json_pointer.link" afterDir="false" />
  477. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/at_json_pointer_const.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/at_json_pointer_const.link" afterDir="false" />
  478. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/back.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/back.link" afterDir="false" />
  479. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__CompatibleType.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__CompatibleType.link" afterDir="false" />
  480. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__InputIt_InputIt.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__InputIt_InputIt.link" afterDir="false" />
  481. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__basic_json.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__basic_json.link" afterDir="false" />
  482. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__copyassignment.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__copyassignment.link" afterDir="false" />
  483. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__list_init_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__list_init_t.link" afterDir="false" />
  484. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__moveconstructor.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__moveconstructor.link" afterDir="false" />
  485. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__nullptr_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__nullptr_t.link" afterDir="false" />
  486. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__size_type_basic_json.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__size_type_basic_json.link" afterDir="false" />
  487. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__value.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__value.link" afterDir="false" />
  488. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__value_ptr.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__value_ptr.link" afterDir="false" />
  489. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__value_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/basic_json__value_t.link" afterDir="false" />
  490. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/begin.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/begin.link" afterDir="false" />
  491. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/cbegin.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/cbegin.link" afterDir="false" />
  492. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/cend.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/cend.link" afterDir="false" />
  493. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/clear.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/clear.link" afterDir="false" />
  494. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/contains.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/contains.link" afterDir="false" />
  495. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/contains_json_pointer.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/contains_json_pointer.cpp" afterDir="false" />
  496. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/contains_json_pointer.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/contains_json_pointer.link" afterDir="false" />
  497. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/contains_json_pointer.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/contains_json_pointer.output" afterDir="false" />
  498. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/count.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/count.link" afterDir="false" />
  499. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/crbegin.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/crbegin.link" afterDir="false" />
  500. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/crend.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/crend.link" afterDir="false" />
  501. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/diff.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/diff.link" afterDir="false" />
  502. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/dump.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/dump.link" afterDir="false" />
  503. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/emplace.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/emplace.link" afterDir="false" />
  504. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/emplace_back.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/emplace_back.link" afterDir="false" />
  505. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/empty.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/empty.link" afterDir="false" />
  506. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/end.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/end.link" afterDir="false" />
  507. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/erase__IteratorType.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/erase__IteratorType.link" afterDir="false" />
  508. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/erase__IteratorType_IteratorType.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/erase__IteratorType_IteratorType.link" afterDir="false" />
  509. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/erase__key_type.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/erase__key_type.link" afterDir="false" />
  510. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/erase__size_type.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/erase__size_type.link" afterDir="false" />
  511. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/exception.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/exception.link" afterDir="false" />
  512. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/find__key_type.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/find__key_type.link" afterDir="false" />
  513. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/flatten.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/flatten.link" afterDir="false" />
  514. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/from_bson.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/from_bson.link" afterDir="false" />
  515. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/from_cbor.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/from_cbor.link" afterDir="false" />
  516. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/from_msgpack.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/from_msgpack.link" afterDir="false" />
  517. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/from_ubjson.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/from_ubjson.link" afterDir="false" />
  518. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/front.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/front.link" afterDir="false" />
  519. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/get__PointerType.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/get__PointerType.link" afterDir="false" />
  520. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/get__ValueType_const.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/get__ValueType_const.link" afterDir="false" />
  521. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/get_ptr.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/get_ptr.link" afterDir="false" />
  522. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/get_ref.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/get_ref.link" afterDir="false" />
  523. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/get_to.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/get_to.link" afterDir="false" />
  524. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert.link" afterDir="false" />
  525. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert__count.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert__count.link" afterDir="false" />
  526. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert__ilist.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert__ilist.link" afterDir="false" />
  527. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert__range.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert__range.link" afterDir="false" />
  528. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert__range_object.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/insert__range_object.link" afterDir="false" />
  529. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/invalid_iterator.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/invalid_iterator.link" afterDir="false" />
  530. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_array.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_array.cpp" afterDir="false" />
  531. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_array.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_array.link" afterDir="false" />
  532. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_array.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_array.output" afterDir="false" />
  533. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_boolean.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_boolean.cpp" afterDir="false" />
  534. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_boolean.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_boolean.link" afterDir="false" />
  535. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_boolean.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_boolean.output" afterDir="false" />
  536. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_discarded.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_discarded.cpp" afterDir="false" />
  537. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_discarded.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_discarded.link" afterDir="false" />
  538. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_discarded.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_discarded.output" afterDir="false" />
  539. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_null.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_null.cpp" afterDir="false" />
  540. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_null.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_null.link" afterDir="false" />
  541. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_null.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_null.output" afterDir="false" />
  542. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number.cpp" afterDir="false" />
  543. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number.link" afterDir="false" />
  544. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number.output" afterDir="false" />
  545. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_float.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_float.cpp" afterDir="false" />
  546. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_float.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_float.link" afterDir="false" />
  547. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_float.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_float.output" afterDir="false" />
  548. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_integer.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_integer.cpp" afterDir="false" />
  549. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_integer.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_integer.link" afterDir="false" />
  550. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_integer.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_integer.output" afterDir="false" />
  551. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_unsigned.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_unsigned.cpp" afterDir="false" />
  552. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_unsigned.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_unsigned.link" afterDir="false" />
  553. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_unsigned.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_number_unsigned.output" afterDir="false" />
  554. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_object.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_object.cpp" afterDir="false" />
  555. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_object.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_object.link" afterDir="false" />
  556. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_object.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_object.output" afterDir="false" />
  557. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_primitive.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_primitive.cpp" afterDir="false" />
  558. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_primitive.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_primitive.link" afterDir="false" />
  559. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_primitive.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_primitive.output" afterDir="false" />
  560. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_string.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_string.cpp" afterDir="false" />
  561. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_string.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_string.link" afterDir="false" />
  562. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_string.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_string.output" afterDir="false" />
  563. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_structured.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_structured.cpp" afterDir="false" />
  564. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_structured.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_structured.link" afterDir="false" />
  565. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_structured.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/is_structured.output" afterDir="false" />
  566. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/items.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/items.link" afterDir="false" />
  567. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/iterator_wrapper.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/iterator_wrapper.link" afterDir="false" />
  568. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer.link" afterDir="false" />
  569. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__back.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__back.link" afterDir="false" />
  570. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__empty.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__empty.link" afterDir="false" />
  571. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__operator_add.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__operator_add.link" afterDir="false" />
  572. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__operator_add_binary.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__operator_add_binary.link" afterDir="false" />
  573. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__parent_pointer.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__parent_pointer.link" afterDir="false" />
  574. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__pop_back.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__pop_back.link" afterDir="false" />
  575. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__push_back.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__push_back.link" afterDir="false" />
  576. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__to_string.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/json_pointer__to_string.link" afterDir="false" />
  577. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/max_size.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/max_size.link" afterDir="false" />
  578. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/merge_patch.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/merge_patch.link" afterDir="false" />
  579. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/meta.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/meta.link" afterDir="false" />
  580. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/meta.output" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/meta.output" afterDir="false" />
  581. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/object.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/object.link" afterDir="false" />
  582. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__ValueType.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__ValueType.link" afterDir="false" />
  583. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__equal.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__equal.link" afterDir="false" />
  584. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__equal__nullptr_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__equal__nullptr_t.link" afterDir="false" />
  585. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__greater.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__greater.link" afterDir="false" />
  586. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__greaterequal.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__greaterequal.link" afterDir="false" />
  587. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__less.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__less.link" afterDir="false" />
  588. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__lessequal.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__lessequal.link" afterDir="false" />
  589. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__notequal.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__notequal.link" afterDir="false" />
  590. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__notequal__nullptr_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__notequal__nullptr_t.link" afterDir="false" />
  591. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__value_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator__value_t.link" afterDir="false" />
  592. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator_deserialize.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator_deserialize.link" afterDir="false" />
  593. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator_serialize.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operator_serialize.link" afterDir="false" />
  594. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorarray__key_type.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorarray__key_type.link" afterDir="false" />
  595. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorarray__key_type_const.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorarray__key_type_const.link" afterDir="false" />
  596. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorarray__size_type.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorarray__size_type.link" afterDir="false" />
  597. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorarray__size_type_const.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorarray__size_type_const.link" afterDir="false" />
  598. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorjson_pointer.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorjson_pointer.link" afterDir="false" />
  599. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorjson_pointer_const.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/operatorjson_pointer_const.link" afterDir="false" />
  600. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/other_error.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/other_error.link" afterDir="false" />
  601. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/out_of_range.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/out_of_range.link" afterDir="false" />
  602. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__array__parser_callback_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__array__parser_callback_t.link" afterDir="false" />
  603. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__contiguouscontainer__parser_callback_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__contiguouscontainer__parser_callback_t.link" afterDir="false" />
  604. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__istream__parser_callback_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__istream__parser_callback_t.link" afterDir="false" />
  605. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__iteratortype__parser_callback_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__iteratortype__parser_callback_t.link" afterDir="false" />
  606. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__string__parser_callback_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse__string__parser_callback_t.link" afterDir="false" />
  607. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse_error.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/parse_error.link" afterDir="false" />
  608. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/patch.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/patch.link" afterDir="false" />
  609. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/push_back.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/push_back.link" afterDir="false" />
  610. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/push_back__initializer_list.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/push_back__initializer_list.link" afterDir="false" />
  611. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/push_back__object_t__value.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/push_back__object_t__value.link" afterDir="false" />
  612. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/rbegin.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/rbegin.link" afterDir="false" />
  613. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/rend.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/rend.link" afterDir="false" />
  614. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/sax_parse.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/sax_parse.cpp" afterDir="false" />
  615. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/sax_parse.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/sax_parse.link" afterDir="false" />
  616. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/size.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/size.link" afterDir="false" />
  617. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__array_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__array_t.link" afterDir="false" />
  618. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__object_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__object_t.link" afterDir="false" />
  619. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__reference.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__reference.link" afterDir="false" />
  620. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__string_t.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/swap__string_t.link" afterDir="false" />
  621. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/to_bson.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/to_bson.link" afterDir="false" />
  622. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/to_cbor.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/to_cbor.link" afterDir="false" />
  623. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/to_msgpack.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/to_msgpack.link" afterDir="false" />
  624. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/to_ubjson.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/to_ubjson.link" afterDir="false" />
  625. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/type.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/type.link" afterDir="false" />
  626. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/type_error.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/type_error.link" afterDir="false" />
  627. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/type_name.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/type_name.link" afterDir="false" />
  628. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/unflatten.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/unflatten.link" afterDir="false" />
  629. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/update.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/update.link" afterDir="false" />
  630. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/examples/update__range.link" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/examples/update__range.link" afterDir="false" />
  631. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/index.md" afterDir="false" />
  632. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/scripts/git-update-ghpages" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/scripts/git-update-ghpages" afterDir="false" />
  633. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/scripts/send_to_wandbox.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/scripts/send_to_wandbox.py" afterDir="false" />
  634. <change beforePath="$PROJECT_DIR$/thirdparty/json/doc/usages/ios.png" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/doc/usages/ios.png" afterDir="false" />
  635. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/conversions/from_json.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/conversions/from_json.hpp" afterDir="false" />
  636. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/conversions/to_chars.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/conversions/to_chars.hpp" afterDir="false" />
  637. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/conversions/to_json.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/conversions/to_json.hpp" afterDir="false" />
  638. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/binary_reader.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/binary_reader.hpp" afterDir="false" />
  639. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/input_adapters.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/input_adapters.hpp" afterDir="false" />
  640. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/json_sax.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/json_sax.hpp" afterDir="false" />
  641. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/lexer.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/lexer.hpp" afterDir="false" />
  642. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/parser.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/input/parser.hpp" afterDir="false" />
  643. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/iterators/internal_iterator.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/iterators/internal_iterator.hpp" afterDir="false" />
  644. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/iterators/iter_impl.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/iterators/iter_impl.hpp" afterDir="false" />
  645. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/meta/cpp_future.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/meta/cpp_future.hpp" afterDir="false" />
  646. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/meta/type_traits.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/meta/type_traits.hpp" afterDir="false" />
  647. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/output/binary_writer.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/output/binary_writer.hpp" afterDir="false" />
  648. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/output/serializer.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/output/serializer.hpp" afterDir="false" />
  649. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/value_t.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/detail/value_t.hpp" afterDir="false" />
  650. <change beforePath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/json.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/include/nlohmann/json.hpp" afterDir="false" />
  651. <change beforePath="$PROJECT_DIR$/thirdparty/json/single_include/nlohmann/json.hpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/single_include/nlohmann/json.hpp" afterDir="false" />
  652. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/CMakeLists.txt" afterDir="false" />
  653. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/Makefile" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/Makefile" afterDir="false" />
  654. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-bson.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-bson.cpp" afterDir="false" />
  655. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-cbor.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-cbor.cpp" afterDir="false" />
  656. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-class_lexer.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-class_lexer.cpp" afterDir="false" />
  657. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-class_parser.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-class_parser.cpp" afterDir="false" />
  658. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-comparison.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-comparison.cpp" afterDir="false" />
  659. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-constructor1.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-constructor1.cpp" afterDir="false" />
  660. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-constructor2.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-constructor2.cpp" afterDir="false" />
  661. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-convenience.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-convenience.cpp" afterDir="false" />
  662. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-conversions.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-conversions.cpp" afterDir="false" />
  663. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-deserialization.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-deserialization.cpp" afterDir="false" />
  664. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-element_access1.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-element_access1.cpp" afterDir="false" />
  665. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-inspection.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-inspection.cpp" afterDir="false" />
  666. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-json_pointer.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-json_pointer.cpp" afterDir="false" />
  667. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-modifiers.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-modifiers.cpp" afterDir="false" />
  668. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-msgpack.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-msgpack.cpp" afterDir="false" />
  669. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-noexcept.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-noexcept.cpp" afterDir="false" />
  670. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-pointer_access.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-pointer_access.cpp" afterDir="false" />
  671. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-regression.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-regression.cpp" afterDir="false" />
  672. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-serialization.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-serialization.cpp" afterDir="false" />
  673. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-ubjson.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-ubjson.cpp" afterDir="false" />
  674. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/src/unit-udt.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/src/unit-udt.cpp" afterDir="false" />
  675. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/thirdparty/doctest/LICENSE.txt" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/thirdparty/doctest/LICENSE.txt" afterDir="false" />
  676. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/thirdparty/doctest/doctest.h" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/thirdparty/doctest/doctest.h" afterDir="false" />
  677. <change beforePath="$PROJECT_DIR$/thirdparty/json/test/thirdparty/imapdl/filterbr.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/test/thirdparty/imapdl/filterbr.py" afterDir="false" />
  678. <change beforePath="$PROJECT_DIR$/thirdparty/json/third_party/amalgamate/amalgamate.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/third_party/amalgamate/amalgamate.py" afterDir="false" />
  679. <change beforePath="$PROJECT_DIR$/thirdparty/json/third_party/cpplint/cpplint.py" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/third_party/cpplint/cpplint.py" afterDir="false" />
  680. <change beforePath="$PROJECT_DIR$/thirdparty/json/third_party/cpplint/update.sh" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json/third_party/cpplint/update.sh" afterDir="false" />
  681. </list>
  682. <ignored path="$PROJECT_DIR$/cmake-build-debug/" />
  683. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  684. <option name="SHOW_DIALOG" value="false" />
  685. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  686. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  687. <option name="LAST_RESOLUTION" value="IGNORE" />
  688. </component>
  689. <component name="ClangdSettings">
  690. <option name="formatViaClangd" value="false" />
  691. </component>
  692. <component name="ExecutionTargetManager" SELECTED_TARGET="CMakeBuildProfile:Debug" />
  693. <component name="FavoritesManager">
  694. <favorites_list name="mdd" />
  695. </component>
  696. <component name="FileEditorManager">
  697. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  698. <file pinned="false" current-in-tab="false">
  699. <entry file="file://$PROJECT_DIR$/lib/src/ModuleHTTP.cpp">
  700. <provider selected="true" editor-type-id="text-editor">
  701. <state relative-caret-position="1560">
  702. <caret line="104" column="5" selection-start-line="104" selection-start-column="5" selection-end-line="104" selection-end-column="5" />
  703. <folding>
  704. <element signature="e#0#23#0" expanded="true" />
  705. </folding>
  706. </state>
  707. </provider>
  708. </entry>
  709. </file>
  710. <file pinned="false" current-in-tab="false">
  711. <entry file="file://$PROJECT_DIR$/CMakeLists.txt">
  712. <provider selected="true" editor-type-id="text-editor">
  713. <state relative-caret-position="105">
  714. <caret line="7" column="51" lean-forward="true" selection-start-line="7" selection-start-column="51" selection-end-line="7" selection-end-column="51" />
  715. </state>
  716. </provider>
  717. </entry>
  718. </file>
  719. <file pinned="false" current-in-tab="false">
  720. <entry file="file://$PROJECT_DIR$/lib/include/Property.h">
  721. <provider selected="true" editor-type-id="text-editor">
  722. <state relative-caret-position="339">
  723. <caret line="49" column="43" lean-forward="true" selection-start-line="49" selection-start-column="43" selection-end-line="49" selection-end-column="43" />
  724. </state>
  725. </provider>
  726. </entry>
  727. </file>
  728. <file pinned="false" current-in-tab="false">
  729. <entry file="file:///usr/include/unistd.h">
  730. <provider selected="true" editor-type-id="text-editor">
  731. <state relative-caret-position="8475">
  732. <caret line="565" column="11" selection-start-line="565" selection-start-column="11" selection-end-line="565" selection-end-column="11" />
  733. </state>
  734. </provider>
  735. </entry>
  736. </file>
  737. <file pinned="false" current-in-tab="false">
  738. <entry file="file:///usr/include/c++/7/thread">
  739. <provider selected="true" editor-type-id="text-editor">
  740. <state relative-caret-position="2010">
  741. <caret line="134" selection-start-line="134" selection-end-line="134" />
  742. </state>
  743. </provider>
  744. </entry>
  745. </file>
  746. <file pinned="false" current-in-tab="false">
  747. <entry file="file:///usr/include/c++/7/bits/basic_string.h">
  748. <provider selected="true" editor-type-id="text-editor">
  749. <state relative-caret-position="6285">
  750. <caret line="419" column="6" selection-start-line="419" selection-start-column="6" selection-end-line="419" selection-end-column="6" />
  751. </state>
  752. </provider>
  753. </entry>
  754. </file>
  755. <file pinned="false" current-in-tab="false">
  756. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleHTTP.cpp">
  757. <provider selected="true" editor-type-id="text-editor">
  758. <state relative-caret-position="150">
  759. <caret line="10" selection-start-line="10" selection-end-line="10" />
  760. <folding>
  761. <element signature="e#0#24#0" expanded="true" />
  762. <element signature="e#91#119#0" expanded="true" />
  763. </folding>
  764. </state>
  765. </provider>
  766. </entry>
  767. </file>
  768. <file pinned="false" current-in-tab="false">
  769. <entry file="file://$PROJECT_DIR$/thirdparty/cpp-httplib/httplib.h">
  770. <provider selected="true" editor-type-id="text-editor">
  771. <state relative-caret-position="61380">
  772. <caret line="4092" column="5" selection-start-line="4092" selection-start-column="2" selection-end-line="4092" selection-end-column="5" />
  773. </state>
  774. </provider>
  775. </entry>
  776. </file>
  777. <file pinned="false" current-in-tab="false">
  778. <entry file="file://$PROJECT_DIR$/lib/include/IInput.h">
  779. <provider selected="true" editor-type-id="text-editor">
  780. <state relative-caret-position="120">
  781. <caret line="8" column="24" selection-start-line="8" selection-start-column="24" selection-end-line="8" selection-end-column="24" />
  782. <folding>
  783. <element signature="e#43#63#0" expanded="true" />
  784. </folding>
  785. </state>
  786. </provider>
  787. </entry>
  788. </file>
  789. <file pinned="false" current-in-tab="true">
  790. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  791. <provider selected="true" editor-type-id="text-editor">
  792. <state relative-caret-position="339">
  793. <caret line="108" column="13" lean-forward="true" selection-start-line="108" selection-start-column="13" selection-end-line="108" selection-end-column="13" />
  794. </state>
  795. </provider>
  796. </entry>
  797. </file>
  798. </leaf>
  799. </component>
  800. <component name="FileTemplateManagerImpl">
  801. <option name="RECENT_TEMPLATES">
  802. <list>
  803. <option value="CMakeLists.txt" />
  804. <option value="Python Script" />
  805. </list>
  806. </option>
  807. </component>
  808. <component name="FindInProjectRecents">
  809. <findStrings>
  810. <find>output</find>
  811. <find>Gener</find>
  812. <find>st</find>
  813. <find>std::cout</find>
  814. <find>try</find>
  815. </findStrings>
  816. </component>
  817. <component name="Git.Settings">
  818. <option name="ROOT_SYNC" value="DONT_SYNC" />
  819. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  820. </component>
  821. <component name="IdeDocumentHistory">
  822. <option name="CHANGED_PATHS">
  823. <list>
  824. <option value="$PROJECT_DIR$/cmake/auslegung-config.cmake" />
  825. <option value="$PROJECT_DIR$/lib/test/test_TestClass.cpp" />
  826. <option value="$PROJECT_DIR$/lib/include/IListener.h" />
  827. <option value="$PROJECT_DIR$/README.MD" />
  828. <option value="$PROJECT_DIR$/lib/include/IValue.h" />
  829. <option value="$PROJECT_DIR$/lib/include/BaseModule.h" />
  830. <option value="$PROJECT_DIR$/lib/include/Data.h" />
  831. <option value="$PROJECT_DIR$/lib/include/IData.h" />
  832. <option value="$PROJECT_DIR$/lib/include/IType.h" />
  833. <option value="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" />
  834. <option value="$PROJECT_DIR$/lib/src/ProcessorBase.h.cpp" />
  835. <option value="$PROJECT_DIR$/lib/include/ModuleHandler.h" />
  836. <option value="$PROJECT_DIR$/lib/include/ModulBase.h" />
  837. <option value="$PROJECT_DIR$/lib/src/ModuleCompare.cpp" />
  838. <option value="$PROJECT_DIR$/lib/include/ModuleCompare.h" />
  839. <option value="$PROJECT_DIR$/lib/include/ModulePass.h" />
  840. <option value="$PROJECT_DIR$/lib/src/ModulePass.cpp" />
  841. <option value="$PROJECT_DIR$/lib/include/ModuleSwitch.h" />
  842. <option value="$PROJECT_DIR$/lib/include/ModuleMath.h" />
  843. <option value="$PROJECT_DIR$/lib/include/UniqueBase.h" />
  844. <option value="$PROJECT_DIR$/lib/src/UniqueBase.cpp" />
  845. <option value="$PROJECT_DIR$/lib/src/Output.cpp" />
  846. <option value="$PROJECT_DIR$/lib/include/IUnique.h" />
  847. <option value="$PROJECT_DIR$/lib/include/Output.h" />
  848. <option value="$PROJECT_DIR$/lib/include/IInput.h" />
  849. <option value="$PROJECT_DIR$/lib/include/Input.h" />
  850. <option value="$PROJECT_DIR$/lib/include/HandlerModule.h" />
  851. <option value="$PROJECT_DIR$/lib/include/IOutput.h" />
  852. <option value="$PROJECT_DIR$/lib/include/IModule.h" />
  853. <option value="$PROJECT_DIR$/lib/include/IProcessor.h" />
  854. <option value="$PROJECT_DIR$/lib/include/ProcessorManual.h" />
  855. <option value="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" />
  856. <option value="$PROJECT_DIR$/lib/src/Input.cpp" />
  857. <option value="$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp" />
  858. <option value="$PROJECT_DIR$/lib/src/ProcessorBase.cpp" />
  859. <option value="$PROJECT_DIR$/lib/include/ProcessorBase.h" />
  860. <option value="$PROJECT_DIR$/lib/src/ProcessorManual.cpp" />
  861. <option value="$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp" />
  862. <option value="$PROJECT_DIR$/lib/CMakeLists.txt" />
  863. <option value="$PROJECT_DIR$/lib/include/ModuleBase.h" />
  864. <option value="$PROJECT_DIR$/lib/test/CMakeLists.txt" />
  865. <option value="$PROJECT_DIR$/.gitignore" />
  866. <option value="$PROJECT_DIR$/lib/src/ModuleMath.cpp" />
  867. <option value="$PROJECT_DIR$/lib/src/ModuleSwitch.cpp" />
  868. <option value="$PROJECT_DIR$/lib/test/server/.gitignore" />
  869. <option value="$PROJECT_DIR$/lib/include/ModuleHTTP.h" />
  870. <option value="$PROJECT_DIR$/lib/test/test_ModuleHTTP.cpp" />
  871. <option value="$PROJECT_DIR$/lib/src/ModuleHTTP.cpp" />
  872. <option value="$PROJECT_DIR$/CMakeLists.txt" />
  873. <option value="$PROJECT_DIR$/lib/include/Property.h" />
  874. <option value="$PROJECT_DIR$/lib/src/ModuleBase.cpp" />
  875. </list>
  876. </option>
  877. </component>
  878. <component name="OCFindUsagesOptions" text="true" ivars="false" properties="true" derivedClasses="false" />
  879. <component name="OCResolveContextSettings">
  880. <option name="configuration" value="0-auslegung_test" />
  881. </component>
  882. <component name="ProjectFrameBounds" extendedState="6">
  883. <option name="y" value="-2" />
  884. <option name="width" value="960" />
  885. <option name="height" value="1082" />
  886. </component>
  887. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  888. <component name="ProjectView">
  889. <navigator proportions="" version="1">
  890. <foldersAlwaysOnTop value="true" />
  891. </navigator>
  892. <panes>
  893. <pane id="Scope" />
  894. <pane id="ProjectPane">
  895. <subPane>
  896. <expand>
  897. <path>
  898. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  899. <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
  900. </path>
  901. </expand>
  902. <select />
  903. </subPane>
  904. </pane>
  905. </panes>
  906. </component>
  907. <component name="PropertiesComponent">
  908. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  909. <property name="WebServerToolWindowFactoryState" value="false" />
  910. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  911. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  912. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  913. <property name="settings.editor.selected.configurable" value="CMakeSettings" />
  914. </component>
  915. <component name="RecentsManager">
  916. <key name="MoveFile.RECENT_KEYS">
  917. <recent name="$PROJECT_DIR$/lib/src" />
  918. <recent name="$PROJECT_DIR$" />
  919. <recent name="$PROJECT_DIR$/lib/thirdparty" />
  920. <recent name="$PROJECT_DIR$/lib/includes" />
  921. <recent name="$PROJECT_DIR$/lib" />
  922. </key>
  923. <key name="CopyFile.RECENT_KEYS">
  924. <recent name="$PROJECT_DIR$/lib/test" />
  925. <recent name="$PROJECT_DIR$/lib" />
  926. </key>
  927. </component>
  928. <component name="RunDashboard">
  929. <option name="ruleStates">
  930. <list>
  931. <RuleState>
  932. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  933. </RuleState>
  934. <RuleState>
  935. <option name="name" value="StatusDashboardGroupingRule" />
  936. </RuleState>
  937. </list>
  938. </option>
  939. </component>
  940. <component name="RunManager" selected="CMake Application.mdd_lib">
  941. <configuration name="All in auslegung_test" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_MODE="SUITE_TEST">
  942. <method v="2">
  943. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  944. <option name="BeforeTestRunTask" enabled="true" />
  945. </method>
  946. </configuration>
  947. <configuration name="ModuleMath" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_PATTERN="ModuleMath.*:ModuleMath/*.*:*/ModuleMath.*/*:*/ModuleMath/*.*" TEST_MODE="PATTERN">
  948. <method v="2">
  949. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  950. <option name="BeforeTestRunTask" enabled="true" />
  951. </method>
  952. </configuration>
  953. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_CLASS="ModuleMath" TEST_METHOD="ARRAYINT_PLUS_ARRAYInt" TEST_MODE="SUITE_TEST">
  954. <method v="2">
  955. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  956. <option name="BeforeTestRunTask" enabled="true" />
  957. </method>
  958. </configuration>
  959. <configuration name="ModuleMath.add" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_CLASS="ModuleMath" TEST_METHOD="add" TEST_MODE="SUITE_TEST">
  960. <method v="2">
  961. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  962. <option name="BeforeTestRunTask" enabled="true" />
  963. </method>
  964. </configuration>
  965. <configuration name="gmock" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gmock" CONFIG_NAME="Debug">
  966. <method v="2">
  967. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  968. </method>
  969. </configuration>
  970. <configuration name="gmock_main" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gmock_main" CONFIG_NAME="Debug">
  971. <method v="2">
  972. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  973. </method>
  974. </configuration>
  975. <configuration name="gtest" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest" CONFIG_NAME="Debug">
  976. <method v="2">
  977. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  978. </method>
  979. </configuration>
  980. <configuration name="gtest_main" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest_main" CONFIG_NAME="Debug">
  981. <method v="2">
  982. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  983. </method>
  984. </configuration>
  985. <configuration name="mdd_lib" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="mdd_lib" CONFIG_NAME="Debug">
  986. <method v="2">
  987. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  988. </method>
  989. </configuration>
  990. <configuration name="mdd_lib_test" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="mdd_lib_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="mdd_lib_test">
  991. <method v="2">
  992. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  993. </method>
  994. </configuration>
  995. <configuration name="sqlite3" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="sqlite3" CONFIG_NAME="Debug">
  996. <method v="2">
  997. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  998. </method>
  999. </configuration>
  1000. <list>
  1001. <item itemvalue="CMake Application.gmock" />
  1002. <item itemvalue="CMake Application.gmock_main" />
  1003. <item itemvalue="CMake Application.gtest" />
  1004. <item itemvalue="CMake Application.gtest_main" />
  1005. <item itemvalue="CMake Application.sqlite3" />
  1006. <item itemvalue="CMake Application.mdd_lib" />
  1007. <item itemvalue="CMake Application.mdd_lib_test" />
  1008. <item itemvalue="Google Test.All in auslegung_test" />
  1009. <item itemvalue="Google Test.ModuleMath" />
  1010. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  1011. <item itemvalue="Google Test.ModuleMath.add" />
  1012. </list>
  1013. <recent_temporary>
  1014. <list>
  1015. <item itemvalue="Google Test.ModuleMath" />
  1016. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  1017. <item itemvalue="Google Test.ModuleMath.add" />
  1018. </list>
  1019. </recent_temporary>
  1020. </component>
  1021. <component name="SvnConfiguration">
  1022. <configuration />
  1023. </component>
  1024. <component name="TaskManager">
  1025. <task active="true" id="Default" summary="Default task">
  1026. <changelist id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="" />
  1027. <created>1587581799216</created>
  1028. <option name="number" value="Default" />
  1029. <option name="presentableId" value="Default" />
  1030. <updated>1587581799216</updated>
  1031. <workItem from="1587581800425" duration="5209000" />
  1032. <workItem from="1587820394897" duration="10341000" />
  1033. <workItem from="1588087564187" duration="2479000" />
  1034. <workItem from="1588173608688" duration="1471000" />
  1035. <workItem from="1588177691948" duration="2948000" />
  1036. <workItem from="1588498505055" duration="16829000" />
  1037. <workItem from="1588535249928" duration="102000" />
  1038. <workItem from="1588599976041" duration="2014000" />
  1039. <workItem from="1588602419291" duration="11000" />
  1040. <workItem from="1588610944347" duration="1253000" />
  1041. <workItem from="1588692367897" duration="1201000" />
  1042. <workItem from="1588786717088" duration="4579000" />
  1043. <workItem from="1588791515004" duration="3084000" />
  1044. <workItem from="1588794698644" duration="7128000" />
  1045. <workItem from="1589382925743" duration="20440000" />
  1046. <workItem from="1589404518690" duration="4865000" />
  1047. <workItem from="1589963897477" duration="403000" />
  1048. <workItem from="1589965045546" duration="13832000" />
  1049. <workItem from="1589979027570" duration="3504000" />
  1050. <workItem from="1589982545546" duration="300000" />
  1051. <workItem from="1589982859071" duration="2825000" />
  1052. <workItem from="1590072044480" duration="1259000" />
  1053. <workItem from="1590139016676" duration="24307000" />
  1054. <workItem from="1590401033286" duration="1155000" />
  1055. <workItem from="1590443025824" duration="116000" />
  1056. <workItem from="1590444664396" duration="2281000" />
  1057. <workItem from="1590483561193" duration="9644000" />
  1058. <workItem from="1590496125616" duration="6000" />
  1059. <workItem from="1590497401566" duration="1517000" />
  1060. <workItem from="1590576799306" duration="7324000" />
  1061. <workItem from="1590657068263" duration="18515000" />
  1062. <workItem from="1590678409969" duration="72000" />
  1063. <workItem from="1590685036534" duration="3040000" />
  1064. <workItem from="1592420111626" duration="70000" />
  1065. <workItem from="1594320735512" duration="144000" />
  1066. </task>
  1067. <servers />
  1068. </component>
  1069. <component name="TestHistory">
  1070. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 10m 21s.xml">
  1071. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1072. </history-entry>
  1073. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 10m 35s.xml">
  1074. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1075. </history-entry>
  1076. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 11m 28s.xml">
  1077. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1078. </history-entry>
  1079. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 33m 43s.xml">
  1080. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1081. </history-entry>
  1082. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 33m 51s.xml">
  1083. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1084. </history-entry>
  1085. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 35m 24s.xml">
  1086. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1087. </history-entry>
  1088. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 35m 48s.xml">
  1089. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1090. </history-entry>
  1091. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 37m 06s.xml">
  1092. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1093. </history-entry>
  1094. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 37m 51s.xml">
  1095. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1096. </history-entry>
  1097. <history-entry file="All_in_auslegung_test - 2020.05.28 at 19h 38m 34s.xml">
  1098. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  1099. </history-entry>
  1100. </component>
  1101. <component name="TimeTrackingManager">
  1102. <option name="totallyTimeSpent" value="198489000" />
  1103. </component>
  1104. <component name="TodoView" selected-index="1">
  1105. <todo-panel id="selected-file">
  1106. <is-autoscroll-to-source value="true" />
  1107. </todo-panel>
  1108. <todo-panel id="all">
  1109. <are-packages-shown value="true" />
  1110. <is-autoscroll-to-source value="true" />
  1111. </todo-panel>
  1112. </component>
  1113. <component name="ToolWindowManager">
  1114. <frame x="0" y="-2" width="1920" height="1082" extended-state="6" />
  1115. <editor active="true" />
  1116. <layout>
  1117. <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49921754" visible="true" weight="0.27427962" />
  1118. <window_info id="Structure" order="1" sideWeight="0.5007825" side_tool="true" weight="0.22572039" />
  1119. <window_info id="Favorites" order="2" sideWeight="0.5007825" side_tool="true" weight="0.22572039" />
  1120. <window_info anchor="bottom" id="Message" order="0" />
  1121. <window_info anchor="bottom" id="Find" order="1" />
  1122. <window_info anchor="bottom" id="Run" order="2" weight="0.3557188" />
  1123. <window_info anchor="bottom" id="Debug" order="3" weight="0.3336831" />
  1124. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  1125. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  1126. <window_info anchor="bottom" id="TODO" order="6" weight="0.32948583" />
  1127. <window_info anchor="bottom" id="Database Changes" order="7" />
  1128. <window_info active="true" anchor="bottom" id="Messages" order="8" visible="true" weight="0.3221406" />
  1129. <window_info anchor="bottom" id="Terminal" order="9" weight="0.2513089" />
  1130. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  1131. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  1132. <window_info anchor="bottom" id="CMake" order="12" weight="0.32948583" />
  1133. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  1134. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  1135. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  1136. <window_info anchor="right" id="Database" order="3" />
  1137. </layout>
  1138. <layout-to-restore>
  1139. <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49921754" visible="true" weight="0.24012807" />
  1140. <window_info id="Structure" order="1" sideWeight="0.5007825" side_tool="true" weight="0.22572039" />
  1141. <window_info id="Favorites" order="2" sideWeight="0.5007825" side_tool="true" weight="0.22572039" />
  1142. <window_info anchor="bottom" id="Message" order="0" />
  1143. <window_info anchor="bottom" id="Find" order="1" />
  1144. <window_info anchor="bottom" id="Run" order="2" weight="0.2980063" />
  1145. <window_info anchor="bottom" id="Debug" order="3" weight="0.39874083" />
  1146. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  1147. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  1148. <window_info anchor="bottom" id="TODO" order="6" weight="0.32948583" />
  1149. <window_info anchor="bottom" id="Database Changes" order="7" />
  1150. <window_info anchor="bottom" id="Messages" order="8" weight="0.32423925" />
  1151. <window_info anchor="bottom" id="Terminal" order="9" visible="true" weight="0.25393495" />
  1152. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  1153. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  1154. <window_info anchor="bottom" id="CMake" order="12" weight="0.32948583" />
  1155. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  1156. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  1157. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  1158. <window_info anchor="right" id="Database" order="3" />
  1159. </layout-to-restore>
  1160. </component>
  1161. <component name="TypeScriptGeneratedFilesManager">
  1162. <option name="version" value="1" />
  1163. </component>
  1164. <component name="Vcs.Log.Tabs.Properties">
  1165. <option name="TAB_STATES">
  1166. <map>
  1167. <entry key="MAIN">
  1168. <value>
  1169. <State>
  1170. <option name="RECENTLY_FILTERED_USER_GROUPS">
  1171. <collection />
  1172. </option>
  1173. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  1174. <collection />
  1175. </option>
  1176. </State>
  1177. </value>
  1178. </entry>
  1179. </map>
  1180. </option>
  1181. <option name="RECENT_FILTERS">
  1182. <map>
  1183. <entry key="Branch">
  1184. <value>
  1185. <list />
  1186. </value>
  1187. </entry>
  1188. <entry key="User">
  1189. <value>
  1190. <list />
  1191. </value>
  1192. </entry>
  1193. </map>
  1194. </option>
  1195. </component>
  1196. <component name="XDebuggerManager">
  1197. <breakpoint-manager>
  1198. <breakpoints>
  1199. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  1200. <url>file://$PROJECT_DIR$/lib/test/test_ModuleHTTP.cpp</url>
  1201. <line>151</line>
  1202. <option name="timeStamp" value="64" />
  1203. </line-breakpoint>
  1204. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  1205. <url>file://$PROJECT_DIR$/lib/test/test_ModuleHTTP.cpp</url>
  1206. <line>132</line>
  1207. <option name="timeStamp" value="69" />
  1208. </line-breakpoint>
  1209. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  1210. <url>file://$PROJECT_DIR$/lib/test/test_ModuleHTTP.cpp</url>
  1211. <line>131</line>
  1212. <option name="timeStamp" value="72" />
  1213. </line-breakpoint>
  1214. </breakpoints>
  1215. </breakpoint-manager>
  1216. <watches-manager>
  1217. <configuration name="CMakeRunConfiguration">
  1218. <watch expression="this-&gt;_inputs[0].output.get()" />
  1219. </configuration>
  1220. </watches-manager>
  1221. </component>
  1222. <component name="editorHistoryManager">
  1223. <entry file="file://$PROJECT_DIR$/lib/src/ModuleCompare.cpp" />
  1224. <entry file="file://$PROJECT_DIR$/lib/include/ModuleCompare.h" />
  1225. <entry file="file://$PROJECT_DIR$/lib/include/ModulePass.h" />
  1226. <entry file="file://$PROJECT_DIR$/lib/src/ModulePass.cpp" />
  1227. <entry file="file://$PROJECT_DIR$/lib/src/UniqueBase.cpp" />
  1228. <entry file="file://$PROJECT_DIR$/lib/include/UniqueBase.h" />
  1229. <entry file="file://$PROJECT_DIR$/lib/include/IListener.h">
  1230. <provider selected="true" editor-type-id="text-editor">
  1231. <state relative-caret-position="60">
  1232. <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
  1233. </state>
  1234. </provider>
  1235. </entry>
  1236. <entry file="file://$PROJECT_DIR$/lib/include/HandlerModule.h">
  1237. <provider selected="true" editor-type-id="text-editor">
  1238. <state relative-caret-position="180">
  1239. <caret line="12" column="35" selection-start-line="12" selection-start-column="35" selection-end-line="12" selection-end-column="35" />
  1240. <folding>
  1241. <element signature="e#56#73#0" expanded="true" />
  1242. <element signature="e#123#132#0" expanded="true" />
  1243. </folding>
  1244. </state>
  1245. </provider>
  1246. </entry>
  1247. <entry file="file://$PROJECT_DIR$/lib/include/IProcessor.h">
  1248. <provider selected="true" editor-type-id="text-editor">
  1249. <state relative-caret-position="285">
  1250. <caret line="19" lean-forward="true" selection-start-line="19" selection-end-line="19" />
  1251. <folding>
  1252. <element signature="e#51#71#0" expanded="true" />
  1253. </folding>
  1254. </state>
  1255. </provider>
  1256. </entry>
  1257. <entry file="file://$PROJECT_DIR$/lib/include/IUnique.h">
  1258. <provider selected="true" editor-type-id="text-editor">
  1259. <state relative-caret-position="135">
  1260. <caret line="9" column="28" selection-start-line="9" selection-start-column="28" selection-end-line="9" selection-end-column="28" />
  1261. </state>
  1262. </provider>
  1263. </entry>
  1264. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/nlohmann/json.hpp">
  1265. <provider selected="true" editor-type-id="text-editor">
  1266. <state relative-caret-position="720">
  1267. <caret line="48" column="27" lean-forward="true" selection-start-line="48" selection-start-column="27" selection-end-line="48" selection-end-column="27" />
  1268. </state>
  1269. </provider>
  1270. </entry>
  1271. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorManual.h" />
  1272. <entry file="file://$PROJECT_DIR$/lib/include/ModuleSwitch.h">
  1273. <provider selected="true" editor-type-id="text-editor">
  1274. <state relative-caret-position="135">
  1275. <caret line="9" column="17" selection-start-line="9" selection-start-column="17" selection-end-line="9" selection-end-column="17" />
  1276. </state>
  1277. </provider>
  1278. </entry>
  1279. <entry file="file:///usr/include/c++/7/bits/shared_ptr.h">
  1280. <provider selected="true" editor-type-id="text-editor">
  1281. <state relative-caret-position="10605">
  1282. <caret line="707" selection-start-line="707" selection-end-line="707" />
  1283. </state>
  1284. </provider>
  1285. </entry>
  1286. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorBase.cpp">
  1287. <provider selected="true" editor-type-id="text-editor">
  1288. <state relative-caret-position="195">
  1289. <caret line="13" column="36" selection-start-line="13" selection-start-column="36" selection-end-line="13" selection-end-column="36" />
  1290. </state>
  1291. </provider>
  1292. </entry>
  1293. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorBase.h">
  1294. <provider selected="true" editor-type-id="text-editor">
  1295. <state relative-caret-position="420">
  1296. <caret line="28" column="62" selection-start-line="28" selection-start-column="62" selection-end-line="28" selection-end-column="62" />
  1297. <folding>
  1298. <element signature="e#57#72#0" expanded="true" />
  1299. </folding>
  1300. </state>
  1301. </provider>
  1302. </entry>
  1303. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp">
  1304. <provider selected="true" editor-type-id="text-editor">
  1305. <state relative-caret-position="135">
  1306. <caret line="9" column="30" selection-start-line="9" selection-start-column="30" selection-end-line="9" selection-end-column="30" />
  1307. <folding>
  1308. <element signature="e#0#24#0" expanded="true" />
  1309. <element signature="e#70#98#0" expanded="true" />
  1310. </folding>
  1311. </state>
  1312. </provider>
  1313. </entry>
  1314. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorManual.cpp" />
  1315. <entry file="file://$PROJECT_DIR$/thirdparty/curl/README" />
  1316. <entry file="file://$PROJECT_DIR$/thirdparty/curl/CMakeLists.txt" />
  1317. <entry file="file://$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp" />
  1318. <entry file="file://$PROJECT_DIR$/lib/CMakeLists.txt">
  1319. <provider selected="true" editor-type-id="text-editor">
  1320. <state relative-caret-position="525">
  1321. <caret line="35" selection-start-line="35" selection-end-line="35" />
  1322. </state>
  1323. </provider>
  1324. </entry>
  1325. <entry file="file://$PROJECT_DIR$/lib/include/IModule.h">
  1326. <provider selected="true" editor-type-id="text-editor">
  1327. <state relative-caret-position="180">
  1328. <caret line="12" column="10" selection-start-line="12" selection-start-column="10" selection-end-line="12" selection-end-column="10" />
  1329. <folding>
  1330. <element signature="e#45#65#0" expanded="true" />
  1331. </folding>
  1332. </state>
  1333. </provider>
  1334. </entry>
  1335. <entry file="file://$PROJECT_DIR$/lib/include/ModuleMath.h" />
  1336. <entry file="file://$PROJECT_DIR$/.gitignore">
  1337. <provider selected="true" editor-type-id="text-editor">
  1338. <state relative-caret-position="30">
  1339. <caret line="2" column="5" selection-start-line="2" selection-start-column="5" selection-end-line="2" selection-end-column="5" />
  1340. </state>
  1341. </provider>
  1342. </entry>
  1343. <entry file="file://$PROJECT_DIR$/lib/test/CMakeLists.txt">
  1344. <provider selected="true" editor-type-id="text-editor">
  1345. <state relative-caret-position="30">
  1346. <caret line="2" column="27" selection-start-line="2" selection-start-column="27" selection-end-line="2" selection-end-column="27" />
  1347. </state>
  1348. </provider>
  1349. </entry>
  1350. <entry file="file://$PROJECT_DIR$/lib/include/ModuleBase.h">
  1351. <provider selected="true" editor-type-id="text-editor">
  1352. <state relative-caret-position="375">
  1353. <caret line="25" column="29" selection-start-line="25" selection-start-column="29" selection-end-line="25" selection-end-column="29" />
  1354. <folding>
  1355. <element signature="e#51#69#0" expanded="true" />
  1356. </folding>
  1357. </state>
  1358. </provider>
  1359. </entry>
  1360. <entry file="file://$PROJECT_DIR$/lib/include/IOutput.h">
  1361. <provider selected="true" editor-type-id="text-editor">
  1362. <state relative-caret-position="210">
  1363. <caret line="14" column="38" lean-forward="true" selection-start-line="14" selection-start-column="38" selection-end-line="14" selection-end-column="38" />
  1364. <folding>
  1365. <element signature="e#44#63#0" expanded="true" />
  1366. </folding>
  1367. </state>
  1368. </provider>
  1369. </entry>
  1370. <entry file="file://$PROJECT_DIR$/lib/include/IType.h">
  1371. <provider selected="true" editor-type-id="text-editor">
  1372. <state relative-caret-position="75">
  1373. <caret line="5" lean-forward="true" selection-start-line="5" selection-end-line="5" />
  1374. </state>
  1375. </provider>
  1376. </entry>
  1377. <entry file="file://$PROJECT_DIR$/lib/include/Input.h">
  1378. <provider selected="true" editor-type-id="text-editor">
  1379. <state relative-caret-position="390">
  1380. <caret line="30" column="26" selection-start-line="30" selection-start-column="26" selection-end-line="30" selection-end-column="26" />
  1381. <folding>
  1382. <element signature="e#41#58#0" expanded="true" />
  1383. </folding>
  1384. </state>
  1385. </provider>
  1386. </entry>
  1387. <entry file="file://$PROJECT_DIR$/lib/src/Output.cpp">
  1388. <provider selected="true" editor-type-id="text-editor">
  1389. <state relative-caret-position="30">
  1390. <caret line="2" column="12" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="12" />
  1391. </state>
  1392. </provider>
  1393. </entry>
  1394. <entry file="file://$PROJECT_DIR$/lib/include/Output.h">
  1395. <provider selected="true" editor-type-id="text-editor">
  1396. <state relative-caret-position="90">
  1397. <caret line="6" column="10" selection-start-line="6" selection-start-column="10" selection-end-line="6" selection-end-column="10" />
  1398. <folding>
  1399. <element signature="e#42#62#0" expanded="true" />
  1400. </folding>
  1401. </state>
  1402. </provider>
  1403. </entry>
  1404. <entry file="file://$PROJECT_DIR$/lib/src/ModuleSwitch.cpp">
  1405. <provider selected="true" editor-type-id="text-editor">
  1406. <state relative-caret-position="112">
  1407. <caret line="8" column="39" lean-forward="true" selection-start-line="8" selection-start-column="39" selection-end-line="8" selection-end-column="39" />
  1408. <folding>
  1409. <element signature="e#0#25#0" expanded="true" />
  1410. </folding>
  1411. </state>
  1412. </provider>
  1413. </entry>
  1414. <entry file="file:///usr/include/c++/7/bits/shared_ptr_base.h">
  1415. <provider selected="true" editor-type-id="text-editor">
  1416. <state relative-caret-position="202">
  1417. <caret line="682" selection-start-line="682" selection-end-line="682" />
  1418. </state>
  1419. </provider>
  1420. </entry>
  1421. <entry file="file:///usr/include/c++/7/bits/stl_vector.h">
  1422. <provider selected="true" editor-type-id="text-editor">
  1423. <state relative-caret-position="199">
  1424. <caret line="563" selection-start-line="563" selection-end-line="563" />
  1425. </state>
  1426. </provider>
  1427. </entry>
  1428. <entry file="file:///usr/src/gtest/src/gtest.cc">
  1429. <provider selected="true" editor-type-id="text-editor">
  1430. <state relative-caret-position="224">
  1431. <caret line="2776" column="3" lean-forward="true" selection-start-line="2776" selection-start-column="3" selection-end-line="2776" selection-end-column="3" />
  1432. </state>
  1433. </provider>
  1434. </entry>
  1435. <entry file="file://$PROJECT_DIR$/lib/test/server/.gitignore">
  1436. <provider selected="true" editor-type-id="text-editor">
  1437. <state relative-caret-position="15">
  1438. <caret line="1" column="11" lean-forward="true" selection-start-line="1" selection-start-column="11" selection-end-line="1" selection-end-column="11" />
  1439. </state>
  1440. </provider>
  1441. </entry>
  1442. <entry file="file://$PROJECT_DIR$/lib/src/ModuleMath.cpp">
  1443. <provider selected="true" editor-type-id="text-editor">
  1444. <state relative-caret-position="135">
  1445. <caret line="9" column="39" selection-start-line="9" selection-start-column="39" selection-end-line="9" selection-end-column="39" />
  1446. <folding>
  1447. <element signature="e#0#23#0" expanded="true" />
  1448. </folding>
  1449. </state>
  1450. </provider>
  1451. </entry>
  1452. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleMath.cpp">
  1453. <provider selected="true" editor-type-id="text-editor">
  1454. <state relative-caret-position="885">
  1455. <caret line="59" selection-start-line="59" selection-end-line="59" />
  1456. <folding>
  1457. <element signature="e#0#24#0" expanded="true" />
  1458. </folding>
  1459. </state>
  1460. </provider>
  1461. </entry>
  1462. <entry file="file://$PROJECT_DIR$/lib/src/Input.cpp">
  1463. <provider selected="true" editor-type-id="text-editor">
  1464. <state relative-caret-position="465">
  1465. <caret line="31" column="5" selection-start-line="31" selection-start-column="5" selection-end-line="31" selection-end-column="5" />
  1466. </state>
  1467. </provider>
  1468. </entry>
  1469. <entry file="file://$PROJECT_DIR$/lib/include/ModuleHTTP.h" />
  1470. <entry file="file://$PROJECT_DIR$/lib/src/ModuleHTTP.cpp">
  1471. <provider selected="true" editor-type-id="text-editor">
  1472. <state relative-caret-position="1560">
  1473. <caret line="104" column="5" selection-start-line="104" selection-start-column="5" selection-end-line="104" selection-end-column="5" />
  1474. <folding>
  1475. <element signature="e#0#23#0" expanded="true" />
  1476. </folding>
  1477. </state>
  1478. </provider>
  1479. </entry>
  1480. <entry file="file:///usr/include/unistd.h">
  1481. <provider selected="true" editor-type-id="text-editor">
  1482. <state relative-caret-position="8475">
  1483. <caret line="565" column="11" selection-start-line="565" selection-start-column="11" selection-end-line="565" selection-end-column="11" />
  1484. </state>
  1485. </provider>
  1486. </entry>
  1487. <entry file="file:///usr/include/c++/7/thread">
  1488. <provider selected="true" editor-type-id="text-editor">
  1489. <state relative-caret-position="2010">
  1490. <caret line="134" selection-start-line="134" selection-end-line="134" />
  1491. </state>
  1492. </provider>
  1493. </entry>
  1494. <entry file="file:///usr/include/c++/7/bits/basic_string.h">
  1495. <provider selected="true" editor-type-id="text-editor">
  1496. <state relative-caret-position="6285">
  1497. <caret line="419" column="6" selection-start-line="419" selection-start-column="6" selection-end-line="419" selection-end-column="6" />
  1498. </state>
  1499. </provider>
  1500. </entry>
  1501. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleHTTP.cpp">
  1502. <provider selected="true" editor-type-id="text-editor">
  1503. <state relative-caret-position="150">
  1504. <caret line="10" selection-start-line="10" selection-end-line="10" />
  1505. <folding>
  1506. <element signature="e#0#24#0" expanded="true" />
  1507. <element signature="e#91#119#0" expanded="true" />
  1508. </folding>
  1509. </state>
  1510. </provider>
  1511. </entry>
  1512. <entry file="file://$PROJECT_DIR$/thirdparty/cpp-httplib/httplib.h">
  1513. <provider selected="true" editor-type-id="text-editor">
  1514. <state relative-caret-position="61380">
  1515. <caret line="4092" column="5" selection-start-line="4092" selection-start-column="2" selection-end-line="4092" selection-end-column="5" />
  1516. </state>
  1517. </provider>
  1518. </entry>
  1519. <entry file="file://$PROJECT_DIR$/lib/include/IInput.h">
  1520. <provider selected="true" editor-type-id="text-editor">
  1521. <state relative-caret-position="120">
  1522. <caret line="8" column="24" selection-start-line="8" selection-start-column="24" selection-end-line="8" selection-end-column="24" />
  1523. <folding>
  1524. <element signature="e#43#63#0" expanded="true" />
  1525. </folding>
  1526. </state>
  1527. </provider>
  1528. </entry>
  1529. <entry file="file://$PROJECT_DIR$/CMakeLists.txt">
  1530. <provider selected="true" editor-type-id="text-editor">
  1531. <state relative-caret-position="105">
  1532. <caret line="7" column="51" lean-forward="true" selection-start-line="7" selection-start-column="51" selection-end-line="7" selection-end-column="51" />
  1533. </state>
  1534. </provider>
  1535. </entry>
  1536. <entry file="file://$PROJECT_DIR$/lib/include/Property.h">
  1537. <provider selected="true" editor-type-id="text-editor">
  1538. <state relative-caret-position="339">
  1539. <caret line="49" column="43" lean-forward="true" selection-start-line="49" selection-start-column="43" selection-end-line="49" selection-end-column="43" />
  1540. </state>
  1541. </provider>
  1542. </entry>
  1543. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  1544. <provider selected="true" editor-type-id="text-editor">
  1545. <state relative-caret-position="339">
  1546. <caret line="108" column="13" lean-forward="true" selection-start-line="108" selection-start-column="13" selection-end-line="108" selection-end-column="13" />
  1547. </state>
  1548. </provider>
  1549. </entry>
  1550. </component>
  1551. </project>