Skip to content

Release: 1.3.1#228

Merged
f-schmitt merged 25 commits intomasterfrom
dev
Apr 12, 2016
Merged

Release: 1.3.1#228
f-schmitt merged 25 commits intomasterfrom
dev

Conversation

@ax3l
Copy link
Copy Markdown
Member

@ax3l ax3l commented Apr 12, 2016

This release contains bug fixes and serveral internal code
clean-ups.

Bug Fixes

Misc

ax3l and others added 24 commits December 2, 2015 11:56
Removes the "parallel libSplash is beta status" note
since it is stable and adds some links to interface
documentations.
INSTALL.md: Remove "beta" notice for PHDF5
Do not fail if packages were never present on some images.
Adds an example using the `ParallelDataCollector`.

Tries to be as close as possible to the "serial" (multiple POSIX files
from MPI ranks) example of `mpi_domain_write`.
C++ catch parameters should be passed by const reference.

References:
  - http://en.cppreference.com/w/cpp/language/try_catch
Removes two `_` prefixes for include guards.

This is generally discouraged and reserved,
  http://www.doc.ic.ac.uk/lab/cplus/c++.rules/chap5.html

found via a [flint++](https://github.com/L2Program/FlintPlusPlus) warning.
Removed via
- `sed -i 's/\t/    /g'` (tabs)
- `sed -i 's/ *$//'` (EOL white spaces)

And then manually fixed some broken python (mixing tabs and
spaces in there was quite adventurous).

Authored commit as generic tool user:
```bash
GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="tools@example.com" git commit
```
Removed via
- `sed -i 's/\t/    /g'` (tabs)
- `sed -i 's/ *$//'` (EOL white spaces)

And then manually fixed license headers (missing paragraph) and include guards.

Authored commit as generic tool user:
```bash
GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="tools@example.com" git commit
```
CMakeList.txt: Remove Tabs and EOL Spaces
Add test to check if `readMeta` was successful.
Return the correct, user-selected entry for this iteration and not
the first `[0]` entry found.
Fix detection of bool types as correctly put in #198
Fix #224 `readMeta` ColType Detection
ChangeLog for Release 1.3.1
@ax3l ax3l added this to the Version 1.3.1 milestone Apr 12, 2016
@f-schmitt f-schmitt merged commit 8c7b02d into master Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants