Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-16 | MacOSX: Add universal binary of yasm so that it can run on arm64 machines | Mounir IDRASSI | 1 | -0/+0 | |
2024-06-16 | Improve and simplify macOS builds (#1276) | Deniz Türkoglu | 1 | -1/+34 | |
* Add missing macOS requirement for 'make package' We need packages for the last build step on macOS, update docs to reflect the requirement. * Add build instructions using homebrew On macOS, we can use a package manager to easily install dependencies. This simplifies onboarding and building Veracrypt. * Add flag to use homebrew packages When building, we can use prebuilt wxwidgets from homebrew to simplify and speed up local building. We also put the package behind a flag as it's optional during development. * Skip signing for local builds When building with homebrew, skip signing. This can be put behind a flag to enable, if needed. * Use system yasm on macOS if available The binary in the repo is not universal (x86_64) and therefore building fails on arm architecture if Rosetta is not installed. Use local yasm if available. * Build local arch only in development When building via homebrew and locally, build only the local arch which skips ASM for arm(Mx) for MacOS. This removes the need to have rosetta installed for building. * Fix compilation issue when COMPILE_ASM is undefined Use a conditional check for COMPILE_ASM not being false instead of true. This avoids passing the variable to other parts of the build script. * Set SDK 12 as the minimum requirement and target Align the requirement to SDK 12 in both the makefile and script, and update the comment to remove confusion. I chose to leave this on 12 to be on the side of err and support as many building platforms as possible, when we can support. The local script now also sets the target using the local sdk version. This should improve the local development experience. * Fix wrong architecture for macOS in x86 builds We now build only the current arch for local development builds in macOS. This change also fixes the x86 builds failing. * Add instructions brew backed macOS local builds Flags to build a local build using homebrew packages are not default and require parameter -b to build. We also don't build packages directly, which requires -p. * Fix wxwidgets not linking in local x86 macOS development builds * Clarify build location in the document | |||||
2024-05-21 | Linux: enhancements to build_cmake_deb.sh script. Use wxWidgets 3.2.5 | Mounir IDRASSI | 1 | -50/+55 | |
2024-05-21 | Linux: Update dependencies for debian packages on Ubuntu 24.04 and Debian 13 | Mounir IDRASSI | 1 | -2/+15 | |
packages were renamed and we linked statically against wxWidgets in GUI mode because of a bug in wxWidegts that was solved in 3.2.5 (https://github.com/wxWidgets/wxWidgets/issues/24081) | |||||
2023-11-09 | Increment version to 1.26.10. Update signed Windows drivers. | Mounir IDRASSI | 3 | -4/+4 | |
2023-10-11 | Increment version to 1.26.9 | Mounir IDRASSI | 3 | -4/+4 | |
2023-10-10 | Increment version to 1.26.8 | Mounir IDRASSI | 3 | -4/+4 | |
2023-10-01 | MacOS: set minimum target to OSX 12. Fix About menu not working. | Mounir IDRASSI | 1 | -5/+6 | |
The modification to Forms.cpp is temporary until we find a better approach | |||||
2023-09-30 | Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵ | Mounir IDRASSI | 3 | -4/+4 | |
signed driver files. | |||||
2023-09-22 | Linux/MacOSX: Increment packaging version to 1.26.6 | Mounir IDRASSI | 3 | -4/+4 | |
2023-08-14 | Increment version to 1.26.5. Update signed Windows drivers. | Mounir IDRASSI | 3 | -4/+4 | |
2023-07-25 | Linux/macOS: Increment version to 1.26.4 in installation packages | Mounir IDRASSI | 3 | -4/+4 | |
2023-06-29 | Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵ | Mounir IDRASSI | 1 | -8/+8 | |
installer | |||||
2023-06-28 | Increment version to 1.26.3. Update Release Notes | Mounir IDRASSI | 3 | -4/+4 | |
2023-06-18 | Linux: make .deb package compatible with Debian 12 | Mounir IDRASSI | 1 | -1/+2 | |
2023-06-13 | Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packages | Mounir IDRASSI | 8 | -16/+16 | |
2023-06-04 | Increment version to 1.26.2. Update Release Notes | Mounir IDRASSI | 3 | -4/+4 | |
2023-05-18 | Linux: Fix .deb package compatibility with Ubuntu 23.04 | Mounir IDRASSI | 1 | -1/+5 | |
2022-03-22 | Update release notes for 1.26.0 and set its date to March 21st 2022 | Mounir IDRASSI | 3 | -4/+4 | |
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated ↵ | Mounir IDRASSI | 1 | -4/+20 | |
algorithms RIPEMD-160 and GOST89. | |||||
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 3 | -5/+5 | |
2022-02-16 | Increment version to 1.25.8.2 and update signed Windows drivers | Mounir IDRASSI | 1 | -1/+1 | |
2022-02-05 | Increment version to 1.25.8 | Mounir IDRASSI | 3 | -4/+4 | |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 3 | -4/+4 | |
2022-01-02 | Update copyright year to 2022 | Mounir IDRASSI | 8 | -8/+8 | |
2021-12-27 | Increment version to 1.25.6. Update Release Notes and add signed Windows driver. | Mounir IDRASSI | 3 | -4/+4 | |
2021-12-24 | MacOSX: Increment version to 1.24.5 and update release notes. | Mounir IDRASSI | 3 | -4/+4 | |
2021-11-30 | Increment version to 1.25.4 and set release date to December 3rd 2021 | Mounir IDRASSI | 3 | -4/+4 | |
2021-11-28 | Linux: change build script for GTK3 generic installer to build wxWidgets by ↵ | Mounir IDRASSI | 1 | -4/+4 | |
default | |||||
2021-11-28 | Increment version to 1.25 (1.25.3) | Mounir IDRASSI | 3 | -4/+4 | |
2021-11-28 | Linux: Add script to build GTK3 based generic installer | Mounir IDRASSI | 1 | -0/+47 | |
2021-11-21 | Increment version to 1.25-RC2 and update release notes | Mounir IDRASSI | 3 | -4/+4 | |
2021-09-05 | Increment version to 1.25-RC1 | Mounir IDRASSI | 3 | -4/+4 | |
2021-09-04 | Linux: fix rpm installation conflict for /usr/share/mime | Mounir IDRASSI | 1 | -0/+2 | |
2021-08-30 | Increment version to 1.25 | Mounir IDRASSI | 3 | -4/+4 | |
2021-08-30 | Update copyright year to 2021 | Mounir IDRASSI | 7 | -7/+7 | |
2021-08-30 | Linux: Build .deb packages with Ayatana application indicator support ↵ | Mounir IDRASSI | 2 | -2/+13 | |
(Ubuntu >= 18.04, Debian >= 10) | |||||
2021-08-21 | Linux: Better Linux desktop integration. Add mount.veracrypt script for ↵ | Mounir IDRASSI | 1 | -0/+4 | |
fstab (proposed by unit193 at https://github.com/veracrypt/VeraCrypt/issues/814) | |||||
2021-08-16 | MacOSX: Use 11.3 SDK from Xcode 12.5.1 | Mounir IDRASSI | 1 | -1/+1 | |
2021-07-14 | Add support for OpenBSD (#779) | kokokodak | 1 | -0/+4 | |
* OpenBSD: add basic support modified: Build/Include/Makefile.inc modified: Driver/Fuse/FuseService.cpp modified: Main/FatalErrorHandler.cpp modified: Makefile modified: Platform/Unix/File.cpp modified: Platform/Unix/FilesystemPath.cpp modified: Platform/Unix/SystemInfo.cpp * OpenBSD: some necessary files were missing new file: Core/Unix/OpenBSD/CoreOpenBSD.cpp new file: Core/Unix/OpenBSD/CoreOpenBSD.h new file: Core/Unix/OpenBSD/System.h | |||||
2021-01-02 | Increment version to 1.24-Update9 | Mounir IDRASSI | 3 | -4/+4 | |
2020-11-29 | MacOSX: update build script to use 11.0 SDK while still targetting 10.9VeraCrypt_1.24-Update8_MacOSX | Mounir IDRASSI | 1 | -1/+1 | |
2020-11-29 | Increment version to 1.24-Update8 | Mounir IDRASSI | 3 | -4/+4 | |
2020-08-06 | Increment internal version to 1.24.23 and update release notes | Mounir IDRASSI | 3 | -3/+3 | |
2020-08-06 | Increment internal version to 1.24.22 and update release notes | Mounir IDRASSI | 3 | -3/+3 | |
2020-08-03 | Increment internal version to 1.24.21 and update release notes | Mounir IDRASSI | 3 | -3/+3 | |
2020-07-25 | Linux: Update wxWidgets for static builds to version 3.0.5 | Mounir IDRASSI | 7 | -17/+41 | |
2020-07-22 | Increment internal version to 1.24.20 and update release notes | Mounir IDRASSI | 3 | -3/+3 | |
2020-07-04 | Increment internal version to 1.24.19 | Mounir IDRASSI | 3 | -3/+3 | |
2020-06-29 | Increment internal version to 1.24.18 and update signed Windows drivers. | Mounir IDRASSI | 2 | -2/+2 | |