aboutsummaryrefslogtreecommitdiff
path: root/build.go
AgeCommit message (Expand)Author
2020-02-28build: Fix syso creation (fixes #6386) (#6387)Evgeny Kuznetsov
2020-02-07build: Minor tidyJakob Borg
2019-12-03build: Generalize code signingJakob Borg
2019-10-07cmd/*, lib/build: Set correct LongVersion (fixes #5993) (#5997)v1.3.1-rc.2v1.3.1-rc.1v1.3.1Jakob Borg
2019-09-07build: Add EXTRA_LDFLAGS environment variable handling (fixes #5999) (#6000)v1.3.0-rc.1jelle van der Waa
2019-09-04build: Upgrade github.com/gogo/protobuf (#5994)Jakob Borg
2019-08-08build, etc: Add systemd units and ufw rules for relay and discovery (fixes #5...Cromefire_
2019-06-13build: Include cross-package test coverage (#5735)Simon Frei
2019-02-14build: Add option to get test coverage (#5539)Simon Frei
2019-02-12all: Use new reflect based CLI (#5487)Audrius Butkevicius
2019-02-10Fix builds on Windows without CGO (#5518)Audrius Butkevicius
2019-02-02build: Remove outdated&non-functional setup command (fixes #5454) (#5455)Simon Frei
2019-01-14all: Update protobuf package 1.0.0 -> 1.2.0 (#5452)Jakob Borg
2019-01-11build: Add -cc argument that is not used by build.go (#5447)Audrius Butkevicius
2018-12-20build: Allow specifying the go command (#5396)Stefan Tatschner
2018-12-18all: Become a Go module (fixes #5148) (#5384)Jakob Borg
2018-12-11build: Don't use go build -i (#5367)Jörg Thalheim
2018-10-20build: Add desktop files and icons to .deb (fixes #3439) (#5277)Simon Frei
2018-10-16Update golint import path (#5274)Nico Stapelbroek
2018-08-11build: Fix LICENSE distribution for stdiscosrv/strelaysrvJakob Borg
2018-08-02build: Also copy gui to temporary GOPATH (#5095)Simon Frei
2018-08-01build: Build and set GOPATH before generating assets (#5093)Simon Frei
2018-06-27build: Improve snap generation (fixes #4863, fixes #5000) (#5034)Ian Johnson
2018-06-26build: Let "go generate" create assetsJakob Borg
2018-06-13build: MacOS X is now macOS; don't presume to know all possible goarchsJakob Borg
2018-05-29build: Use commit date as assets change dateJakob Borg
2018-05-10build: Increase test timeout to 2min (#4937)Simon Frei
2018-05-05Revert "build: Only the first dash in the Debian version should become a tilde"v0.14.48-rc.1Jakob Borg
2018-05-05build: Only the first dash in the Debian version should become a tildeJakob Borg
2018-05-02build: Syso stuff needs to happen on build (ref #4909)Jakob Borg
2018-03-26build: Add icon & file info to syncthing.exe (#4839)Harrison Jones
2018-01-16build: Packaging for stdiscosrvJakob Borg
2018-01-14cmd/stdiscosrv: New discovery server (fixes #4618)Jakob Borg
2018-01-03build: Add support for debug-only binary (i.e., dlv)Lars K.W. Gohlke
2017-11-20build: More signatures, more better (ref #3420)Jakob Borg
2017-11-20build: Windows code signing (ref #3420)Jakob Borg
2017-10-21build: Handle split GOPATHSimon Frei
2017-10-20build: Warn when being executed outside of gopathSimon Frei
2017-10-15build: Correct import paths for vet toolsSimon Frei
2017-10-13build: Support passing -pkgdirFelix Ableitner
2017-07-27build: Move -installsuffix behind an explicit option (fixes #4272)v0.14.34-rc.1Jakob Borg
2017-07-17build: Use maximum compression when archivingRoss Smith II
2017-07-16build: Use Go's default GOPATH if it's validJakob Borg
2017-07-11build: Support builds outside of GOPATHJakob Borg
2017-07-07meta: Move metadata checks into meta directory, make them testsJakob Borg
2017-06-30build: Builds from "release" branch are not branch buildsJakob Borg
2017-06-09build: Build Debian packages for non-syncthing targets (fixes #4193)Jakob Borg
2017-04-05build: Use tildes in Debian package versioningJakob Borg
2017-03-07build: Disable seemingly buggy staticcheck warningJakob Borg
2017-03-05build: Don't check for supported Go versionJakob Borg