VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Build
AgeCommit message (Collapse)AuthorFilesLines
2024-06-16MacOSX: Use wxWidgets 3.2.5. Detect SDK version dynamically. Remove unused ↵Mounir IDRASSI1-6/+6
"r" getopts option.
2024-06-16MacOSX: Add universal binary of yasm so that it can run on arm64 machinesMounir IDRASSI1-0/+0
2024-06-16Improve and simplify macOS builds (#1276)Deniz Türkoglu1-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-21Linux: enhancements to build_cmake_deb.sh script. Use wxWidgets 3.2.5Mounir IDRASSI1-50/+55
2024-05-21Linux: Update dependencies for debian packages on Ubuntu 24.04 and Debian 13Mounir IDRASSI1-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-09Increment version to 1.26.10. Update signed Windows drivers.Mounir IDRASSI3-4/+4
2023-10-11Increment version to 1.26.9Mounir IDRASSI3-4/+4
2023-10-10Increment version to 1.26.8Mounir IDRASSI3-4/+4
2023-10-01MacOS: set minimum target to OSX 12. Fix About menu not working.Mounir IDRASSI1-5/+6
The modification to Forms.cpp is temporary until we find a better approach
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵Mounir IDRASSI3-4/+4
signed driver files.
2023-09-22Linux/MacOSX: Increment packaging version to 1.26.6Mounir IDRASSI3-4/+4
2023-08-14Increment version to 1.26.5. Update signed Windows drivers.Mounir IDRASSI3-4/+4
2023-07-25Linux/macOS: Increment version to 1.26.4 in installation packagesMounir IDRASSI3-4/+4
2023-06-29Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵Mounir IDRASSI1-8/+8
installer
2023-06-28Increment version to 1.26.3. Update Release NotesMounir IDRASSI3-4/+4
2023-06-18Linux: make .deb package compatible with Debian 12Mounir IDRASSI1-1/+2
2023-06-13Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packagesMounir IDRASSI8-16/+16
2023-06-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI3-4/+4
2023-05-18Linux: Fix .deb package compatibility with Ubuntu 23.04Mounir IDRASSI1-1/+5
2022-03-22Update release notes for 1.26.0 and set its date to March 21st 2022Mounir IDRASSI3-4/+4
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated ↵Mounir IDRASSI1-4/+20
algorithms RIPEMD-160 and GOST89.
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI3-5/+5
2022-02-16Increment version to 1.25.8.2 and update signed Windows driversMounir IDRASSI1-1/+1
2022-02-05Increment version to 1.25.8Mounir IDRASSI3-4/+4
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI3-4/+4
2022-01-02Update copyright year to 2022Mounir IDRASSI8-8/+8
2021-12-27Increment version to 1.25.6. Update Release Notes and add signed Windows driver.Mounir IDRASSI3-4/+4
2021-12-24MacOSX: Increment version to 1.24.5 and update release notes.Mounir IDRASSI3-4/+4
2021-11-30Increment version to 1.25.4 and set release date to December 3rd 2021Mounir IDRASSI3-4/+4
2021-11-28Linux: change build script for GTK3 generic installer to build wxWidgets by ↵Mounir IDRASSI1-4/+4
default
2021-11-28Increment version to 1.25 (1.25.3)Mounir IDRASSI3-4/+4
2021-11-28Linux: Add script to build GTK3 based generic installerMounir IDRASSI1-0/+47
2021-11-21Increment version to 1.25-RC2 and update release notesMounir IDRASSI3-4/+4
2021-09-05Increment version to 1.25-RC1Mounir IDRASSI3-4/+4
2021-09-04Linux: fix rpm installation conflict for /usr/share/mimeMounir IDRASSI1-0/+2
2021-08-30Increment version to 1.25Mounir IDRASSI3-4/+4
2021-08-30Update copyright year to 2021Mounir IDRASSI7-7/+7
2021-08-30Linux: Build .deb packages with Ayatana application indicator support ↵Mounir IDRASSI2-2/+13
(Ubuntu >= 18.04, Debian >= 10)
2021-08-21Linux: Better Linux desktop integration. Add mount.veracrypt script for ↵Mounir IDRASSI1-0/+4
fstab (proposed by unit193 at https://github.com/veracrypt/VeraCrypt/issues/814)
2021-08-16MacOSX: Use 11.3 SDK from Xcode 12.5.1Mounir IDRASSI1-1/+1
2021-07-14Add support for OpenBSD (#779)kokokodak1-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-02Increment version to 1.24-Update9Mounir IDRASSI3-4/+4
2020-11-29MacOSX: update build script to use 11.0 SDK while still targetting 10.9VeraCrypt_1.24-Update8_MacOSXMounir IDRASSI1-1/+1
2020-11-29Increment version to 1.24-Update8Mounir IDRASSI3-4/+4
2020-08-06Increment internal version to 1.24.23 and update release notesMounir IDRASSI3-3/+3
2020-08-06Increment internal version to 1.24.22 and update release notesMounir IDRASSI3-3/+3
2020-08-03Increment internal version to 1.24.21 and update release notesMounir IDRASSI3-3/+3
2020-07-25Linux: Update wxWidgets for static builds to version 3.0.5Mounir IDRASSI7-17/+41
2020-07-22Increment internal version to 1.24.20 and update release notesMounir IDRASSI3-3/+3
2020-07-04Increment internal version to 1.24.19Mounir IDRASSI3-3/+3