Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gflags
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
gflags
Commits
ced6f8e7
Commit
ced6f8e7
authored
Mar 24, 2015
by
Andreas Schuh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release v2.1.2
parent
7e0245c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletion
+18
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog.txt
ChangeLog.txt
+10
-0
README.md
README.md
+7
-0
No files found.
CMakeLists.txt
View file @
ced6f8e7
...
...
@@ -12,7 +12,7 @@ include (utils)
# ----------------------------------------------------------------------------
# package information
set
(
PACKAGE_NAME
"gflags"
)
set
(
PACKAGE_VERSION
"2.1.
1
"
)
set
(
PACKAGE_VERSION
"2.1.
2
"
)
set
(
PACKAGE_STRING
"
${
PACKAGE_NAME
}
${
PACKAGE_VERSION
}
"
)
set
(
PACKAGE_TARNAME
"
${
PACKAGE_NAME
}
-
${
PACKAGE_VERSION
}
"
)
set
(
PACKAGE_BUGREPORT
"https://github.com/schuhschuh/gflags/issues"
)
...
...
ChangeLog.txt
View file @
ced6f8e7
* Tue Mar 24 2014 - Andreas Schuh <andreas.schuh.84@gmail.com>
- gflags: version 2.1.2
- Moved project to GitHub
- Added GFLAGS_NAMESPACE definition to gflags_declare.h
- Fixed issue 94: Keep "google" as primary namespace and import symbols into "gflags" namespace
- Fixed issue 96: Fix binary ABI compatibility with gflags 2.0 using "google" as primary namespace
- Fixed issue 97/101: Removed (patched) CMake modules and enabled C language instead
- Fixed issue 103: Set CMake policy CMP0042 to silence warning regarding MACOS_RPATH setting
* Sun Mar 20 2014 - Andreas Schuh <google-gflags@googlegroups.com>
- gflags: version 2.1.1
...
...
README.md
View file @
ced6f8e7
24 March 2015
-------------
Released gflags 2.1.2 with fixes of ABI incompatibilities to 2.0 caused
by namespace change. The deprecated "google" namespace is yet kept as primary
namespace while sybmols are imported into the new "gflags" namespace by default.
This can be configured using GFLAGS_NAMESPACE and GLAGS_INCLUDE_DIR. Problems
with the (patched) CMake modules FindThreads.cmake and CheckTypeSize.cmake
are resolved by re-enabling the C language again even though gflags is C++.
Finalized move of gflags project from Google Code to GitHub.
Email addresses of original issue reporters got lost in the process.
Given the age of most issue reports, this should be neglibable.
...
...
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