Christian Helmuth
8990346c6c
mmio: fix compiler warnings
...
We implicitly know that the value range will not exceed access_t despite
the integer-based arithmetics, i.e., negation and shift operations.
Fixes #1524
2015-05-26 09:39:53 +02:00
Norman Feske
97dc9664fe
base: move flex_iterator.h to include/util
...
Fixes #1482
2015-04-17 16:13:22 +02:00
Norman Feske
d9d65aa86b
base: use reference for ascii_to output argument
...
Issue #1477
2015-04-17 16:13:19 +02:00
Norman Feske
d884cf1a9a
base: unify ascii_to conversion functions
...
This patch addresses the first point of the issue #1477 , namely
replacing the function-template magic by plain function overloads.
Issue #1477
2015-04-13 14:18:16 +02:00
Norman Feske
eaac3cc1bd
Revised API documentation
...
This patch curates the API documentation to become suitable for the
functional specificaton, which is partially generated from the header
files.
2015-04-09 16:04:46 +02:00
Martin Stein
c52bf757f0
register: make bitfield-mask methods constexpr
...
Ref #1458
2015-03-27 11:53:12 +01:00
Norman Feske
e8336acafc
base,os: Coding-style unification
...
Fixes #1432
2015-03-13 12:17:23 +01:00
Norman Feske
a7fa0ccd06
base: add 'String::operator!='
2014-10-13 15:21:53 +02:00
Christian Helmuth
f7a7421091
Configurable clearing of array in Bit_array_base
...
Fixes #1177 .
2014-07-09 16:26:04 +02:00
Christian Helmuth
7abc1733c5
util: abort construction of zero-sized bit arrays
2014-06-26 10:57:25 +02:00
Norman Feske
ca971bbfd8
Move repositories to 'repos/' subdirectory
...
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.
Issue #1082
2014-05-14 16:08:00 +02:00