forked from hmbdc-dev/hmbdc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.TXT
100 lines (71 loc) · 2.63 KB
/
ChangeLog.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
* Tue Apr 16 2024 - 15.29
- fixed shm perm to allow different users in the same group to comm
* Mon Apr 08 2024 - 15.28
- add logging
* Wed Apr 03 2024 - 15.27
- fixed runtime subscription refreshing for network msg
- changed ipc party count reporting param to be atomic
* Wed Mar 27 2024 - 15.21
- changed layback behavior
* Thu Mar 14 2024 - 15.20
- Made use of binary pipe for Python extension to improve perf
- Fixed SingleNodeDomain not invoking some Node's callbacks when no IPC is specified
* Tue Oct 31 2023 - 15.19
- improved network filtering for Domain with multiple pumps
* Sat Sep 23 2023 - 15.18
- supported freshest message delivery for the realtime applications that only want the latest messages
instead of reliable/lossless message delivery
- improved responsiveness of pooled nodes
* Mon Sep 04 2023 - 15.17-1
- fixed tips-ping-pong tool to support document command_line
* Sat Jul 15 2023 - 15.17
- SingleNodeDomain works when no IPC is specified
- Message copy / assignment fixes
* Sun Jul 09 2023 - 15.16
- fixed doc, tryPublish bug, Rmcast and rnetmap SeqAlert init bugs
* Sat Jul 08 2023 - 15.14
- fixed empty attachment delayed bug
* Wed Jul 05 2023 - 15.11
- refactored and minor fixes
* Tue Jun 20 2023 - 15.10
- supports gcc-11 - tested on Ubuntu 22.04
* Sun Mar 27 2022 - 15.9
- added auto node pub/sub topology support
* Mon Jan 17 2022 - 15.8
- added timer conversion to/from chrono
* Sat Jan 08 2022 - 15.7
- Fixed rnetmap corrupt packet bug
* Thu Dec 30 2021 - 15.6
- improved ping-pong test
* Thu Dec 30 2021 - 15.4
- fixed ping-pong test
* Wed Dec 29 2021 - 15.3
- fixes for gcc11
* Sat Dec 25 2021 - 15.2
- improved the design on the following features
0cpy, PCI dev memory, multiple pump config, sending mask, support virtual function callbacks
* Sun Oct 31 2021 - 14.5
- Added PCI dev pub/sub in Domain
* Sun Oct 24 2021 - 14.4
- Provided non-blocking publish interface
- change toHmbdcSerialized to toHmbdcIpcable
* Fri Oct 01 2021 - 14.3
- provided python module tool for python usage of hmbdc/tips
- fixed tips timer not fired bug
* Sat Aug 28 2021 - 14.2
- Made Nodes and Domain pump starting explictly synced by user
- tool improvement
* Sun Aug 08 2021 - 12.41
- added publish directly in Node
- improved tips-ping-pong tool
* Sat Jul 31 2021 - 12.40
- provided publish support directly in Node
- provided ping pong performance test
- merged 0cpy with single copy shm comm
- fixed clang building issues
* Mon Jul 12 2021 - 12.38
- turn on concept support and tested with gcc-10
* Sun Jul 11 2021 - 12.37
- fixed the gcc10+ compiling using offset_of bug
* Sun Jun 20 2021 - 12.36
- allowed empty 0cpy buffer case