WerWolv
5d0b474a7e
build: Move renaming of the macOS bundle to the CI
2024-03-23 00:33:46 +01:00
WerWolv
d09f2c4f26
build: Fix creating the macOS bundle from within the M1 docker
2024-03-22 23:47:24 +01:00
WerWolv
567ccbfc3a
build: Don't postprocess libimhex.dylib
2024-03-22 22:18:18 +01:00
WerWolv
28ea91e6c3
build: Move macOS rpath fixing to install step
2024-03-22 17:31:53 +01:00
WerWolv
0d58307e82
build: Fix bundling issues on macOS
2024-03-22 17:24:44 +01:00
WerWolv
4615dce0a9
build: Try fixing packaging issues with macOS bundles
2024-03-21 21:56:27 +01:00
Nobutaka Mantani
05ffcab911
build: Added support patches for FreeBSD ( #1584 )
...
This pull request fixes build on FreeBSD. The changes are conditioned
with `#if defined(__FreeBSD__)` preprocessor macro and they should not
affect build for other operating systems.
---------
Co-authored-by: Nik <werwolv98@gmail.com>
Co-authored-by: iTrooz <hey@itrooz.fr>
2024-03-21 21:31:17 +01:00
iTrooz
0fb43ccc2b
fix: Use find_library()
instead of find_file()
to find system yara library ( #1581 )
...
Discord discussion:
https://discord.com/channels/789833418631675954/789840633414025246/1213564050848485427
2024-03-19 20:23:33 +01:00
WerWolv
a1437658af
impr: Generate more useful stack traces on Linux
2024-03-15 17:53:12 +01:00
WerWolv
c610d804b1
build: Added cimgui
2024-03-11 21:09:56 +01:00
WerWolv
deafb6fe08
build: Allow precompiled headers to be turned off
2024-03-02 11:51:33 +01:00
WerWolv
091be1440a
build: Added option to disable precompiled headers
2024-03-02 11:28:24 +01:00
WerWolv
030aee17f5
build: Disable precompiled headers in plugins again
2024-03-02 10:57:51 +01:00
WerWolv
fdaa56fd86
build: Disable unknown pragmas warning
2024-02-29 21:49:36 +01:00
WerWolv
bb3de7d510
fix: Build with precompiled headers on Linux
2024-02-29 21:15:51 +01:00
WerWolv
dd62bee264
build: Added precompiled headers
2024-02-29 19:57:20 +01:00
iTrooz
47362559ef
tests: Add infrastructure for testing plugins ( #1538 )
...
This PR adds a test architecture to be able to test plugins
Main infrastructure done by @WerWolv
---------
Co-authored-by: WerWolv <werwolv98@gmail.com>
2024-02-26 20:51:08 +01:00
WerWolv
3fa06cc7c0
build: Remove compression from sdk again
2024-02-25 01:57:42 +01:00
WerWolv
d551e39a1c
build: Handle install prefix being absolute when installing sdk package
2024-02-25 01:27:48 +01:00
WerWolv
b57eaca365
build: Try to fix sdk packaging
2024-02-24 23:41:22 +01:00
WerWolv
8bf7aa9ceb
build: Respect DISTDIR env var when packing SDK
2024-02-24 22:46:16 +01:00
WerWolv
0d4d8efe4e
build: Compress SDK package
2024-02-24 16:09:48 +01:00
WerWolv
b2edb0441a
build: Make external plugins build again
2024-02-24 15:06:10 +01:00
Nik
e475e763db
build: Hopefully fix macOS x86 build issues ( #1556 )
...
#1109
2024-02-17 21:01:57 +01:00
WerWolv
f113a2befe
build: Only do dynamic linking of libpl on Windows
2024-02-15 16:10:16 +01:00
iTrooz
f332963c75
build: remove IMHEX_COMMIT_HASH_SHORT cmake flag ( #1539 )
2024-02-10 01:40:33 +00:00
WerWolv
dfc249135f
build: Make plugin RPATH on Linux point to the plugins folder
2024-02-07 21:51:59 +01:00
WerWolv
24815c0370
fix: libpl not being installed correctly
2024-02-03 14:43:41 +01:00
WerWolv
ab842cbd73
build: Fix pattern language shared library ending up in the wrong folder on Linux
2024-02-03 10:41:11 +01:00
WerWolv
a80f9e9ca7
build: Don't re-sign macOS bundle unless requested
2024-02-01 23:56:14 +01:00
WerWolv
10f6aa3e4e
fix: Default magic database not being bundled correctly
2024-01-30 21:19:43 +01:00
WerWolv
66d4034a4e
build: Fix issues with large Windows builds
2024-01-30 21:19:04 +01:00
WerWolv
76e304c34e
build: Fix various issues with linking, clang and unity builds
2024-01-29 22:57:39 +01:00
WerWolv
2e74a78f46
build: Improve unity builds
2024-01-29 21:18:32 +01:00
WerWolv
f5c529b2b3
build: Define DEBUG macro again only in debug builds
2024-01-26 21:11:42 +01:00
WerWolv
bde476dfb7
build: Make sure libraries are correctly linked in external plugins
2024-01-26 12:36:07 +01:00
Nik
6ae86ce906
build: Get rid of pkgconfig as much as possible ( #1517 )
2024-01-26 12:13:22 +01:00
WerWolv
920b403ee3
build: Fixed libimhex not finding nlohmann json on some platforms
2024-01-25 11:05:02 +01:00
WerWolv
390c1469b1
build: Fix rpath issues on macOS
2024-01-24 22:30:40 +01:00
WerWolv
b605c463a1
impr: Further improve interfacing with external plugins
2024-01-22 23:35:00 +01:00
WerWolv
cc3a9f1e81
build: Fix finding .NET runtime when there's multiple installed versions
2024-01-22 14:59:23 +01:00
Nik
a13b5bf8c0
feat: Implement Myers' diffing algorithm ( #1508 )
2024-01-21 18:39:13 +01:00
WerWolv
ad53a0bf4c
build: Make PDB generation slightly better
2024-01-16 00:31:46 +01:00
WerWolv
2cc07f0e73
build: Add option to not generate PDB files in release builds
2024-01-15 23:33:31 +01:00
Nik
a82fdcca4b
build: Remove manual macOS code signing again
2024-01-05 12:39:19 +01:00
WerWolv
b27e63586e
build: Bundle nodes folder with executable
2024-01-04 22:07:49 +01:00
WerWolv
27aef75e54
build: Added a plugin template to the SDK
2024-01-04 20:25:51 +01:00
WerWolv
70e3b4dd1a
build: Cleanup build script a bit
2024-01-04 17:55:53 +01:00
WerWolv
0097d1782e
build: Fix external plugins not having a imhex version set
2024-01-04 12:01:40 +01:00
WerWolv
f03bdc5f45
build: Exclude libraries from main build target in sdk
2024-01-04 11:34:56 +01:00