Skip to content

Commit cd1b0eb

Browse files
author
Marcus Winter
committed
updated CHANGELOG.md for 0.4.0 release
1 parent 7b0d2c6 commit cd1b0eb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
Embedded Multicore Building Blocks (EMB²)
22
=========================================
33

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+
440
Version 0.3.2
541
-------------
642

0 commit comments

Comments
 (0)