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
2019-01-05 10:05:52 +00:00
..
.vscode Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
atomic Compatibility with Keil compiler 2018-08-27 22:07:17 +01:00
c Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
experimental Initial untested SPSC queues. 2018-04-02 12:28:25 +01:00
mutex Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
private Merge remote-tracking branch 'origin/master' into feature/rvalue-references 2018-12-17 19:09:32 +00:00
profiles Merge remote-tracking branch 'origin/feature/bit_stream' into development 2018-10-07 08:37:14 +01:00
stl Added move algorithms & utility. 2018-12-16 18:35:37 +00:00
absolute.h Merge remote-tracking branch 'origin/feature/cumulative_moving_average' into development 2018-12-28 09:45:43 +00:00
algorithm.h Support C++98 for etl::sort (#107) 2019-01-03 19:28:14 +00:00
alignment.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
array_view.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
array_wrapper.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
array.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
atomic.h Fixed issue #94. 2018-09-01 07:57:58 +01:00
basic_string.h Use diagnostic push and pop when suppressing GCC warnings to prevent suppressions from impacting code outside of ETL (#99) 2018-09-21 07:34:16 +01:00
binary.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
bit_stream.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
bitset.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
bloom_filter.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
callback_timer.h Compatibility with Keil compiler 2018-08-27 22:07:17 +01:00
callback.h Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
char_traits.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
checksum.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
combinations.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
compare.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
constant.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
container.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
crc8_ccitt.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
crc16_ccitt.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
crc16_kermit.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
crc16_modbus.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
crc16.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
crc32_c.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
crc32.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
crc64_ecma.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
cstring.h Compatibility with Keil compiler 2018-08-27 22:07:17 +01:00
cumulative_moving_average.h Merge remote-tracking branch 'origin/feature/cumulative_moving_average' into development 2018-12-28 09:45:43 +00:00
cyclic_value.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
debounce.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
debug_count.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
deque.h etl::deque push fix 2018-12-17 19:09:56 +00:00
doxygen.h Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
endianness.h Merge remote-tracking branch 'origin/feature/bit_stream' into development 2018-10-07 08:37:14 +01:00
enum_type.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
error_handler.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
exception.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
factorial.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
factory.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
fibonacci.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
file_error_numbers.txt Added new binary utilities 2018-04-29 19:59:46 +01:00
fixed_iterator.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
flat_map.h Fixed bugs in etl::flat_map 'operator[]' & 'insert' 2019-01-02 23:00:26 +00:00
flat_multimap.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
flat_multiset.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
flat_set.h Fixed bugs in etl::flat_map 'operator[]' & 'insert' 2019-01-02 23:00:26 +00:00
fnv_1.h Added 'uul' to 64bit literals 2018-09-04 17:50:32 +01:00
forward_list.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
frame_check_sequence.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
fsm_generator.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
fsm.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
function.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
functional.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
generate_fsm.bat Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
generate_largest.bat Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
generate_message_router.bat Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
generate_smallest.bat Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
generate_type_lookup.bat Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
generate_type_select.bat Added etl::type_select 2018-04-21 17:45:34 +01:00
generate_type_traits.bat Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
generate_variant_pool.bat Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
generate.bat Added etl::type_select 2018-04-21 17:45:34 +01:00
hash.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
icache.h Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
ihash.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
instance_count.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
integral_limits.h Fix assumption that min/max macros will always be defined on a Microsoft compiler (#72) 2018-04-24 14:27:18 +01:00
intrusive_forward_list.h Removed repeated semicolon, this helps to compile etl without errors (#100) 2018-09-29 20:23:45 +02:00
intrusive_links.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
intrusive_list.h Removed repeated semicolon, this helps to compile etl without errors (#100) 2018-09-29 20:23:45 +02:00
intrusive_queue.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
intrusive_stack.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
io_port.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
iterator.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
jenkins.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
largest_generator.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
largest.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
list.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
log.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
macros.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
map.h #93 map.h on release 11.15.0 does not compile with clang-6 2018-09-04 23:25:16 +01:00
math_constants.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
memory_model.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
memory.h Use deleter in etl::unique_ptr::reset(...) (#98) 2018-09-20 12:51:48 +01:00
message_bus.h Initial changes 2018-06-19 06:24:37 +01:00
message_router_generator.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
message_router.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
message_timer.h Initial changes 2018-06-19 06:24:37 +01:00
message_types.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
message.h Non-virtual message is no longer protected. 2018-06-17 21:09:59 +01:00
multimap.h #93 map.h on release 11.15.0 does not compile with clang-6 2018-09-04 23:25:16 +01:00
multiset.h #93 map.h on release 11.15.0 does not compile with clang-6 2018-09-04 23:25:16 +01:00
murmur3.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
mutex.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
null_type.h Added null_type template 2018-04-21 17:32:24 +01:00
nullptr.h More fixes for nullptr on ARM5/ARM6 compilers 2018-09-02 14:05:27 +01:00
numeric.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
observer.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
optional.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
packet.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
parameter_type.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
pearson.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
permutations.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
platform.h State Chart Template 2018-09-08 15:44:33 +01:00
pool.h [#101] Adding non-const emplace overloads for vector (#102) 2018-11-04 11:51:55 +00:00
power.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
priority_queue.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
queue_mpmc_mutex.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
queue_spsc_atomic.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
queue_spsc_isr.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
queue.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
radix.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
random.h Merge remote-tracking branch 'origin/development' into feature/emplace_var_arg 2018-12-08 16:01:35 +00:00
ratio.h Fixed missing semicolons 2018-06-12 21:12:32 +01:00
reference_flat_map.h Fixed bugs in etl::flat_map 'operator[]' & 'insert' 2019-01-02 23:00:26 +00:00
reference_flat_multimap.h Fixed bugs in etl::flat_map 'operator[]' & 'insert' 2019-01-02 23:00:26 +00:00
reference_flat_multiset.h Fixed bugs in etl::flat_map 'operator[]' & 'insert' 2019-01-02 23:00:26 +00:00
reference_flat_set.h Fixed bugs in etl::flat_map 'operator[]' & 'insert' 2019-01-02 23:00:26 +00:00
scaled_rounding.h Merge remote-tracking branch 'origin/feature/cumulative_moving_average' into development 2018-12-28 09:45:43 +00:00
scheduler.h Fix compile error in scheduler.h (#108) 2019-01-05 10:05:52 +00:00
set.h #93 map.h on release 11.15.0 does not compile with clang-6 2018-09-04 23:25:16 +01:00
smallest_generator.h Capitalised warning comment 2018-04-21 17:45:00 +01:00
smallest.h Comment change 2018-06-17 21:08:03 +01:00
spsc_queue.h Initial untested SPSC queues. 2018-04-02 12:28:25 +01:00
sqrt.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
stack.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
state_chart.h Merge remote-tracking branch 'origin/master' into feature/rvalue-references 2018-12-17 19:09:32 +00:00
static_assert.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
string_view.h Removed repeated semicolon, this helps to compile etl without errors (#100) 2018-09-29 20:23:45 +02:00
task.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
temp.h Merge remote-tracking branch 'origin/development' 2018-03-18 19:29:36 +00:00
timer.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
type_def.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
type_lookup_generator.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
type_lookup.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
type_select_generator.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
type_select.h Renamed STATIC_ASSERT to ETL_STATIC_ASSERT 2018-06-18 18:49:09 +01:00
type_traits_generator.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
type_traits.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
u16string.h Compatibility with Keil compiler 2018-08-27 22:07:17 +01:00
u32string.h Compatibility with Keil compiler 2018-08-27 22:07:17 +01:00
unordered_map.h Merge remote-tracking branch 'origin/feature/bit_stream' into development 2018-10-07 08:37:14 +01:00
unordered_multimap.h Merge remote-tracking branch 'origin/feature/bit_stream' into development 2018-10-07 08:37:14 +01:00
unordered_multiset.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
unordered_set.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
user_type.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
utility.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
variant_pool_generator.h Added alternate STL support to allow 'No STL' option. 2018-07-22 20:47:33 +01:00
variant_pool.h Merge remote-tracking branch 'origin/master' into feature/no_stl 2018-08-18 10:09:56 +01:00
variant.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
vector.h Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. 2018-12-09 12:11:54 +00:00
version.h Fixed bugs in etl::flat_map 'operator[]' & 'insert' 2019-01-02 23:00:26 +00:00
visitor.h Changed header guards to be GCC compliant. 2018-04-21 09:24:45 +01:00
wstring.h Compatibility with Keil compiler 2018-08-27 22:07:17 +01:00