diff -r d81c623de788 -r f71d300205b7 relpipe-data/release-v0.9.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relpipe-data/release-v0.9.xml Fri Jan 18 21:34:58 2019 +0100 @@ -0,0 +1,100 @@ + + + Release v0.9 + second public release of Relational pipes + v0.9 + + +

+ We are pleased to introduce you the new version of . + It brings several important features: +

+ + +

+ See the examples page for details. +

+ +

Data types

+ +

Inputs

+ +

Transformations

+ +

Outputs

+ + +

+ Instalation was tested on Debian GNU/Linux 9.6. + The process should be similar on other distributions. +

+ + + +

+ are modular thus you can download and install only parts you need (the libraries are needed always). + Tools out-gui.qt and tr-python require additional libraries and are not built by default. +

+ +

+ The module relpipe-in-filesystem uses C++ filesystem API which is supported since GCC 8. + This module can be compiled and seems usable even with GCC 6, but requires some patching (switch to the experimental API): +

+ + @#include @g' -i "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/FileAttributeFinder.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/XattrAttributeFinder.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/FilesystemCommand.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/AttributeFinder.h +sed 's@std::filesystem@std::experimental::filesystem@g' -i "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/FileAttributeFinder.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/XattrAttributeFinder.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/FilesystemCommand.h "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/AttributeFinder.h +sed 's/.*PROPERTY CXX_STANDARD.*/#\0/g' -i "$RELPIPE_SRC"/relpipe-in-filesystem.cpp/src/CMakeLists.txt]]> + +
+ +