From c4036969066fe1720c4dda41b3d0a8acbf39ad53 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Jun 2022 15:57:34 +0000 Subject: [PATCH 1/6] chore(release): 0.53.2 [skip ci] ## [0.53.2](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.1...v0.53.2) (2022-06-08) ### Bug Fixes * correctly display kaitai value instances for [#145](https://github.com/Mahlet-Inc/hobbits/issues/145) ([556514b](https://github.com/Mahlet-Inc/hobbits/commit/556514b8a9192feaa0d88a8ec65083b90ebbab65)) * fix kaitai plugin byte and string array sizes ([fdc2b10](https://github.com/Mahlet-Inc/hobbits/commit/fdc2b10c373a66c110488026e3b130ee47e5d65e)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1749b59e..25fb8e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.53.2](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.1...v0.53.2) (2022-06-08) + + +### Bug Fixes + +* correctly display kaitai value instances for [#145](https://github.com/Mahlet-Inc/hobbits/issues/145) ([556514b](https://github.com/Mahlet-Inc/hobbits/commit/556514b8a9192feaa0d88a8ec65083b90ebbab65)) +* fix kaitai plugin byte and string array sizes ([fdc2b10](https://github.com/Mahlet-Inc/hobbits/commit/fdc2b10c373a66c110488026e3b130ee47e5d65e)) + ## [0.53.1](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.0...v0.53.1) (2022-03-06) diff --git a/package.json b/package.json index 213c62b2..b50dca0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hobbits", - "version": "0.53.1", + "version": "0.53.2", "private": true, "config": { "commitizen": { From 4d9b2dbc2733048c0a8b2a948fa0785c33f9591e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Feb 2023 00:47:27 +0000 Subject: [PATCH 2/6] chore(release): 0.53.3 [skip ci] ## [0.53.3](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.2...v0.53.3) (2023-02-17) ### Bug Fixes * add prod build action and force a minor version bump ([4be6f45](https://github.com/Mahlet-Inc/hobbits/commit/4be6f4522db12958caf48e7fc6d65692f5009355)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fb8e81..8d2047b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.53.3](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.2...v0.53.3) (2023-02-17) + + +### Bug Fixes + +* add prod build action and force a minor version bump ([4be6f45](https://github.com/Mahlet-Inc/hobbits/commit/4be6f4522db12958caf48e7fc6d65692f5009355)) + ## [0.53.2](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.1...v0.53.2) (2022-06-08) diff --git a/package.json b/package.json index b50dca0e..5bdf358a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hobbits", - "version": "0.53.2", + "version": "0.53.3", "private": true, "config": { "commitizen": { From 69df37fff1441b16a58fc28e727fb5f7c1eb1b68 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Feb 2023 01:01:51 +0000 Subject: [PATCH 3/6] chore(release): 0.53.4 [skip ci] ## [0.53.4](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.3...v0.53.4) (2023-02-17) ### Bug Fixes * update the semantic release config and force a release ([59f69f5](https://github.com/Mahlet-Inc/hobbits/commit/59f69f53e480892c1e725996f06f8e976dc6efc3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2047b4..c22b926a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.53.4](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.3...v0.53.4) (2023-02-17) + + +### Bug Fixes + +* update the semantic release config and force a release ([59f69f5](https://github.com/Mahlet-Inc/hobbits/commit/59f69f53e480892c1e725996f06f8e976dc6efc3)) + ## [0.53.3](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.2...v0.53.3) (2023-02-17) diff --git a/package.json b/package.json index 5bdf358a..cf59ecf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hobbits", - "version": "0.53.3", + "version": "0.53.4", "private": true, "config": { "commitizen": { From 1a6d569ad2309fed6d4ec7e74b45f73b076ecf86 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Feb 2023 01:34:29 +0000 Subject: [PATCH 4/6] chore(release): 0.54.0 [skip ci] # [0.54.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.4...v0.54.0) (2023-02-17) ### Features * add Edit plugin ([9c091e5](https://github.com/Mahlet-Inc/hobbits/commit/9c091e5db0d9f7052116065b8c5351fc56df0b47)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c22b926a..2a1ba4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.54.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.4...v0.54.0) (2023-02-17) + + +### Features + +* add Edit plugin ([9c091e5](https://github.com/Mahlet-Inc/hobbits/commit/9c091e5db0d9f7052116065b8c5351fc56df0b47)) + ## [0.53.4](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.3...v0.53.4) (2023-02-17) diff --git a/package.json b/package.json index ee87d2c8..716c071b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hobbits", - "version": "0.53.4", + "version": "0.54.0", "private": true, "config": { "commitizen": { From aa6aeff9991059f2c298eb67047ea85c32e81443 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Apr 2024 02:00:26 +0000 Subject: [PATCH 5/6] chore(release): 0.54.1 [skip ci] ## [0.54.1](https://github.com/Mahlet-Inc/hobbits/compare/v0.54.0...v0.54.1) (2024-04-30) ### Bug Fixes * add versionless Qt build compatibility ([2d58fb2](https://github.com/Mahlet-Inc/hobbits/commit/2d58fb2f61cc2b20ac2a901325ad54422ec03215)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1ba4f0..497a2c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.54.1](https://github.com/Mahlet-Inc/hobbits/compare/v0.54.0...v0.54.1) (2024-04-30) + + +### Bug Fixes + +* add versionless Qt build compatibility ([2d58fb2](https://github.com/Mahlet-Inc/hobbits/commit/2d58fb2f61cc2b20ac2a901325ad54422ec03215)) + # [0.54.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.53.4...v0.54.0) (2023-02-17) diff --git a/package.json b/package.json index 716c071b..13ffb7c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hobbits", - "version": "0.54.0", + "version": "0.54.1", "private": true, "config": { "commitizen": { From 223b97563747be58758eea542ff10ab3464c558f Mon Sep 17 00:00:00 2001 From: gx Date: Fri, 7 Jun 2024 16:18:20 +0800 Subject: [PATCH 6/6] fix issue #174: windows visual studio 2019 build error --- external/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index ea1c9a39..ed1b0a2d 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -11,7 +11,11 @@ else() target_compile_definitions(pffft PUBLIC PFFFT_SIMD_DISABLE) endif() target_compile_options(pffft PUBLIC "${PFFFT_CFLAGS}") -target_link_libraries(pffft m) +if(WIN32) + target_compile_definitions(pffft PRIVATE _USE_MATH_DEFINES) +else(WIN32) + target_link_libraries(pffft m) +endif() target_include_directories(pffft INTERFACE pffft) add_library(PFFFT::PFFFT ALIAS pffft)