Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-17 | Linux/MacOSX: cleaner support for SSE compiler switches | Mounir IDRASSI | 1 | -2/+20 | |
2016-08-19 | Linux: don't use SSE/AES switched of gcc if the architecture is not x86 or ↵ | Mounir IDRASSI | 1 | -15/+17 | |
x64 (for example ARM). | |||||
2016-08-17 | Linux: Add parameter to Makefile for enabling SSSE3 and SSE4.1 support in ↵ | Mounir IDRASSI | 1 | -0/+16 | |
compiler | |||||
2016-08-08 | Linux: Enable gcc AES-NI built-in functions and adapt Hyper-V AES detection ↵ | Mounir IDRASSI | 1 | -0/+6 | |
code to gcc. | |||||
2016-05-13 | Revert "Makefile: fix build under gcc6" | Mounir IDRASSI | 1 | -1/+1 | |
2016-05-13 | Makefile: fix build under gcc6 | Tomasz Przybył | 1 | -1/+1 | |
Veracrypt for build under GCC6 required using compatibility flag `-std=c++98` against change default C++ frontend in GCC6. The C++ frontend now defaults to C++14 standard instead of C++98 it has been defaulting to previously, for compiling older C++ code that might require either explicitly compiling with selected older C++ standards, or might require some code adjustment, see http://gcc.gnu.org/gcc-6/porting_to.html for details. The experimental C++17 support has been enhanced in this release. from: https://gcc.gnu.org/ml/gcc-announce/2016/msg00000.html | |||||
2016-03-31 | Remove some trailing whitespace | David Foerster | 1 | -7/+7 | |
2016-03-17 | Linux: fix mount failure with "Invalid characters encountered" error when ↵ | Mounir IDRASSI | 1 | -0/+6 | |
building using gcc-5 by disabling the new C++ ABI. For this to work, wxWidgets static library must be built and used by VeraCrypt by specifying WXSTATIC=1 in make command line. | |||||
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -4/+8 | |
and TrueCrypt 3.0. | |||||
2015-07-11 | Linux: Solve error when building against dynamic wxWidgets library, ↵ | Mounir IDRASSI | 1 | -0/+1 | |
especially under Ubuntu. | |||||
2015-01-02 | Linux: solve link error on recent Ubuntu when using shared wxWidgets. | Mounir IDRASSI | 1 | -1/+4 | |
2014-11-08 | MacOSX : Correct issue of compiling assembly files in both 32-bit and 64-bit ↵ | Mounir IDRASSI | 1 | -15/+24 | |
mode. Modify Makefiles to correct compilation process using latest Xcode. | |||||
2014-11-08 | Add VeraCrypt specific Linux packaging code in Makefiles and add various ↵ | Mounir IDRASSI | 1 | -0/+3 | |
helper scripts. The original TrueCrypt sources didn't contain anything about this. | |||||
2014-11-08 | Update wxWidgets compilation flags in order to be compatible with wxWidgets ↵ | Mounir IDRASSI | 1 | -2/+4 | |
3.0 and remove unneeded dependencies to ensure maximum compatibility. | |||||
2014-11-08 | Correct typos introduced inadvertently | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Adapt Makefiles for VeraCrypt. Use PKCS#11 headers from source tree is not ↵ | Mounir IDRASSI | 1 | -1/+3 | |
specified elsewhere. | |||||
2014-11-08 | Replace TrueCrypt references in added sources and resources by VeraCrypt ones. | Mounir IDRASSI | 1 | -1/+1 | |
2014-11-08 | Add TrueCrypt 7.1a MacOSX/Linux specific source files. | Mounir IDRASSI | 1 | -0/+298 | |