Commit cd1b0eb Marcus Winter
committed
1 parent 7b0d2c6 commit cd1b0eb Copy full SHA for cd1b0eb
File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1
1
Embedded Multicore Building Blocks (EMB²)
2
2
=========================================
3
3
4
+
5
+ Version 0.4.0
6
+ -------------
7
+
8
+ ### Features:
9
+ - Added consistency checking functionality to dataflow
10
+ - Added C++ wrapper for base_c logging functions
11
+ - Reworked dataflow_cpp interface for easier usage
12
+
13
+ ### Changes and improvements:
14
+ - Improved network plugin with better error checking and task cancelation support
15
+ - dataflow_cpp network token count is now set at runtime
16
+ - Added automatic determination of token count to dataflow_cpp
17
+ - All C interface functions check pointers for NULL
18
+ - mtapi_info_t conforms to the standard
19
+ - Fixed CodeSonar warnings across the code base
20
+ - Spinlocks yield every 1024 spins now
21
+ - Changed asserts on interface visible parameters to execeptions
22
+
23
+ ### Bug fixes:
24
+ - Fixed problem causing low performance on the Jetson TK1 board
25
+ - Fixed bug in mtapi_c causing a task wait to hang
26
+ - Fixes issue with the AMD APP SDK in the OpenCL plugin
27
+ - Fixed problem with automatic initialization in tasks_cpp
28
+ - Fixed memory leaks in tests
29
+
30
+ ### Build system:
31
+ - Dependency on an installed OpenCL SDK was removed
32
+ - Moved all MTAPI plugins into folder mtapi_plugins_c
33
+
34
+ ### Documentation:
35
+ - Updated README to reflect new directory structure
36
+ - Updated DoxyGen documentation of dataflow_cpp for the improved interface
37
+ - Updated tutorial and examples to show the usage of dataflow_cpp
38
+
39
+
4
40
Version 0.3.2
5
41
-------------
6
42
You can’t perform that action at this time.
0 commit comments