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
36985c8e
authored
Mar 02, 2015
by
Tobias Schuele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added changes in version 0.2.3 to CHANGELOG.md
parent
6b213d28
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
CHANGELOG.md
+39
-0
No files found.
CHANGELOG.md
View file @
36985c8e
Embedded Multicore Building Blocks (EMB²)
=========================================
Version 0.2.3
-------------
### Bug fixes:
-
Fixed freeing of temporary buffer in MergeSortAllocate
-
Fixed minor bugs in mtapi_c
-
Fixed paths in Doxyfile.in template
### Changes and improvements:
-
Changed use of partitioners in ForEach, Reduce, Scan, Count, and MergeSort
-
Added guard definition to QuickSort and MergeSort requiring random access iterators as inputs
-
Unified behavior of algorithms on empty input
-
Cleaned up MergeSort and Scan
-
Extended computation of number of cores to take into account affinities
-
Changed MTAPI_CHECK_STATUS in examples to use exit() instead of abort()
-
Added overload for std::exception::what() in embb::base::Exception
-
Added missing include in execution_policy.cc
-
Added tests for Thread::ID (base_cpp), ExecutionPolicy (mtapi_cpp), and error cases in mtapi_c
-
Added tests on empty and negative input ranges in algorithms
### Features:
-
None
### Build system:
-
Added option to CMake to toggle automatic initialization of MTAPI C++ interface
-
Changed run_tests_cygwin script to work with /bin/sh
-
Modified create_tarball.sh script for completely automatic tarball creation
-
Removed cppcheck warnings
-
Removed cpplint warnings
-
Updated partest
### Documentation:
-
Added paragraphs in tutorial and README regarding performance impact of automatic initialization of MTAPI C++ interface
-
Removed automatic collapsing of trees in Doxygen documentation due to incompatibility with latest versions of Doxygen
-
Modified reference manual to consistently use function object concept
-
Added description of default node attributes in mtapi_c and fixed typo in mtapi_cpp documentation
-
Modified paragraph on documentation in README and fixed typo
Version 0.2.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