release #12

Merged
peri4 merged 8 commits from release into master 2020-09-07 22:47:13 +03:00

View File

@@ -3,35 +3,39 @@
## Introduction ## Introduction
This repo contains: This repo contains:
* PIP * PIP
* * PIP - main library * PIP - main library
* * PIP::USB - PIUSB (libusb) * PIP::USB - PIUSB (libusb)
* * PIP::Console - PIScreen * PIP::Console - PIScreen
* * PIP::Crypt - Cryptography (libsodium) * PIP::Crypt - Cryptography (libsodium)
* * PIP::Compress - Compression (zlib) * PIP::Compress - Compression (zlib)
* * PIP::FFTW - FFT with libfftw3 * PIP::FFTW - FFT with libfftw3
* * PIP::OpenCL - PIP OpenCL bindings * PIP::OpenCL - PIP OpenCL bindings
* * PIP::IOUtils * PIP::IOUtils
* * PIP::Cloud * PIP::Cloud
* * PIP::Lua - PIP Lua bindings * PIP::Lua - PIP Lua bindings
* QAD - Qt for Advanced Developers: * QAD - Qt for Advanced Developers:
* * QAD::Utils * QAD::Utils
* * QAD::Widgets * QAD::Widgets
* * QAD::Application * QAD::Application
* * QAD::Blockview * QAD::Blockview
* * QAD::Graphic * QAD::Graphic
* * QAD::SQLTable * QAD::SQLTable
* * QAD::TouchWidgets * QAD::TouchWidgets
* * QAD::Doc * QAD::Doc
* * QAD::PIQt - helpers to convert PIP <-> Qt types * QAD::PIQt - helpers to convert PIP <-> Qt types
* * QAD::PIQtUtils - Gui libraries and executables to edit PIConnection configs and watch PIIntrospection * QAD::PIQtUtils - Gui libraries and executables to edit PIConnection configs and watch PIIntrospection
* * qglview - old Qt-base OpenGL engine * qglview - old Qt-base OpenGL engine
* qglengine - new Qt-base OpenGL engine * qglengine - new Qt-base OpenGL engine
* * QGLEngine::Core - 3d engine * QGLEngine::Core - 3d engine
* * QGLEngine::Widgets - qt widgets for manage 3d obects and materials * QGLEngine::Widgets - qt widgets for manage 3d obects and materials
* CD * CD
* * CD::Core - PIP-based client/server library for read, transmit and use custom structures of coefficients * CD::Core - PIP-based client/server library for read, transmit and use custom structures of coefficients
* * CD::Qt - Qt bindings to CDUtils and "CD Pult" executable - full-featured CD client * CD::Qt - Qt bindings to CDUtils and "CD Pult" executable - full-featured CD client
## Compile ## Compile
This repo can be compile with GCC/MinGW/Clang, for Qt 4/5. This repo can be compile with GCC/MinGW/Clang, for Qt 4/5.