Christos Choutouridis
|
325ac9a5b2
|
FIX: C++17 is_swappable import from stl
|
vor 4 Jahren |
Christos Choutouridis
|
abc72e9788
|
FS: filemode changes
|
vor 4 Jahren |
Christos Houtouridis
|
ee9b93317b
|
DEV: Makefile rule correction and some warning suppression
|
vor 5 Jahren |
Christos Houtouridis
|
bebb193278
|
DEV: minor changes
|
vor 5 Jahren |
Christos Houtouridis
|
984a073f29
|
DEV: meta reshape
|
vor 5 Jahren |
Christos Houtouridis
|
5f6eef3478
|
meta: Compilation correction for previous 3 commits
|
vor 5 Jahren |
Christos Houtouridis
|
899efcc2d6
|
meta: Change complexity of typelist<>::times<> from O(N) to O(logN)
|
vor 5 Jahren |
Christos Houtouridis
|
e974b9d43d
|
meta: Detection idiom (part 1) from Walter Brown added
|
vor 5 Jahren |
Christos Houtouridis
|
2963c008f8
|
meta: Renaming
|
vor 5 Jahren |
Christos Houtouridis
|
533a09625c
|
meta: a draft version of typelist and operations for it
|
vor 5 Jahren |
Christos Houtouridis
|
8fef779a91
|
meta: when_all added and minor changes to selection.h
|
vor 5 Jahren |
Christos Houtouridis
|
bb35115359
|
meta: minor changes to invoke
|
vor 5 Jahren |
Christos Houtouridis
|
903e4641f4
|
meta: integral constant wrappers for intx_t and uintx_t added and fixed the type promotion on bit operations
|
vor 5 Jahren |
Christos Houtouridis
|
734136a606
|
invoke file handling in includes
|
vor 5 Jahren |
Christos Houtouridis
|
63a7d1607d
|
Recursive de-referencable nil_
|
vor 5 Jahren |
Christos Houtouridis
|
2f18447bca
|
!Compile: Some device rework
|
vor 5 Jahren |
Christos Houtouridis
|
1ac1e0bf73
|
!Compile: header and meta::naming rework in the rest of lib
|
vor 5 Jahren |
Christos Houtouridis
|
031349a44d
|
!compile: Some meta:: rework
|
vor 5 Jahren |
Christos Houtouridis
|
19f6991a83
|
Remove default constructor from i2c also
|
vor 5 Jahren |
Christos Houtouridis
|
962b3236dc
|
Typo
|
vor 5 Jahren |
Christos Houtouridis
|
682b06857f
|
Remove default value from spi_bb_i constructor
We dont want to provide magic predefine settings to the user. If the user
code needs default contructor, then the derived class can have one.
|
vor 5 Jahren |
Christos Houtouridis
|
d390e2c544
|
Change _C template parameter. Cygwin ctype.h use it as macro.
|
vor 5 Jahren |
Christos Houtouridis
|
03620c831f
|
dev: A first non-working version of dev added
A first group of device interface base classes added.
|
vor 6 Jahren |
Christos Houtouridis
|
5d1b3636f3
|
com/spi: constexpr rework
|
vor 6 Jahren |
Christos Houtouridis
|
e662a3e94b
|
com: Concept naming
|
vor 6 Jahren |
Christos Houtouridis
|
7e25067468
|
meta: FIX sfinae idiom in use_* aliases
|
vor 6 Jahren |
Christos Houtouridis
|
d127713711
|
com: A spi implementation and a spi bit-banging added
|
vor 6 Jahren |
Christos Houtouridis
|
49b219ef25
|
com: Some rework to i2c to uniform the rest of iface of utl
|
vor 6 Jahren |
Christos Houtouridis
|
de4eb2cf09
|
com: A 1-wire interface rework
|
vor 6 Jahren |
Christos Houtouridis
|
ab729c5c81
|
meta: Some alias for uniforming
|
vor 6 Jahren |
Christos Houtouridis
|
44f7dff3dd
|
com: 1wire interface base class[es] added.
Added:
* A base class fot 1wire interface (both CRTP and virtual)
* An UARD based implementation derived added (both CRTP and virtual)
|
vor 6 Jahren |
Christos Houtouridis
|
846e98e150
|
com: An 1wire ID object added
We use the ID container for now.
In the future I may add an iterator support in cooperation with 1wire search functionality
|
vor 6 Jahren |
Christos Houtouridis
|
e1f476df0e
|
container: A device ID container helper added
This is added to supply 1wire ID. It may discarder and replayed with bitset.
|
vor 6 Jahren |
Christos Houtouridis
|
3e7709666e
|
containers: An std::array equivalent container added
We will recode this when we will add the rest of the containers.
Until then...
|
vor 6 Jahren |
Christos Houtouridis
|
7d394fa4f5
|
We do not sorry about error messages
|
vor 6 Jahren |
Christos Houtouridis
|
dca37bd17f
|
com: i2c object rename to indicate interface
|
vor 6 Jahren |
Christos Houtouridis
|
f1a651926d
|
com: Traditionally the first module of my libs is an i2c implementation
|
vor 6 Jahren |
Christos Houtouridis
|
36f0494e8f
|
meta: Small changes and detect idiom
|
vor 6 Jahren |
Christos Houtouridis
|
9afa3e4f7b
|
impl: header rearrangement
|
vor 6 Jahren |
Christos Houtouridis
|
22583ae55e
|
meta: SFINAE functions added. Small name changes
|
vor 6 Jahren |
Christos Houtouridis
|
eea6f7b231
|
meta: A simple meta functionality added. (Untested)
|
vor 6 Jahren |
Christos Houtouridis
|
cc8f5ebc27
|
impl: Add first files (untested)
|
vor 6 Jahren |