|
4afb19be51
|
Merge branch 'mueller/master' into mueller/project/distribDatapool
|
2020-08-08 12:04:52 +02:00 |
|
|
979fea3400
|
mutex helper api change
|
2020-08-07 22:15:03 +02:00 |
|
|
4dcfa5125e
|
added additional calls
|
2020-08-04 11:47:47 +02:00 |
|
|
6b475792a4
|
shared ring buffer continued
|
2020-08-04 02:25:10 +02:00 |
|
|
4e9e465360
|
shared ring buffer continued
|
2020-08-04 02:00:00 +02:00 |
|
|
0ead44bea9
|
getFreeElement implemented
|
2020-08-04 01:07:59 +02:00 |
|
|
f240827bbd
|
added getFreeElement
|
2020-08-04 00:59:19 +02:00 |
|
|
e204bd77c6
|
created tpp file for fixed ordered multimap
|
2020-07-14 02:21:11 +02:00 |
|
|
15052cb333
|
singly linked list update
|
2020-07-13 19:54:38 +02:00 |
|
|
35d4267b40
|
dynamic fifo bug fixed
|
2020-07-11 02:36:04 +02:00 |
|
|
6a6395313f
|
added copy ctor and assignment for FIFObase
|
2020-07-11 01:06:01 +02:00 |
|
|
32ef807341
|
newline
|
2020-07-09 15:49:52 +02:00 |
|
|
ecd740a101
|
ring buffer base calls made protected
|
2020-07-09 15:47:50 +02:00 |
|
|
6f50356964
|
new shared ring buffer
|
2020-07-09 14:26:15 +02:00 |
|
|
399fc0e287
|
fifo replacements
|
2020-07-07 17:42:37 +02:00 |
|
|
cb691db807
|
fifo tweaks, pus parser fixes
|
2020-07-06 23:07:38 +02:00 |
|
|
bb5de8f110
|
merged new changes
|
2020-07-06 13:41:07 +02:00 |
|
|
ebec074655
|
Split up FIFO into StaticFIFO and normale FIFO
|
2020-07-05 23:53:13 +02:00 |
|
|
6802ff7d71
|
Merge remote-tracking branch 'upstream/mohr_serialize' into mueller_merge_mohr_serialize
|
2020-07-01 13:15:58 +02:00 |
|
|
ba5b8bd682
|
hybrid iter update
|
2020-06-26 13:28:58 +02:00 |
|
|
0c32a96452
|
some more singly linked list improvements
|
2020-06-24 11:54:41 +02:00 |
|
|
8d633bf127
|
took over changed for singly linked list
|
2020-06-24 11:40:48 +02:00 |
|
|
583efec3f8
|
nullptr
|
2020-06-17 20:45:44 +02:00 |
|
|
ed26992d7f
|
shoulddo added
|
2020-06-17 20:40:40 +02:00 |
|
|
bb16fd80b8
|
singly linked list improvements
|
2020-06-17 20:37:45 +02:00 |
|
|
259517ac9b
|
single linked list improvement
|
2020-06-17 20:22:09 +02:00 |
|
|
b68ad9e4f9
|
new ctor for simple ring buffer which does not
allocate
|
2020-06-17 19:50:26 +02:00 |
|
|
f8f10a1730
|
slight hybrid iter improvements
|
2020-06-17 19:41:10 +02:00 |
|
|
38676308e3
|
improved array list a bit
|
2020-06-17 19:37:55 +02:00 |
|
|
242ca355f5
|
removed swappers for arraylist for now
|
2020-05-26 00:01:07 +02:00 |
|
|
4695e87cdc
|
Merge branch 'mueller_fifo_enhancement' into mueller_framework
|
2020-05-05 19:08:46 +02:00 |
|
|
df9e66834e
|
pop() better
|
2020-05-05 19:07:11 +02:00 |
|
|
03333c2af0
|
pool raw acces printout
|
2020-04-30 21:37:02 +02:00 |
|
|
88f229cef9
|
fifo enhancement
|
2020-04-23 15:03:55 +02:00 |
|
|
44d4678089
|
fifo features and stopwatch enhancement
|
2020-04-23 14:06:48 +02:00 |
|
Uli
|
6553450b4b
|
Actually, not that horrible, thanks to sed
|
2020-04-21 22:28:43 +02:00 |
|
Uli
|
a42832ca01
|
working on updating SerializeIF, to quote Basti: This is going to be horrible
|
2020-04-21 21:34:03 +02:00 |
|
|
a405357578
|
Merge remote-tracking branch 'upstream/master'
into mueller_framework
|
2020-04-18 13:30:22 +02:00 |
|
|
9284fe81da
|
added override specifiers, some doc fixes
|
2020-04-15 20:53:03 +02:00 |
|
|
906f941f32
|
ssize_t in deSerialize replaced by size_t
|
2020-04-15 15:53:46 +02:00 |
|
|
b48a0a4a4c
|
unit test class continued. serialize adapter
functions which are internal, extracted to separate class
|
2020-04-13 22:45:23 +02:00 |
|
|
f28886e970
|
Moved crc calculation into its own class, renamed function to show which
crc is calculated.
|
2020-04-06 13:22:42 +02:00 |
|
|
42838272a5
|
replaced int32_t size by ssize_t (type trait trick)
|
2020-04-05 22:42:48 +02:00 |
|
|
87852e5f2a
|
replaced getSerializedSize returnvalue with size_t
|
2020-04-05 21:54:11 +02:00 |
|
|
7079c9c56d
|
replaced serializeIF serialize sizes with size_t
|
2020-04-05 17:58:39 +02:00 |
|
|
52c05e2f3d
|
minor formatting for pull request
|
2020-03-19 12:44:24 +01:00 |
|
|
b7e3449b04
|
some more doc for containers
|
2020-03-19 12:38:11 +01:00 |
|
|
68cda479d6
|
DHB: performOperation Hook + polling counter
polling counter to specify how often communication opertions are
performed, however this still needs to be changed..
|
2020-03-06 18:48:48 +01:00 |
|
|
e7318995f4
|
FIFO typo fix
|
2020-02-03 18:03:10 +01:00 |
|
|
8f17d5147e
|
SerialFixedArrayList constructor bugfix
|
2020-01-27 00:43:01 +01:00 |
|