John Wellbelove
32ccdb1bab
Updated for new tests and sanity checks
2021-04-11 20:58:28 +01:00
John Wellbelove
7a603dcb98
Corrected spelling of quantize
2021-04-11 14:38:57 +01:00
John Wellbelove
d0c5004dfb
Updated version and release notes
2021-04-11 10:06:08 +01:00
John Wellbelove
2ec666ac51
Added using imessage_router::receive to etl::fsm
2021-04-10 19:15:25 +01:00
John Wellbelove
285a2cafe6
Change int index parameter to size_t
2021-04-10 19:06:40 +01:00
John Wellbelove
c426fc40b9
Changed traits implementation for maths algorithms
2021-04-10 18:51:10 +01:00
John Wellbelove
0603794454
Unit tests for algorithms and functors
2021-04-10 16:44:18 +01:00
John Wellbelove
1ac0311cfb
Unit tests for algorithms and functors
2021-04-10 15:21:16 +01:00
John Wellbelove
71d03fa8e2
Removed enable_if in maths algorithms
2021-04-07 10:29:57 +01:00
John Wellbelove
d5634910a4
Added etl::variance
2021-04-06 20:41:08 +01:00
John Wellbelove
40da7ad357
Added population/sample option
2021-04-06 20:19:32 +01:00
John Wellbelove
3ba993cf9f
Added population/sample option
2021-04-06 10:08:26 +01:00
John Wellbelove
203f082c91
Added etl::standard_deviation + corrected covariance
2021-04-05 20:31:20 +01:00
John Wellbelove
3b367ce2b5
Added etl::covariance and etl::correlation
2021-04-05 19:29:19 +01:00
John Wellbelove
1284cab8a7
Added etl::histogram and etl::sparce_histogram
2021-04-04 13:51:25 +01:00
John Wellbelove
a7b5ed79af
Added etl::histogram and etl::sparce_histogram
2021-04-04 12:16:54 +01:00
John Wellbelove
f9ad773dc4
Added etl::histogram and etl::sparce_histogram
2021-04-04 11:34:19 +01:00
John Wellbelove
95c6887c55
Added macros for compilers that don't support HUGE_VAL
2021-04-04 11:33:29 +01:00
John Wellbelove
3f48271ef9
Added etl::accumulate & etl::clamp
2021-04-04 11:32:28 +01:00
John Wellbelove
026dfb8388
Remove redundant code
20.8.0
2021-03-31 15:05:41 +01:00
John Wellbelove
d649f98a58
CMakeLists fix
2021-03-31 14:36:26 +01:00
John Wellbelove
86d7dea95f
Updated version numbers
2021-03-31 14:31:55 +01:00
John Wellbelove
04699093a5
Renamed dectr & dectx files
2021-03-31 09:35:47 +01:00
John Wellbelove
7127b96aaf
Merge branch 'feature/alternative-crc-tables' into development
2021-03-30 20:22:53 +01:00
John Wellbelove
d3d0faa2c1
CRC updates
2021-03-30 19:10:48 +01:00
Bo Rydberg
5d64e7ff94
Remove non-const versions of iterators for containers ( #359 )
2021-03-30 08:22:17 +01:00
John Wellbelove
70f0b92a0d
CRC updates
2021-03-29 13:54:12 +01:00
John Wellbelove
47f6113b97
Intermediate commit - Passing all tests
2021-03-27 09:28:19 +00:00
John Wellbelove
b48f84701d
Merge branch 'master' into feature/alternative-crc-tables
2021-03-26 18:42:21 +00:00
John Wellbelove
04ca833543
Updated version numbers
20.7.0
2021-03-26 17:32:27 +00:00
John Wellbelove
696d3d8473
Intermediate commit - Passing all tests
2021-03-26 15:53:30 +00:00
John Wellbelove
640704cf6b
Merge branch 'hotfix/change-static-const-to-static-etl-constant' into development
2021-03-25 17:12:33 +00:00
John Wellbelove
61b0811d65
Change static const to static ETL_CONSTANT
2021-03-25 17:12:17 +00:00
John Wellbelove
01685a36e9
Fix return type for const iterator operators from const_iterator to iterator.
2021-03-25 15:19:20 +00:00
John Wellbelove
7e37fcf196
Intermediate commit
2021-03-25 10:22:55 +00:00
John Wellbelove
a99473eb3f
Intermediate commit
2021-03-24 12:16:19 +00:00
John Wellbelove
33f3d21300
Intermediate commit
2021-03-24 12:16:01 +00:00
John Wellbelove
23bf71d06a
Intermediate commit
2021-03-24 09:24:45 +00:00
Chiraffollo
c9b170a05a
Add moveable parameter support to delegate ( #356 )
...
* Add moveable parameter support
* Change std::forward to etl::forward
2021-03-24 08:57:28 +00:00
John Wellbelove
c75e7afe68
selection_sort
2021-03-17 14:25:01 +00:00
John Wellbelove
bb9f27bd8d
Merge branch 'master' into feature/add-mathematical-functors
2021-03-16 20:05:32 +00:00
John Wellbelove
36bd492ecf
selection_sort
2021-03-16 20:05:05 +00:00
John Wellbelove
f6247239b9
Version number update
20.6.3
2021-03-15 12:15:52 +00:00
John Wellbelove
9b4682269d
Add to ignore file
2021-03-15 10:52:24 +00:00
Bo Rydberg
9b84b19b5f
Feature/make sanity test also run with clang compiler ( #353 )
...
* Cleanup runsanitychecks.sh & runtests.sh with shellcheck
* Add executable writes on runsanitychecks.sh & runtests.sh
for easier use of scripts.
* Correct sanity tests to use gcc and clang compiler
2021-03-15 10:19:18 +00:00
Bo Rydberg
c80018b850
string_utilities.h failes to compile with NO_ETL_STL ( #354 )
...
Lacks <ctype.h>
2021-03-15 09:53:40 +00:00
Bo Rydberg
12ac890011
Cleanup runsanitychecks.sh & runtests.sh with shellcheck ( #352 )
...
* Cleanup runsanitychecks.sh & runtests.sh with shellcheck
* Add executable writes on runsanitychecks.sh & runtests.sh
for easier use of scripts.
2021-03-14 18:41:54 +00:00
John Wellbelove
1f8e359e02
Add free-standing sanity tests for C++03/11/14/17
20.6.2
2021-03-14 16:06:20 +00:00
John Wellbelove
4faf0f4720
Merge branch 'feature/C++98/03_compatibilty' into feature/c++98-03-compatibilty
...
# Conflicts:
# include/etl/array.h
# include/etl/basic_string.h
# include/etl/circular_buffer.h
# include/etl/deque.h
# include/etl/file_error_numbers.h
# include/etl/forward_list.h
# include/etl/indirect_vector.h
# include/etl/intrusive_forward_list.h
# include/etl/intrusive_list.h
# include/etl/limits.h
# include/etl/list.h
# include/etl/private/minmax_pop.h
# include/etl/private/minmax_push.h
# include/etl/string.h
# include/etl/string_view.h
# include/etl/u16string.h
# include/etl/u32string.h
# include/etl/unordered_multimap.h
# include/etl/vector.h
# include/etl/version.h
# include/etl/wstring.h
# library.json
# library.properties
# support/Release notes.txt
# test/test_atomic_clang_sync.cpp
2021-03-14 14:40:00 +00:00
John Wellbelove
87bf9ce76d
Updates to C++03 compatibility
2021-03-12 17:31:40 +00:00