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
3577c136
authored
Jun 30, 2015
by
Tobias Schuele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CHANGELOG.md and README.md.
parent
3cd8e473
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
CHANGELOG.md
+31
-0
README.md
+2
-0
No files found.
CHANGELOG.md
View file @
3577c136
Embedded Multicore Building Blocks (EMB²)
=========================================
Version 0.3.1
-------------
### Features:
-
None
### Changes and improvements:
-
Removed one function argument from algorithms::Invoke
-
Added "explicit" specifier to base type constructor of Atomic
<BaseType
*
>
-
Added "const" qualifier to dereference operator and member access operator of AtomicPointer
<>
-
Changed AtomicBase
<>
::CompareAndSwap to atomically return expected value
-
Replaced constant in dataflow_cpp_test_simple.cc with corresponding macro
-
Added initialization of atomic variable in hazard_pointer_test.cc to avoid warning with GCC 5.1
-
Changed initial value of allocated_object_from_different_thread
-
Added tests for ID Pool and check for memory leaks
-
Updated unit test for the UniqueLock::Swap
### Bug fixes:
-
Fixed implementation of ID pool (provided fewer elements than specified by capacity)
-
Fixed unsigned overflow bug in timed wait function of condition variables
-
Fixed implementation of UniqueLock::Swap
### Build system:
-
Improved CMake output for automatic initialization option
-
Fixed cpplint and unsigned/signed warnings
### Documentation:
-
Fixed documentation of UniqueLock class
-
Updated README file
Version 0.3.0
-------------
...
...
README.md
View file @
3577c136
...
...
@@ -323,6 +323,8 @@ Known Bugs and Limitations
is bounded by a predefined but modifiable constant (see functions
embb_thread_get_max_count() / embb_thread_set_max_count() and class
embb::base::Thread).
-
While MTAPI fully supports heterogeneous systems, the algorithms and
dataflow components are currently limited to homogeneous systems.
Development and Contribution
...
...
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