2514 Commits

Author SHA1 Message Date
John Wellbelove
bc993027bf Add VS2019 configuration to Github CI 2020-10-01 10:36:45 +01:00
John Wellbelove
be2a660a62 Add VS2019 configuration to Github CI 2020-10-01 10:25:25 +01:00
John Wellbelove
8e67b68245 Add VS2019 configuration to Github CI 2020-10-01 10:23:24 +01:00
John Wellbelove
6cb4d8829d Add VS2019 configuration to Github CI 2020-10-01 10:18:59 +01:00
John Wellbelove
646f95505a Add VS2019 configuration to Github CI 2020-10-01 10:16:52 +01:00
John Wellbelove
2654f52cdd Add VS2019 configuration to Github CI 2020-10-01 10:12:33 +01:00
John Wellbelove
698094c422 Add VS2019 configuration to Github CI 2020-10-01 10:11:07 +01:00
John Wellbelove
0b23e71578 Add VS2019 configuration to Github CI 2020-10-01 10:05:20 +01:00
John Wellbelove
a083661666 Add VS2019 configuration to Github CI 2020-10-01 09:57:29 +01:00
John Wellbelove
2bedbdf699 Add VS2019 configuration to Github CI 2020-10-01 09:57:20 +01:00
John Wellbelove
6a1a2d56e5 Add VS2019 configuration to Github CI 2020-09-30 19:57:14 +01:00
John Wellbelove
1d99314254 Add VS2019 configuration to Github CI 2020-09-30 19:50:10 +01:00
John Wellbelove
3f37897a48 Add VS2019 configuration to Github CI 2020-09-30 19:48:07 +01:00
John Wellbelove
fa3926bacf Add VS2019 configuration to Github CI 2020-09-30 19:47:26 +01:00
John Wellbelove
1cd30b7e8e Add VS2019 configuration to Github CI 2020-09-30 19:45:58 +01:00
John Wellbelove
db74e54c87 Add VS2019 configuration to Github CI 2020-09-30 19:44:00 +01:00
John Wellbelove
78aa39ced5 Add VS2019 configuration to Github CI 2020-09-30 19:43:27 +01:00
John Wellbelove
a4154b27dd Add VS2019 configuration to Github CI 2020-09-30 19:27:35 +01:00
John Wellbelove
cf4fe76427 Add VS2019 configuration to Github CI 2020-09-30 19:18:05 +01:00
John Wellbelove
3819cf1bb7 Add VS2019 configuration to Github CI 2020-09-30 18:56:15 +01:00
John Wellbelove
9ce21707b4 Add VS2019 configuration to Github CI 2020-09-30 11:31:21 +01:00
John Wellbelove
c27f14479b Add VS2019 configuration to Github CI 2020-09-30 11:27:44 +01:00
John Wellbelove
8296ec2b5c Add VS2019 configuration to Github CI 2020-09-29 20:05:33 +01:00
John Wellbelove
5550500e7b Merge branch 'master' into feature/github-actions-for-windows-compilers
# Conflicts:
#	.github/workflows/main.yml
#	include/etl/version.h
#	library.json
#	library.properties
#	support/Release notes.txt
#	test/vs2019/etl.vcxproj.filters
2020-09-29 19:56:03 +01:00
John Wellbelove
b99b52c39d Update main.yml 2020-09-29 19:52:00 +01:00
John Wellbelove
e337689ed0 Conditionally disable template deduction guide tests 18.16.1 2020-09-29 13:15:37 +01:00
John Wellbelove
9d45d7b867 Conditionally disable template deduction guide tests 2020-09-29 13:00:51 +01:00
John Wellbelove
9c664eb484 Conditionally disable template deduction guide tests 2020-09-29 12:57:03 +01:00
John Wellbelove
57e6969f03 Conditionally disable template deduction guide tests 2020-09-29 12:53:46 +01:00
John Wellbelove
c6f327f4bf Conditionally disable template deduction guide tests 2020-09-29 12:51:23 +01:00
John Wellbelove
75147e3ecb Merge branch 'hotfix/fix-ci-errors'
# Conflicts:
#	.github/workflows/main.yml
2020-09-29 11:57:42 +01:00
John Wellbelove
a2812bd5a9 Conditionally disable template deduction guide tests 2020-09-29 11:55:21 +01:00
John Wellbelove
253df1309c Conditionally disable template deduction guide tests 2020-09-29 11:44:14 +01:00
John Wellbelove
94c826c658 Conditionally disable template deduction guide tests 2020-09-29 11:38:18 +01:00
John Wellbelove
18d8236f91 Conditionally disable template deduction guide tests 2020-09-29 11:23:10 +01:00
John Wellbelove
5ad8cea9e0 Github CI update 2020-09-29 10:04:02 +01:00
John Wellbelove
21d3f10542 Github CI update 2020-09-29 10:00:38 +01:00
John Wellbelove
17abf6326e Github CI update 2020-09-29 09:59:22 +01:00
John Wellbelove
f5290d896b Github CI update 2020-09-29 09:58:04 +01:00
John Wellbelove
509089c0e2 Added template deduction guides 18.16.0 2020-09-28 13:14:12 +01:00
John Wellbelove
e0d18c7141 Merge branch 'hotfix/Bo-Rydberg-PR' into development 18.15.5 2020-09-27 12:47:45 +01:00
John Wellbelove
04c479279e Refactored empty(), full(), available() member functions for etl::list and etl::forward_list 2020-09-27 12:47:20 +01:00
Bo Rydberg
0fee1fc0b6
Fix faulty assert in list<int,0>::available (#275)
Prevent zero sized `list<int, 0> x;` from always asserting.
2020-09-27 10:09:48 +01:00
Bo Rydberg
663c4311fc
etl::list<int, 0>::full() asserts (#274)
* Changed some functions to ETL_CONSTEXPR14

* Updated Code:Blocks project

* etl::list<int, 0>::full() asserts

The list::full method asserts for lists with maxsize zero.

Co-authored-by: John Wellbelove <github@wellbelove.co.uk>
2020-09-27 10:09:27 +01:00
Bo Rydberg
8ae3437aee
Add missing rend() const to list.h (#273)
The `etl::list` class has a missing overload of `rend() const` causing unwarranted compile errors.
2020-09-27 09:53:23 +01:00
John Wellbelove
f7ec6ee1e2 Merge branch 'hotfix/constexpr-in-span' into development 2020-09-26 15:27:19 +01:00
John Wellbelove
6287a53936 Updated Code:Blocks project 2020-09-26 11:48:51 +01:00
John Wellbelove
a02b0f7012 etl::error_handler is not compiled unless error logging is enabled 18.15.4 2020-09-25 13:35:06 +01:00
John Wellbelove
3440c463fa etl::fsm now reports itself as a consumer of messages. 2020-09-25 13:34:28 +01:00
John Wellbelove
2b162f4e7f Fixed inifinite loop for default constructed etl::string_view to get_token() 2020-09-25 13:33:18 +01:00