iTrooz
07b6fa0e2e
build(web): add BUILD_TYPE arg to Dockerfile
2025-12-14 15:02:46 +01:00
iTrooz
67396f2009
chore: fix web Dockerfile ARG syntax
2025-12-14 15:02:46 +01:00
iTrooz
a20ff87cc9
chore: update comment
2025-12-14 15:02:46 +01:00
iTrooz
d6aec341fe
build(web): make a shallow clone of vcpkg
2025-12-14 01:43:40 +01:00
iTrooz
3f30e63d95
chore(web): allow nginx to access files in development docker image
2025-12-14 00:08:11 +01:00
WerWolv
bc3afbb271
build: Upgrade emscripten to latest release
2025-12-03 21:33:32 +01:00
WerWolv
d8ad23630a
build: Revert back to old way of installing vcpkg packages
2025-08-12 23:27:48 +02:00
WerWolv
c03d9301e2
build: Fetch vcpkg commits before install
2025-08-12 22:42:31 +02:00
WerWolv
e1d1c4acca
build: Fix vcpkg mess
2025-08-12 21:04:46 +02:00
WerWolv
43da36a957
build: Use vcpkg manifest instead of manually installing deps
2025-08-11 17:44:20 +02:00
WerWolv
2b72d08e39
build: Fix and re-enable Web build
2025-07-24 10:52:08 +02:00
WerWolv
bdc108d021
feat: Added remote SSH file provider
2025-07-13 20:07:46 +02:00
WerWolv
2a8dd0873b
build: Revert wasm libmagic patches
2025-06-28 13:47:42 +02:00
WerWolv
4245cd2ad9
build: Fixed WebAssembly build issues
2025-06-25 20:37:10 +02:00
WerWolv
34722404f4
build: Emscripten no longer generates imhex.worker.js
2025-05-10 19:25:36 +02:00
WerWolv
f19478374f
build: Update emscripten to the latest version
2025-05-10 14:24:07 +02:00
WerWolv
e0c2a39ce7
build: Fix ARM64 macOS build issues
2025-02-08 11:27:40 +01:00
WerWolv
1fa27b7f09
build: Fix remaining wasm build issues
2025-02-08 10:50:04 +01:00
WerWolv
f980f1dae2
build: Compress wasm build romfs
2025-02-07 23:56:50 +01:00
WerWolv
a1634fb337
build: Properly update vcpkg pages in web and macOS ARM docker
2025-02-07 23:34:05 +01:00
WerWolv
f67b78bd91
build: Update vcpkg baseline on build
2025-02-06 15:24:57 +01:00
WerWolv
2cb0df4080
build: Properly optimize web build
2025-01-18 16:53:11 +01:00
WerWolv
8c7e1a3b2d
impr: Replace icon with Papyrus icon.
...
Special thanks to @varlesh and @morganist
See https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/3909
2025-01-18 11:55:17 +01:00
WerWolv
d8c3d67dfe
build: Disable romfs compression in web build
2025-01-05 21:25:28 +01:00
WerWolv
2cd8b13c1d
build: Use ninja to build web version
2024-07-01 20:07:21 +02:00
iTrooz
0b0bf90e0b
build: Compress debug info ( #1719 )
...
This PR compress the debug info in the ELF files built.
This has no impact on the packages (e.g. .deb files) because they themselves have compression, but once installed in the filesystem, they this compression will be beneficial
The compression is opportunistic, happens automatically when possible
For some reason, the web version doesn't work with this (most compiler tests after this seem to fail ?) so it is disabled there
More information: https://github.com/WerWolv/ImHex/issues/1714#issuecomment-2131373826
2024-05-26 20:48:14 +02:00
iTrooz
7546655695
fix: Fix detected wasm file size being wrong ( #1525 )
2024-02-01 14:03:33 +00:00
WerWolv
2e630a48f7
build: Downgrade and lock emsdk version for now
2024-01-31 14:36:36 +01:00
iTrooz
b7349e42c7
feat: Allow users to open multiple files with the same name in the web version + make web Dockerfile able to run web server by itself ( #1518 )
2024-01-26 18:52:05 +00:00
Nik
950eaea8af
impr: Make decompression support actually useful ( #1481 )
2023-12-31 11:39:24 +01:00
WerWolv
e2489151f3
feat: Added decompressing support
2023-12-24 13:14:51 +01:00
Nik
61bfe10bc2
refactor: Rework features that use external libraries into optional plugins ( #1470 )
2023-12-23 21:09:41 +01:00
WerWolv
a60a45fb9d
web: Fix various more SEO issues
2023-12-09 13:35:06 +01:00
WerWolv
407ec1ceb6
build: Use custom jthread implementation if standard one is not available
2023-11-02 20:21:38 +01:00
iTrooz
88b2f60291
feat: add WPA manifest to web version ( #1369 )
2023-10-17 07:31:56 +00:00
iTrooz
4e9cbd14eb
build: use microsoft vcpkg repository for the web build ( #1368 )
2023-10-14 11:31:37 +00:00
iTrooz
7b22c49329
build: Integrate my libmagic patch into the Dockerfile rather than my vcpkg fork ( #1359 )
...
This PR integrates my libmagic patch into the Dockerfile rather than my
vcpkg fork (so we can use the official vcpkg repository in the future)
That said, we still use my vcpkg fork for now because official vcpkg
fails to compile freetype
2023-10-10 14:58:43 +00:00
iTrooz
e2b7427e7b
git: cache vcpkg dependencies in web build ( #1344 )
2023-10-05 00:08:34 +02:00
iTrooz
d15bd4771d
feat: Support for building ImHex for the web ( #1328 )
...
Co-authored-by: WerWolv <werwolv98@gmail.com >
Co-authored-by: AnnsAnn <git@annsann.eu >
2023-10-04 12:00:32 +02:00