Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Main
/
Main.make
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
Allow cross compilation. (#1182)
Unit 193
1
-2
/
+2
2023-06-29
Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ins...
Mounir IDRASSI
1
-2
/
+2
2023-06-13
Linux: Fix compatibility of generic installers with old Linux distros
Mounir IDRASSI
1
-1
/
+1
2023-06-05
Linux/macOS: Fix error during creation of installation package
Mounir IDRASSI
1
-3
/
+3
2022-01-08
MacOSX: remove write permission also from group on application bundle
VeraCrypt_1.25.7
Mounir IDRASSI
1
-1
/
+1
2021-12-24
MacOSX: correct permission of VeraCrypt application bundle during packaging
Mounir IDRASSI
1
-0
/
+1
2021-11-21
Linux/FreeBSD: Fix calling "make install" without specifying DESTDIR, which s...
Mounir IDRASSI
1
-0
/
+4
2021-08-21
Linux: Better Linux desktop integration. Add mount.veracrypt script for fstab...
Mounir IDRASSI
1
-0
/
+7
2021-08-15
MacOSX: First native Apple M1 support
Mounir IDRASSI
1
-0
/
+2
2020-12-20
Linux/MacOSX: make LanguageStrings.cpp build depend on Language.xml.h since i...
Mounir IDRASSI
1
-0
/
+2
2020-12-11
new xml Tag for en and de (#708)
T-Bonhagen
1
-0
/
+2
2020-11-29
MacOSX: always use "pkg-config fuse" for linking since recent versions of osx...
Mounir IDRASSI
1
-4
/
+0
2020-11-28
Fixed macFUSE support for macOS 11 (Big Sur) (#699)
Thierry Lelegard
1
-1
/
+1
2019-12-20
Fix the compilation against WxWidgets when NOGUI=1 (#570)
Gokturk Yuksek
1
-0
/
+4
2019-12-11
Linux: fix compilation error when building console-only version of VeraCrypt ...
Mounir IDRASSI
1
-8
/
+0
2019-10-26
MacOSX: Update build script and Makefile to correctly build Legacy version of...
Mounir IDRASSI
1
-0
/
+10
2019-10-14
MacOSX: Add build scripts and modifications to linking against wxWidgets 3.1....
Mounir IDRASSI
1
-0
/
+4
2019-10-06
Linux/FreeBSD: change location of documentation from /usr/share/veracrypt/doc...
Mounir IDRASSI
1
-3
/
+3
2019-10-04
Linux : Added missing 'mkdir' before installing in case $DESTDIR does not exi...
El Mostafa Idrassi
1
-0
/
+2
2019-10-02
Utilize $(BASE_DIR) in the install targets rather than $(PWD) and $(CURDIR) (...
Unit 193
1
-63
/
+63
2018-09-01
Linux/FreeBSD: Add 32-bit build configuration targetting legacy CPUs that don...
Mounir IDRASSI
1
-0
/
+13
2017-12-06
MacOSX: Update reference of code signing certificate in Makefile to use new I...
Mounir IDRASSI
1
-2
/
+2
2017-07-10
Add support for building under FreeBSD 11
Mounir IDRASSI
1
-11
/
+61
2017-07-02
Linux: remove existing "Setup/Linux/usr" if any before preparing for packaging.
Mounir IDRASSI
1
-0
/
+1
2017-07-02
Linux: Use $(CURDIR) instead of $(PWD) for the install target, as well as $(D...
Mounir IDRASSI
1
-1
/
+1
2017-06-23
Update IDRIX copyright year
Mounir IDRASSI
1
-1
/
+1
2017-06-13
Linux/MacOSX: Modify Makefile to separate between build and packaging. Add in...
Mounir IDRASSI
1
-1
/
+30
2017-06-05
Linux/MacOSX: Replace User Guide PDF with local HTML documentation. Replace U...
Mounir IDRASSI
1
-4
/
+4
2017-06-01
Linux/MacOSX: Update location of User Guide pdf in Makefile
Mounir IDRASSI
1
-2
/
+2
2016-12-26
MacOSX: Make VeraCrypt default handler of .hc and .tc files on OSX and add cu...
Mounir IDRASSI
1
-0
/
+1
2016-10-17
Linux/MacOSX: fix error in Makefile caused by erroneous extra character
Mounir IDRASSI
1
-1
/
+1
2016-10-17
MacOSX: remove MacFUSE dependency and link against OSXFuse library. Now, only...
Mounir IDRASSI
1
-1
/
+4
2016-05-10
Remove trailing whitespace
David Foerster
1
-6
/
+6
2016-01-20
Copyright: update dates to include 2016.
Mounir IDRASSI
1
-1
/
+1
2016-01-17
MacOSX: Ensure that time-stamping is always activated when performing code si...
Mounir IDRASSI
1
-2
/
+2
2015-12-06
MacOSX: Customize dmg file using VeraCrypt new logo
Mounir IDRASSI
1
-1
/
+12
2015-12-04
Linux/MacOSX: use new icons contributed by Andreas Becker (https://github.com...
Mounir IDRASSI
1
-1
/
+1
2015-08-06
Update license information to reflect the use of a dual license Apache 2.0 an...
Mounir IDRASSI
1
-5
/
+9
2015-07-11
Linux: Solve error when building against dynamic wxWidgets library, especiall...
Mounir IDRASSI
1
-0
/
+4
2015-06-28
Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct P...
Mounir IDRASSI
1
-0
/
+1
2015-04-19
Linux installer: Add support for kdesudo and correct usage of konsole externa...
Mounir IDRASSI
1
-1
/
+1
2015-02-11
Linux: modify installer script to make it run when the "less" command doesn't...
Mounir IDRASSI
1
-1
/
+1
2015-02-10
Linux: Add graphical installer support when xterm is not available (Linux Min...
Mounir IDRASSI
1
-1
/
+1
2015-01-02
Linux: solve link error on recent Ubuntu when using shared wxWidgets.
Mounir IDRASSI
1
-1
/
+1
2014-12-26
Linux/MacOSX: Implement waiting dialog for lengthy operations in order to hav...
Mounir IDRASSI
1
-0
/
+1
2014-12-20
Linux: update the embedded data index inside the installer because the licens...
Mounir IDRASSI
1
-1
/
+1
2014-11-08
MacOSX : Update Main Makefile to used the new package name that include the v...
VeraCrypt_MacOSX_1.0d
Mounir IDRASSI
1
-1
/
+1
2014-11-08
MacOSX : Correct typos in Main Makefile
Mounir IDRASSI
1
-3
/
+3
2014-11-08
MacOSX : modify Makefile to automatically build and sign the MacOSX installer...
Mounir IDRASSI
1
-1
/
+3
2014-11-08
MacOSX : Copy console version of VeraCrypt inside the bundle under the name v...
Mounir IDRASSI
1
-0
/
+11
[next]