Releases: b-com-software-basis/remaken
Releases · b-com-software-basis/remaken
1.10.1/win
Bug Fixes
- get home path from /home/sleduc in first on linux (Stéphane Leduc)
- disable log in CmdOptions.cpp (Stéphane Leduc)
- conan: fix conan option with conan v2 (Stéphane Leduc)
- disable log in CmdOptions.cpp (Stéphane Leduc)
Chores
- .gitmodules: update CLI11 submodule url (from b-com-software-basis) (Stephane Leduc)
Commits
- 0047018: fix(conan) : fix conan option prefixed by dependency in conan v2 (Stéphane Leduc)
- CD: update version 1.10.1 (Stephane Leduc)
- bd45cff: Merge branch 'develop' of https://github.com/b-com-software-basis/remaken into develop (Stéphane Leduc)
- cc173e5: update CLI11 submodule version (fix of config folder) (Stephane Leduc)
- 8768699: set default qmake tag to 4.12.0 for init command (Stephane Leduc)
1.10.1/unixes
Bug Fixes
- get home path from /home/sleduc in first on linux (Stéphane Leduc)
- disable log in CmdOptions.cpp (Stéphane Leduc)
- conan: fix conan option with conan v2 (Stéphane Leduc)
- disable log in CmdOptions.cpp (Stéphane Leduc)
Chores
- .gitmodules: update CLI11 submodule url (from b-com-software-basis) (Stephane Leduc)
Commits
- 0047018: fix(conan) : fix conan option prefixed by dependency in conan v2 (Stéphane Leduc)
- CD: update version 1.10.1 (Stephane Leduc)
- bd45cff: Merge branch 'develop' of https://github.com/b-com-software-basis/remaken into develop (Stéphane Leduc)
- cc173e5: update CLI11 submodule version (fix of config folder) (Stephane Leduc)
- 8768699: set default qmake tag to 4.12.0 for init command (Stephane Leduc)
master/win
Merge branch 'develop'
master/unixes
Merge branch 'develop'
Remaken Linux Installer sh pre release
remaken_linux_installer_sh_pre_release Merge branch 'develop' of https://github.com/b-com-software-basis/rem…
1.10.0/win
Commits
- CD: activate build on remote feature release branch 1.10.0 (Stephane Leduc)
1.10.0/unixes
Commits
- CD: activate build on remote feature release branch 1.10.0 (Stephane Leduc)
Remaken Linux Installer sh
Use to install remaken with sh script
1.10.0 pre-release2
Remaken version 1.10.0 pre-release2 :
Feat:
- Update builddefs-qmake to 4.10.0
- Set default qmake tag to 4.10.0 for init command.
- Update boost version 1.78.0
- Set 'apiKey' as a global command line option
Fix:
- #22 - fix by create profile directory before
- #25 - Erroneous link mode is silently ignored
- management of conan v2 for install, configure and bundle command add /* only if not present in sub dependency options
- simplify system command launch (use std::system)
- conanfile created without duplicate dependency or option fix qmake generator (for configure command)
- #23 - fix segmentation fault when packagedependencies.txt is ill-formed
1.10.0 pre-release
Remaken version 1.10.0 pre-release :
Feat:
- add mode (static/shared) for configure and infos command
- add '--paths' parameter to info command for display include, lib and bin paths
- manage conan 2 for all remaken commands : install, configure, info, bundle, run, search...
- manage install of buiddefs/qmake 4.10.0 (pre-release for conan v2 management)
update dependencies :
- boost 1.76.0
- openssl 1.1.1t
fix:
- scoop search parsing
- windows 'path' name environnement var for remaken run command
- build scripts : manage other qmake version and qmake path
- configure command with qmake generator (add defines and libdir) - can be used with conan2 for generates .pri dependency files.
- manage static dependencies with configure command
- remove zipper dependency in linux project
- remove warnings (regexp, nativeSystemTools.cpp)
- update tinyxml files (remove warnings)
- fix: #21 - fix check and messages when adding conan remote
- fix: #6 - ignore remaken cache for conan dependencies and fix empty lines in .remaken-cache
refactor:
- forceCondition param (avoir duplicate code)
- clean code : remove compilation warnings, remove unused method/function/attributes, project dependencies on Windows