Releases: b-com-software-basis/remaken
Releases · b-com-software-basis/remaken
macOS-Mojave/remaken-1.5.2
- update remaken version - fix: unzip quiet on Windows
Ubuntu1804/remaken-1.5.2
- update remaken version - fix: unzip quiet on Windows
v1.5.1
Visual Studio 2019/remaken-latest
Visual-Studio-2019/remaken-latest fix: remove match_flag_type enum scope from match_any, add file optio…
Ubuntu1804/remaken-latest
fix: remove match_flag_type enum scope from match_any, add file optio…
v1.5.0
v1.4.2
v1.4.1
v1.4.0: Update remaken version
- add support for .packagespath file in .remaken, that locates the root directory where 'packages' folder will be created (when the path doesn't exist it is created). - replace REMAKEN_ROOT with REMAKEN_PKG_ROOT to search for dependencies - add scoop windows package manager tool implementation (work in progress) - set builddefs/qmake submodule to v.4.0.0 feat: improve windows setup nsh script with: - replace environment variable REMAKEN_ROOT with REMAKEN_PKG_ROOT to define another root package folder - install builddefs/qmake in USERHOMEFOLDER\.remaken\rules - fix method for write environment variables (use EnVar nsis plugin) - update GUI and text
v1.3.0: - Update README: add command line description usage.
- feat[bundleXpcf] : a new action "bundleXpcf" is available. It takes an xpcf (https://github.com/b-com-software-basis/xpcf) xml configuration file in input (paths to modules must be absolute). It copies the xml to the destination directory and the modules libraries under a modulesSubfolder (defaults to "modules"). The modules paths in the copied xml are set to the relative modulesSubfolder. For each module, the module package root version folder is searched to find packagedependencies and deploy also the module dependencies in the destination folder. - feat[windows setup]t: Implement custom page for REMAKEN_ROOT defintion in windows setup nsis script, fix 3rd parties detection for setup - fix: add forgotten bundle files (_Bundleconfig.pri and _ProductConfig.pri) - update builddefs/qmake in github_v3.14.0 (for windows nsis script new features) - fix[windows]: conan support for bundle command