Updated project files

This commit is contained in:
jwellbelove 2015-01-18 20:32:57 +00:00
parent 03ce42883a
commit 9faec50e1b
8 changed files with 325 additions and 257 deletions

View File

@ -115,6 +115,7 @@
<Unit filename="../../alignment.h" />
<Unit filename="../../array.h" />
<Unit filename="../../bitset.h" />
<Unit filename="../../bloom_filter.h" />
<Unit filename="../../container.h" />
<Unit filename="../../crc16.cpp" />
<Unit filename="../../crc16.h" />
@ -182,6 +183,7 @@
<Unit filename="../test_alignment.cpp" />
<Unit filename="../test_array.cpp" />
<Unit filename="../test_bitset.cpp" />
<Unit filename="../test_bloom_filter.cpp" />
<Unit filename="../test_checksum.cpp" />
<Unit filename="../test_container.cpp" />
<Unit filename="../test_crc.cpp" />

View File

@ -211,37 +211,37 @@
1414929413 ecma.h"
1418906586 u:\users\john\documents\programming\github\etl\crc8_ccitt.h
1420655747 u:\users\john\documents\programming\github\etl\crc8_ccitt.h
<stdint.h>
"static_assert.h"
"type_traits.h"
"endian.h"
1418906586 u:\users\john\documents\programming\github\etl\crc16.h
1420655747 u:\users\john\documents\programming\github\etl\crc16.h
<stdint.h>
"static_assert.h"
"type_traits.h"
"endian.h"
1418906586 u:\users\john\documents\programming\github\etl\crc16_ccitt.h
1420655747 u:\users\john\documents\programming\github\etl\crc16_ccitt.h
<stdint.h>
"static_assert.h"
"type_traits.h"
"endian.h"
1418906586 u:\users\john\documents\programming\github\etl\crc16_kermit.h
1420655747 u:\users\john\documents\programming\github\etl\crc16_kermit.h
<stdint.h>
"static_assert.h"
"type_traits.h"
"endian.h"
1418906586 u:\users\john\documents\programming\github\etl\crc32.h
1420655747 u:\users\john\documents\programming\github\etl\crc32.h
<stdint.h>
"static_assert.h"
"type_traits.h"
"endian.h"
1418906586 u:\users\john\documents\programming\github\etl\crc64_ecma.h
1420655747 u:\users\john\documents\programming\github\etl\crc64_ecma.h
<stdint.h>
"static_assert.h"
"type_traits.h"
@ -330,10 +330,11 @@
1418906586 u:\users\john\documents\programming\github\etl\largest.h
"type_traits.h"
1418906587 source:u:\users\john\documents\programming\github\etl\test\test_list.cpp
1421601674 source:u:\users\john\documents\programming\github\etl\test\test_list.cpp
<UnitTest++/UnitTest++.h>
"ExtraCheckMacros.h"
"../list.h"
"data.h"
<algorithm>
<array>
<list>
@ -351,12 +352,13 @@
1415009648 +/ReportAssertImpl.h>
1418906586 u:\users\john\documents\programming\github\etl\list.h
1421601517 u:\users\john\documents\programming\github\etl\list.h
<stddef.h>
"ilist.h"
"container.h"
"pool.h"
1419178113 u:\users\john\documents\programming\github\etl\ilist.h
1421608839 u:\users\john\documents\programming\github\etl\ilist.h
<iterator>
<algorithm>
<functional>
@ -365,8 +367,9 @@
"list_base.h"
"type_traits.h"
"parameter_type.h"
"pool.h"
1418906586 u:\users\john\documents\programming\github\etl\list_base.h
1421068120 u:\users\john\documents\programming\github\etl\list_base.h
<stddef.h>
"exception.h"
@ -389,7 +392,7 @@
1418906586 u:\users\john\documents\programming\github\etl\numeric.h
1418906587 source:u:\users\john\documents\programming\github\etl\test\test_observer.cpp
1419429129 source:u:\users\john\documents\programming\github\etl\test\test_observer.cpp
<UnitTest++/UnitTest++.h>
"../observer.h"
@ -401,13 +404,16 @@
"exception.h"
"error_handler.h"
1418906587 u:\users\john\documents\programming\github\etl\vector.h
1419967638 u:\users\john\documents\programming\github\etl\vector.h
<stddef.h>
<stdint.h>
<iterator>
"ivector.h"
"container.h"
"alignment.h"
"array.h"
1419178113 u:\users\john\documents\programming\github\etl\ivector.h
1420038059 u:\users\john\documents\programming\github\etl\ivector.h
<iterator>
<algorithm>
<functional>
@ -419,7 +425,7 @@
1415195892 se.h"
1418985339 u:\users\john\documents\programming\github\etl\vector_base.h
1419451562 u:\users\john\documents\programming\github\etl\vector_base.h
<stddef.h>
"exception.h"
"error_handler.h"
@ -476,7 +482,7 @@
1415196048 raits.h"
1419098984 source:u:\users\john\documents\programming\github\etl\test\test_vector.cpp
1419209500 source:u:\users\john\documents\programming\github\etl\test\test_vector.cpp
<UnitTest++/UnitTest++.h>
<vector>
<array>
@ -997,14 +1003,14 @@
1415195892 /mnt/hgfs/W7 My Documents/Programming/GitHub/etl/largest.h
1418906587 source:u:\users\john\documents\programming\github\etl\test\test_bitset.cpp
1421591790 source:u:\users\john\documents\programming\github\etl\test\test_bitset.cpp
<UnitTest++/UnitTest++.h>
<limits>
<type_traits>
<bitset>
"../bitset.h"
1418906586 u:\users\john\documents\programming\github\etl\bitset.h
1421611463 u:\users\john\documents\programming\github\etl\bitset.h
<algorithm>
<iterator>
<string.h>
@ -1026,31 +1032,35 @@
<stdint.h>
"integral_limits.h"
1418906587 source:u:\users\john\documents\programming\github\etl\test\test_forward_list.cpp
1421610881 source:u:\users\john\documents\programming\github\etl\test\test_forward_list.cpp
<UnitTest++/UnitTest++.h>
"ExtraCheckMacros.h"
"data.h"
"../forward_list.h"
<algorithm>
<array>
<forward_list>
<vector>
<string>
1418906586 u:\users\john\documents\programming\github\etl\forward_list.h
1421610767 u:\users\john\documents\programming\github\etl\forward_list.h
<stddef.h>
"pool.h"
"iforward_list.h"
"container.h"
1419178113 u:\users\john\documents\programming\github\etl\iforward_list.h
1421611168 u:\users\john\documents\programming\github\etl\iforward_list.h
<iterator>
<algorithm>
<functional>
<stddef.h>
"pool.h"
"nullptr.h"
"forward_list_base.h"
"type_traits.h"
"parameter_type.h"
1419178130 u:\users\john\documents\programming\github\etl\forward_list_base.h
1421600004 u:\users\john\documents\programming\github\etl\forward_list_base.h
<stddef.h>
"exception.h"
@ -1063,7 +1073,7 @@
"../type_traits.h"
<type_traits>
1418906586 u:\users\john\documents\programming\github\etl\alignment.h
1421503095 u:\users\john\documents\programming\github\etl\alignment.h
"type_traits.h"
1418906586 u:\users\john\documents\programming\github\etl\parameter_type.h
@ -1080,18 +1090,23 @@
<bitset>
"../integral_limits.h"
1418906587 source:u:\users\john\documents\programming\github\etl\test\test_maths.cpp
1421017490 source:u:\users\john\documents\programming\github\etl\test\test_maths.cpp
<UnitTest++/UnitTest++.h>
"../log.h"
"../power.h"
"../fibonacci.h"
"../factorial.h"
1418906587 source:u:\users\john\documents\programming\github\etl\test\test_pool.cpp
1421608538 source:u:\users\john\documents\programming\github\etl\test\test_pool.cpp
<UnitTest++/UnitTest++.h>
"data.h"
<set>
<vector>
"../pool.h"
1419179997 u:\users\john\documents\programming\github\etl\pool.h
1421170175 u:\users\john\documents\programming\github\etl\pool.h
"alignment.h"
"array.h"
"bitset.h"
"ipool.h"
<iterator>
@ -1108,7 +1123,7 @@
<vector>
<algorithm>
1418984316 u:\users\john\documents\programming\github\etl\variant.h
1419967474 u:\users\john\documents\programming\github\etl\variant.h
<stdint.h>
"array.h"
"largest.h"
@ -1119,8 +1134,9 @@
"alignment.h"
"error_handler.h"
1418906586 u:\users\john\documents\programming\github\etl\power.h
1421016981 u:\users\john\documents\programming\github\etl\power.h
<stddef.h>
"log.h"
1418906586 u:\users\john\documents\programming\github\etl\fibonacci.h
<stddef.h>
@ -1212,7 +1228,7 @@
<string>
"../endian.h"
1418906587 source:u:\users\john\documents\programming\github\etl\test\test_hash.cpp
1420911635 source:u:\users\john\documents\programming\github\etl\test\test_hash.cpp
<UnitTest++/UnitTest++.h>
<iterator>
<string>
@ -1220,12 +1236,12 @@
<stdint.h>
"../hash.h"
1418906586 u:\users\john\documents\programming\github\etl\hash.h
1420911637 u:\users\john\documents\programming\github\etl\hash.h
<stdint.h>
"fnv_1.h"
"type_traits.h"
1418906586 u:\users\john\documents\programming\github\etl\ibitset.h
1421609236 u:\users\john\documents\programming\github\etl\ibitset.h
1419180324 source:u:\users\john\documents\programming\github\etl\test\test_lookup.cpp
<UnitTest++/UnitTest++.h>
@ -1263,12 +1279,13 @@
"ivector.h"
"error_handler.h"
1419178113 u:\users\john\documents\programming\github\etl\ipool.h
1421611259 u:\users\john\documents\programming\github\etl\ipool.h
<iterator>
"pool_base.h"
"nullptr.h"
"error_handler.h"
1418906586 u:\users\john\documents\programming\github\etl\pool_base.h
1421608508 u:\users\john\documents\programming\github\etl\pool_base.h
<stddef.h>
"exception.h"
"error_handler.h"
@ -1279,3 +1296,23 @@
1419179259 u:\users\john\documents\programming\github\etl\singleton.h
1421501221 u:\users\john\documents\programming\github\etl\test\data.h
<ostream>
1421017897 source:u:\users\john\documents\programming\github\etl\test\test_bloom_filter.cpp
<UnitTest++/UnitTest++.h>
<stdlib.h>
<vector>
"../bloom_filter.h"
"../fnv_1.h"
"../crc16.h"
"../crc16_ccitt.h"
"../crc32.h"
1421613097 u:\users\john\documents\programming\github\etl\bloom_filter.h
"parameter_type.h"
"bitset.h"
"type_traits.h"
"log.h"
"power.h"

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="Windows" />
<File name="..\..\..\unittest-cpp\UnitTest++\TestMacros.h" open="1" top="0" tabpos="13" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="..\..\..\unittest-cpp\UnitTest++\Config.h" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1865" topLine="28" />
<Cursor1 position="773" topLine="0" />
</Cursor>
</File>
<File name="..\..\static_assert.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
@ -36,9 +36,14 @@
<Cursor1 position="10573" topLine="244" />
</Cursor>
</File>
<File name="..\test_lookup.cpp" open="1" top="1" tabpos="16" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="..\..\..\unittest-cpp\UnitTest++\ExecuteTest.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="3877" topLine="80" />
<Cursor1 position="355" topLine="0" />
</Cursor>
</File>
<File name="..\test_lookup.cpp" open="1" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="3867" topLine="101" />
</Cursor>
</File>
<File name="..\..\integral_limits.h" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
@ -56,46 +61,11 @@
<Cursor1 position="3578" topLine="85" />
</Cursor>
</File>
<File name="..\test_array.cpp" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="2123" topLine="55" />
</Cursor>
</File>
<File name="..\..\..\unittest-cpp\UnitTest++\ExecuteTest.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="355" topLine="0" />
</Cursor>
</File>
<File name="..\test_queue.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1603" topLine="28" />
</Cursor>
</File>
<File name="..\..\deque.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="4670" topLine="110" />
</Cursor>
</File>
<File name="..\..\list.h" open="0" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="5955" topLine="137" />
</Cursor>
</File>
<File name="..\..\endian.h" open="1" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="2235" topLine="37" />
</Cursor>
</File>
<File name="..\..\lookup.h" open="1" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="3734" topLine="57" />
</Cursor>
</File>
<File name="..\test_type_traits.cpp" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="34843" topLine="428" />
</Cursor>
</File>
<File name="..\..\..\unittest-cpp\UnitTest++\Win32\TimeHelpers.cpp" open="0" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="257" topLine="0" />
@ -106,19 +76,39 @@
<Cursor1 position="616" topLine="0" />
</Cursor>
</File>
<File name="..\test_array.cpp" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="2123" topLine="55" />
</Cursor>
</File>
<File name="..\test_queue.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1603" topLine="28" />
</Cursor>
</File>
<File name="..\..\..\unittest-cpp\UnitTest++\Win32\TimeHelpers.h" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="245" topLine="0" />
</Cursor>
</File>
<File name="..\..\nullptr.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="..\..\list.h" open="0" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="560" topLine="78" />
<Cursor1 position="5955" topLine="137" />
</Cursor>
</File>
<File name="..\..\observer.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<File name="..\..\endian.h" open="1" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="5579" topLine="130" />
<Cursor1 position="2235" topLine="37" />
</Cursor>
</File>
<File name="..\test_type_traits.cpp" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="34843" topLine="428" />
</Cursor>
</File>
<File name="..\..\lookup.h" open="1" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="3734" topLine="57" />
</Cursor>
</File>
<File name="..\test_cyclic_value.cpp" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
@ -126,11 +116,36 @@
<Cursor1 position="1365" topLine="12" />
</Cursor>
</File>
<File name="..\..\..\unittest-cpp\UnitTest++\Test.cpp" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="200" topLine="0" />
</Cursor>
</File>
<File name="..\..\nullptr.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="560" topLine="78" />
</Cursor>
</File>
<File name="..\..\Doxyfile" open="1" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="56760" topLine="1251" />
</Cursor>
</File>
<File name="..\test_bloom_filter.cpp" open="1" top="0" tabpos="18" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="6035" topLine="180" />
</Cursor>
</File>
<File name="..\..\bloom_filter.h" open="1" top="1" tabpos="19" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="2913" topLine="57" />
</Cursor>
</File>
<File name="..\..\observer.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="5579" topLine="130" />
</Cursor>
</File>
<File name="..\test_deque.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="19477" topLine="589" />
@ -141,11 +156,6 @@
<Cursor1 position="2320" topLine="22" />
</Cursor>
</File>
<File name="..\..\..\unittest-cpp\UnitTest++\Test.cpp" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="200" topLine="0" />
</Cursor>
</File>
<File name="..\..\array.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1998" topLine="258" />
@ -156,6 +166,11 @@
<Cursor1 position="4838" topLine="145" />
</Cursor>
</File>
<File name="..\..\..\unittest-cpp\UnitTest++\TestMacros.h" open="1" top="0" tabpos="13" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1865" topLine="28" />
</Cursor>
</File>
<File name="..\..\function.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="3693" topLine="67" />
@ -166,11 +181,6 @@
<Cursor1 position="2523" topLine="42" />
</Cursor>
</File>
<File name="..\..\..\unittest-cpp\UnitTest++\Config.h" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="773" topLine="0" />
</Cursor>
</File>
<File name="..\..\ideque.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="39747" topLine="1281" />

View File

@ -2,7 +2,7 @@
<project>
<fileVersion>2</fileVersion>
<fileChecksum>2987799716</fileChecksum>
<fileChecksum>3263002611</fileChecksum>
<configuration>
<name>Debug</name>
<outputs>
@ -16,19 +16,72 @@
<file>$PROJ_DIR$\..\..\crc16.h</file>
<file>$PROJ_DIR$\..\..\crc16_ccitt.cpp</file>
<file>$PROJ_DIR$\..\..\crc16_kermit.cpp</file>
<file>$PROJ_DIR$\..\..\crc32.cpp</file>
<file>$PROJ_DIR$\..\..\crc16_kermit.h</file>
<file>$PROJ_DIR$\..\..\crc64_ecma.h</file>
<file>$PROJ_DIR$\..\..\crc32.h</file>
<file>$PROJ_DIR$\..\..\crc64_ecma.cpp</file>
<file>$PROJ_DIR$\..\..\crc8_ccitt.cpp</file>
<file>$PROJ_DIR$\..\..\crc8_ccitt.h</file>
<file>$PROJ_DIR$\..\..\cyclic_value.h</file>
<file>$PROJ_DIR$\..\..\doxygen.h</file>
<file>$PROJ_DIR$\..\..\deque.h</file>
<file>$PROJ_DIR$\..\..\deque_base.h</file>
<file>$PROJ_DIR$\..\..\exception.h</file>
<file>$PROJ_DIR$\..\..\endian.h</file>
<file>$PROJ_DIR$\..\..\enum_type.h</file>
<file>$PROJ_DIR$\..\..\error_handler.cpp</file>
<file>$PROJ_DIR$\..\..\error_handler.h</file>
<file>$PROJ_DIR$\..\..\factorial.h</file>
<file>$PROJ_DIR$\..\..\fibonacci.h</file>
<file>$PROJ_DIR$\..\..\forward_list.h</file>
<file>$PROJ_DIR$\..\..\functional.h</file>
<file>$PROJ_DIR$\..\..\forward_list_base.h</file>
<file>$PROJ_DIR$\..\..\function.h</file>
<file>$TOOLKIT_DIR$\inc\c\ymath.h</file>
<file>$PROJ_DIR$\..\..\ideque.h</file>
<file>$PROJ_DIR$\..\..\iforward_list.h</file>
<file>$PROJ_DIR$\..\..\ilist.h</file>
<file>$PROJ_DIR$\..\..\ipool.h</file>
<file>$PROJ_DIR$\..\..\integral_limits.h</file>
<file>$PROJ_DIR$\..\..\iqueue.h</file>
<file>$PROJ_DIR$\..\..\istack.h</file>
<file>$PROJ_DIR$\..\..\largest.h</file>
<file>$PROJ_DIR$\..\..\ivector.h</file>
<file>$PROJ_DIR$\..\..\numeric.h</file>
<file>$PROJ_DIR$\..\..\list.h</file>
<file>$PROJ_DIR$\..\..\list_base.h</file>
<file>$PROJ_DIR$\..\..\log.h</file>
<file>$PROJ_DIR$\..\..\nullptr.h</file>
<file>$PROJ_DIR$\..\..\observer.h</file>
<file>$PROJ_DIR$\..\..\parameter_type.h</file>
<file>$PROJ_DIR$\..\..\power.h</file>
<file>$PROJ_DIR$\..\..\pool.h</file>
<file>$PROJ_DIR$\..\..\queue.h</file>
<file>$PROJ_DIR$\..\..\smallest.h</file>
<file>$PROJ_DIR$\..\..\queue_base.h</file>
<file>$PROJ_DIR$\..\..\static_assert.h</file>
<file>$PROJ_DIR$\..\..\stack.h</file>
<file>$PROJ_DIR$\..\..\stack_base.h</file>
<file>$PROJ_DIR$\..\..\type_traits.h</file>
<file>$PROJ_DIR$\..\..\variant.h</file>
<file>$PROJ_DIR$\..\..\visitor.h</file>
<file>$PROJ_DIR$\..\..\vector.h</file>
<file>$PROJ_DIR$\..\..\vector_base.h</file>
<file>$TOOLKIT_DIR$\inc\c\xtgmath.h</file>
<file>$PROJ_DIR$\..\test_compile.cpp</file>
<file>$TOOLKIT_DIR$\inc\c\xencoding_limits.h</file>
<file>$PROJ_DIR$\main.cpp</file>
<file>$PROJ_DIR$\Debug\Obj\etl.pbd</file>
<file>$PROJ_DIR$\Debug\Obj\main.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc8_ccitt.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc16_kermit.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc16_ccitt.pbi</file>
<file>$PROJ_DIR$\Debug\Obj\crc64_ecma.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc32.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc16.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc16_ccitt.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc32.o</file>
<file>$PROJ_DIR$\Debug\Obj\main.pbi</file>
<file>$PROJ_DIR$\Debug\Obj\crc16_ccitt.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc16_ccitt.pbi</file>
<file>$PROJ_DIR$\Debug\Obj\crc16_kermit.o</file>
<file>$PROJ_DIR$\Debug\Obj\crc8_ccitt.o</file>
<file>$PROJ_DIR$\Debug\Obj\main.o</file>
<file>$PROJ_DIR$\Debug\Exe\cpp.out</file>
<file>$PROJ_DIR$\Debug\Obj\crc16.pbi</file>
<file>$PROJ_DIR$\Debug\Obj\crc16_kermit.pbi</file>
@ -73,8 +126,6 @@
<file>$TOOLKIT_DIR$\lib\dl4t_aln.a</file>
<file>$TOOLKIT_DIR$\lib\m4t_al.a</file>
<file>$TOOLKIT_DIR$\lib\shs_l.a</file>
<file>$TOOLKIT_DIR$\inc\c\xtgmath.h</file>
<file>$TOOLKIT_DIR$\inc\c\ymath.h</file>
<file>$TOOLKIT_DIR$\inc\c\math.h</file>
<file>$TOOLKIT_DIR$\lib\rt4t_al.a</file>
<file>$TOOLKIT_DIR$\lib\dlpp4t_al_nc.a</file>
@ -103,82 +154,32 @@
<file>$TOOLKIT_DIR$\inc\c\locale.h</file>
<file>$TOOLKIT_DIR$\inc\c\xlocale_lconv.h</file>
<file>$TOOLKIT_DIR$\inc\c\time.h</file>
<file>$TOOLKIT_DIR$\inc\c\cstdint</file>
<file>$PROJ_DIR$\..\..\crc32.cpp</file>
<file>$PROJ_DIR$\..\..\crc16_kermit.h</file>
<file>$PROJ_DIR$\..\..\crc64_ecma.h</file>
<file>$PROJ_DIR$\..\..\crc32.h</file>
<file>$PROJ_DIR$\..\..\crc64_ecma.cpp</file>
<file>$PROJ_DIR$\..\..\crc8_ccitt.cpp</file>
<file>$PROJ_DIR$\..\..\crc8_ccitt.h</file>
<file>$PROJ_DIR$\..\..\cyclic_value.h</file>
<file>$PROJ_DIR$\..\..\doxygen.h</file>
<file>$PROJ_DIR$\..\..\deque.h</file>
<file>$PROJ_DIR$\..\..\deque_base.h</file>
<file>$PROJ_DIR$\..\..\exception.h</file>
<file>$PROJ_DIR$\..\..\endian.h</file>
<file>$PROJ_DIR$\..\..\enum_type.h</file>
<file>$PROJ_DIR$\..\..\factorial.h</file>
<file>$PROJ_DIR$\..\..\fibonacci.h</file>
<file>$PROJ_DIR$\..\..\forward_list.h</file>
<file>$PROJ_DIR$\..\..\functional.h</file>
<file>$PROJ_DIR$\..\..\forward_list_base.h</file>
<file>$PROJ_DIR$\..\..\function.h</file>
<file>$PROJ_DIR$\..\..\integral_limits.h</file>
<file>$PROJ_DIR$\..\..\ideque.h</file>
<file>$PROJ_DIR$\..\..\iforward_list.h</file>
<file>$PROJ_DIR$\..\..\ilist.h</file>
<file>$PROJ_DIR$\..\..\iqueue.h</file>
<file>$PROJ_DIR$\..\..\istack.h</file>
<file>$PROJ_DIR$\..\..\ivector.h</file>
<file>$PROJ_DIR$\..\..\largest.h</file>
<file>$PROJ_DIR$\..\..\numeric.h</file>
<file>$PROJ_DIR$\..\..\list.h</file>
<file>$PROJ_DIR$\..\..\list_base.h</file>
<file>$PROJ_DIR$\..\..\log.h</file>
<file>$PROJ_DIR$\..\..\nullptr.h</file>
<file>$PROJ_DIR$\..\..\observer.h</file>
<file>$PROJ_DIR$\..\..\parameter_type.h</file>
<file>$PROJ_DIR$\..\..\power.h</file>
<file>$PROJ_DIR$\..\..\pool.h</file>
<file>$PROJ_DIR$\..\..\queue.h</file>
<file>$PROJ_DIR$\..\..\smallest.h</file>
<file>$PROJ_DIR$\..\..\queue_base.h</file>
<file>$PROJ_DIR$\..\..\static_assert.h</file>
<file>$PROJ_DIR$\..\..\stack.h</file>
<file>$PROJ_DIR$\..\..\stack_base.h</file>
<file>$PROJ_DIR$\..\..\type_traits.h</file>
<file>$PROJ_DIR$\..\..\variant.h</file>
<file>$PROJ_DIR$\..\..\visitor.h</file>
<file>$PROJ_DIR$\..\..\vector.h</file>
<file>$PROJ_DIR$\..\..\vector_base.h</file>
<file>$PROJ_DIR$\..\test_compile.cpp</file>
<file>$PROJ_DIR$\Debug\Obj\error_handler.pbi</file>
<file>$TOOLKIT_DIR$\inc\c\DLib_Threads.h</file>
<file>$PROJ_DIR$\Debug\Obj\error_handler.o</file>
<file>$PROJ_DIR$\Debug\Obj\error_handler.pbi</file>
<file>$PROJ_DIR$\..\..\error_handler.h</file>
<file>$PROJ_DIR$\..\..\error_handler.cpp</file>
<file>$PROJ_DIR$\..\..\ibitset.h</file>
<file>$PROJ_DIR$\Debug\List\cpp.map</file>
</outputs>
<file>
<name>$PROJ_DIR$\..\..\crc16.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 24</file>
<name>ICCARM</name>
<file> 68</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 20</file>
<name>BICOMP</name>
<file> 77</file>
</tool>
</outputs>
<inputs>
<tool>
<name>BICOMP</name>
<file> 30 29 34 11 31 147 32 33</file>
<name>ICCARM</name>
<file> 87 83 82 84 85 86 64 149</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 34 30 29 31 32 33 11 147</file>
<name>BICOMP</name>
<file> 83 82 87 64 84 149 85 86</file>
</tool>
</inputs>
</file>
@ -186,22 +187,22 @@
<name>$PROJ_DIR$\..\..\crc16_ccitt.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 17</file>
<name>ICCARM</name>
<file> 71</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 21</file>
<name>BICOMP</name>
<file> 72</file>
</tool>
</outputs>
<inputs>
<tool>
<name>BICOMP</name>
<file> 30 29 34 11 31 147 32 33</file>
<name>ICCARM</name>
<file> 87 83 82 84 85 86 64 149</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 34 30 29 31 32 33 11 147</file>
<name>BICOMP</name>
<file> 83 82 87 64 84 149 85 86</file>
</tool>
</inputs>
</file>
@ -209,44 +210,22 @@
<name>$PROJ_DIR$\..\..\crc16_kermit.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 25</file>
<name>ICCARM</name>
<file> 73</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 16</file>
<name>BICOMP</name>
<file> 78</file>
</tool>
</outputs>
<inputs>
<tool>
<name>BICOMP</name>
<file> 30 29 34 11 31 147 32 33</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 34 30 29 31 32 33 11 147</file>
<file> 87 83 82 84 85 86 64 149</file>
</tool>
</inputs>
</file>
<file>
<name>$PROJ_DIR$\main.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 22</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 14</file>
</tool>
</outputs>
</file>
<file>
<name>$PROJ_DIR$\Debug\Exe\cpp.out</name>
<inputs>
<tool>
<name>ILINK</name>
<file> 63 20 21 16 19 18 15 148 39 66 70 71 65 64</file>
<file> 83 82 87 64 84 149 85 86</file>
</tool>
</inputs>
</file>
@ -255,7 +234,7 @@
<outputs>
<tool>
<name>ILINK</name>
<file> 23</file>
<file> 76 152</file>
</tool>
</outputs>
</file>
@ -263,22 +242,22 @@
<name>$PROJ_DIR$\..\..\crc32.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 26</file>
<name>ICCARM</name>
<file> 69</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 19</file>
<name>BICOMP</name>
<file> 79</file>
</tool>
</outputs>
<inputs>
<tool>
<name>BICOMP</name>
<file> 30 29 34 11 31 147 32 33</file>
<name>ICCARM</name>
<file> 87 83 82 84 85 86 64 149</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 34 30 29 31 32 33 11 147</file>
<name>BICOMP</name>
<file> 83 82 87 64 84 149 85 86</file>
</tool>
</inputs>
</file>
@ -286,22 +265,22 @@
<name>$PROJ_DIR$\..\..\crc64_ecma.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 27</file>
<name>ICCARM</name>
<file> 67</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 18</file>
<name>BICOMP</name>
<file> 80</file>
</tool>
</outputs>
<inputs>
<tool>
<name>BICOMP</name>
<file> 30 29 34 11 31 147 32 33</file>
<name>ICCARM</name>
<file> 87 83 82 84 85 86 64 149</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 34 30 29 31 32 33 11 147</file>
<name>BICOMP</name>
<file> 83 82 87 64 84 149 85 86</file>
</tool>
</inputs>
</file>
@ -309,45 +288,22 @@
<name>$PROJ_DIR$\..\..\crc8_ccitt.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 28</file>
<name>ICCARM</name>
<file> 74</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 15</file>
<name>BICOMP</name>
<file> 81</file>
</tool>
</outputs>
<inputs>
<tool>
<name>BICOMP</name>
<file> 30 29 34 11 31 147 32 33</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 34 30 29 31 32 33 11 147</file>
<file> 87 83 82 84 85 86 64 149</file>
</tool>
</inputs>
</file>
<file>
<name>$PROJ_DIR$\..\test_compile.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 40</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 39</file>
</tool>
</outputs>
<inputs>
<tool>
<name>BICOMP</name>
<file> 130 29 37 33 150 97 35 46 99 42 30 129 34 81 5 107 58 77 69 94 56 57 118 110 43 132 3 7 100 141 55 11 147 32 36 44 59 53 60 68 89 90 54 93 95 85 138 0 2 104 6 101 105 78 73 80 31 47 79 82 83 84 48 49 41 91 92 96 109 119 1 45 86 87 88 67 61 50 62 38 72 51 74 75 52 76 117 136 111 108</file>
</tool>
<tool>
<name>ICCARM</name>
<file> 1 78 77 73 37 30 29 31 32 33 11 147 35 42 80 47 79 81 56 55 46 82 58 83 84 48 59 36 85 45 44 53 43 86 49 60 87 41 69 68 67 88 89 90 61 54 50 62 38 91 51 74 75 76 52 93 72 94 95 92 96 57 141 130 0 3 109 132 150 117 2 34 118 136 129 5 104 97 138 110 111 7 6 99 101 100 105 107 119 108</file>
<file> 83 82 87 64 84 149 85 86</file>
</tool>
</inputs>
</file>
@ -355,22 +311,73 @@
<name>$PROJ_DIR$\..\..\error_handler.cpp</name>
<outputs>
<tool>
<name>BICOMP</name>
<file> 149</file>
<name>ICCARM</name>
<file> 150</file>
</tool>
<tool>
<name>ICCARM</name>
<name>BICOMP</name>
<file> 148</file>
</tool>
</outputs>
<inputs>
<tool>
<name>BICOMP</name>
<file> 117 130 109 150</file>
<name>ICCARM</name>
<file> 25 21 31 46</file>
</tool>
<tool>
<name>BICOMP</name>
<file> 31 46 21 25</file>
</tool>
</inputs>
</file>
<file>
<name>$PROJ_DIR$\..\test_compile.cpp</name>
<outputs>
<tool>
<name>ICCARM</name>
<file> 150 109 117 130</file>
<file> 92</file>
</tool>
<tool>
<name>BICOMP</name>
<file> 93</file>
</tool>
</outputs>
<inputs>
<tool>
<name>ICCARM</name>
<file> 1 129 128 124 90 83 82 84 85 86 64 149 88 95 131 100 130 132 109 108 99 133 111 134 135 101 112 89 136 98 97 106 96 137 102 113 138 94 120 32 62 139 140 141 114 107 103 115 91 142 104 125 126 127 105 144 123 145 146 143 147 110 57 46 0 3 21 48 54 25 31 2 87 37 52 45 151 5 16 22 23 7 6 11 13 12 17 19 33 20</file>
</tool>
<tool>
<name>BICOMP</name>
<file> 146 82 64 83 107 57 112 106 141 21 11 113 32 109 5 19 96 108 149 85 99 140 144 88 54 48 3 7 12 111 128 90 86 95 89 97 120 145 46 22 87 0 2 16 6 13 17 129 110 124 131 84 100 130 132 133 134 135 101 102 94 142 143 147 136 37 45 33 1 98 137 138 139 62 114 103 115 91 123 104 125 126 105 127 25 31 52 151 23 20</file>
</tool>
</inputs>
</file>
<file>
<name>$PROJ_DIR$\main.cpp</name>
<outputs>
<tool>
<name>ICCARM</name>
<file> 75</file>
</tool>
<tool>
<name>BICOMP</name>
<file> 70</file>
</tool>
</outputs>
</file>
<file>
<name>$PROJ_DIR$\Debug\Exe\cpp.out</name>
<outputs>
<tool>
<name>ILINK</name>
<file> 152</file>
</tool>
</outputs>
<inputs>
<tool>
<name>ILINK</name>
<file> 116 68 71 73 69 67 74 150 92 119 121 122 118 117</file>
</tool>
</inputs>
</file>

View File

@ -234,7 +234,7 @@
<option>
<name>CCAllowList</name>
<version>1</version>
<state>11111110</state>
<state>00000000</state>
</option>
<option>
<name>CCDebugInfo</name>
@ -322,7 +322,7 @@
</option>
<option>
<name>CCOptLevel</name>
<state>3</state>
<state>0</state>
</option>
<option>
<name>CCOptStrategy</name>
@ -331,7 +331,7 @@
</option>
<option>
<name>CCOptLevelSlave</name>
<state>3</state>
<state>0</state>
</option>
<option>
<name>CompilerMisraRules98</name>
@ -685,7 +685,7 @@
</option>
<option>
<name>IlinkMapFile</name>
<state>0</state>
<state>1</state>
</option>
<option>
<name>IlinkLogFile</name>

View File

@ -36,7 +36,7 @@
</Tab>
</Tabs>
<SelectedTab>0</SelectedTab></Wnd1><Wnd2>
<SelectedTab>0</SelectedTab></Wnd1><Wnd3>
<Tabs>
<Tab>
<Identity>TabID-15390-31123</Identity>
@ -46,20 +46,20 @@
</Tab>
</Tabs>
<SelectedTab>0</SelectedTab></Wnd2></Windows>
<SelectedTab>0</SelectedTab></Wnd3></Windows>
<Editor>
<Pane><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\algorithm.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>255</YPos2><SelStart2>2932</SelStart2><SelEnd2>2932</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\test_compile.cpp</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>141</YPos2><SelStart2>5466</SelStart2><SelEnd2>5466</SelEnd2></Tab><ActiveTab>1</ActiveTab><Tab><Factory>TextEditor</Factory><Filename>C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\cpp\xlocnum</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>647</YPos2><SelStart2>22438</SelStart2><SelEnd2>22438</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\alignment.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>52</YPos2><SelStart2>2960</SelStart2><SelEnd2>2960</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\type_traits.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>183</YPos2><SelStart2>8753</SelStart2><SelEnd2>8753</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\log.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>29</YPos2><SelStart2>2196</SelStart2><SelEnd2>2196</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\nullptr.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>0</YPos2><SelStart2>1327</SelStart2><SelEnd2>1327</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\variant.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>939</YPos2><SelStart2>39362</SelStart2><SelEnd2>39362</SelEnd2></Tab></Pane><ActivePane>0</ActivePane><Sizes><Pane><X>1000000</X><Y>1000000</Y></Pane></Sizes><SplitMode>1</SplitMode></Editor>
<Pane><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\algorithm.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>255</YPos2><SelStart2>2932</SelStart2><SelEnd2>2932</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\test_compile.cpp</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>59</YPos2><SelStart2>3192</SelStart2><SelEnd2>3192</SelEnd2></Tab><ActiveTab>1</ActiveTab><Tab><Factory>TextEditor</Factory><Filename>C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\inc\cpp\xlocnum</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>647</YPos2><SelStart2>22438</SelStart2><SelEnd2>22438</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\alignment.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>56</YPos2><SelStart2>0</SelStart2><SelEnd2>0</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\type_traits.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>183</YPos2><SelStart2>8753</SelStart2><SelEnd2>8753</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\log.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>29</YPos2><SelStart2>2196</SelStart2><SelEnd2>2196</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\nullptr.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>0</YPos2><SelStart2>1327</SelStart2><SelEnd2>1327</SelEnd2></Tab><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\..\..\variant.h</Filename><XPos>0</XPos><YPos>0</YPos><SelStart>0</SelStart><SelEnd>0</SelEnd><XPos2>0</XPos2><YPos2>939</YPos2><SelStart2>39362</SelStart2><SelEnd2>39362</SelEnd2></Tab></Pane><ActivePane>0</ActivePane><Sizes><Pane><X>1000000</X><Y>1000000</Y></Pane></Sizes><SplitMode>1</SplitMode></Editor>
<Positions>
<Top><Row0><Sizes><Toolbar-00C19C70><key>iaridepm.enu1</key></Toolbar-00C19C70></Sizes></Row0></Top><Left><Row0><Sizes><Wnd1><Rect><Top>-2</Top><Left>-2</Left><Bottom>953</Bottom><Right>333</Right><x>-2</x><y>-2</y><xscreen>200</xscreen><yscreen>200</yscreen><sizeHorzCX>104167</sizeHorzCX><sizeHorzCY>200401</sizeHorzCY><sizeVertCX>174479</sizeVertCX><sizeVertCY>956914</sizeVertCY></Rect></Wnd1></Sizes></Row0></Left><Right><Row0><Sizes/></Row0></Right><Bottom><Row0><Sizes/></Row0></Bottom><Float><Sizes><Wnd2><Rect><Top>0</Top><Left>0</Left><Bottom>7602208</Bottom><Right>7602293</Right><x>-2</x><y>-2</y><FloatX>1938</FloatX><FloatY>25</FloatY><FloatWidth>1240</FloatWidth><FloatHeight>968</FloatHeight><xscreen>1924</xscreen><yscreen>200</yscreen><sizeHorzCX>1002083</sizeHorzCX><sizeHorzCY>200401</sizeHorzCY><sizeVertCX>104167</sizeVertCX><sizeVertCY>200401</sizeVertCY></Rect></Wnd2></Sizes></Float></Positions>
<Top><Row0><Sizes><Toolbar-02878198><key>iaridepm.enu1</key></Toolbar-02878198></Sizes></Row0></Top><Left><Row0><Sizes><Wnd1><Rect><Top>-2</Top><Left>-2</Left><Bottom>953</Bottom><Right>333</Right><x>-2</x><y>-2</y><xscreen>200</xscreen><yscreen>200</yscreen><sizeHorzCX>104167</sizeHorzCX><sizeHorzCY>200401</sizeHorzCY><sizeVertCX>174479</sizeVertCX><sizeVertCY>956914</sizeVertCY></Rect></Wnd1></Sizes></Row0></Left><Right><Row0><Sizes/></Row0></Right><Bottom><Row0><Sizes/></Row0></Bottom><Float><Sizes><Wnd3><Rect><Top>0</Top><Left>0</Left><Bottom>0</Bottom><Right>0</Right><x>-2</x><y>-2</y><FloatX>1938</FloatX><FloatY>25</FloatY><FloatWidth>1240</FloatWidth><FloatHeight>968</FloatHeight><xscreen>1924</xscreen><yscreen>200</yscreen><sizeHorzCX>1002083</sizeHorzCX><sizeHorzCY>200401</sizeHorzCY><sizeVertCX>104167</sizeVertCX><sizeVertCY>200401</sizeVertCY></Rect></Wnd3></Sizes></Float></Positions>
</Desktop>
</Workspace>

View File

@ -117,6 +117,7 @@
<ClInclude Include="..\..\alignment.h" />
<ClInclude Include="..\..\array.h" />
<ClInclude Include="..\..\bitset.h" />
<ClInclude Include="..\..\bloom_filter.h" />
<ClInclude Include="..\..\checksum.h" />
<ClInclude Include="..\..\crc16.h" />
<ClInclude Include="..\..\crc16_ccitt.h" />
@ -177,6 +178,7 @@
<ClInclude Include="..\..\vector.h" />
<ClInclude Include="..\..\vector_base.h" />
<ClInclude Include="..\..\visitor.h" />
<ClInclude Include="..\data.h" />
<ClInclude Include="..\ExtraCheckMacros.h" />
</ItemGroup>
<ItemGroup>
@ -213,6 +215,7 @@
</AdditionalIncludeDirectories>
</ClCompile>
<ClCompile Include="..\test_bitset.cpp" />
<ClCompile Include="..\test_bloom_filter.cpp" />
<ClCompile Include="..\test_checksum.cpp" />
<ClCompile Include="..\test_container.cpp" />
<ClCompile Include="..\test_crc.cpp" />

View File

@ -303,9 +303,6 @@
<ClInclude Include="..\..\pool_base.h">
<Filter>ETL\Containers</Filter>
</ClInclude>
<ClInclude Include="..\..\ibitset.h">
<Filter>ETL\Containers</Filter>
</ClInclude>
<ClInclude Include="..\..\radix.h">
<Filter>ETL\Maths</Filter>
</ClInclude>
@ -318,6 +315,15 @@
<ClInclude Include="..\..\lookup_base.h">
<Filter>ETL\Containers</Filter>
</ClInclude>
<ClInclude Include="..\..\ibitset.h">
<Filter>ETL\Containers</Filter>
</ClInclude>
<ClInclude Include="..\..\bloom_filter.h">
<Filter>ETL\Utilities</Filter>
</ClInclude>
<ClInclude Include="..\data.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\unittest-cpp\UnitTest++\AssertException.cpp">
@ -443,9 +449,6 @@
<ClCompile Include="..\test_deque.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\test_forward_list.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\test_integral_limits.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@ -500,6 +503,12 @@
<ClCompile Include="..\test_lookup.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\test_bloom_filter.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\test_forward_list.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\Doxyfile">