Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cd1b0ebc
authored
May 11, 2016
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated CHANGELOG.md for 0.4.0 release
parent
7b0d2c67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
CHANGELOG.md
+36
-0
No files found.
CHANGELOG.md
View file @
cd1b0ebc
Embedded Multicore Building Blocks (EMB²)
=========================================
Version 0.4.0
-------------
### Features:
-
Added consistency checking functionality to dataflow
-
Added C++ wrapper for base_c logging functions
-
Reworked dataflow_cpp interface for easier usage
### Changes and improvements:
-
Improved network plugin with better error checking and task cancelation support
-
dataflow_cpp network token count is now set at runtime
-
Added automatic determination of token count to dataflow_cpp
-
All C interface functions check pointers for NULL
-
mtapi_info_t conforms to the standard
-
Fixed CodeSonar warnings across the code base
-
Spinlocks yield every 1024 spins now
-
Changed asserts on interface visible parameters to execeptions
### Bug fixes:
-
Fixed problem causing low performance on the Jetson TK1 board
-
Fixed bug in mtapi_c causing a task wait to hang
-
Fixes issue with the AMD APP SDK in the OpenCL plugin
-
Fixed problem with automatic initialization in tasks_cpp
-
Fixed memory leaks in tests
### Build system:
-
Dependency on an installed OpenCL SDK was removed
-
Moved all MTAPI plugins into folder mtapi_plugins_c
### Documentation:
-
Updated README to reflect new directory structure
-
Updated DoxyGen documentation of dataflow_cpp for the improved interface
-
Updated tutorial and examples to show the usage of dataflow_cpp
Version 0.3.2
-------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment