6 Commits

Author SHA1 Message Date
John Wellbelove
811393c0b7 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	src/container.h
#	src/map.h
#	src/multimap.h
#	src/multiset.h
#	src/stack.h
#	test/codeblocks/ETL.layout
#	test/test_flat_set.cpp
#	test/test_vector_non_trivial.cpp
2018-02-01 12:52:16 +00:00
John Wellbelove
865d837011 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	library.properties
#	src/container.h
#	test/codeblocks/ETL.layout
#	test/test_flat_multimap.cpp
#	test/test_flat_multiset.cpp
#	test/test_flat_set.cpp
#	test/test_forward_list.cpp
2018-01-30 09:22:38 +00:00
John Wellbelove
044535d6d6 Merge branch 'Emplace' into development
# Conflicts:
#	src/CreateFSM.bat
#	src/CreateMessageRouter.bat
#	src/flat_map.h
#	src/fsm.h
#	src/fsm_generator.h
#	src/message_router.h
#	src/message_router_generator.h
#	src/queue.h
#	src/vector.h
#	test/codeblocks/ETL.depend
#	test/codeblocks/ETL.layout
#	test/data.h
#	test/test_fsm.cpp
#	test/test_message_router.cpp
#	test/vs2017/etl.vcxproj
#	test/vs2017/etl.vcxproj.filters
#	test/vs2017/random.csv
2017-07-26 10:06:23 +01:00
John Wellbelove
c981bd0c96 Added emplace functions supporting up to four parameters to the following containers.
forward_list
list
vector
queue
priority_queue
stack

# Conflicts:
#	src/vector.h
#	test/data.h
#	test/vs2017/random.csv
2017-07-21 11:59:40 +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
b2ba6badf7 Vector tests using non-trivial types. 2017-02-25 20:30:07 +00:00