1007 Commits

Author SHA1 Message Date
jwellbelove
b4bb889730 Preliminary class diagram for list and flat map classes. 2017-05-15 12:12:10 +01:00
jwellbelove
4d6ace6145 Preliminary class diagram for list classes. 2017-05-15 11:01:18 +01:00
John Wellbelove
b46616d3be Updated VS2017 & Code::Blocks projects. 2017-05-09 20:53:53 +01:00
jwellbelove
a144f22679 Renamed 'intrusive' flat maps & sets to 'reference' to better reflect their true nature. 2017-05-09 09:02:02 +01:00
John Wellbelove
3c52cd1242 Merge remote-tracking branch 'origin/master' 2017-05-08 22:44:26 +01:00
John Wellbelove
fe640ce8ef Merge remote-tracking branch 'origin/development'
# Conflicts:
#	src/cyclic_hash.h
#	test/codeblocks/ETL.cbp
2017-05-08 22:43:34 +01:00
John Wellbelove
7f43d719e9 Update README.md 2017-05-08 21:07:22 +01:00
John Wellbelove
80fa5130a1 Update README.md 2017-05-08 21:06:15 +01:00
John Wellbelove
eee9b97f77 Update README.md 2017-05-08 21:05:38 +01:00
John Wellbelove
f3fcfe7b7f Update README.md 2017-05-08 21:05:18 +01:00
John Wellbelove
b41b8a94e5 Update README.md 2017-05-08 21:03:58 +01:00
John Wellbelove
e4643c7923 Update README.md 2017-05-08 20:53:38 +01:00
John Wellbelove
26b7326d72 Updated Code::Blocks project.
Changed test project include paths to use unittest++ as sub-module.
2017-05-08 20:48:22 +01:00
John Wellbelove
30064952b8 Removed redundant code. 2017-05-08 20:29:03 +01:00
John Wellbelove
337af800cf Added LLONG_MAX LLONG_MIN ULLONG_MAX define for compilers that do not define them. 2017-05-08 20:26:51 +01:00
John Wellbelove
864f92b4d2 Added paranthese 2017-05-08 20:25:45 +01:00
John Wellbelove
7ab815ec4b Added ARM6 compiler checks. 2017-05-08 20:24:19 +01:00
John Wellbelove
00cb4d75ad Incorrect uinttest++ URL 2017-05-07 13:44:58 +01:00
John Wellbelove
9fa28ab2e9 Removed TI specific target 2017-05-06 08:12:33 +01:00
John Wellbelove
1b7c4a8d73 Merge pull request #26 from MarSik/master
Fix unittest-cpp submodule link
2017-05-02 18:42:11 +01:00
Martin Sivak
82a3f9b480 Fix unittest-cpp submodule link 2017-05-02 13:38:46 +02:00
John Wellbelove
6232c20adc Changed to version 9.1.3 9.1.3 2017-04-28 22:22:37 +01:00
John Wellbelove
72a89f801d Changed to version 9.1.3 2017-04-28 22:20:17 +01:00
John Wellbelove
b2f9dbaec7 Added unittest++ as a submodule to the ETL project 2017-04-27 11:34:33 +01:00
John Wellbelove
5dbdbbe8ad Added unittest++ as a submodule to the ETL project 2017-04-27 11:30:53 +01:00
John Wellbelove
dd48153e7b Remove 'typename' not allowed in C++03 2017-04-26 21:58:18 +01:00
John Wellbelove
6384d59f3c Remove 'typename' not allowed in C++03 2017-04-26 21:57:11 +01:00
John Wellbelove
eb60f790e5 Added include for stdint.h 2017-04-26 21:42:54 +01:00
John Wellbelove
9cab822b9e Added include for stdint.h 2017-04-26 21:38:17 +01:00
John Wellbelove
51bc6964a5 Updated project files 2017-04-19 18:42:03 +01:00
John Wellbelove
f416a99116 Deleted files 2017-04-19 18:41:33 +01:00
John Wellbelove
7b517126c3 Remove 'typename' not allowed in C++03 2017-04-19 18:39:59 +01:00
John Wellbelove
c04379a442 Remove 'typename' not allowed in C++03 2017-04-19 18:34:06 +01:00
John Wellbelove
f4c7f1aa01 Added iterators to all io ports 2017-04-17 22:03:21 +01:00
John Wellbelove
0338612f48 Removed redundant tests 2017-04-17 21:02:53 +01:00
John Wellbelove
ac8568e26b VS2017 project files 2017-04-17 21:02:08 +01:00
John Wellbelove
1bf1de7249 Combined unordered_set.h & iunordered_set.h
Deleted iunordered_set.h
2017-04-17 18:47:53 +01:00
John Wellbelove
67195ecbab Combined unordered_multiset.h & iunordered_multiset.h
Deleted iunordered_multiset.h
2017-04-17 18:47:35 +01:00
John Wellbelove
d2acc273fd Combined unordered_multimap.h & iunordered_multimap.h
Deleted iunordered_multimap.h
2017-04-17 18:47:14 +01:00
John Wellbelove
2052796f3e Combined unordered_map.h & iunordered_map.h
Deleted iunordered_map.h
2017-04-17 18:46:53 +01:00
John Wellbelove
39c6ec0b4a Combined set.h, iset.h & set_base.h
Deleted iset.h & set_base.h
2017-04-17 18:46:04 +01:00
John Wellbelove
7c9fa2db20 Combined multiset.h, imultiset.h & multiset_base.h
Deleted imultiset.h & multiset_base.h
2017-04-17 18:45:39 +01:00
John Wellbelove
b839fbf7e7 Combined multimap.h, imultimap.h & multimap_base.h
Deleted imultimap.h & multimap_base.h
2017-04-17 18:45:07 +01:00
John Wellbelove
5359357529 Combined map.h, imap.h & map_base.h
Deleted imap.h & map_base.h
2017-04-17 18:44:35 +01:00
John Wellbelove
65caf9336c Added etl:: 2017-04-17 18:44:02 +01:00
John Wellbelove
72003a7783 Combined deque.h, ideque.h & deque_base.h
Deleted ideque.h & deque_base.h
2017-04-17 18:43:42 +01:00
John Wellbelove
74bf701183 Added new error numbers 2017-04-17 18:38:53 +01:00
John Wellbelove
513ef1ec79 Added etl:: 2017-04-17 18:38:30 +01:00
John Wellbelove
4c8aa442bb Added etl:: 2017-04-17 17:29:27 +01:00
John Wellbelove
b7faa3a3f8 Changes due to removal of ivector.h 2017-04-17 17:29:01 +01:00