John Wellbelove
1dd1ffc4e4
Added emplace functions to etl::variant
2018-02-04 17:34:51 +00:00
John Wellbelove
f2b2793dcd
Merge branch 'development'
...
# Conflicts:
# library.properties
# src/flat_map.h
# src/flat_multimap.h
# src/flat_multiset.h
# src/flat_set.h
# support/Release notes.txt
# test/codeblocks/ETL.layout
2018-02-04 15:32:26 +00:00
John Wellbelove
c43adc7df3
Improved performance of emplace for value_type parameters
2018-02-04 14:52:31 +00:00
John Wellbelove
c6233f72ba
Merge remote-tracking branch 'origin/development'
...
# Conflicts:
# library.properties
# support/Release notes.txt
# test/codeblocks/ETL.layout
# test/test_flat_map.cpp
# test/test_flat_multimap.cpp
# test/test_flat_multiset.cpp
# test/test_flat_set.cpp
2018-02-03 21:21:12 +00:00
John Wellbelove
d93e60f273
Merge branch 'feature/emplace' into development
2018-02-03 21:14:19 +00:00
John Wellbelove
7ce4fedf58
Added emplace member functions to flat_map, flat_multimap, flat_set and flat_multiset
2018-02-03 21:09:22 +00:00
John Wellbelove
1cf97975fb
Merge remote-tracking branch 'origin/development'
...
# Conflicts:
# library.properties
# test/codeblocks/ETL.layout
# test/etl_profile.h
# test/test_flat_set.cpp
2018-02-02 15:30:27 +00:00
John Wellbelove
246eeef00d
Added protected destructors to FSM & message_timer and code to message router packet destructor to choose correct method of destruction.
2018-02-02 14:17:09 +00:00
John Wellbelove
a7880f777e
Merge remote-tracking branch 'origin/development'
...
# Conflicts:
# test/codeblocks/ETL.layout
# test/test_flat_set.cpp
# test/vs2017/etl.vcxproj.filters
2018-02-01 17:51:00 +00:00
John Wellbelove
fb43e3feb8
Update to 10.14.0
2018-02-01 17:48:04 +00:00
John Wellbelove
3c0c7abaae
Merge remote-tracking branch 'origin/feature/variant_pool_generator' into development
2018-02-01 17:30:44 +00:00
John Wellbelove
857932352e
Make code match master
2018-02-01 17:29:44 +00:00
John Wellbelove
61b8722500
Added variant_pool generator.
2018-02-01 17:28:49 +00:00
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
8081109e0f
Merge remote-tracking branch 'origin/feature/Delete_from_interface_pointer' into development
2018-02-01 10:57:18 +00:00
John Wellbelove
135506b534
Re-written to avoid 'undefined behavior' by allowing containers to be polymorphic or not base on a compile time macro.
2018-02-01 10:15:51 +00:00
John Wellbelove
f9699d3cd4
Added ETL_POLYMORPHIC_XXX defines
2018-02-01 10:13:48 +00:00
John Wellbelove
8089f74387
Added protected destructor to base class.
2018-02-01 10:12:53 +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
9f84521da8
Update to 10.12.0
2018-01-30 08:50:31 +00:00
John Wellbelove
6a964ee90f
Ignore output files from 'random' algorithms.
2018-01-30 08:48:43 +00:00
John Wellbelove
eb222f54bb
Containers are now deleteable through a pointer to their 'ixxxx' class.
2018-01-30 08:47:49 +00:00
John Wellbelove
0d34769247
Re-write to avoid any possible static initialisation order issues.
...
Made the count a signed int to detect 'over destruction'.
Added missing copy constructor.
Added reset_instance_count() to force the count to zero.
Remove virtual from destructor.
2018-01-30 08:45:53 +00:00
John Wellbelove
0884cf81d5
Merge remote-tracking branch 'origin/development'
...
# Conflicts:
# library.properties
# src/container.h
# test/codeblocks/ETL.layout
2018-01-29 12:27:47 +00:00
John Wellbelove
39ecdfb72d
Update unittest-cpp
2018-01-28 13:02:54 +00:00
John Wellbelove
7fa74a17a2
Update unittest-cpp
2018-01-28 12:54:02 +00:00
John Wellbelove
b5b8d39e36
Try to fix unittest sub-module issues
2018-01-27 19:37:09 +00:00
John Wellbelove
b857a28a39
Merge remote-tracking branch 'origin/development'
...
# Conflicts:
# library.properties
# src/container.h
# src/platform.h
# src/profiles/gcc_generic.h
# src/profiles/gcc_linux_x86.h
# src/profiles/gcc_windows_x86.h
2018-01-27 19:00:38 +00:00
John Wellbelove
cd45490201
Merge branch 'feature/Fast_Clear' into development
2018-01-27 18:32:03 +00:00
John Wellbelove
231e4efe43
Eliminate shadow warning
2018-01-27 18:24:29 +00:00
John Wellbelove
d4fdf9d657
Added C++17 macros. The library doesn't currently support C++17.
2018-01-27 15:40:52 +00:00
John Wellbelove
bf06775b51
Added fast clear for types that are trivially destructible. (Integral and pointer types only for C++03)
2018-01-27 15:40:03 +00:00
John Wellbelove
cb03b5f177
Code::Blocks project update
2018-01-25 10:45:28 +00:00
John Wellbelove
c63efac888
Merge branch 'development'
...
# Conflicts:
# library.properties
# src/container.h
# support/Release notes.txt
10.11.2
2018-01-23 16:50:01 +00:00
John Wellbelove
3385d2cf04
GCC compatibility changes
2018-01-23 13:15:18 +00:00
John Wellbelove
efd52cf4b6
Merge remote-tracking branch 'origin/development'
...
# Conflicts:
# library.properties
# src/array_wrapper.h
# src/container.h
# src/platform.h
# test/test_array_wrapper.cpp
# test/vs2017/etl.vcxproj.filters
2018-01-23 12:23:35 +00:00
John Wellbelove
71b865ae6b
GCC compatibility changes
2018-01-23 12:15:12 +00:00
John Wellbelove
7fc874617d
Updated
2018-01-23 09:33:16 +00:00
John Wellbelove
c58a6d3c42
Added ETL_CONSTEXPR prefix to all functions
2018-01-23 09:21:34 +00:00
John Wellbelove
48df943aa0
Renamed xor_shift to xor_rotate
2018-01-23 09:20:53 +00:00
John Wellbelove
4cb02cb6df
Added shift version of XOR checksum
...
XOR: sum = sum ^ value
XOR-shift sum = etl::rotate_left(sum) ^ value
2018-01-22 09:07:25 +00:00
John Wellbelove
8607294405
Merge remote-tracking branch 'origin/development'
2018-01-21 20:39:28 +00:00
John Wellbelove
1b61672eb3
Array wrapper and unit tests
2018-01-21 20:38:37 +00:00
John Wellbelove
bb294e80fe
Array wrapper and unit tests
2018-01-21 18:42:03 +00:00
Austin Morton
53af6f7daf
replace usages of _DEBUG with ETL_DEBUG
...
fixes some -Wundef errors when _DEBUG was not defined
2018-01-09 19:01:30 +00:00
Austin Morton
de3de548ba
replace usages of _DEBUG with ETL_DEBUG
...
fixes some -Wundef errors when _DEBUG was not defined
2018-01-09 18:59:52 +00:00
John Wellbelove
bc978a92ef
Merge remote-tracking branch 'origin/development'
2018-01-07 18:52:39 +00:00
John Wellbelove
2385d7797d
Updated to 10.9.1
2018-01-07 18:48:44 +00:00
John Wellbelove
948ff528fd
Corrected definition of ETL_DEBUG
2018-01-07 18:46:52 +00:00
John Wellbelove
8c21573808
Merge remote-tracking branch 'origin/development'
...
# Conflicts:
# test/codeblocks/ETL.layout
10.9.0
2017-12-31 20:32:46 +00:00