Skip to content

Releases: b-com-software-basis/remaken

Update remaken version to 1.6.2

11 May 09:05
Compare
Choose a tag to compare
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

11 May 15:36
Compare
Choose a tag to compare

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

11 May 09:02
Compare
Choose a tag to compare
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

11 May 09:51
Compare
Choose a tag to compare
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

11 May 09:41
Compare
Choose a tag to compare
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

07 Apr 07:32
Compare
Choose a tag to compare

fix:

  • use openssl instead of OpenSSL from conan-center-index (recipe for OpenSSL is obsolete and the download url is set toward an empty link now).
  • boost is also used from conan-center-index update builddefs-qmake to V4.5.0
  • set remaken version

macOS-Mojave/remaken-1.6.1

07 Apr 07:42
Compare
Choose a tag to compare
fix: set remaken version

win/remaken-1.6.0

07 Apr 13:00
Compare
Choose a tag to compare

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

07 Apr 07:24
Compare
Choose a tag to compare
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

16 Mar 14:09
Compare
Choose a tag to compare
- fix: unzip quiet on Windows