aboutsummaryrefslogtreecommitdiff
path: root/ports/blend2d
AgeCommit message (Collapse)Author
2021-03-23[blend2d] Update to beta_2021-03-17 (#16804)ZeeWanderer
* [blend2d] Update to 2021-03-17 * [blend2d] update port_versions
2021-01-19[blend2d] Update to beta_2021-01-02 (#15672)ZeeWanderer
* [blend2d] Update to beta_2021-01-02 * [blend2d] update port_versions
2020-09-14[vcpkg manifest] Add documentation! (#13488)nicole mazzuca
* [vcpkg docs] add docs for manifest files These are just for the maintainer docs, not user docs. * [vcpkg] EBNF-ify platform expression parsing this modifies nothing about what strings are accepted or rejected, it just moves stuff around. also adds tests. * [vcpkg docs] add manifest mode example * [wip] docs for augustin also fix tabs * [vcpkg manifest] switch to using maps for features * Apply suggestions from code review * un-experimentize format-manifest * flesh out the user manifest mode docs * CRs * billy CRs * final personal pass-thru
2020-09-01[blend2d] Update to beta_2020-08-24 (#13258)ZeeWanderer
2020-08-05[blend2d] Update to beta_2020-07-31 (#12667)ZeeWanderer
2020-08-02[vcpkg format-manifest] Add convert-control flag (#12471)nicole mazzuca
* [vcpkg format-manifest] initial convert-control attempt TODO: manifest comments! we should keep $directives * Finalize x-format-manifest First, fix Json::parse -- "\c", for any c, was incorrectly parsed. It would emit the escaped character, and then parse the character, so that `\b` would give you { '\b', 'b' }. Second, canonicalize source paragraphs as we're parsing them. This found an error in qt5 -- The `declarative` feature was listed twice, and we now catch it, so I removed the second paragraph. Add PlatformExpression::complexity to allow ordering platform expressions in a somewhat reasonable way. Notes: - We allow `all_modules` as a feature name for back-compat with paraview - In order to actually convert CONTROL to vcpkg.json, we'd need to rename the qt5 `default` feature. - We need to add support for $directives in x-format-manifest * fix qt5 port * format * fix compile * fix tests for canonicalization * Clean up code * add error message for nothing to format * add extra_info field * add `const X&` overloads for `Object::insert[_or_replace]` * fix compile * simple CRs * add tests * format * Fix mosquitto port file also unmerge a line * fail the tests on malformed manifest * fix format_all * fix coroutine port-version * format manifests
2020-07-13[blend2d] Update to beta_2020-07-09 (#12360)ZeeWanderer
2020-06-05[blend2d] Update to beta_2020-06-01 (#11778)ZeeWanderer
2020-05-07[blend2d] Update to beta_2020-05-04 (#11155)ZeeWanderer
2020-04-21[blend2d] Update to beta_2020-04-19 (#10891)ZeeWanderer
2020-04-16[blend2d] Update to beta_2020-04-15 (#10844)ZeeWanderer
Update blend2d to beta_2020-04-15 Update local asmjit to 2020-04-14
2020-04-06[blend2d] Update to beta_2020-03-29 (#10600)ZeeWanderer
- Blend2D updated to beta_2020-03-29 - local Asmjit updated to 2020-03-16
2020-01-06[blend2d] Port update beta_2019-12-27 (#9448)ZeeWanderer
- Blend2D updated to beta_2019-12-27 - local Asmjit updated to 2019-12-27
2019-09-10[blend2d] Port update beta_2019-10-09 (#8120)Maxim Kulyk
- Blend2D updated to beta_2019-10-09 - Asmjit updated to 2019-10-03
2019-07-18[blend2d] Port update (#7239)Maxim Kulyk
- blend2d updated to `beta_2019-07-16` - asmjit updated to `2019-07-16` - `BLEND2D_BUILD_STATIC` replaced by `BLEND2D_STATIC` - Added usage install in case of `static` linkage
2019-05-19[blend2d] add port (#6110)Maxim Kulyk
- port version `beta_2019-04-30` - same versioning as in asmjit pakage with addition of `beta_` prefix