Searched refs:gflags (Results 1 – 25 of 109) sorted by relevance
12345
/external/gflags/ |
D | README.md | 1 [![Build Status](https://travis-ci.org/gflags/gflags.svg?branch=master)](https://travis-ci.org/gfla… 2 …6ysraus74/branch/master?svg=true)](https://ci.appveyor.com/project/schuhschuh/gflags/branch/master) 4 The documentation of the gflags library is available online at https://gflags.github.io/gflags/. 10 I've just released gflags 2.2.2. 15 name "gflags::" following a more recent (unwritten) CMake convention. The unprefixed target names a… 24 I've just released gflags 2.2.1. 35 I've finally released gflags 2.2.0. 37 This release adds support for use of the gflags library as external dependency 54 I've just released gflags 2.1.2. 59 primary namespace while symbols are imported into the new "gflags" namespace. [all …]
|
D | ChangeLog.txt | 3 - gflags: version 2.2.2 15 Merged 247: CMake "project" VERSION; no enable_testing(); "gflags::" import target prefix. 17 Merged 239: Use GFLAGS_NAMESPACE instead of "gflags" in test executable. 25 - gflags: version 2.2.1 33 - Merged 212: Fix statically linked gflags library with MSVC 42 - gflags: version 2.2.0 47 - Closed issue 120: Configure and install gflags.pc file for pkg-config users 55 - Fixed issue 174: Missing gflags-targets.cmake file after installation 56 - Fixed issue 186: Error linking to gflags IMPLIB with MSVC using CMake 57 - Closed issue 106: Add example project to test use of gflags library [all …]
|
D | INSTALL.md | 4 No official binary distribution packages are provided by the gflags developers. 8 For example on Debian/Ubuntu Linux, gflags can be installed using the 17 The build system of gflags is since version 2.1 based on [CMake](http://cmake.org). 32 $ tar xzf gflags-$version-source.tar.gz 33 $ cd gflags-$version 46 In the following, only gflags-specific CMake settings available to 54 … | Installation directory, e.g., "/usr/local" on Unix and "C:\Program Files\gflags" on Windows. 61 BUILD_gflags_LIBS | Request build of multi-threaded gflags libraries (if threading librar… 62 BUILD_gflags_nothreads_LIBS | Request build of single-threaded gflags libraries. 63 …gflags library. Note that the public source header files are installed in a subdirectory named aft… [all …]
|
D | METADATA | 1 name: "gflags" 2 …gflags package contains a C++ library that implements commandline flags processing. It includes bu… 6 value: "https://github.com/gflags/gflags.git" 10 value: "https://github.com/gflags/gflags.git"
|
D | CMakeLists.txt | 1 ## CMake configuration file of gflags project 3 ## This CMakeLists.txt defines some gflags specific configuration variables 6 ## the cmake command or in a super-project which includes the gflags source 8 ## gflags source directory via CMake's "add_subdirectory" command. Only when 13 ## file, i.e., the top-level directory of the gflags project source tree. 17 ## installation of the gflags files. The "gflags::gflags" target is in this case an ALIAS 19 ## depend on the gflags library should link to the "gflags::gflags" library target. 21 ## Example CMakeLists.txt of user project which requires separate gflags installation: 26 ## find_package(gflags REQUIRED) 29 ## target_link_libraries(foo gflags::gflags) [all …]
|
D | .gitignore | 12 /include/gflags/config.h 13 /include/gflags/gflags_completions.h 14 /include/gflags/gflags_declare.h 15 /include/gflags/gflags.h 23 /bazel-gflags
|
D | BUILD | 1 # Bazel (http://bazel.io/) BUILD file for gflags. 3 # See INSTALL.md for instructions for adding gflags to a Bazel workspace. 14 load(":bazel/gflags.bzl", "gflags_sources", "gflags_library") 16 (hdrs, srcs) = gflags_sources(namespace=["gflags", "google"])
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_tests.gypi | 29 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 123 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 197 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 216 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 231 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 247 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 263 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 279 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing_tests.gypi | 28 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 55 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 67 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 129 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 146 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
/external/grpc-grpc/cmake/ |
D | gflags.cmake | 17 set(GFLAGS_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/gflags) 20 add_subdirectory(${GFLAGS_ROOT_DIR} third_party/gflags) 23 set(_gRPC_GFLAGS_INCLUDE_DIR "${CMAKE_CURRENT_BINARY_DIR}/third_party/gflags/include") 29 # Use "CONFIG" as there is no built-in cmake module for gflags. 30 find_package(gflags REQUIRED CONFIG) 31 if(TARGET gflags) 32 set(_gRPC_GFLAGS_LIBRARIES gflags) 35 set(_gRPC_FIND_GFLAGS "if(NOT gflags_FOUND)\n find_package(gflags CONFIG)\nendif()")
|
/external/gflags/bazel/ |
D | gflags.bzl | 3 def gflags_sources(namespace=["google", "gflags"]): 29 srcs = ["src/gflags.h.in"], 30 outs = ["gflags.h"], 33 …"gsub(/@INCLUDE_GFLAGS_NS_H@/, \"" + '\n'.join(["#include \\\"gflags/{}\\\"".format(hdr) for hdr i… 46 "src/gflags.cc", 61 # Add native rule to build gflags library 63 name = "gflags" 102 include_prefix = 'gflags'
|
/external/grpc-grpc/tools/dockerfile/test/cxx_alpine_x64/ |
D | Dockerfile | 48 # Install gflags 49 RUN git clone https://github.com/gflags/gflags.git && cd gflags && git checkout v2.2.0 50 RUN cd gflags && cmake . && make && make install 51 RUN ln -s /usr/local/include/gflags /usr/include/gflags
|
/external/grpc-grpc/templates/tools/dockerfile/test/cxx_alpine_x64/ |
D | Dockerfile.template | 50 # Install gflags 51 RUN git clone https://github.com/gflags/gflags.git && cd gflags && git checkout v2.2.0 52 RUN cd gflags && cmake . && make && make install 53 RUN ln -s /usr/local/include/gflags /usr/include/gflags
|
/external/gflags/test/config/ |
D | CMakeLists.txt | 1 ## gflags package configuration tests 7 find_package (gflags REQUIRED) 10 target_link_libraries (foo gflags::gflags)
|
D | main.cc | 14 gflags::SetUsageMessage("Test CMake configuration of gflags library (gflags-config.cmake)"); in main() 15 gflags::SetVersionString("0.1"); in main() 16 gflags::ParseCommandLineFlags(&argc, &argv, true); in main() 18 gflags::ShutDownCommandLineFlags(); in main()
|
/external/webrtc/webrtc/tools/ |
D | tools.gyp | 117 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 132 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 147 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
/external/libyuv/files/third_party/gflags/ |
D | README.libyuv | 1 URL: https://github.com/gflags/gflags 7 The gflags package contains a library that implements commandline 21 When rolling gflags to a newer version, it's a good idea to check if 24 gflags. Then diff the generated files with the ones below gen/. 27 have to checkout gflags on the other platforms as well and run
|
D | gflags.gyp | 10 # This is a copy of WebRTC's gflags.gyp. 14 'gflags_root': '<(DEPTH)/third_party/gflags', 25 'target_name': 'gflags', 28 '<(gflags_gen_arch_root)/include/gflags', # For configured files. 52 'src/src/gflags.cc',
|
/external/libyuv/files/third_party/gflags/gen/win/include/private/ |
D | config.h | 53 #define PACKAGE gflags 56 #define PACKAGE_NAME gflags 59 #define PACKAGE_STRING gflags 2.2.0 62 #define PACKAGE_TARNAME gflags-2.2.0
|
/external/libyuv/files/third_party/gflags/gen/posix/include/private/ |
D | config.h | 53 #define PACKAGE gflags 56 #define PACKAGE_NAME gflags 59 #define PACKAGE_STRING gflags 2.2.0 62 #define PACKAGE_TARNAME gflags-2.2.0
|
/external/webrtc/third_party/gflags/ |
D | README.webrtc | 1 URL: http://code.google.com/p/gflags/ 7 The gflags package contains a library that implements commandline 21 When rolling gflags to a newer version, it's a good idea to check if 24 gflags. Then diff the generated files with the ones below gen/. 27 have to checkout gflags on the other platforms as well and run
|
/external/gflags/test/nc/ |
D | CMakeLists.txt | 1 ## gflags negative compilation tests 12 find_package (gflags REQUIRED) 16 target_link_libraries(gflags_${TEST_NAME} gflags)
|
/external/webrtc/webrtc/modules/audio_coding/ |
D | audio_coding.gypi | 183 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 202 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
/external/webrtc/webrtc/ |
D | webrtc_tests.gypi | 94 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 120 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 145 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
/external/libyuv/files/tools_libyuv/autoroller/unittests/testdata/ |
D | DEPS | 18 'src/third_party/gflags/src': 19 …Var('chromium_git') + '/external/github.com/gflags/gflags@03bebcb065c83beff83d50ae025a55a4bf94dfca…
|
12345