2239 Commits

Author SHA1 Message Date
John Wellbelove
bdffb3635f Attempt at getting CircleCI to work 2020-05-12 19:08:17 +01:00
John Wellbelove
3f3c1f1c23 Attempt at getting CircleCI to work 2020-05-12 18:25:25 +01:00
John Wellbelove
253c9b0171 Attempt at getting CircleCI to work 2020-05-12 18:21:03 +01:00
John Wellbelove
df730d4de5 Attempt at getting CircleCI to work 2020-05-12 18:16:38 +01:00
John Wellbelove
48d692ddd2 Attempt at getting CircleCI to work 2020-05-12 18:03:20 +01:00
John Wellbelove
13a6a57804 Attempt at getting CircleCI to work 2020-05-12 17:57:26 +01:00
John Wellbelove
9bf22248d0 Attempt at getting CircleCI to work 2020-05-12 17:55:38 +01:00
John Wellbelove
da5cb68c97 Attempt at getting CircleCI to work 2020-05-12 17:51:17 +01:00
John Wellbelove
94a59d4b9a Attempt at getting CircleCI to work 2020-05-12 17:40:30 +01:00
John Wellbelove
07d17bfe01 Attempt at getting CircleCI to work 2020-05-12 17:38:46 +01:00
John Wellbelove
4c9ae8a90a Attempt at getting CircleCI to work 2020-05-12 17:33:13 +01:00
John Wellbelove
72438721c1 Attempt at getting CircleCI to work 2020-05-12 17:23:29 +01:00
John Wellbelove
4ccc85ef07 Attempt at getting CircleCI to work 2020-05-12 17:22:21 +01:00
John Wellbelove
2a555f55b1 Attempt at getting CircleCI to work 2020-05-12 17:21:16 +01:00
John Wellbelove
a6c1c84aa9 Attempt at getting CircleCI to work 2020-05-12 17:20:15 +01:00
John Wellbelove
ae535f3c79 Attempt at getting CircleCI to work 2020-05-12 17:18:31 +01:00
John Wellbelove
d34c6e46da Attempt at getting CircleCI to work 2020-05-12 17:16:44 +01:00
John Wellbelove
156ae5220c Attempt at getting CircleCI to work 2020-05-12 17:02:19 +01:00
John Wellbelove
07c2910ded Attempt at getting CircleCI to work 2020-05-12 16:59:50 +01:00
John Wellbelove
7ac59e5f20 Attempt at getting CircleCI to work 2020-05-12 16:54:57 +01:00
John Wellbelove
12a5e406fa Attempt at getting CircleCI to work 2020-05-12 16:53:08 +01:00
John Wellbelove
e1c0294019 Attempt at getting CircleCI to work 2020-05-12 16:50:49 +01:00
John Wellbelove
0e3537526b Merge branch 'development' into feature/add_circle-ci_support 2020-05-12 16:47:24 +01:00
John Wellbelove
db1ed0246e Fix pair 2020-05-12 16:28:10 +01:00
John Wellbelove
d8fcf01cae Minor tidying 2020-05-12 15:25:35 +01:00
John Wellbelove
ebe0bb6667 Attempt at getting CircleCI to work 2020-05-12 14:55:33 +01:00
John Wellbelove
8fc4565599 Attempt at getting CircleCI to work 2020-05-12 14:53:32 +01:00
John Wellbelove
3793b59122 Attempt at getting CircleCI to work 2020-05-12 14:44:44 +01:00
John Wellbelove
6795d4132c Attempt at getting CircleCI to work 2020-05-12 12:59:58 +01:00
John Wellbelove
9206209392 Merge branch 'development' into feature/add_circle-ci_support
# Conflicts:
#	include/etl/version.h
#	library.json
#	library.properties
#	support/Release notes.txt
#	test/test_make_string.cpp
#	test/test_string_char.cpp
#	test/vs2017/etl.vcxproj.filters
2020-05-12 12:34:06 +01:00
John Wellbelove
638d6ac8e6 Updated version 2020-05-12 10:39:35 +01:00
John Wellbelove
c31e13b2d4 Fixed #define undefined behaviour in platform.h 2020-05-12 10:37:25 +01:00
John Wellbelove
7f5cba4946 Restored root directory CMakeLists.txt 2020-05-12 10:35:13 +01:00
John Wellbelove
701f064a19 Fixed bool return for unsigned specialisation 2020-05-11 17:35:13 +01:00
John Wellbelove
bc682c580c Merge branch 'hotfix/bug-when-self-merging-lists' into development 18.1.2 18.1.1 2020-05-11 15:15:10 +01:00
John Wellbelove
e39554e36c Updated version numbers 2020-05-11 14:46:47 +01:00
John Wellbelove
4bb2fa4480 Fixed issue of merging lists to self 2020-05-11 14:29:00 +01:00
John Wellbelove
f4d9476900 Simplified conditional macros 2020-05-09 19:40:44 +01:00
Phillip Johnston
585251a870 Strings may use external buffers if the 'max size' template parameter is zero. 18.1.0 2020-05-09 13:08:19 +01:00
Phillip Johnston
504e7bc8e6
Meson build improvement: Don't build tests by default if used as a subproject (#218)
* Don't build tests by default if used as a subproject

* Refine Clang logic
2020-05-09 13:04:07 +01:00
John Wellbelove
d55695e3d4 Strings may use external buffers if the 'max size' template parameter is zero. 2020-05-09 12:47:55 +01:00
Phillip Johnston
5f969f07fe
Meson build rules (#216)
* Add a new build output folder to gitignore

* Add Meson build definitions so this project can be properly used as a Meson subproject.
2020-05-06 18:35:15 +01:00
John Wellbelove
06860eb840 Fixed 'insert to empty container' bug for deque 18.0.1 2020-05-05 15:47:24 +01:00
John Wellbelove
e323f2267f Changed http://www.etlcpp.com to https://www.etlcpp.com 2020-05-01 10:22:36 +01:00
John Wellbelove
a74d8bf0c5 Fix message_packet test structures 18.0.0 2020-04-30 19:10:33 +01:00
John Wellbelove
0eeef097ae Fix insert to empty deque bug 2020-04-30 19:10:03 +01:00
John Wellbelove
e6179fdb5b Updated release notes 2020-04-30 13:56:54 +01:00
John Wellbelove
380da33ff1 Updated version numbers 2020-04-30 12:54:15 +01:00
John Wellbelove
249f90125d Updated how conan get the library version 2020-04-30 12:48:57 +01:00
John Wellbelove
2f9fcef66d Added test_log_1000_base test 2020-04-30 12:47:51 +01:00