Skip to content

Releases: b-com-software-basis/remaken

macOS-Mojave/remaken-1.5.2

19 Mar 16:07
Compare
Choose a tag to compare
- update remaken version

- fix: unzip quiet on Windows

Ubuntu1804/remaken-1.5.2

16 Mar 15:30
Compare
Choose a tag to compare
- update remaken version

- fix: unzip quiet on Windows

v1.5.1

13 Mar 08:41
Compare
Choose a tag to compare
fix: remove match_flag_type enum scope from match_any, add file optio…

Visual Studio 2019/remaken-latest

13 Mar 08:45
Compare
Choose a tag to compare
Visual-Studio-2019/remaken-latest

fix: remove match_flag_type enum scope from match_any, add file optio…

Ubuntu1804/remaken-latest

13 Mar 09:58
Compare
Choose a tag to compare
fix: remove match_flag_type enum scope from match_any, add file optio…

v1.5.0

12 Mar 15:55
Compare
Choose a tag to compare
update builddefs-qmake to v4.2.0 (feature on executable files propert…

v1.4.2

10 Mar 15:31
Compare
Choose a tag to compare
-  update boost to 1.71.0 due to conan boost recipe 1.70.0 bug (https…

v1.4.1

04 Mar 15:48
Compare
Choose a tag to compare
update builddefs-qmake to v4.0.1 (bugfix)

v1.4.0: Update remaken version

04 Mar 13:31
Compare
Choose a tag to compare
- 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.

02 Mar 08:58
Compare
Choose a tag to compare
- 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