1659 Commits

Author SHA1 Message Date
John Wellbelove
6e59d815bc Merge remote-tracking branch 'origin/feature/rvalue-references' into development 2019-01-05 11:41:45 +00:00
John Wellbelove
48379a8ff2 Merge branch 'development' into feature/rvalue-references 2019-01-05 11:34:24 +00:00
Bo Rydberg
b66b7b71f7 Fix compile error in scheduler.h (#108)
* Fix compile error in scheduler.h

Missing semicolon in assert.

* Undo missplaced semicolon in scheduler.h
14.7.0
2019-01-05 10:05:52 +00:00
John Wellbelove
5be9885845 Removed crc16_modbus.cpp 2019-01-03 19:51:03 +00:00
John Wellbelove
044c293cbc Merge remote-tracking branch 'origin/feature/cpp98-sort' into development 2019-01-03 19:41:27 +00:00
Bo Rydberg
09e3095a46 Support C++98 for etl::sort (#107)
Default template arguments are not suported in function templates for C++98.
2019-01-03 19:28:14 +00:00
John Wellbelove
87ab5bf623 Merge remote-tracking branch 'origin/hotfix/flat_map' into development 2019-01-02 23:01:13 +00:00
John Wellbelove
ced8b351b0 Fixed bugs in etl::flat_map 'operator[]' & 'insert'
Added tests.
Fixed lower_bound equality checks to use 'compare' type.
2019-01-02 23:00:26 +00:00
John Wellbelove
cae432fc31 Added move only data type 2019-01-01 14:03:46 +00:00
John Wellbelove
96ce602874 Added interface move assignment. 2019-01-01 14:03:02 +00:00
John Wellbelove
6b165aee54 Added interface move assignment. 2019-01-01 14:02:43 +00:00
John Wellbelove
48aabaad54 Added interface move assignment.
Added move splice & merge.
2019-01-01 14:02:08 +00:00
John Wellbelove
5e199b6bb4 Added is_rvalue_reference 2018-12-30 11:17:17 +00:00
John Wellbelove
05bc2b83b5 Added move member functions 2018-12-30 11:16:52 +00:00
John Wellbelove
dc6f6796f6 Added move constructor & move assignment 2018-12-30 11:16:33 +00:00
John Wellbelove
2aae4c1104 Added move tests 2018-12-30 11:15:41 +00:00
John Wellbelove
ca81392075 Added move constructor and assignment operator 2018-12-29 20:56:37 +00:00
John Wellbelove
338164d871 Added conditional compile directives for C++11 2018-12-29 20:47:17 +00:00
John Wellbelove
9266920e2a Added rvalue reference push_back & insert. 2018-12-29 15:36:08 +00:00
John Wellbelove
fa891b9dbc Minor change top variable declaration 2018-12-29 15:35:12 +00:00
John Wellbelove
a8f07e0622 Added rvalue reference variants 2018-12-29 15:34:53 +00:00
John Wellbelove
f8c6830807 Merge remote-tracking branch 'origin/feature/cumulative_moving_average' into development 2018-12-28 09:45:43 +00:00
John Wellbelove
01bae83542 Merge remote-tracking branch 'origin/master' into development 2018-12-22 13:40:02 +00:00
kiciek
6c7be9f593 Fix/cmakelists (#106)
* remove absent file from CMakelists

File was propably semi-automaticaly added by CLion IDE

* Add gitlab pipeline badge
2018-12-20 14:23:51 +00:00
John Wellbelove
b8d1447395 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	include/etl/version.h
#	support/Release notes.txt
14.5.1
2018-12-17 19:14:00 +00:00
John Wellbelove
5e7b85284c Merge remote-tracking branch 'origin/feature/rvalue-references' into development 2018-12-17 19:11:56 +00:00
John Wellbelove
696c61f198 etl::deque push fix 2018-12-17 19:09:56 +00:00
John Wellbelove
b3f7563ebb Merge remote-tracking branch 'origin/master' into feature/rvalue-references
# Conflicts:
#	include/etl/private/pvoidvector.h
2018-12-17 19:09:32 +00:00
John Wellbelove
dcb1e75358 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	include/etl/deque.h
#	include/etl/private/pvoidvector.h
#	include/etl/version.h
#	support/Release notes.txt
14.5.0
2018-12-16 22:19:31 +00:00
John Wellbelove
3b2ef51e54 Merge remote-tracking branch 'origin/feature/rvalue-references' into development 2018-12-16 19:00:10 +00:00
John Wellbelove
b31e944cef Updated version 2018-12-16 18:58:43 +00:00
John Wellbelove
3e4035e059 Added rvalue reference API 2018-12-16 18:36:01 +00:00
John Wellbelove
8627b8771e Added move algorithms & utility. 2018-12-16 18:35:37 +00:00
John Wellbelove
f2f23395cd Merge remote-tracking branch 'origin/development'
# Conflicts:
#	include/etl/private/pvoidvector.h
#	include/etl/version.h
#	support/Release notes.txt
2018-12-09 12:32:31 +00:00
John Wellbelove
246365d85f Updated versions 2018-12-09 12:31:27 +00:00
John Wellbelove
bb9b07a837 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	include/etl/private/pvoidvector.h
2018-12-09 12:15:42 +00:00
John Wellbelove
536ed38003 Merge remote-tracking branch 'origin/feature/emplace_var_arg' into development 2018-12-09 12:12:48 +00:00
John Wellbelove
6b29f4eaca Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
John Wellbelove
b7cc17f84a Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
John Wellbelove
30520892e1 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	include/etl/private/pvoidvector.h
#	include/etl/version.h
#	support/Release notes.txt
2018-12-08 13:32:38 +00:00
John Wellbelove
f21b4e11cc Updated version 2018-12-08 13:29:49 +00:00
John Wellbelove
f32924d5ed Merge remote-tracking branch 'origin/feature/shared_pools' into development
# Conflicts:
#	include/etl/forward_list.h
#	include/etl/list.h
#	include/etl/private/pvoidvector.h
#	include/etl/state_chart.h
#	test/vs2017/etl.vcxproj
#	test/vs2017/etl.vcxproj.filters
2018-12-08 13:29:34 +00:00
TimoKroeger
6a808895a1 Fix CMake build by converting etl to a INTERFACE library (#104)
The 14.0 release removed all cpp files
2018-11-27 19:30:48 +00:00
John Wellbelove
60e55535e2 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	include/etl/version.h
#	support/Release notes.txt
2018-11-25 16:20:52 +00:00
John Wellbelove
43255ffb12 Merge remote-tracking branch 'origin/feature/light_weight_fsm' into development 2018-11-25 16:19:59 +00:00
John Wellbelove
4c0a89648e Added 'don't care current state' transition entry option. 2018-11-25 12:01:21 +00:00
John Wellbelove
fe91a72b82 Merge remote-tracking branch 'origin/development'
# Conflicts:
#	include/etl/version.h
#	support/Release notes.txt
2018-11-17 09:34:28 +00:00
John Wellbelove
631cd66e19 Merge remote-tracking branch 'origin/feature/random_hash' into development 2018-11-17 09:26:56 +00:00
John Wellbelove
9e213ad673 Added hash based random number generator 2018-11-17 09:26:17 +00:00
John Wellbelove
6593a5dbee Merge remote-tracking branch 'origin/development' 2018-11-16 15:45:26 +00:00