Commit Graph

6 Commits

Author SHA1 Message Date
Ómar Högni Guðmarsson
9056bbf887 fix(build): compilation on macos
After some commits on the master branch compilation
for macos was not working. This PR restores macos
to a building state.

Co-authored-by: Jón Bjarni Bjarnason <jon@centroid.is>
2025-03-18 14:58:00 +01:00
Noel Graf
59eff2c2b0 refactor(plugin): Move the file handling definitions to the arch folder 2025-01-24 22:35:58 +01:00
Tomi Takala
931cc824f7 fix(plugins): Rename dirent.h to tr_dirent.h 2025-01-14 22:50:18 +01:00
Tomi Takala
06d0d3ff86 fix(plugins): Add include guard to ua_filestore_common.h 2025-01-14 22:50:18 +01:00
tomitkl
2076a9c87f
feat(plugin): Add filestore Windows implementation (#7006)
* feat(plugin): Add filestore Windows implementation

* Define UA_DT_REG and UA_DT_DIR

* Remove build flag and use __linux__ or UA_ARCHITECTURE_WIN32 in places which used to check only for __linux__
2025-01-10 14:28:37 +01:00
Julius Pfrommer
3785ed5c4d Merge remote-tracking branch 'origin/1.4' into merge_14_master_24 2024-11-29 21:50:04 +01:00