| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-08 | Fix linker errors related to mullvad-nsis | David Lönnhager | 1 | -10/+0 | |
| mullvad-nsis is built in an empty project before 'log' and 'cleanup' This fixes an issue where the lib could be rebuilt in one project while the linker was running for the other project | |||||
| 2025-05-28 | Enable CFG for nsis-plugins | David Lönnhager | 1 | -0/+1 | |
| 2025-01-30 | Append --locked to cargo build invocations in nsis-plugin projects | Linus Färnstrand | 1 | -1/+1 | |
| 2024-12-02 | Add workaround for cargo linker issues in MSVC when targeting i686 | David Lönnhager | 1 | -2/+4 | |
| When running cargo from MSVC, as of Rust 1.83, it uses build tools for the target MSVC architecture rather than host, when building build scripts. Unsetting 'VSTEL_MSBuildProjectFullPath' works around this issue. This workaround can be removed once the upstream issue has been fixed: https://github.com/rust-lang/cc-rs/issues/1308 | |||||
| 2023-08-08 | Link against psapi.lib, which contains EnumProcesses | David Lönnhager | 1 | -2/+2 | |
| 2023-05-31 | Set explicit C++ standard to C++20 | David Lönnhager | 1 | -2/+2 | |
| 2023-02-27 | Retrieve system app dir path from mullvad-paths in cleanup plugin | David Lönnhager | 1 | -6/+14 | |
| using mullvad-nsis | |||||
| 2022-09-09 | Upgrade Visual Studio toolset and Visual Studio version | David Lönnhager | 1 | -2/+2 | |
| 2019-11-18 | Migrate nsis-plugins to VS 2019 | David Lönnhager | 1 | -5/+5 | |
| 2019-07-17 | Update binary paths in Windows projects | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 | |
| 2018-08-29 | Add uninstaller plugin for extended system cleaning | Odd Stranne | 1 | -0/+124 | |
