Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-16 | Windows: remove 32-bit logic from the code since we support only 64-bit. ↵ | Mounir IDRASSI | 1 | -1/+1 | |
remove 32-bit EFI bootloader files. We also fix intermediary files folder for Portable and Setup projects | |||||
2024-11-15 | Windows: Fix delayload link warning about comdlg32.dll not used. Remove ↵ | Mounir IDRASSI | 1 | -4/+4 | |
unused old project files | |||||
2024-11-15 | Windows: move main project files and solution from VS 2010 to VS 2022. ↵ | Mounir IDRASSI | 1 | -35/+18 | |
Delete unused files. | |||||
2023-09-03 | Windows: simpler and more robust safe dll loading combined with delay ↵ | Mounir IDRASSI | 1 | -4/+4 | |
loading thanks to Windows 7 being minimum supported version. We also block execution on Windows versions older than Windows 7. A lot of code was removed thanks to this. | |||||
2023-08-20 | Windows: delay load bcrypt.dll to reduce startup dependency loading until ↵ | Mounir IDRASSI | 1 | -4/+4 | |
setting safe dll loading | |||||
2022-02-10 | Windows: Reduce the size of installers by almost 50% by using LZMA ↵ | Mounir IDRASSI | 1 | -8/+11 | |
compression instead of DEFLATE | |||||
2021-12-04 | Windows: Implement TESTSIGNING build configuration that allows running under ↵ | Mounir IDRASSI | 1 | -0/+61 | |
Windows Vista,7, 8 and 8.1. | |||||
2019-01-26 | Windows: Add a build configuration containing EFI bootloader signed with ↵ | Mounir IDRASSI | 1 | -0/+64 | |
custom SecureBoot key instead | |||||
2018-04-23 | Windows: simplify installer logic by copying only binaries for the current ↵ | Mounir IDRASSI | 1 | -2/+2 | |
architecture. | |||||
2017-07-29 | Windows: Add portable installer that only extra binaries without the need of ↵ | Mounir IDRASSI | 1 | -0/+217 | |
administrative privileges for extraction. |