Skip to content

Releases: bkaradzic/bgfx.cmake

v1.118.8493-429

10 Jun 23:52
b520b46
Compare
Choose a tag to compare
Use  ncipollo/release-action to release version

actions/create-release is no longer maintained

v1.118.8467-427

09 Jun 21:10
Compare
Choose a tag to compare
build(deps): bump bx from `c5593ad` to `7ac95d5`

Bumps [bx](https://github.com/bkaradzic/bx) from `c5593ad` to `7ac95d5`.
- [Commits](https://github.com/bkaradzic/bx/compare/c5593ad7492ac982b7f66a05df5a65e19dceb793...7ac95d51314bb1a05508113cac0dc48314433488)

---
updated-dependencies:
- dependency-name: bx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.118.8455-425

12 May 16:30
Compare
Choose a tag to compare
Fix setting the outputs correctly after the for loop since it was ove…

v1.118.8455-424

02 May 05:32
Compare
Choose a tag to compare
Refactored the conditions a bit

v1.118.8455-422

28 Apr 02:36
Compare
Choose a tag to compare
build(deps): bump bgfx from `6f36b4f` to `538c9a0`

Bumps [bgfx](https://github.com/bkaradzic/bgfx) from `6f36b4f` to `538c9a0`.
- [Release notes](https://github.com/bkaradzic/bgfx/releases)
- [Commits](https://github.com/bkaradzic/bgfx/compare/6f36b4fb3a0d76090eb2727ecf11abac46eef8aa...538c9a05eb65d78e56a7bed2810b6be1fca5cfb7)

---
updated-dependencies:
- dependency-name: bgfx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.118.8417-421

28 Apr 02:33
Compare
Choose a tag to compare
build(deps): bump bx from `fa1411e` to `4e67e34`

Bumps [bx](https://github.com/bkaradzic/bx) from `fa1411e` to `4e67e34`.
- [Release notes](https://github.com/bkaradzic/bx/releases)
- [Commits](https://github.com/bkaradzic/bx/compare/fa1411e4aa111c8b004c97660ab31ba1a5287835...4e67e34c4b6fb1260459c57f93bc46f164ff22c3)

---
updated-dependencies:
- dependency-name: bx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.118.8417-420

19 Feb 14:41
Compare
Choose a tag to compare
Bump up minimum cmake version to 3.10.2

v1.118.8417-415

11 Feb 16:35
Compare
Choose a tag to compare
Export bimg_encode and bimg_decode

v1.118.8417-414

11 Feb 15:15
Compare
Choose a tag to compare
version: remove newline from version number

v1.118.8417-413

11 Feb 15:20
Compare
Choose a tag to compare
Ensure BX_DIR is converted to cmake style path

When using the BX_DIR, BIMG_DIR, and BGFX_DIR options to cmake, the
pathnames need to be converted to cmake style path. This ensures the
paths do not have mixed directory separators later on in the build,
which can cause build failures.