Commit f1877293 authored by Craig Silverstein's avatar Craig Silverstein

Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>

	* gflags: version 2.0
	* Changed the 'official' gflags email in setup.py/etc
	* Renamed google-gflags.sln to gflags.sln
	* Changed copyright text to reflect Google's relinquished ownership


git-svn-id: https://gflags.googlecode.com/svn/trunk@74 6586e3c6-dcc4-952a-343f-ff74eb82781d
parent ec7c7a20
opensource@google.com google-gflags@googlegroups.com
Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
* gflags: version 2.0
* Changed the 'official' gflags email in setup.py/etc
* Renamed google-gflags.sln to gflags.sln
* Changed copyright text to reflect Google's relinquished ownership
Tue Dec 20 19:48:57 2011 Google Inc. <opensource@google.com> Tue Dec 20 19:48:57 2011 Google Inc. <opensource@google.com>
* google-gflags: version 1.7 * google-gflags: version 1.7
......
...@@ -40,7 +40,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ ...@@ -40,7 +40,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
## The libraries (.so's) you want to install ## The libraries (.so's) you want to install
lib_LTLIBRARIES = lib_LTLIBRARIES =
## The location of the windows project file for each binary we make ## The location of the windows project file for each binary we make
WINDOWS_PROJECTS = google-gflags.sln WINDOWS_PROJECTS = gflags.sln
## unittests you want to run when people type 'make check'. ## unittests you want to run when people type 'make check'.
## TESTS is for binary unittests, check_SCRIPTS for script-based unittests. ## TESTS is for binary unittests, check_SCRIPTS for script-based unittests.
......
...@@ -347,8 +347,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \ ...@@ -347,8 +347,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
README_windows.txt doc/designstyle.css doc/gflags.html README_windows.txt doc/designstyle.css doc/gflags.html
lib_LTLIBRARIES = libgflags.la libgflags_nothreads.la lib_LTLIBRARIES = libgflags.la libgflags_nothreads.la
WINDOWS_PROJECTS = google-gflags.sln \ WINDOWS_PROJECTS = gflags.sln vsprojects/libgflags/libgflags.vcproj \
vsprojects/libgflags/libgflags.vcproj \
vsprojects/gflags_unittest/gflags_unittest.vcproj vsprojects/gflags_unittest/gflags_unittest.vcproj
TESTS_ENVIRONMENT = SRCDIR="$(top_srcdir)" TESTS_ENVIRONMENT = SRCDIR="$(top_srcdir)"
......
== 20 December 2011 == == 25 January 2012 ==
I've just released gflags 2.0.
The `google-gflags` project has been renamed to `gflags`. I
(csilvers) am stepping down as maintainer, to be replaced by Andreas
Schuh. Welcome to the team, Andreas! I've seen the energy you have
around gflags and the ideas you have for the project going forward,
and look forward to having you on the team.
I bumped the major version number up to 2 to reflect the new community
ownership of the project. All the
[http://gflags.googlecode.com/svn/tags/gflags-2.0/ChangeLog changes]
are related to the renaming. There are no functional changes from
gflags 1.7. In particular, I've kept the code in the namespace
`google`, though in a future version it should be renamed to `gflags`.
I've also kept the `/usr/local/include/google/` subdirectory as
synonym of `/usr/local/include/gflags/`, though the former name has
been obsolete for some time now.
=== 18 January 2011 ===
The `google-gflags` Google Code page has been renamed to
`gflags`, in preparation for the project being renamed to
`gflags`. In the coming weeks, I'll be stepping down as
maintainer for the gflags project, and as part of that Google is
relinquishing ownership of the project; it will now be entirely
community run. The name change reflects that shift.
=== 20 December 2011 ===
I've just released gflags 1.7. This is a minor release; the major I've just released gflags 1.7. This is a minor release; the major
change is that CommandLineFlagInfo now exports the address in memory change is that `CommandLineFlagInfo` now exports the address in memory
where the flag is located. There has also been a bugfix involving where the flag is located. There has also been a bugfix involving
very long --help strings, and some other minor very long --help strings, and some other minor
[http://code.google.com/p/google-gflags/source/browse/tags/gflags-1.7/ChangeLog changes]. [http://code.google.com/p/google-gflags/source/browse/tags/gflags-1.7/ChangeLog changes].
=== 29 July 2011 === === 29 July 2011 ===
I've just released gflags 1.6. The major new feature in this release I've just released gflags 1.6. The major new feature in this release
......
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.62 for gflags 1.7. # Generated by GNU Autoconf 2.62 for gflags 2.0.
# #
# Report bugs to <opensource@google.com>. # Report bugs to <google-gflags@googlegroups.com>.
# #
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
...@@ -745,9 +745,9 @@ SHELL=${CONFIG_SHELL-/bin/sh} ...@@ -745,9 +745,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='gflags' PACKAGE_NAME='gflags'
PACKAGE_TARNAME='gflags' PACKAGE_TARNAME='gflags'
PACKAGE_VERSION='1.7' PACKAGE_VERSION='2.0'
PACKAGE_STRING='gflags 1.7' PACKAGE_STRING='gflags 2.0'
PACKAGE_BUGREPORT='opensource@google.com' PACKAGE_BUGREPORT='google-gflags@googlegroups.com'
ac_unique_file="README" ac_unique_file="README"
# Factoring default headers for most tests. # Factoring default headers for most tests.
...@@ -1496,7 +1496,7 @@ if test "$ac_init_help" = "long"; then ...@@ -1496,7 +1496,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures gflags 1.7 to adapt to many kinds of systems. \`configure' configures gflags 2.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
...@@ -1566,7 +1566,7 @@ fi ...@@ -1566,7 +1566,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of gflags 1.7:";; short | recursive ) echo "Configuration of gflags 2.0:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
...@@ -1609,7 +1609,7 @@ Some influential environment variables: ...@@ -1609,7 +1609,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations. it to find libraries and programs with nonstandard names/locations.
Report bugs to <opensource@google.com>. Report bugs to <google-gflags@googlegroups.com>.
_ACEOF _ACEOF
ac_status=$? ac_status=$?
fi fi
...@@ -1672,7 +1672,7 @@ fi ...@@ -1672,7 +1672,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
gflags configure 1.7 gflags configure 2.0
generated by GNU Autoconf 2.62 generated by GNU Autoconf 2.62
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
...@@ -1686,7 +1686,7 @@ cat >config.log <<_ACEOF ...@@ -1686,7 +1686,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by gflags $as_me 1.7, which was It was created by gflags $as_me 2.0, which was
generated by GNU Autoconf 2.62. Invocation command line was generated by GNU Autoconf 2.62. Invocation command line was
$ $0 $@ $ $0 $@
...@@ -2408,7 +2408,7 @@ fi ...@@ -2408,7 +2408,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='gflags' PACKAGE='gflags'
VERSION='1.7' VERSION='2.0'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
...@@ -15650,9 +15650,9 @@ $as_echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" ...@@ -15650,9 +15650,9 @@ $as_echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result"
{ $as_echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 { $as_echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5
$as_echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} $as_echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX ( cat <<\_ASBOX
## ------------------------------------ ## ## --------------------------------------------- ##
## Report this to opensource@google.com ## ## Report this to google-gflags@googlegroups.com ##
## ------------------------------------ ## ## --------------------------------------------- ##
_ASBOX _ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2 ) | sed "s/^/$as_me: WARNING: /" >&2
;; ;;
...@@ -15789,9 +15789,9 @@ $as_echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's resul ...@@ -15789,9 +15789,9 @@ $as_echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's resul
{ $as_echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5 { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5
$as_echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} $as_echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX ( cat <<\_ASBOX
## ------------------------------------ ## ## --------------------------------------------- ##
## Report this to opensource@google.com ## ## Report this to google-gflags@googlegroups.com ##
## ------------------------------------ ## ## --------------------------------------------- ##
_ASBOX _ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2 ) | sed "s/^/$as_me: WARNING: /" >&2
;; ;;
...@@ -15928,9 +15928,9 @@ $as_echo "$as_me: WARNING: inttypes.h: proceeding with the preprocessor's result ...@@ -15928,9 +15928,9 @@ $as_echo "$as_me: WARNING: inttypes.h: proceeding with the preprocessor's result
{ $as_echo "$as_me:$LINENO: WARNING: inttypes.h: in the future, the compiler will take precedence" >&5 { $as_echo "$as_me:$LINENO: WARNING: inttypes.h: in the future, the compiler will take precedence" >&5
$as_echo "$as_me: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;} $as_echo "$as_me: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX ( cat <<\_ASBOX
## ------------------------------------ ## ## --------------------------------------------- ##
## Report this to opensource@google.com ## ## Report this to google-gflags@googlegroups.com ##
## ------------------------------------ ## ## --------------------------------------------- ##
_ASBOX _ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2 ) | sed "s/^/$as_me: WARNING: /" >&2
;; ;;
...@@ -16073,9 +16073,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result ...@@ -16073,9 +16073,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX ( cat <<\_ASBOX
## ------------------------------------ ## ## --------------------------------------------- ##
## Report this to opensource@google.com ## ## Report this to google-gflags@googlegroups.com ##
## ------------------------------------ ## ## --------------------------------------------- ##
_ASBOX _ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2 ) | sed "s/^/$as_me: WARNING: /" >&2
;; ;;
...@@ -16223,9 +16223,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result ...@@ -16223,9 +16223,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX ( cat <<\_ASBOX
## ------------------------------------ ## ## --------------------------------------------- ##
## Report this to opensource@google.com ## ## Report this to google-gflags@googlegroups.com ##
## ------------------------------------ ## ## --------------------------------------------- ##
_ASBOX _ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2 ) | sed "s/^/$as_me: WARNING: /" >&2
;; ;;
...@@ -16373,9 +16373,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result ...@@ -16373,9 +16373,9 @@ $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result
{ $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX ( cat <<\_ASBOX
## ------------------------------------ ## ## --------------------------------------------- ##
## Report this to opensource@google.com ## ## Report this to google-gflags@googlegroups.com ##
## ------------------------------------ ## ## --------------------------------------------- ##
_ASBOX _ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2 ) | sed "s/^/$as_me: WARNING: /" >&2
;; ;;
...@@ -17943,6 +17943,7 @@ _ACEOF ...@@ -17943,6 +17943,7 @@ _ACEOF
fi fi
# TODO(csilvers): this should be renamed to gflags.
google_namespace_default=google google_namespace_default=google
# Check whether --enable-namespace was given. # Check whether --enable-namespace was given.
if test "${enable_namespace+set}" = set; then if test "${enable_namespace+set}" = set; then
...@@ -18469,7 +18470,7 @@ exec 6>&1 ...@@ -18469,7 +18470,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by gflags $as_me 1.7, which was This file was extended by gflags $as_me 2.0, which was
generated by GNU Autoconf 2.62. Invocation command line was generated by GNU Autoconf 2.62. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
...@@ -18522,7 +18523,7 @@ Report bugs to <bug-autoconf@gnu.org>." ...@@ -18522,7 +18523,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\ ac_cs_version="\\
gflags config.status 1.7 gflags config.status 2.0
configured by $0, generated by GNU Autoconf 2.62, configured by $0, generated by GNU Autoconf 2.62,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# make sure we're interpreted by some minimal autoconf # make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT(gflags, 1.7, opensource@google.com) AC_INIT(gflags, 2.0, google-gflags@googlegroups.com)
# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B) # Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
SO_VERSION=3:0:1 SO_VERSION=3:0:1
...@@ -88,6 +88,7 @@ ACX_PTHREAD ...@@ -88,6 +88,7 @@ ACX_PTHREAD
# Find out what namespace 'normal' STL code lives in, and also what namespace # Find out what namespace 'normal' STL code lives in, and also what namespace
# the user wants our classes to be defined in # the user wants our classes to be defined in
AC_CXX_STL_NAMESPACE AC_CXX_STL_NAMESPACE
# TODO(csilvers): this should be renamed to gflags.
AC_DEFINE_GOOGLE_NAMESPACE(google) AC_DEFINE_GOOGLE_NAMESPACE(google)
# Solaris 10 6/06 has a bug where /usr/sfw/lib/libstdc++.la is empty. # Solaris 10 6/06 has a bug where /usr/sfw/lib/libstdc++.la is empty.
......
...@@ -2,11 +2,9 @@ ...@@ -2,11 +2,9 @@
<html> <html>
<head> <head>
<title>How To Use Google Commandline Flags</title> <title>How To Use Gflags (formerly Google Commandline Flags)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="http://www.google.com/favicon.ico" type="image/x-icon"
rel="shortcut icon">
<link href="designstyle.css" type="text/css" rel="stylesheet"> <link href="designstyle.css" type="text/css" rel="stylesheet">
<style type="text/css"> <style type="text/css">
<!-- <!--
...@@ -28,7 +26,7 @@ ...@@ -28,7 +26,7 @@
<body> <body>
<h1>How To Use Google Commandline Flags (gflags)</h1> <h1>How To Use Gflags (formerly Google Commandline Flags)</h1>
<small>(as of <small>(as of
<script type=text/javascript> <script type=text/javascript>
var lm = new Date(document.lastModified); var lm = new Date(document.lastModified);
...@@ -72,13 +70,14 @@ string (in particular, a filename) as an argument. Users can use a ...@@ -72,13 +70,14 @@ string (in particular, a filename) as an argument. Users can use a
library to help parse the commandline and store the flags in some data library to help parse the commandline and store the flags in some data
structure.</p> structure.</p>
<p>Google's commandline flags library differs from other libraries, <p>Gflags, the commandline flags library used within Google,
differs from other libraries,
such as <code>getopt()</code>, in that flag definitions can be such as <code>getopt()</code>, in that flag definitions can be
scattered around the source code, and not just listed in one place scattered around the source code, and not just listed in one place
such as <code>main()</code>. In practice, this means that a single such as <code>main()</code>. In practice, this means that a single
source-code file will define and use flags that are meaningful to that source-code file will define and use flags that are meaningful to that
file. Any application that links in that file will get the flags, and file. Any application that links in that file will get the flags, and
the google commandline flags library will automatically handle that the gflags library will automatically handle that
flag appropriately.</p> flag appropriately.</p>
<p>There's significant gain in flexibility, and ease of code reuse, <p>There's significant gain in flexibility, and ease of code reuse,
......
gflags (2.0-1) unstable; urgency=low
* New upstream release.
-- Google Inc. and others <google-gflags@googlegroups.com> Wed, 25 Jan 2012 15:09:14 -0800
gflags (1.7-1) unstable; urgency=low gflags (1.7-1) unstable; urgency=low
* New upstream release. * New upstream release.
......
Source: gflags Source: gflags
Priority: optional Priority: optional
Maintainer: Google Inc. <google-gflags@googlegroups.com> Maintainer: Google Inc. and others <google-gflags@googlegroups.com>
Build-Depends: debhelper (>= 4.0.0), binutils Build-Depends: debhelper (>= 4.0.0), binutils
Standards-Version: 3.6.1 Standards-Version: 3.6.1
......
This package was debianized by Google Inc. <opensource@google.com> on This package was debianized by Craig Silverstein <google-ctemplate@google.com>
13 December 2006. on Wed, 25 Jan 2012 15:09:14 -0800.
It was downloaded from http://code.google.com/ It was downloaded from http://code.google.com/p/gflags/downloads/list
Upstream Author: opensource@google.com Upstream Author: google-gflags@google.com
Copyright (c) 2006, Google Inc. Copyright (c) 2006, Google Inc.
All rights reserved. All rights reserved.
......
...@@ -7,10 +7,10 @@ Summary: A commandline flags library that allows for distributed flags ...@@ -7,10 +7,10 @@ Summary: A commandline flags library that allows for distributed flags
Version: %VERSION Version: %VERSION
Release: %rel Release: %rel
Group: Development/Libraries Group: Development/Libraries
URL: http://code.google.com/p/google-gflags URL: http://code.google.com/p/gflags
License: BSD License: BSD
Vendor: Google Vendor: Google Inc. and others
Packager: Google Inc. <google-gflags@googlegroups.com> Packager: Google Inc. and others <google-gflags@googlegroups.com>
Source: http://%{NAME}.googlecode.com/files/%{NAME}-%{VERSION}.tar.gz Source: http://%{NAME}.googlecode.com/files/%{NAME}-%{VERSION}.tar.gz
Distribution: Redhat 7 and above. Distribution: Redhat 7 and above.
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
......
...@@ -53,7 +53,7 @@ DEFINE_bool(some_bool_flag_3, ...@@ -53,7 +53,7 @@ DEFINE_bool(some_bool_flag_3,
"false", "false",
"false in in quotes, which is wrong"); "false in in quotes, which is wrong");
#elif defined(SANITY) #elif defined(TEST_SANITY)
DEFINE_bool(some_bool_flag_4, DEFINE_bool(some_bool_flag_4,
true, true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment