Tue Aug 19 16:15:48 2008 Google Inc. <opensource@google.com>
authorCraig Silverstein <csilvers+gflags@google.com>
Thu, 21 Aug 2008 00:50:59 +0000 (00:50 +0000)
committerCraig Silverstein <csilvers+gflags@google.com>
Thu, 21 Aug 2008 00:50:59 +0000 (00:50 +0000)
commit67914687b84909782695da9acd04c1324e9e4b0f
tree3b3715fe289d0b3a1629464368e1707b79bce0f3
parentc79c32d98c4dc705ecc2fea2d7e8712afb6938fb
Tue Aug 19 16:15:48 2008  Google Inc. <opensource@google.com>

* google-gflags: version 1.0rc1
* Move #include files from google/ to gflags/ (csilvers)
* Small optimizations to reduce binary (library) size (jyrki)
* BUGFIX: forgot a std:: in one of the .h files (csilvers)
* Speed up locking by making sure calls are inlined (ajenjo)
* 64-BIT COMPATIBILITY: Use %PRId64 instead of %lld (csilvers)
* PORTABILITY: fix Makefile to work with Cygwin (ajenjo)
* PORTABILITY: fix code to compile under Visual Studio (ajenjo)
* PORTABILITY: fix code to compile under Solaris 10 with CC (csilvers)

git-svn-id: https://gflags.googlecode.com/svn/trunk@25 6586e3c6-dcc4-952a-343f-ff74eb82781d
21 files changed:
ChangeLog
Makefile.am
Makefile.in
autogen.sh
configure
configure.ac
packages/deb/README [deleted file]
packages/deb/changelog
packages/deb/libgoogle-gflags-dev.dirs
packages/deb/libgoogle-gflags-dev.install
packages/rpm/rpm.spec
src/config.h.in
src/gflags.cc
src/gflags/gflags.h.in [moved from src/google/gflags.h.in with 99% similarity]
src/gflags/gflags_completions.h.in [moved from src/google/gflags_completions.h.in with 100% similarity]
src/gflags_completions.cc
src/gflags_reporting.cc
src/gflags_unittest.cc
src/gflags_unittest.sh
src/google/gflags.h [new file with mode: 0644]
src/google/gflags_completions.h [new file with mode: 0644]