- 14 Oct, 2010 1 commit
-
-
Craig Silverstein authored
* google-gflags: version 1.4 * Add a check to prevent passing 0 to DEFINE_string (jorg) * Reduce compile (.o) size (jyrki) * Some small changes to quiet debug compiles (alexk) * PORTING: better support static linking on windows (csilvers) * DOCUMENTATION: change default values, use validators, etc. * Update the NEWS file to be non-empty * Add pkg-config (.pc) files for libgflags and libgflags_nothreads git-svn-id: https://gflags.googlecode.com/svn/trunk@40 6586e3c6-dcc4-952a-343f-ff74eb82781d
-
- 15 Apr, 2009 1 commit
-
-
Craig Silverstein authored
* google-gflags: version 1.1 * Add both foo and nofoo for boolean flags, with --undefok (andychu) * Better document how validators work (wojtekm) * Improve binary-detection for bash-completion (mtamsky) * Python: Add a concept of "key flags", used with --help (salcianu) * Python: Robustify flag_values (salcianu) * Python: Add a new DEFINE_bool alias (keir, andrewliu) * Python: Do module introspection based on module name (dsturtevant) * Fix autoconf a bit better, especially on windows and solaris (ajenjo) * BUG FIX: gflags_nothreads was linking against the wrong lib (ajenjo) * BUG FIX: threads-detection failed on FreeBSD; replace it (ajenjo) * PORTABILITY: Quiet an internal compiler error with SUSE 10 (csilvers) * PORTABILITY: Update deb.sh for more recenty debuilds (csilvers) * PORTABILITY: #include more headers to satify new gcc's (csilvers) * INSTALL: Updated to autoconf 2.61 and libtool 1.5.26 (csilvers) git-svn-id: https://gflags.googlecode.com/svn/trunk@29 6586e3c6-dcc4-952a-343f-ff74eb82781d
-
- 21 Aug, 2008 1 commit
-
-
Craig Silverstein authored
* 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
-
- 28 Mar, 2007 1 commit
-
-
Craig Silverstein authored
* google-gflags: version 0.3 * python portability fix: use popen instead of subprocess (csilvers) * Add is_default to CommandLineFlagInfo (pchien) * Make docs a bit prettier (csilvers) * Actually include the python files in the distribution! :-/ (csilvers) git-svn-id: https://gflags.googlecode.com/svn/trunk@11 6586e3c6-dcc4-952a-343f-ff74eb82781d
-