mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
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
This commit is contained in:
parent
ec7c7a209d
commit
f18772936d
14 changed files with 97 additions and 54 deletions
2
AUTHORS
2
AUTHORS
|
@ -1,2 +1,2 @@
|
|||
opensource@google.com
|
||||
google-gflags@googlegroups.com
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
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>
|
||||
|
||||
* google-gflags: version 1.7
|
||||
|
|
|
@ -40,7 +40,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
|||
## The libraries (.so's) you want to install
|
||||
lib_LTLIBRARIES =
|
||||
## 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'.
|
||||
## TESTS is for binary unittests, check_SCRIPTS for script-based unittests.
|
||||
|
|
|
@ -347,8 +347,7 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README \
|
|||
README_windows.txt doc/designstyle.css doc/gflags.html
|
||||
|
||||
lib_LTLIBRARIES = libgflags.la libgflags_nothreads.la
|
||||
WINDOWS_PROJECTS = google-gflags.sln \
|
||||
vsprojects/libgflags/libgflags.vcproj \
|
||||
WINDOWS_PROJECTS = gflags.sln vsprojects/libgflags/libgflags.vcproj \
|
||||
vsprojects/gflags_unittest/gflags_unittest.vcproj
|
||||
TESTS_ENVIRONMENT = SRCDIR="$(top_srcdir)"
|
||||
|
||||
|
|
36
NEWS
36
NEWS
|
@ -1,12 +1,42 @@
|
|||
== 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
|
||||
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
|
||||
very long --help strings, and some other minor
|
||||
[http://code.google.com/p/google-gflags/source/browse/tags/gflags-1.7/ChangeLog changes].
|
||||
|
||||
|
||||
=== 29 July 2011 ===
|
||||
|
||||
I've just released gflags 1.6. The major new feature in this release
|
||||
|
|
63
configure
vendored
63
configure
vendored
|
@ -1,8 +1,8 @@
|
|||
#! /bin/sh
|
||||
# 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,
|
||||
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
|
@ -745,9 +745,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='gflags'
|
||||
PACKAGE_TARNAME='gflags'
|
||||
PACKAGE_VERSION='1.7'
|
||||
PACKAGE_STRING='gflags 1.7'
|
||||
PACKAGE_BUGREPORT='opensource@google.com'
|
||||
PACKAGE_VERSION='2.0'
|
||||
PACKAGE_STRING='gflags 2.0'
|
||||
PACKAGE_BUGREPORT='google-gflags@googlegroups.com'
|
||||
|
||||
ac_unique_file="README"
|
||||
# Factoring default headers for most tests.
|
||||
|
@ -1496,7 +1496,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# 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.
|
||||
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]...
|
||||
|
||||
|
@ -1566,7 +1566,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of gflags 1.7:";;
|
||||
short | recursive ) echo "Configuration of gflags 2.0:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1609,7 +1609,7 @@ Some influential environment variables:
|
|||
Use these variables to override the choices made by `configure' or to help
|
||||
it to find libraries and programs with nonstandard names/locations.
|
||||
|
||||
Report bugs to <opensource@google.com>.
|
||||
Report bugs to <google-gflags@googlegroups.com>.
|
||||
_ACEOF
|
||||
ac_status=$?
|
||||
fi
|
||||
|
@ -1672,7 +1672,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
gflags configure 1.7
|
||||
gflags configure 2.0
|
||||
generated by GNU Autoconf 2.62
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
@ -1686,7 +1686,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
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
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2408,7 +2408,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='gflags'
|
||||
VERSION='1.7'
|
||||
VERSION='2.0'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -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: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## ------------------------------------ ##
|
||||
## Report this to opensource@google.com ##
|
||||
## ------------------------------------ ##
|
||||
## --------------------------------------------- ##
|
||||
## Report this to google-gflags@googlegroups.com ##
|
||||
## --------------------------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
|
@ -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: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## ------------------------------------ ##
|
||||
## Report this to opensource@google.com ##
|
||||
## ------------------------------------ ##
|
||||
## --------------------------------------------- ##
|
||||
## Report this to google-gflags@googlegroups.com ##
|
||||
## --------------------------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
|
@ -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: WARNING: inttypes.h: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## ------------------------------------ ##
|
||||
## Report this to opensource@google.com ##
|
||||
## ------------------------------------ ##
|
||||
## --------------------------------------------- ##
|
||||
## Report this to google-gflags@googlegroups.com ##
|
||||
## --------------------------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
|
@ -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: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## ------------------------------------ ##
|
||||
## Report this to opensource@google.com ##
|
||||
## ------------------------------------ ##
|
||||
## --------------------------------------------- ##
|
||||
## Report this to google-gflags@googlegroups.com ##
|
||||
## --------------------------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
|
@ -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: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## ------------------------------------ ##
|
||||
## Report this to opensource@google.com ##
|
||||
## ------------------------------------ ##
|
||||
## --------------------------------------------- ##
|
||||
## Report this to google-gflags@googlegroups.com ##
|
||||
## --------------------------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
|
@ -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: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
|
||||
( cat <<\_ASBOX
|
||||
## ------------------------------------ ##
|
||||
## Report this to opensource@google.com ##
|
||||
## ------------------------------------ ##
|
||||
## --------------------------------------------- ##
|
||||
## Report this to google-gflags@googlegroups.com ##
|
||||
## --------------------------------------------- ##
|
||||
_ASBOX
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
|
@ -17943,6 +17943,7 @@ _ACEOF
|
|||
|
||||
fi
|
||||
|
||||
# TODO(csilvers): this should be renamed to gflags.
|
||||
google_namespace_default=google
|
||||
# Check whether --enable-namespace was given.
|
||||
if test "${enable_namespace+set}" = set; then
|
||||
|
@ -18469,7 +18470,7 @@ exec 6>&1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
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
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -18522,7 +18523,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
|||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_version="\\
|
||||
gflags config.status 1.7
|
||||
gflags config.status 2.0
|
||||
configured by $0, generated by GNU Autoconf 2.62,
|
||||
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# make sure we're interpreted by some minimal autoconf
|
||||
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)
|
||||
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
SO_VERSION=3:0:1
|
||||
|
@ -88,6 +88,7 @@ ACX_PTHREAD
|
|||
# Find out what namespace 'normal' STL code lives in, and also what namespace
|
||||
# the user wants our classes to be defined in
|
||||
AC_CXX_STL_NAMESPACE
|
||||
# TODO(csilvers): this should be renamed to gflags.
|
||||
AC_DEFINE_GOOGLE_NAMESPACE(google)
|
||||
|
||||
# Solaris 10 6/06 has a bug where /usr/sfw/lib/libstdc++.la is empty.
|
||||
|
|
|
@ -2,11 +2,9 @@
|
|||
|
||||
<html>
|
||||
<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">
|
||||
<link href="http://www.google.com/favicon.ico" type="image/x-icon"
|
||||
rel="shortcut icon">
|
||||
<link href="designstyle.css" type="text/css" rel="stylesheet">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
@ -28,7 +26,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<h1>How To Use Google Commandline Flags (gflags)</h1>
|
||||
<h1>How To Use Gflags (formerly Google Commandline Flags)</h1>
|
||||
<small>(as of
|
||||
<script type=text/javascript>
|
||||
var lm = new Date(document.lastModified);
|
||||
|
@ -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
|
||||
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
|
||||
scattered around the source code, and not just listed in one place
|
||||
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
|
||||
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>
|
||||
|
||||
<p>There's significant gain in flexibility, and ease of code reuse,
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Source: gflags
|
||||
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
|
||||
Standards-Version: 3.6.1
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
This package was debianized by Google Inc. <opensource@google.com> on
|
||||
13 December 2006.
|
||||
This package was debianized by Craig Silverstein <google-ctemplate@google.com>
|
||||
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.
|
||||
All rights reserved.
|
||||
|
|
|
@ -7,10 +7,10 @@ Summary: A commandline flags library that allows for distributed flags
|
|||
Version: %VERSION
|
||||
Release: %rel
|
||||
Group: Development/Libraries
|
||||
URL: http://code.google.com/p/google-gflags
|
||||
URL: http://code.google.com/p/gflags
|
||||
License: BSD
|
||||
Vendor: Google
|
||||
Packager: Google Inc. <google-gflags@googlegroups.com>
|
||||
Vendor: Google Inc. and others
|
||||
Packager: Google Inc. and others <google-gflags@googlegroups.com>
|
||||
Source: http://%{NAME}.googlecode.com/files/%{NAME}-%{VERSION}.tar.gz
|
||||
Distribution: Redhat 7 and above.
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
|
|
|
@ -53,7 +53,7 @@ DEFINE_bool(some_bool_flag_3,
|
|||
"false",
|
||||
"false in in quotes, which is wrong");
|
||||
|
||||
#elif defined(SANITY)
|
||||
#elif defined(TEST_SANITY)
|
||||
|
||||
DEFINE_bool(some_bool_flag_4,
|
||||
true,
|
||||
|
|
Loading…
Add table
Reference in a new issue