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
|
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 |
|
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
|
6d660e87b4
|
Updated to 10.9.0
|
2017-12-31 20:30:07 +00:00 |
|
John Wellbelove
|
6d8f007c3b
|
Merge remote-tracking branch 'origin/feature/array_and_string_view' into development
|
2017-12-31 20:23:31 +00:00 |
|
John Wellbelove
|
9140ddcd1c
|
Added etl::string_view
|
2017-12-31 20:23:06 +00:00 |
|
John Wellbelove
|
a14e9b25bb
|
Added default constructor.
Made single parameter constructors explicit.
Added
assign()
remove_prefix()
remove_suffix()
operator = ()
|
2017-12-30 17:32:14 +00:00 |
|
John Wellbelove
|
b169bfbe41
|
Merge branch 'feature/array_and_string_view' into development
|
2017-12-26 16:51:01 +00:00 |
|
John Wellbelove
|
bcaa75a4e1
|
Added array_view to CodeBlocks
|
2017-12-26 16:50:47 +00:00 |
|
John Wellbelove
|
13ef0f5789
|
10.9.0
|
2017-12-26 16:42:24 +00:00 |
|
John Wellbelove
|
fb3c9c9e26
|
Merge branch 'feature/array_and_string_view' into development
|
2017-12-26 16:39:38 +00:00 |
|
John Wellbelove
|
835a5cbad0
|
Added array_view
|
2017-12-26 16:10:34 +00:00 |
|
John Wellbelove
|
8045ae55c4
|
Re-enabled ETL_IN_UNIT_TEST macros
|
2017-12-23 13:14:37 +00:00 |
|
John Wellbelove
|
d77cc23337
|
Re-enabled ETL_IN_UNIT_TEST macros
|
2017-12-23 13:09:39 +00:00 |
|
John Wellbelove
|
03f9f05a76
|
Re-enabled ETL_IN_UNIT_TEST macros
|
2017-12-23 13:08:04 +00:00 |
|
John Wellbelove
|
6779f87562
|
10.8.2
|
2017-12-22 20:11:30 +00:00 |
|
John Wellbelove
|
7760578666
|
10.8.2
|
2017-12-22 20:11:16 +00:00 |
|
John Wellbelove
|
2f7014d3f0
|
Minor comment change
|
2017-12-22 17:16:58 +00:00 |
|
John Wellbelove
|
35a94fcd7b
|
Updated CRT SDK version
|
2017-12-22 16:38:28 +00:00 |
|
John Wellbelove
|
1a1ad71b5f
|
Tidy FSM code. Remove redundant class.
|
2017-12-22 16:37:49 +00:00 |
|
John Wellbelove
|
cc23016e9f
|
Added release notes
|
2017-12-22 11:15:09 +00:00 |
|
John Wellbelove
|
87317df69a
|
Changed alignof to etl::alignment_of
|
2017-12-22 11:12:12 +00:00 |
|
John Wellbelove
|
dbd07f53dd
|
Fixed comments
|
2017-12-21 19:58:51 +00:00 |
|
John Wellbelove
|
f57e59fdc3
|
Added release notes
|
2017-12-21 14:10:55 +00:00 |
|
John Wellbelove
|
02c96ba791
|
Added etl::variant_pool as a replacement for etl::factory.
|
2017-12-21 13:55:48 +00:00 |
|
John Wellbelove
|
14a18d3336
|
Renamed include guard to avoid clash with list.
|
2017-12-21 13:54:42 +00:00 |
|
John Wellbelove
|
f366d26a26
|
Removed factory.
Added variant_pool
|
2017-12-21 13:54:17 +00:00 |
|
John Wellbelove
|
483f322f89
|
Changed static const to enum.
|
2017-12-21 13:53:32 +00:00 |
|
John Wellbelove
|
696247c0f5
|
Removed default function template parameter value.
|
2017-12-21 13:52:43 +00:00 |
|
John Wellbelove
|
b4598fbd5c
|
Updated version number
|
2017-12-18 21:38:00 +00:00 |
|
John Wellbelove
|
9ff47d024c
|
Moved get_fsm_context() from public to protected in etl::state
|
2017-12-18 21:37:33 +00:00 |
|
John Wellbelove
|
2877bf7f23
|
Deprecated etl::factory
|
2017-12-18 21:36:41 +00:00 |
|
John Wellbelove
|
ec6d1db186
|
Modified factory to use pool instead of custom internal allocator.
|
2017-12-15 20:40:12 +00:00 |
|
John Wellbelove
|
39ad0fe808
|
Added sign_extend functions with shift parameter.
|
2017-12-15 13:59:03 +00:00 |
|
John Wellbelove
|
1d6058ffac
|
Modified factory to use pool instead of custom internal allocator.
|
2017-12-15 13:11:08 +00:00 |
|
John Wellbelove
|
5752151b54
|
Changes from due to type_lookup.h updates
|
2017-12-13 10:45:33 +00:00 |
|
John Wellbelove
|
ece1174861
|
Added clear()
|
2017-12-13 10:44:41 +00:00 |
|
John Wellbelove
|
45c9e81c54
|
Simplified codebase
|
2017-12-13 09:57:52 +00:00 |
|
John Wellbelove
|
316ea01507
|
Added new binary.cpp
|
2017-12-05 18:51:47 +00:00 |
|
John Wellbelove
|
c84815e9d2
|
Parameter named in definition.
|
2017-12-05 18:51:19 +00:00 |
|
John Wellbelove
|
accd863dcd
|
Fixed global find/replace error.
|
2017-12-05 18:50:18 +00:00 |
|
John Wellbelove
|
c0169188ca
|
Made some templates into normal functions and moved to binary.cpp
Added bit<> template constant
Added bit enumerations
|
2017-12-05 18:49:50 +00:00 |
|
John Wellbelove
|
636554812f
|
Minor tweak to conditional_integral_constant
|
2017-12-05 18:47:20 +00:00 |
|
John Wellbelove
|
e3c6865bd1
|
Added has_successor() and get_successor()
Move successor pointer from protected to private
|
2017-12-04 10:21:41 +00:00 |
|
John Wellbelove
|
1021a847c4
|
Removed redundant comment
|
2017-12-04 10:11:17 +00:00 |
|
John Wellbelove
|
71b963d404
|
Removed explicit from constructor from underlying value type.
|
2017-12-04 10:10:56 +00:00 |
|
John Wellbelove
|
55995e4c31
|
Corrected comment
|
2017-12-04 10:10:14 +00:00 |
|