VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-06Github workflow: add wxWidgets source code to the cache of workflowCIMounir IDRASSI1-5/+14
2024-07-06Github workflow: add build_cmake_deb.sh as trigger to build-linux.ymlMounir IDRASSI1-0/+2
2024-07-06Linux: fix detection logic of parent folder in build scriptsMounir IDRASSI7-76/+117
2024-07-06Linux: upload also .deb SHA256SUM file if it is generated in Github workflowMounir IDRASSI1-2/+2
2024-07-06Linux: use static build of wxWidgets for GUI in Github workflowMounir IDRASSI1-1/+1
2024-07-06Linux: Fix wrong test for Github workflowMounir IDRASSI1-1/+1
2024-07-06Remove files mistakenly addedMounir IDRASSI45-69/+0
2024-07-06Linux: optimize Github workflow by caching wxBuildConsole and wxBuildGUI foldersMounir IDRASSI53-68/+211
2024-07-06Fix corrupted test containerMounir IDRASSI1-0/+0
2024-07-06Linux: harmonize content of test volumes and update Github workflow for thisMounir IDRASSI5-7/+7
2024-07-06fix: fix wrong wxWidgets extract path in yamlMounir IDRASSI1-1/+2
2024-07-06Linux: fix wrong wxWidgets extract path in yamlMounir IDRASSI1-1/+1
2024-07-06Linux: Add Github workflow to build .deb files and test generated binariesMounir IDRASSI1-0/+167
2024-07-06Linux/MacOSX: during build, fallback to /tmp if wxWidgets sources not found i...Mounir IDRASSI7-4/+88
2024-07-06Fix typos in the French translation (#1373)Sébastien Geeraert1-68/+68
2024-07-05Linux/FreeBSD: Improve build scripts for Linux/FreeBSD to have correct name f...Mounir IDRASSI1-3/+28
2024-07-05Linux: Add linker flag for GCC version below 6.0 to improve ASLR securityMounir IDRASSI1-0/+6
2024-07-04Update Language.fr.xml (#1372)Ozero41-1/+1
2024-07-01MacOS: Support CommandLineTools for building (#1371)Jertzukka3-12/+10
2024-06-30Linux: Make the C++ code compatible with old compilers (g++ 4.4.7 on CentOS 6)Mounir IDRASSI13-130/+138
2024-06-29Line breaks between copyright holders (#1370)Marius Kjærstad2-16/+16
2024-06-26Linux/FreeBSD: Fix GNU Make syntax error in Main.makeMounir IDRASSI1-3/+3
2024-06-26Linux/FreeBSD: Update build scripts: use wxwidgets 3.2.5, drop explicit GTK3 ...Mounir IDRASSI8-148/+26
2024-06-26Linux/FreeBSD: use GTK3 flavor for default generic gui installer. create GTK2...Mounir IDRASSI1-0/+12
2024-06-26Linux/FreeBSD: automatically detect presence of GTK3. Remove WITHGTK3 makefil...Mounir IDRASSI2-34/+32
2024-06-24Fix error in translation xml (#1368)Jertzukka1-1/+1
2024-06-24Fix regression in core service deserialization (#1367)Jertzukka1-1/+0
2024-06-23MacOSX: Fix compiler warningMounir IDRASSI2-3/+3
2024-06-23Increment version to 1.26.12Mounir IDRASSI60-94/+111
2024-06-23MacOSX: set FUSE-T workaround max delay to 5 seconds. Make logic specific to ...Mounir IDRASSI1-6/+12
2024-06-23MacOSX: Disable libtiff support in wxWidget full buildMounir IDRASSI1-0/+5
2024-06-23MacOSX: Add notarization script and entitlements file used to create official...Mounir IDRASSI2-0/+148
2024-06-23MacOSX: use same version define in Info.plist files. Indicate 12.0 as minimum...Mounir IDRASSI2-3/+3
2024-06-23macOSX: Add "FUSE-T build" in About dialog when linking against FUSE-T instea...Mounir IDRASSI1-1/+5
2024-06-23Update copyright date in some filesMounir IDRASSI7-12/+12
2024-06-23Increment version to 1.26.11. Update Release Notes.Mounir IDRASSI60-95/+112
2024-06-22MacOSX: Add for using FUSE-T instead of MacFUSEMounir IDRASSI8-12/+1112
2024-06-21MacOSX: Fix compilation error in build configurations other than official rel...Mounir IDRASSI1-1/+1
2024-06-19Linux: Fix assembly files not built on LinuxMounir IDRASSI1-1/+1
2024-06-18fix: Correct missing 'endif' in Main.make for MacOSX sectionMounir IDRASSI1-1/+1
2024-06-18Improve documentation (#1360)Deniz Türkoglu1-103/+78
2024-06-16MacOSX: Update macOS specifics part of the ReadmeMounir IDRASSI2-18/+37
2024-06-16MacOSX: Fix whitespaces by using tabs in MakefileMounir IDRASSI1-32/+32
2024-06-16MacOSX: Use wxWidgets 3.2.5. Detect SDK version dynamically. Remove unused "r...Mounir IDRASSI1-6/+6
2024-06-16MacOSX: Fix skipping codesign and productsign for local development buildMounir IDRASSI1-1/+6
2024-06-16MacOSX: Add universal binary of yasm so that it can run on arm64 machinesMounir IDRASSI1-0/+0
2024-06-16MacOSX: Better build flags logic handling. Suppress Xcode 15 linked warning.Mounir IDRASSI1-60/+59
2024-06-16Improve and simplify macOS builds (#1276)Deniz Türkoglu5-16/+96
2024-06-12Avoid conflict with C++17 features std::byte by using uint8 type instead of byteMounir IDRASSI132-1036/+1033
2024-06-03Avoid assert by verifying installed languages exist (#1354)Jertzukka1-8/+10