aboutsummaryrefslogtreecommitdiff
path: root/go/private/common.bzl
AgeCommit message (Expand)Author
2023-01-23Add `env` attribute to `go_binary` (#3428)Fabian Meumertzheim
2023-01-22Add support for env_inherit (#3256)ttpathan
2023-01-11Do not use exec paths for rundir (#3414)Fabian Meumertzheim
2022-09-12Remove unused env_execute (#3276)Ken Micklas
2022-09-09Bumping minimal Bazel version to 5.1.0 (#3286)Zhongpeng Lin
2022-06-14Link in native libraries of transitive dependencies in archive mode (#3186)Fabian Meumertzheim
2022-03-30Consider volatile and stable status files separately (#3079)Siddhartha Bagaria
2021-12-28Replace go_name_hack with a usage of Label (#3035)Fabian Meumertzheim
2021-12-08Skipping linker flag for versioned dylib on Darwin (#2989)Zhongpeng Lin
2021-10-05Upgrade Bazel to 4.2.0 (#2976)Rob Figueiredo
2021-09-24Supporting versioned dylib in has_versioned_shared_lib_extension (#2947)Zhongpeng Lin
2021-07-06Update Bazel and Ubuntu versions in CI configuration (#2912)Jay Conrod
2020-10-23Migrate to the modern linker input API. (#2683)Benjamin Peterson
2020-04-06Set minimum supported Bazel version to 2.2.0 (#2419)Jay Conrod
2020-02-06tests: add buildifier_test (#2356)Jay Conrod
2020-01-04Set minimum bazel version to 1.2.0 and remove compatibility layer (#2330)Jay Conrod
2019-07-03go_library, go_test, go_binary: accept .m and .mm files (#2119)Jay Conrod
2019-06-12Stop testing in Travis CI; drop support for Bazel 0.22.0 (#2096)Jay Conrod
2019-05-20Allow dependencies on versioned shared libraries (#2066)Clint Harrison
2018-11-27Explicitly reexport some symbols, reformat the .bzl files with Buildifier (#1...Laurent Le Brun
2018-07-13Misc fixes for Windows (#1594)Jay Conrod
2018-06-12Fix deprecated skylark (#1542)Jay Conrod
2018-05-23Format .bzl files with buildifierJay Conrod
2018-04-30Fix coverage bugs (#1471)Jay Conrod
2018-04-25Add ObjC support (#1437)Steeve Morin
2018-04-20Make dynamic libraries available at runtime (#1457)Jay Conrod
2018-04-18Split C and C++ compilation (#1366)Steeve Morin
2018-03-19Add c-shared and c-archive link modes (#1365)Steeve Morin
2018-02-28Various fixes and changes (#1340)Steeve Morin
2018-01-23Move the test library rule to be go_test internal actions (#1267)Ian Cottrell
2018-01-16Update skylib and replace our version check with versions.check (#1236)Jay Conrod
2018-01-10Fix version string parsing for Bazel 0.10.0rc1 (#1226)Jay Conrod
2018-01-10Run buildifier against bazel files. (#1164)Xiaoyi
2018-01-04Fixup importpath (#1209)Ian Cottrell
2017-12-22Skylark compatability (#1175)Ian Cottrell
2017-12-20making tests pass on windows (#1169)Ian Cottrell
2017-12-19Check Bazel version in def.bzl (#1156)Jay Conrod
2017-12-18Working binaries built on windows (#1151)Ian Cottrell
2017-12-18Fixes for windows (#1146)Ian Cottrell
2017-12-15Add GoContext (#1140)Ian Cottrell
2017-12-13Fix aspect based proto builds (#1131)Ian Cottrell
2017-12-07Allow pure go cross compilation within a single build (#1114)Ian Cottrell
2017-11-30Clean out tmp handling (#1089)Ian Cottrell
2017-11-27Be principled about generated file names (#1057)Ian Cottrell
2017-11-20Unify srcs and deps into embed (#1034)Ian Cottrell
2017-11-17Library (#1031)Ian Cottrell
2017-11-17Cleaning up lists, tuples and depsets (#1029)Ian Cottrell
2017-11-15Initial drop of skylib (#1025)Ian Cottrell
2017-10-27Structured compilation modes (#958)Ian Cottrell
2017-10-13Gazelle: support empty prefixes (#912)Jay Conrod