workspace.xml 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  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="gtest" />
  6. <config projectName="mdd" targetName="mdd_lib" />
  7. <config projectName="mdd" targetName="auslegung_test" />
  8. <config projectName="mdd" targetName="gtest_main" />
  9. </generated>
  10. </component>
  11. <component name="CMakeSettings">
  12. <configurations>
  13. <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DCMAKE_INSTALL_PREFIX=/home/willi/workspaces/master_thesis_ws/install" />
  14. </configurations>
  15. </component>
  16. <component name="ChangeListManager">
  17. <list default="true" id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="">
  18. <change afterPath="$PROJECT_DIR$/lib/include/HandlerModule.h" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/lib/include/Input.h" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/lib/include/ProcessorBase.h" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/lib/src/ProcessorBase.cpp" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/lib/CMakeLists.txt" beforeDir="false" afterPath="$PROJECT_DIR$/lib/CMakeLists.txt" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/lib/include/IModule.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IModule.h" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/lib/include/IProcessor.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/IProcessor.h" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/lib/include/ModuleBase.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/ModuleBase.h" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/lib/include/ModuleMath.h" beforeDir="false" afterPath="$PROJECT_DIR$/lib/include/ModuleMath.h" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/lib/src/ModuleMath.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/src/ModuleMath.cpp" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/thirdparty/json" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json" afterDir="false" />
  32. </list>
  33. <ignored path="$PROJECT_DIR$/cmake-build-debug/" />
  34. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  35. <option name="SHOW_DIALOG" value="false" />
  36. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  37. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  38. <option name="LAST_RESOLUTION" value="IGNORE" />
  39. </component>
  40. <component name="ClangdSettings">
  41. <option name="formatViaClangd" value="false" />
  42. </component>
  43. <component name="ExecutionTargetManager" SELECTED_TARGET="CMakeBuildProfile:Debug" />
  44. <component name="FileEditorManager">
  45. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  46. <file pinned="false" current-in-tab="true">
  47. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorBase.h">
  48. <provider selected="true" editor-type-id="text-editor">
  49. <state relative-caret-position="255">
  50. <caret line="17" column="55" lean-forward="true" selection-start-line="17" selection-start-column="55" selection-end-line="17" selection-end-column="55" />
  51. <folding>
  52. <element signature="e#57#75#0" expanded="true" />
  53. </folding>
  54. </state>
  55. </provider>
  56. </entry>
  57. </file>
  58. <file pinned="false" current-in-tab="false">
  59. <entry file="file://$PROJECT_DIR$/lib/include/IProcessor.h">
  60. <provider selected="true" editor-type-id="text-editor">
  61. <state relative-caret-position="150">
  62. <caret line="10" column="55" selection-start-line="10" selection-start-column="55" selection-end-line="10" selection-end-column="55" />
  63. </state>
  64. </provider>
  65. </entry>
  66. </file>
  67. <file pinned="false" current-in-tab="false">
  68. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorBase.cpp">
  69. <provider selected="true" editor-type-id="text-editor">
  70. <state relative-caret-position="75">
  71. <caret line="5" column="66" lean-forward="true" selection-start-line="5" selection-start-column="66" selection-end-line="5" selection-end-column="66" />
  72. </state>
  73. </provider>
  74. </entry>
  75. </file>
  76. <file pinned="false" current-in-tab="false">
  77. <entry file="file://$PROJECT_DIR$/lib/include/ModuleBase.h">
  78. <provider selected="true" editor-type-id="text-editor">
  79. <state relative-caret-position="105">
  80. <caret line="7" lean-forward="true" selection-start-line="7" selection-end-line="7" />
  81. <folding>
  82. <element signature="e#51#69#0" expanded="true" />
  83. </folding>
  84. </state>
  85. </provider>
  86. </entry>
  87. </file>
  88. </leaf>
  89. </component>
  90. <component name="FileTemplateManagerImpl">
  91. <option name="RECENT_TEMPLATES">
  92. <list>
  93. <option value="CMakeLists.txt" />
  94. <option value="Python Script" />
  95. </list>
  96. </option>
  97. </component>
  98. <component name="FindInProjectRecents">
  99. <findStrings>
  100. <find>output</find>
  101. <find>Gener</find>
  102. </findStrings>
  103. </component>
  104. <component name="Git.Settings">
  105. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  106. </component>
  107. <component name="IdeDocumentHistory">
  108. <option name="CHANGED_PATHS">
  109. <list>
  110. <option value="$PROJECT_DIR$/src/TestClass.h" />
  111. <option value="$PROJECT_DIR$/lib/src/TestClass.cpp" />
  112. <option value="$PROJECT_DIR$/cmake/auslegung-config.cmake" />
  113. <option value="$PROJECT_DIR$/lib/test/test_TestClass.cpp" />
  114. <option value="$PROJECT_DIR$/.gitignore" />
  115. <option value="$PROJECT_DIR$/lib/include/IListener.h" />
  116. <option value="$PROJECT_DIR$/README.MD" />
  117. <option value="$PROJECT_DIR$/lib/include/IValue.h" />
  118. <option value="$PROJECT_DIR$/lib/include/IInput.h" />
  119. <option value="$PROJECT_DIR$/lib/include/BaseModule.h" />
  120. <option value="$PROJECT_DIR$/lib/include/Data.h" />
  121. <option value="$PROJECT_DIR$/lib/include/IData.h" />
  122. <option value="$PROJECT_DIR$/lib/include/IType.h" />
  123. <option value="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" />
  124. <option value="$PROJECT_DIR$/CMakeLists.txt" />
  125. <option value="$PROJECT_DIR$/lib/test/CMakeLists.txt" />
  126. <option value="$PROJECT_DIR$/lib/include/IOutput.h" />
  127. <option value="$PROJECT_DIR$/lib/include/Output.h" />
  128. <option value="$PROJECT_DIR$/lib/src/Output.cpp" />
  129. <option value="$PROJECT_DIR$/lib/src/ModuleBase.cpp" />
  130. <option value="$PROJECT_DIR$/lib/include/ModuleMath.h" />
  131. <option value="$PROJECT_DIR$/lib/src/ModuleMath.cpp" />
  132. <option value="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" />
  133. <option value="$PROJECT_DIR$/lib/src/ProcessorBase.h.cpp" />
  134. <option value="$PROJECT_DIR$/lib/include/Input.h" />
  135. <option value="$PROJECT_DIR$/lib/include/ModuleHandler.h" />
  136. <option value="$PROJECT_DIR$/lib/CMakeLists.txt" />
  137. <option value="$PROJECT_DIR$/lib/include/HandlerModule.h" />
  138. <option value="$PROJECT_DIR$/lib/include/IModule.h" />
  139. <option value="$PROJECT_DIR$/lib/include/ModuleBase.h" />
  140. <option value="$PROJECT_DIR$/lib/include/ProcessorBase.h" />
  141. <option value="$PROJECT_DIR$/lib/include/IProcessor.h" />
  142. <option value="$PROJECT_DIR$/lib/src/ProcessorBase.cpp" />
  143. </list>
  144. </option>
  145. </component>
  146. <component name="OCResolveContextSettings">
  147. <option name="configuration" value="0-mdd_lib" />
  148. </component>
  149. <component name="ProjectFrameBounds" extendedState="6">
  150. <option name="x" value="327" />
  151. <option name="width" value="1440" />
  152. <option name="height" value="927" />
  153. </component>
  154. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  155. <component name="ProjectView">
  156. <navigator proportions="" version="1">
  157. <foldersAlwaysOnTop value="true" />
  158. </navigator>
  159. <panes>
  160. <pane id="Scope" />
  161. <pane id="ProjectPane">
  162. <subPane>
  163. <expand>
  164. <path>
  165. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  166. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  167. </path>
  168. <path>
  169. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  170. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  171. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  172. </path>
  173. <path>
  174. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  175. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  176. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  177. <item name="lib" type="462c0819:PsiDirectoryNode" />
  178. </path>
  179. <path>
  180. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  181. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  182. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  183. <item name="lib" type="462c0819:PsiDirectoryNode" />
  184. <item name="include" type="462c0819:PsiDirectoryNode" />
  185. </path>
  186. <path>
  187. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  188. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  189. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  190. <item name="lib" type="462c0819:PsiDirectoryNode" />
  191. <item name="src" type="462c0819:PsiDirectoryNode" />
  192. </path>
  193. </expand>
  194. <select />
  195. </subPane>
  196. </pane>
  197. </panes>
  198. </component>
  199. <component name="PropertiesComponent">
  200. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  201. <property name="WebServerToolWindowFactoryState" value="false" />
  202. <property name="last_opened_file_path" value="$PROJECT_DIR$/lib" />
  203. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  204. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  205. <property name="settings.editor.selected.configurable" value="CMakeSettings" />
  206. </component>
  207. <component name="RecentsManager">
  208. <key name="CopyFile.RECENT_KEYS">
  209. <recent name="$PROJECT_DIR$/lib" />
  210. </key>
  211. <key name="MoveFile.RECENT_KEYS">
  212. <recent name="$PROJECT_DIR$" />
  213. <recent name="$PROJECT_DIR$/lib/thirdparty" />
  214. <recent name="$PROJECT_DIR$/lib/includes" />
  215. <recent name="$PROJECT_DIR$/lib" />
  216. </key>
  217. </component>
  218. <component name="RunDashboard">
  219. <option name="ruleStates">
  220. <list>
  221. <RuleState>
  222. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  223. </RuleState>
  224. <RuleState>
  225. <option name="name" value="StatusDashboardGroupingRule" />
  226. </RuleState>
  227. </list>
  228. </option>
  229. </component>
  230. <component name="RunManager" selected="Google Test.ModuleMath">
  231. <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">
  232. <method v="2">
  233. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  234. <option name="BeforeTestRunTask" enabled="true" />
  235. </method>
  236. </configuration>
  237. <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">
  238. <method v="2">
  239. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  240. <option name="BeforeTestRunTask" enabled="true" />
  241. </method>
  242. </configuration>
  243. <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">
  244. <method v="2">
  245. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  246. <option name="BeforeTestRunTask" enabled="true" />
  247. </method>
  248. </configuration>
  249. <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">
  250. <method v="2">
  251. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  252. <option name="BeforeTestRunTask" enabled="true" />
  253. </method>
  254. </configuration>
  255. <configuration name="auslegung_test" type="CMakeRunConfiguration" factoryName="Application" 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">
  256. <method v="2">
  257. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  258. </method>
  259. </configuration>
  260. <configuration name="gtest" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest" CONFIG_NAME="Debug">
  261. <method v="2">
  262. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  263. </method>
  264. </configuration>
  265. <configuration name="gtest_main" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest_main" CONFIG_NAME="Debug">
  266. <method v="2">
  267. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  268. </method>
  269. </configuration>
  270. <configuration name="mdd_lib" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="mdd_lib" CONFIG_NAME="Debug">
  271. <method v="2">
  272. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  273. </method>
  274. </configuration>
  275. <list>
  276. <item itemvalue="CMake Application.auslegung_test" />
  277. <item itemvalue="CMake Application.gtest" />
  278. <item itemvalue="CMake Application.gtest_main" />
  279. <item itemvalue="CMake Application.mdd_lib" />
  280. <item itemvalue="Google Test.All in auslegung_test" />
  281. <item itemvalue="Google Test.ModuleMath.add" />
  282. <item itemvalue="Google Test.ModuleMath" />
  283. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  284. </list>
  285. <recent_temporary>
  286. <list>
  287. <item itemvalue="Google Test.ModuleMath" />
  288. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  289. <item itemvalue="Google Test.ModuleMath.add" />
  290. </list>
  291. </recent_temporary>
  292. </component>
  293. <component name="SvnConfiguration">
  294. <configuration />
  295. </component>
  296. <component name="TaskManager">
  297. <task active="true" id="Default" summary="Default task">
  298. <changelist id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="" />
  299. <created>1587581799216</created>
  300. <option name="number" value="Default" />
  301. <option name="presentableId" value="Default" />
  302. <updated>1587581799216</updated>
  303. <workItem from="1587581800425" duration="5209000" />
  304. <workItem from="1587820394897" duration="10341000" />
  305. <workItem from="1588087564187" duration="2479000" />
  306. <workItem from="1588173608688" duration="1471000" />
  307. <workItem from="1588177691948" duration="2948000" />
  308. <workItem from="1588498505055" duration="16829000" />
  309. <workItem from="1588535249928" duration="102000" />
  310. <workItem from="1588599976041" duration="2014000" />
  311. <workItem from="1588602419291" duration="11000" />
  312. <workItem from="1588610944347" duration="1253000" />
  313. <workItem from="1588692367897" duration="1201000" />
  314. <workItem from="1588786717088" duration="4579000" />
  315. <workItem from="1588791515004" duration="3084000" />
  316. <workItem from="1588794698644" duration="7128000" />
  317. <workItem from="1589382925743" duration="20440000" />
  318. <workItem from="1589404518690" duration="4148000" />
  319. </task>
  320. <servers />
  321. </component>
  322. <component name="TestHistory">
  323. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 37m 15s.xml">
  324. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  325. </history-entry>
  326. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 38m 56s.xml">
  327. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  328. </history-entry>
  329. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 43m 46s.xml">
  330. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  331. </history-entry>
  332. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 45m 12s.xml">
  333. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  334. </history-entry>
  335. <history-entry file="ModuleMath - 2020.05.13 at 19h 45m 27s.xml">
  336. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  337. </history-entry>
  338. <history-entry file="ModuleMath - 2020.05.13 at 19h 45m 46s.xml">
  339. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  340. </history-entry>
  341. <history-entry file="ModuleMath - 2020.05.13 at 19h 47m 13s.xml">
  342. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  343. </history-entry>
  344. <history-entry file="ModuleMath - 2020.05.13 at 19h 51m 06s.xml">
  345. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  346. </history-entry>
  347. <history-entry file="ModuleMath - 2020.05.13 at 19h 52m 44s.xml">
  348. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  349. </history-entry>
  350. <history-entry file="ModuleMath - 2020.05.13 at 19h 58m 50s.xml">
  351. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  352. </history-entry>
  353. </component>
  354. <component name="TimeTrackingManager">
  355. <option name="totallyTimeSpent" value="83237000" />
  356. </component>
  357. <component name="TodoView">
  358. <todo-panel id="selected-file">
  359. <is-autoscroll-to-source value="true" />
  360. </todo-panel>
  361. <todo-panel id="all">
  362. <are-packages-shown value="true" />
  363. <is-autoscroll-to-source value="true" />
  364. </todo-panel>
  365. </component>
  366. <component name="ToolWindowManager">
  367. <frame x="0" y="-2" width="1920" height="1082" extended-state="6" />
  368. <editor active="true" />
  369. <layout>
  370. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.21771611" />
  371. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  372. <window_info id="Favorites" order="2" side_tool="true" />
  373. <window_info anchor="bottom" id="Message" order="0" />
  374. <window_info anchor="bottom" id="Find" order="1" />
  375. <window_info anchor="bottom" id="Run" order="2" weight="0.2980063" />
  376. <window_info anchor="bottom" id="Debug" order="3" weight="0.39874083" />
  377. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  378. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  379. <window_info anchor="bottom" id="TODO" order="6" weight="0.32948583" />
  380. <window_info anchor="bottom" id="Database Changes" order="7" />
  381. <window_info active="true" anchor="bottom" id="Messages" order="8" visible="true" weight="0.32423925" />
  382. <window_info anchor="bottom" id="Terminal" order="9" weight="0.27806926" />
  383. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  384. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  385. <window_info anchor="bottom" id="CMake" order="12" weight="0.32948583" />
  386. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  387. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  388. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  389. <window_info anchor="right" id="Database" order="3" />
  390. </layout>
  391. <layout-to-restore>
  392. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.21771611" />
  393. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  394. <window_info id="Favorites" order="2" side_tool="true" />
  395. <window_info anchor="bottom" id="Message" order="0" />
  396. <window_info anchor="bottom" id="Find" order="1" />
  397. <window_info anchor="bottom" id="Run" order="2" weight="0.2980063" />
  398. <window_info anchor="bottom" id="Debug" order="3" weight="0.39874083" />
  399. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  400. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  401. <window_info anchor="bottom" id="TODO" order="6" weight="0.32948583" />
  402. <window_info anchor="bottom" id="Database Changes" order="7" />
  403. <window_info anchor="bottom" id="Messages" order="8" weight="0.32423925" />
  404. <window_info anchor="bottom" id="Terminal" order="9" visible="true" weight="0.27806926" />
  405. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  406. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  407. <window_info anchor="bottom" id="CMake" order="12" weight="0.32948583" />
  408. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  409. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  410. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  411. <window_info anchor="right" id="Database" order="3" />
  412. </layout-to-restore>
  413. </component>
  414. <component name="TypeScriptGeneratedFilesManager">
  415. <option name="version" value="1" />
  416. </component>
  417. <component name="editorHistoryManager">
  418. <entry file="file://$PROJECT_DIR$/cmake/auslegung-config.cmake">
  419. <provider selected="true" editor-type-id="text-editor">
  420. <state relative-caret-position="75">
  421. <caret line="5" selection-start-line="5" selection-end-line="5" />
  422. </state>
  423. </provider>
  424. </entry>
  425. <entry file="file://$PROJECT_DIR$/install/cmake/targets.cmake">
  426. <provider selected="true" editor-type-id="text-editor">
  427. <state relative-caret-position="510">
  428. <caret line="43" column="56" lean-forward="true" selection-start-line="43" selection-start-column="56" selection-end-line="44" selection-end-column="72" />
  429. </state>
  430. </provider>
  431. </entry>
  432. <entry file="file://$PROJECT_DIR$/lib/src/TestClass.cpp" />
  433. <entry file="file://$PROJECT_DIR$/install/mdd-config.cmake">
  434. <provider selected="true" editor-type-id="text-editor" />
  435. </entry>
  436. <entry file="file://$PROJECT_DIR$/lib/include/TestClass.h" />
  437. <entry file="file://$PROJECT_DIR$/lib/thirdparty/__init__.py" />
  438. <entry file="file://$PROJECT_DIR$/README.MD">
  439. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  440. <state split_layout="SPLIT">
  441. <first_editor relative-caret-position="15">
  442. <caret line="1" column="35" selection-start-line="1" selection-start-column="35" selection-end-line="1" selection-end-column="35" />
  443. </first_editor>
  444. <second_editor />
  445. </state>
  446. </provider>
  447. </entry>
  448. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/bin/data/abcde.txt" />
  449. <entry file="file://$PROJECT_DIR$/lib/include/IInput.h" />
  450. <entry file="file://$PROJECT_DIR$/lib/include/IValue.h" />
  451. <entry file="file://$PROJECT_DIR$/lib/src/BaseModule.cpp" />
  452. <entry file="file:///usr/include/c++/7/bits/shared_ptr.h">
  453. <provider selected="true" editor-type-id="text-editor">
  454. <state relative-caret-position="204">
  455. <caret line="92" column="10" selection-start-line="92" selection-start-column="10" selection-end-line="92" selection-end-column="10" />
  456. </state>
  457. </provider>
  458. </entry>
  459. <entry file="file:///usr/include/c++/7/bits/std_function.h">
  460. <provider selected="true" editor-type-id="text-editor">
  461. <state relative-caret-position="159">
  462. <caret line="388" column="10" selection-start-line="388" selection-start-column="10" selection-end-line="388" selection-end-column="10" />
  463. </state>
  464. </provider>
  465. </entry>
  466. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/clzll.h" />
  467. <entry file="file://$PROJECT_DIR$/lib/src/Data.cpp" />
  468. <entry file="file://$PROJECT_DIR$/lib/include/Data.h" />
  469. <entry file="file://$PROJECT_DIR$/lib/include/IData.h" />
  470. <entry file="file:///usr/include/c++/7/bits/shared_ptr_base.h">
  471. <provider selected="true" editor-type-id="text-editor">
  472. <state relative-caret-position="293">
  473. <caret line="964" column="18" selection-start-line="964" selection-start-column="6" selection-end-line="964" selection-end-column="18" />
  474. </state>
  475. </provider>
  476. </entry>
  477. <entry file="file://$PROJECT_DIR$/lib/include/IListener.h">
  478. <provider selected="true" editor-type-id="text-editor">
  479. <state relative-caret-position="60">
  480. <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
  481. </state>
  482. </provider>
  483. </entry>
  484. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/document.h" />
  485. <entry file="file://$PROJECT_DIR$/.gitignore">
  486. <provider selected="true" editor-type-id="text-editor">
  487. <state relative-caret-position="15">
  488. <caret line="1" column="7" selection-start-line="1" selection-start-column="7" selection-end-line="1" selection-end-column="7" />
  489. </state>
  490. </provider>
  491. </entry>
  492. <entry file="file://$PROJECT_DIR$/thirdparty/json/CMakeLists.txt">
  493. <provider selected="true" editor-type-id="text-editor">
  494. <state relative-caret-position="-315" />
  495. </provider>
  496. </entry>
  497. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/json.hpp">
  498. <provider selected="true" editor-type-id="text-editor">
  499. <state relative-caret-position="15">
  500. <caret line="1" column="28" selection-start-line="1" selection-start-column="28" selection-end-line="1" selection-end-column="28" />
  501. </state>
  502. </provider>
  503. </entry>
  504. <entry file="file://$PROJECT_DIR$/lib/test/CMakeLists.txt">
  505. <provider selected="true" editor-type-id="text-editor">
  506. <state relative-caret-position="30">
  507. <caret line="2" column="31" selection-start-line="2" selection-start-column="31" selection-end-line="2" selection-end-column="31" />
  508. </state>
  509. </provider>
  510. </entry>
  511. <entry file="file://$PROJECT_DIR$/lib/test/test_TestClass.cpp" />
  512. <entry file="file://$PROJECT_DIR$/lib/src/Output.cpp">
  513. <provider selected="true" editor-type-id="text-editor">
  514. <state relative-caret-position="135">
  515. <caret line="9" column="24" selection-start-line="9" selection-start-column="24" selection-end-line="9" selection-end-column="24" />
  516. </state>
  517. </provider>
  518. </entry>
  519. <entry file="file://$PROJECT_DIR$/thirdparty/json/README.md">
  520. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  521. <state split_layout="SPLIT">
  522. <first_editor />
  523. <second_editor />
  524. </state>
  525. </provider>
  526. </entry>
  527. <entry file="file:///usr/include/c++/7/bits/vector.tcc">
  528. <provider selected="true" editor-type-id="text-editor">
  529. <state relative-caret-position="164">
  530. <caret line="68" selection-start-line="68" selection-end-line="68" />
  531. </state>
  532. </provider>
  533. </entry>
  534. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/nlohmann/json.hpp">
  535. <provider selected="true" editor-type-id="text-editor">
  536. <state relative-caret-position="163">
  537. <caret line="14988" selection-start-line="14988" selection-end-line="14988" />
  538. </state>
  539. </provider>
  540. </entry>
  541. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleMath.cpp">
  542. <provider selected="true" editor-type-id="text-editor">
  543. <state relative-caret-position="651">
  544. <caret line="69" lean-forward="true" selection-start-line="69" selection-end-line="69" />
  545. <folding>
  546. <element signature="e#0#24#0" expanded="true" />
  547. </folding>
  548. </state>
  549. </provider>
  550. </entry>
  551. <entry file="file://$PROJECT_DIR$/CMakeLists.txt">
  552. <provider selected="true" editor-type-id="text-editor">
  553. <state relative-caret-position="180">
  554. <caret line="12" column="70" lean-forward="true" selection-start-line="12" selection-start-column="70" selection-end-line="12" selection-end-column="70" />
  555. </state>
  556. </provider>
  557. </entry>
  558. <entry file="file://$PROJECT_DIR$/lib/README.MD">
  559. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  560. <state split_layout="SPLIT">
  561. <first_editor />
  562. <second_editor />
  563. </state>
  564. </provider>
  565. </entry>
  566. <entry file="file://$PROJECT_DIR$/lib/include/IOutput.h">
  567. <provider selected="true" editor-type-id="text-editor">
  568. <state relative-caret-position="75">
  569. <caret line="5" selection-start-line="5" selection-end-line="21" selection-end-column="1" />
  570. <folding>
  571. <element signature="e#44#63#0" expanded="true" />
  572. </folding>
  573. </state>
  574. </provider>
  575. </entry>
  576. <entry file="file://$PROJECT_DIR$/lib/include/Input.h">
  577. <provider selected="true" editor-type-id="text-editor">
  578. <state relative-caret-position="150">
  579. <caret line="10" column="25" lean-forward="true" selection-start-line="10" selection-start-column="25" selection-end-line="10" selection-end-column="25" />
  580. <folding>
  581. <element signature="e#41#58#0" expanded="true" />
  582. </folding>
  583. </state>
  584. </provider>
  585. </entry>
  586. <entry file="file://$PROJECT_DIR$/lib/include/Output.h">
  587. <provider selected="true" editor-type-id="text-editor">
  588. <state relative-caret-position="255">
  589. <caret line="17" column="33" lean-forward="true" selection-start-line="17" selection-start-column="33" selection-end-line="17" selection-end-column="33" />
  590. <folding>
  591. <element signature="e#42#62#0" expanded="true" />
  592. </folding>
  593. </state>
  594. </provider>
  595. </entry>
  596. <entry file="file://$PROJECT_DIR$/lib/src/ModuleMath.cpp">
  597. <provider selected="true" editor-type-id="text-editor">
  598. <state relative-caret-position="1666">
  599. <caret line="201" column="26" lean-forward="true" selection-start-line="201" selection-start-column="26" selection-end-line="201" selection-end-column="26" />
  600. </state>
  601. </provider>
  602. </entry>
  603. <entry file="file://$PROJECT_DIR$/lib/CMakeLists.txt">
  604. <provider selected="true" editor-type-id="text-editor">
  605. <state relative-caret-position="165">
  606. <caret line="11" column="28" selection-start-line="11" selection-start-column="28" selection-end-line="11" selection-end-column="28" />
  607. </state>
  608. </provider>
  609. </entry>
  610. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  611. <provider selected="true" editor-type-id="text-editor">
  612. <state relative-caret-position="376">
  613. <caret line="43" column="8" selection-start-line="43" selection-start-column="8" selection-end-line="47" selection-end-column="19" />
  614. <folding>
  615. <element signature="e#0#23#0" expanded="true" />
  616. </folding>
  617. </state>
  618. </provider>
  619. </entry>
  620. <entry file="file://$PROJECT_DIR$/lib/include/HandlerModule.h">
  621. <provider selected="true" editor-type-id="text-editor">
  622. <state relative-caret-position="105">
  623. <caret line="7" column="17" selection-start-line="7" selection-start-column="4" selection-end-line="7" selection-end-column="17" />
  624. </state>
  625. </provider>
  626. </entry>
  627. <entry file="file://$PROJECT_DIR$/lib/include/IModule.h">
  628. <provider selected="true" editor-type-id="text-editor">
  629. <state relative-caret-position="225">
  630. <caret line="15" column="59" lean-forward="true" selection-start-line="15" selection-start-column="59" selection-end-line="15" selection-end-column="59" />
  631. <folding>
  632. <element signature="e#45#65#0" expanded="true" />
  633. </folding>
  634. </state>
  635. </provider>
  636. </entry>
  637. <entry file="file://$PROJECT_DIR$/lib/include/IType.h">
  638. <provider selected="true" editor-type-id="text-editor">
  639. <state relative-caret-position="75">
  640. <caret line="5" selection-start-line="5" selection-end-line="5" />
  641. </state>
  642. </provider>
  643. </entry>
  644. <entry file="file://$PROJECT_DIR$/lib/include/ModuleMath.h">
  645. <provider selected="true" editor-type-id="text-editor">
  646. <state relative-caret-position="195">
  647. <caret line="13" column="12" selection-start-line="13" selection-start-column="12" selection-end-line="13" selection-end-column="12" />
  648. </state>
  649. </provider>
  650. </entry>
  651. <entry file="file://$PROJECT_DIR$/lib/include/ModuleBase.h">
  652. <provider selected="true" editor-type-id="text-editor">
  653. <state relative-caret-position="105">
  654. <caret line="7" lean-forward="true" selection-start-line="7" selection-end-line="7" />
  655. <folding>
  656. <element signature="e#51#69#0" expanded="true" />
  657. </folding>
  658. </state>
  659. </provider>
  660. </entry>
  661. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorBase.cpp">
  662. <provider selected="true" editor-type-id="text-editor">
  663. <state relative-caret-position="75">
  664. <caret line="5" column="66" lean-forward="true" selection-start-line="5" selection-start-column="66" selection-end-line="5" selection-end-column="66" />
  665. </state>
  666. </provider>
  667. </entry>
  668. <entry file="file://$PROJECT_DIR$/lib/include/IProcessor.h">
  669. <provider selected="true" editor-type-id="text-editor">
  670. <state relative-caret-position="150">
  671. <caret line="10" column="55" selection-start-line="10" selection-start-column="55" selection-end-line="10" selection-end-column="55" />
  672. </state>
  673. </provider>
  674. </entry>
  675. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorBase.h">
  676. <provider selected="true" editor-type-id="text-editor">
  677. <state relative-caret-position="255">
  678. <caret line="17" column="55" lean-forward="true" selection-start-line="17" selection-start-column="55" selection-end-line="17" selection-end-column="55" />
  679. <folding>
  680. <element signature="e#57#75#0" expanded="true" />
  681. </folding>
  682. </state>
  683. </provider>
  684. </entry>
  685. </component>
  686. </project>