| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-30 | Create missing build/ on Windows in build.sh | David Lönnhager | 1 | -0/+2 | |
| 2023-09-05 | Enable Apple notarization for all build server builds | Oskar Nyberg | 1 | -5/+7 | |
| 2023-08-31 | Stop building libwg and wireguard-go on Windows | David Lönnhager | 1 | -6/+3 | |
| 2023-06-26 | Fix argument to `read` in build.sh that did not work | Linus Färnstrand | 1 | -1/+1 | |
| 2023-05-25 | Specify which packages and binaries to build in build.sh | Linus Färnstrand | 1 | -1/+11 | |
| 2023-01-24 | Move shell-completions to build/ | Linus Färnstrand | 1 | -2/+2 | |
| 2023-01-20 | Move dist-assets/relays.json to build/relays.json | Linus Färnstrand | 1 | -1/+1 | |
| 2022-10-20 | Print version feedback in desktop build script | Albin | 1 | -2/+2 | |
| 2022-10-18 | Modify build scripts and remove c++ code | Jonathan | 1 | -1/+0 | |
| Also upgrade to 0.42.0 for windows-sys library | |||||
| 2022-10-10 | Make Visual Studio/C++ projects fetch version.h from mullvad-version | Linus Färnstrand | 1 | -14/+0 | |
| 2022-10-10 | Make electron-builder fetch version from mullvad-version | Linus Färnstrand | 1 | -12/+7 | |
| 2022-10-10 | Use mullvad-version in build.sh | Linus Färnstrand | 1 | -7/+2 | |
| 2022-08-23 | Use correct strip binary for cross-compilation | David Lönnhager | 1 | -1/+6 | |
| 2022-08-23 | Pack arm64 target correctly | David Lönnhager | 1 | -0/+9 | |
| 2022-08-23 | Generalize comment about multiple targets in build.sh | David Lönnhager | 1 | -2/+2 | |
| 2022-07-15 | Move build.sh logging functions to separate file | Oskar Nyberg | 1 | -29/+1 | |
| 2022-06-14 | Remove WinDns module | David Lönnhager | 1 | -1/+0 | |
| 2022-05-16 | Remove the artifact tagging code from build.sh | Jonathan | 1 | -9/+1 | |
| Remove the build.sh code in order to move it to the ci/buildserver-build.sh script | |||||
| 2022-05-10 | Add argument HEAD to git tag --points-at HEAD | Jonathan | 1 | -2/+1 | |
| `git tag --points-at` does not default to HEAD on earlier git versions | |||||
| 2022-05-10 | Cleanup a couple of shellcheck warnings | Jonathan | 1 | -4/+4 | |
| Put " around variables in order to keep shellcheck happy. These varibles were known to be defined. | |||||
| 2022-05-10 | Optionally append tag name to artifact in build.sh | Jonathan | 1 | -1/+10 | |
| Make build.sh add a tag name to the artifact (.deb, .rpm, etc) if there exists a tag for the current commit. Does not change PRODUCT_VERSION | |||||
| 2022-04-25 | Make buildscript use correct node | Oskar Nyberg | 1 | -1/+1 | |
| 2022-03-01 | Remove API address rotation | David Lönnhager | 1 | -2/+0 | |
| 2022-01-13 | Build Windows modules in debug mode in build.sh (except for optimized | David Lönnhager | 1 | -6/+5 | |
| builds) | |||||
| 2022-01-11 | Always move binaries to target directory on macOS | Oskar Nyberg | 1 | -1/+7 | |
| 2022-01-03 | Only use --locked in releases, not all signed builds | Linus Färnstrand | 1 | -3/+3 | |
| 2021-12-30 | Better names for src/dst when copying binaries | Linus Färnstrand | 1 | -12/+13 | |
| 2021-12-30 | Log signing of binaries on Windows | Linus Färnstrand | 1 | -0/+1 | |
| 2021-12-30 | Always build C++ in Release mode | Linus Färnstrand | 1 | -2/+4 | |
| 2021-12-30 | Improve build script to build debug by default and be more flexible | Linus Färnstrand | 1 | -123/+175 | |
| Defaults to unoptimized, unsigned, dev builds. New flags: --optimize - Turns on compiler optimization/compression --sign - Turns on siging of binaries (Windows + macOS) | |||||
| 2021-12-30 | Remove `+stable` from cargo args. Build with default toolchain | Linus Färnstrand | 1 | -4/+4 | |
| 2021-12-29 | Add comment to build function in build.sh | Linus Färnstrand | 1 | -0/+2 | |
| 2021-12-29 | Add logging functions and use them in build.sh | Linus Färnstrand | 1 | -32/+60 | |
| 2021-12-29 | Make build.sh produce single architecture pkg by default (--universal) | Linus Färnstrand | 1 | -15/+10 | |
| Add --universal flag for building universal app for both Intel and Apple Silicon | |||||
| 2021-12-27 | Remove buildTargets function and just call that code directly | Linus Färnstrand | 1 | -13/+10 | |
| 2021-12-27 | Remove () from functions to better follow coding guidelines | Linus Färnstrand | 1 | -4/+4 | |
| 2021-11-30 | Rename windows_build_modules.sh -> build-windows-modules.sh | Linus Färnstrand | 1 | -1/+1 | |
| 2021-11-11 | Compile in override feature for all dev versions, not just dev builds | David Lönnhager | 1 | -1/+1 | |
| 2021-10-26 | Add environment variables for overriding API hostname and IP for dev | David Lönnhager | 1 | -1/+4 | |
| builds | |||||
| 2021-06-09 | Fix broken prepare_release.sh. Don't pass args to env.sh | Linus Färnstrand | 1 | -1/+1 | |
| 2021-04-21 | Add support for building universal macOS app | Oskar Nyberg | 1 | -84/+144 | |
| 2021-04-15 | Fix shellcheck recommendations in build.sh | Oskar Nyberg | 1 | -34/+34 | |
| 2021-03-22 | Adjust build.sh and build-apk.sh to call version-metadata correctly | Linus Färnstrand | 1 | -2/+2 | |
| 2021-02-26 | Remove NPM_CI_ARGS. Remove redundant gitignore entry | Andrii Yurchuk | 1 | -8/+1 | |
| 2020-11-19 | Cache the API addresses at build time | David Lönnhager | 1 | -0/+1 | |
| 2020-10-12 | Only build dependencies and binaries once with build.sh | David Lönnhager | 1 | -6/+6 | |
| 2020-09-08 | Allow build[-apk].sh to work even when release tag does not exist | Linus Färnstrand | 1 | -1/+1 | |
| 2020-09-08 | Update build.sh to handle release tags better | Linus Färnstrand | 1 | -3/+4 | |
| Needed with new android/<version> style tags. git describe would not work well on commits with two tags | |||||
| 2020-08-13 | Remove WinUtil | David Lönnhager | 1 | -1/+0 | |
| 2020-06-26 | Add fish shell completions | Clément Joly | 1 | -1/+1 | |
| Generate fish shell completions at build time. Empower fish users with completions. Completions are copied in the [recommended directory](https://fishshell.com/docs/current/#where-to-put-completions) | |||||
