bazel build does not mark includes as system headers #339 opened on Jul 6 by joshuarubin Compilation Error: gflags.cc' is being linked both statically and dynamically into this executable #338 opened on May 20 by GOGOYAO 1 Rename master branch to main #337 opened on Apr 25 by ...
This release adds support for use of the gflags library as external dependency not only in projects using CMake, but alsoBazel, orpkg-config. One new minor feature is added in this release: when a command flag argument contains dashes, these are implicitly converted to underscores. This is ...
This release adds support for use of the gflags library as external dependency not only in projects using CMake, but alsoBazel, orpkg-config. One new minor feature is added in this release: when a command flag argument contains dashes, these are implicitly converted to underscores. This is ...
Description: This update for javapackages-tools, javassist, mysql-connector-java, protobuf, python-python-gflags contains the following fixes: Changes in mysql-connector-java: - Restrict license to GPL-2.0-only - Fix README adjustments - Depend on log4j rather than log4j-mini and adjust log4j ...
This release adds support for use of the gflags library as external dependency not only in projects using CMake, but also Bazel, or pkg-config. One new minor feature is added in this release: when a command flag argument contains dashes, these are implicitly converted to underscores. This is...
#202: Changed include directory in bazel build #207: Mark single argument constructors in mutex.h as explicit #209: Use inttypes.h on VC++ 2013 and later #212: Fix statically linked gflags library with MSVC #213: Modify installation paths on Windows for vcpkg #215: Fix static initializatio...
# Bazel (http://bazel.io/) BUILD file for gflags. # # See INSTALL.md for instructions for adding gflags to a Bazel workspace. licenses(["notice"]) exports_files([ "src/gflags_completions.sh", "COPYING.txt", ]) config_setting( name = "x64_windows", values = {"cpu": "x64_windo...
name = "x64_windows", values = {"cpu": "x64_windows"}, ) config_setting( name = "android", values = {"crosstool_top": "//external:android/crosstool"}, ) load(":bazel/gflags.bzl", "gflags_library", "gflags_sources") (hdrs, srcs) = gflags_sources(namespace=["google", "gflags...
This release adds support for use of the gflags library as external dependency not only in projects using CMake, but also Bazel, or pkg-config. One new minor feature is added in this release: when a command flag argument contains dashes, these are implicitly converted to underscores. This is...
This release adds support for use of the gflags library as external dependency not only in projects using CMake, but also Bazel, or pkg-config. One new minor feature is added in this release: when a command flag argument contains dashes, these are implicitly converted to underscores. This is...