Releases: b-com-software-basis/remaken
Update remaken version to 1.6.2
feat[CI:Appveyor]: - build master and develop branches - build on tags - add tag based deployment feat: display version with version command, feat[os: windows]: - add version to setup file name - add CMake (with chocolatey) install/update in nsis script - add pkg-config (with chocolatey) install in nsis script fix[link]: add missing -lpthread flag for linux (needed with new conan recipes) fix[appveyor]: yaml syntax fix[InitCommand]: create directories recursively fix[os: windows]: - python install directory in application setup, and use of it to install pip and conan - update pip and conan update in nsis script - openssl link error
win/remaken-1.6.2
feat[CI:Appveyor]:
- build master and develop branches
- build on tags
- add tag based deployment
feat: display version with version command,
feat[os: windows]:
- add version to setup file name
- add CMake (with chocolatey) install/update in nsis script
- add pkg-config (with chocolatey) install in nsis script
fix[link]: add missing -lpthread flag for linux (needed with new conan recipes)
fix[appveyor]: yaml syntax
fix[InitCommand]: create directories recursively
fix[os: windows]:
- python install directory in application setup, and use of it to install pip and conan
- update pip and conan update in nsis script
- openssl link error
macOS-Mojave/remaken-latest
Update remaken version to 1.6.2 feat[CI:Appveyor]: - build master and develop branches - build on tags - add tag based deployment feat: display version with version command, feat[os: windows]: - add version to setup file name - add CMake (with chocolatey) install/update in nsis script - add pkg-config (with chocolatey) install in nsis script fix[link]: add missing -lpthread flag for linux (needed with new conan recipes) fix[appveyor]: yaml syntax fix[InitCommand]: create directories recursively fix[os: windows]: - python install directory in application setup, and use of it to install pip and conan - update pip and conan update in nsis script - openssl link error
macOS-Mojave/remaken-1.6.2
Update remaken version to 1.6.2 feat[CI:Appveyor]: - build master and develop branches - build on tags - add tag based deployment feat: display version with version command, feat[os: windows]: - add version to setup file name - add CMake (with chocolatey) install/update in nsis script - add pkg-config (with chocolatey) install in nsis script fix[link]: add missing -lpthread flag for linux (needed with new conan recipes) fix[appveyor]: yaml syntax fix[InitCommand]: create directories recursively fix[os: windows]: - python install directory in application setup, and use of it to install pip and conan - update pip and conan update in nsis script - openssl link error
Ubuntu1804/remaken-1.6.2
Update remaken version to 1.6.2 feat[CI:Appveyor]: - build master and develop branches - build on tags - add tag based deployment feat: display version with version command, feat[os: windows]: - add version to setup file name - add CMake (with chocolatey) install/update in nsis script - add pkg-config (with chocolatey) install in nsis script fix[link]: add missing -lpthread flag for linux (needed with new conan recipes) fix[appveyor]: yaml syntax fix[InitCommand]: create directories recursively fix[os: windows]: - python install directory in application setup, and use of it to install pip and conan - update pip and conan update in nsis script - openssl link error
v1.6.1
macOS-Mojave/remaken-1.6.1
fix: set remaken version
win/remaken-1.6.0
Update builddefs-qmake to v4.4.0
Update README.md
feat: iprove package installed detection
feat: add remaken install script for linux / mac os X
feat[init command]: use builddefs-qmake-latest package to initialize qmake rules
feat: add a check whether a dependency is available in remaken packages path, prior to try to download it. When the dependency is available, no download occur. feat[conan cache]: add build configuration with conan dependencies in cache file to allow several builds of the same dependency depending on os, cpp version, architecture ...
feat[arch]: add architecture values for android feat[conan]: forward arch to conan
Update remaken version to 1.6.0
feat[conan options]: forward tool options to conan install and bundle (already done for bundle command)
fix: handle properly symlinks (boost::filesystem::is_symlink is corrupted) and shared libraries extensions on linux with .so.x.y.z
feat[init]: create profiles folder
feat: remove builddefs/qmake and REMAKEN_RULES_ROOT in windows setup
feat[init command]: add init command to create .remaken/rules folder and populate .remaken/rules/qmake from latest builddefs-qmake release
fix: set environment in each dedicated matrix job
fix: set complete image name
fix[syntax]: rename init_script to init
fix[syntax]: remove duplicate key
feat[CI]: add appveyor.yml configuration file
Ubuntu1804/remaken-1.6.0
Update builddefs-qmake to v4.4.0 Update README.md feat: iprove package installed detection feat: add remaken install script for linux / mac os X feat[init command]: use builddefs-qmake-latest package to initialize qmake rules feat: add a check whether a dependency is available in remaken packages path, prior to try to download it. When the dependency is available, no download occur. feat[conan cache]: add build configuration with conan dependencies in cache file to allow several builds of the same dependency depending on os, cpp version, architecture ... feat[arch]: add architecture values for android feat[conan]: forward arch to conan Update remaken version to 1.6.0 feat[conan options]: forward tool options to conan install and bundle (already done for bundle command) fix: handle properly symlinks (boost::filesystem::is_symlink is corrupted) and shared libraries extensions on linux with .so.x.y.z feat[init]: create profiles folder feat: remove builddefs/qmake and REMAKEN_RULES_ROOT in windows setup feat[init command]: add init command to create .remaken/rules folder and populate .remaken/rules/qmake from latest builddefs-qmake release fix: set environment in each dedicated matrix job fix: set complete image name fix[syntax]: rename init_script to init fix[syntax]: remove duplicate key feat[CI]: add appveyor.yml configuration file
v1.5.2: - update remaken version
- fix: unzip quiet on Windows