Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-26 | Linux: Add build script for OpenSUSE | Mounir IDRASSI | 2 | -2/+72 | |
2019-10-26 | MacOSX: use wxWidgets 3.1.2 for the legacy build which is now done with SDK ↵ | Mounir IDRASSI | 1 | -4/+5 | |
10.9 while still targeting OSX 10.7. | |||||
2019-10-24 | MacOSX: fix typo in MacOSX legacy build script | Mounir IDRASSI | 1 | -1/+1 | |
2019-10-24 | Linux/MacOSX: Better approach to avoid that jitterentropy code is optimized ↵ | Mounir IDRASSI | 1 | -4/+8 | |
by the compiler | |||||
2019-10-24 | Increment version to 1.24-Hotfix1 | Mounir IDRASSI | 1 | -2/+2 | |
2019-10-24 | Linux: set version explicitly in CMakeLists.txt instead of relying on ↵ | Mounir IDRASSI | 1 | -15/+5 | |
parsing of Tcdefs.h which can be erroneous | |||||
2019-10-20 | Increment version to 1.23-Hotfix1-Preview | Mounir IDRASSI | 2 | -2/+2 | |
2019-10-15 | MacOSX: Enhanced Makefile and build script (#519) | El Mostafa Idrassi | 1 | -7/+7 | |
Added new variable 'VC_OSX_SDK' to differentiate between the OSX minimum target and the SDK to use for building. | |||||
2019-10-14 | MacOSX: Add build scripts and modifications to linking against wxWidgets ↵ | Mounir IDRASSI | 4 | -14/+146 | |
3.1.2 for non legacy build targeting OSX 10.9+ | |||||
2019-10-07 | Updated and fixed build and packaging scripts. (#512) | El Mostafa Idrassi | 4 | -45/+130 | |
Now, under Debian 10+ and Ubuntu 18.04+, we link against the GTK-3 version of wxWidgets (libwxgtk3.0-gtk3-0v5). Under Debian 9- and Ubuntu 16.04, we link against the GTK-2 version of wxWidgets (libwxgtk3.0-0v5) which is the only one available. Also, we now have 2 separate RPM scripts : 'build_cmake_rpm_gtk2.sh' which builds wxWidgets and links it against GTK-2, then links VeraCrypt against 'gtk2' package (typically to be used under CentOS 6) and 'build_cmake_rpm_gtk3' which builds wxWidgets and links it against GTK-3, then links VeraCrypt against 'gtk3' package (typically to be used under CentOS 7+). | |||||
2019-10-05 | Linux: modifications to cmake files to use GTK3 on CentOS and change ↵ | Mounir IDRASSI | 3 | -11/+11 | |
packages names | |||||
2019-10-04 | Linux: Added CMake script for creating .DEBs and .RPMs for VeraCrypt using ↵ | El Mostafa Idrassi | 5 | -0/+441 | |
CPack, and shell scripts which build then package VeraCrypt under CentOS and Debian/Ubuntu. (#511) The DEB script builds VeraCrypt and links it against wxWidgets that comes with the distribution. The RPM script awaits for wxWidgets-3.0.4 source code which it builds then links VeraCrypt statically to it. Both scripts create the corresponding package after the build. | |||||
2019-10-02 | Increment version to 1.24-Beta6 | Mounir IDRASSI | 1 | -1/+1 | |
2019-03-09 | Increment version to 1.24-Beta5 | Mounir IDRASSI | 1 | -1/+1 | |
2019-03-09 | Increment version to 1.24-Beta4 and update release notes to clarify that ↵ | Mounir IDRASSI | 1 | -1/+1 | |
password length increase applies only to non-system volumes. | |||||
2019-03-03 | Increment version to 1.24-Beta3. Update Release Notes. | Mounir IDRASSI | 1 | -1/+1 | |
2019-01-28 | Increment version to 1.24-Beta2 | Mounir IDRASSI | 1 | -1/+1 | |
2019-01-18 | MacOSX: update info.plist file to set priority at run-time to 64-bit version ↵ | Mounir IDRASSI | 1 | -0/+9 | |
and to set minimum OSX version to 10.7. | |||||
2019-01-14 | Update Release Notes and language files for version 1.24-Beta1. Add signed ↵ | Mounir IDRASSI | 1 | -1/+1 | |
Windows drivers. | |||||
2018-12-19 | Increment version to 1.24-Beta0 | Mounir IDRASSI | 1 | -1/+1 | |
2018-10-10 | Increment version to 1.23-Hotfix-2 | Mounir IDRASSI | 1 | -1/+1 | |
2018-09-21 | Increment version to 1.23-Hotfix-1 | Mounir IDRASSI | 1 | -1/+1 | |
2018-09-03 | Increment version to 1.23-BETA8 and update release notes. | Mounir IDRASSI | 1 | -1/+1 | |
2018-09-03 | Increment version to 1.23-BETA7 and update release notes. | Mounir IDRASSI | 1 | -1/+1 | |
2018-09-01 | Linux/FreeBSD: Add 32-bit build configuration targetting legacy CPUs that ↵ | Mounir IDRASSI | 1 | -0/+47 | |
don't support SSE2 instructions. | |||||
2018-08-24 | Increment version to 1.23-BETA6 | Mounir IDRASSI | 1 | -1/+1 | |
2018-08-18 | Increment version to 1.23-BETA5 and update release notes | Mounir IDRASSI | 1 | -1/+1 | |
2018-08-16 | Increment version to 1.23-BETA4 and update release notes. | Mounir IDRASSI | 1 | -1/+1 | |
2018-08-12 | Increment version to 1.23-BETA3 and update release notes. | Mounir IDRASSI | 1 | -1/+1 | |
2018-07-05 | Increment version to 1.23-BETA2 | Mounir IDRASSI | 1 | -1/+1 | |
2018-05-03 | Increment version to 1.23-BETA1 | Mounir IDRASSI | 1 | -1/+1 | |
2018-04-23 | Increment version to 1.23-BETA0 (1.23.0) | Mounir IDRASSI | 1 | -1/+1 | |
2018-03-30 | Increment version to 1.22 (1.22.9) | Mounir IDRASSI | 1 | -1/+1 | |
2018-03-28 | Increment version to 1.22-BETA8 (1.22.8) | Mounir IDRASSI | 1 | -1/+1 | |
2018-03-27 | Linux/MacOSX: use latest wxWidgets version 3.0.4 for official build | Mounir IDRASSI | 3 | -3/+3 | |
2018-03-27 | Increment version to 1.22-BETA7 (1.22.7) | Mounir IDRASSI | 1 | -1/+1 | |
2018-03-25 | Increment version to 1.22-BETA6 (1.22.6) | Mounir IDRASSI | 1 | -1/+1 | |
2018-03-22 | Increment version to 1.22-BETA5 (1.22.5) | Mounir IDRASSI | 1 | -1/+1 | |
2017-12-09 | Increment version to 1.22-BETA4 (1.22.4) | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-10 | FreeBSD: make official FreeBSD build script executableVeraCrypt_1.21 | Mounir IDRASSI | 1 | -0/+0 | |
2017-07-10 | FreeBSD: enable wxWidgets static build by default in official build script | Mounir IDRASSI | 1 | -4/+4 | |
2017-07-10 | Add support for building under FreeBSD 11 | Mounir IDRASSI | 1 | -0/+48 | |
2017-07-09 | Increment version to 1.21.5 | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-05 | Increment version to 1.21.4 | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-04 | Increment version to 1.21.3 | Mounir IDRASSI | 1 | -1/+1 | |
2017-07-02 | Increment version to 1.21 (1.21.1) | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-29 | MacOSX: put back full wxWidgets build in official build script. | Mounir IDRASSI | 1 | -3/+2 | |
2017-06-27 | MacOSX: Update build and packaging scripts to require OSX Lion (10.7). | Mounir IDRASSI | 1 | -3/+4 | |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 2 | -2/+2 | |
2017-06-23 | Linux/MacOSX: use yasm instead of nasm for compiling all assembly files. | Mounir IDRASSI | 2 | -2/+2 | |