Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
glog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
glog
Commits
ce4fab29
Commit
ce4fab29
authored
May 09, 2017
by
Shinichiro Hamaji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glog: release 0.3.5
parent
e56ed552
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
12 deletions
+18
-12
INSTALL.md
cmake/INSTALL.md
+1
-1
configure
configure
+10
-10
configure.ac
configure.ac
+1
-1
changelog
packages/deb/changelog
+6
-0
No files found.
cmake/INSTALL.md
View file @
ce4fab29
...
...
@@ -20,7 +20,7 @@ To use Glog in your project `myproj`, use:
cmake_minimum_required (VERSION 3.0)
project (myproj)
find_package (glog 0.3.
4
REQUIRED)
find_package (glog 0.3.
5
REQUIRED)
add_executable (myapp main.cpp)
target_link_libraries (myapp glog::glog)
...
...
configure
View file @
ce4fab29
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for glog 0.3.
4
.
# Generated by GNU Autoconf 2.69 for glog 0.3.
5
.
#
# Report bugs to <opensource@google.com>.
#
...
...
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME
=
'glog'
PACKAGE_TARNAME
=
'glog'
PACKAGE_VERSION
=
'0.3.
4
'
PACKAGE_STRING
=
'glog 0.3.
4
'
PACKAGE_VERSION
=
'0.3.
5
'
PACKAGE_STRING
=
'glog 0.3.
5
'
PACKAGE_BUGREPORT
=
'opensource@google.com'
PACKAGE_URL
=
''
...
...
@@ -1366,7 +1366,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 glog 0.3.
4
to adapt to many kinds of systems.
\`configure' configures glog 0.3.
5
to adapt to many kinds of systems.
Usage:
$0
[OPTION]... [VAR=VALUE]...
...
...
@@ -1436,7 +1436,7 @@ fi
if
test
-n
"
$ac_init_help
"
;
then
case
$ac_init_help
in
short
|
recursive
)
echo
"Configuration of glog 0.3.
4
:"
;;
short
|
recursive
)
echo
"Configuration of glog 0.3.
5
:"
;;
esac
cat
<<
\
_ACEOF
...
...
@@ -1552,7 +1552,7 @@ fi
test
-n
"
$ac_init_help
"
&&
exit
$ac_status
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
glog configure 0.3.
4
glog configure 0.3.
5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
...
...
@@ -2388,7 +2388,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 glog
$as_me
0.3.
4
, which was
It was created by glog
$as_me
0.3.
5
, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0
$@
...
...
@@ -3255,7 +3255,7 @@ fi
# Define the identity of the package.
PACKAGE
=
'glog'
VERSION
=
'0.3.
4
'
VERSION
=
'0.3.
5
'
cat
>>
confdefs.h
<<
_ACEOF
...
...
@@ -17997,7 +17997,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by glog
$as_me
0.3.
4
, which was
This file was extended by glog
$as_me
0.3.
5
, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
...
...
@@ -18063,7 +18063,7 @@ _ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
ac_cs_config="`
$as_echo
"
$ac_configure_args
" | sed 's/^ //; s/[\\""\`\
$]
/\\\\&/g'`"
ac_cs_version="\\
glog config.status 0.3.
4
glog config.status 0.3.
5
configured by
$0
, generated by GNU Autoconf 2.69,
with options \\"\
$ac_cs_config
\\"
...
...
configure.ac
View file @
ce4fab29
...
...
@@ -5,7 +5,7 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57)
AC_INIT(glog, 0.3.
4
, opensource@google.com)
AC_INIT(glog, 0.3.
5
, opensource@google.com)
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README)
...
...
packages/deb/changelog
View file @
ce4fab29
google-glog (0.3.5-1) unstable; urgency=low
* New upstream release.
-- Google Inc. <opensource@google.com> Tue, 09 May 2017 16:22:12 +0900
google-glog (0.3.4-1) unstable; urgency=low
* New upstream release.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment