1. cb62c00 Change mode of text file. by Andreas Schuh · 10 years ago
  2. 9ecc4ca Enable packaging of library using CPack. by Andreas Schuh · 10 years ago
  3. ddc5357 Add link dependency on shlwapi.lib during build configuration instead of #pragma comment statement. Use this library also on MinGW. by Andreas Schuh · 10 years ago
  4. acb460a Use strtoll as defined by windows_port.h for strto64. by Andreas Schuh · 10 years ago
  5. 4118166 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS. by Andreas Schuh · 10 years ago
  6. 13025b1 Remove GFLAGS_NAMESPACE and version macros from public headers again. by Andreas Schuh · 10 years ago
  7. 8566bcf Replace GFLAGS_HAVE_* #defines by HAVE_* again. by Andreas Schuh · 10 years ago
  8. 6e9f416 No need to export CommandLineFlagInfo data only structure from DLL. by Andreas Schuh · 10 years ago
  9. d8c6a55 Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on failure. by Andreas Schuh · 10 years ago
  10. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 10 years ago
  11. e491f01 Add missing errno.h include statement and use int instead of errno_t. by Andreas Schuh · 10 years ago
  12. e31f179 Fix up use of SafeFOpen. by Andreas Schuh · 10 years ago
  13. a0dca4d Create temporary directory for unit tests in specified --test_tmpdir if possible. by Andreas Schuh · 10 years ago
  14. eeb4db3 Use _strtoi64 and _strtoui64 on Windows. by Andreas Schuh · 10 years ago
  15. 1076812 Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol. by Andreas Schuh · 10 years ago
  16. 8d3797c Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions. by Andreas Schuh · 10 years ago
  17. 7b63ae8 Fix preprocessor conditions to use new GFLAGS_* defines. by Andreas Schuh · 10 years ago
  18. a4c4a01 Check if pthread_rwlock_t is available and use it if so. by Andreas Schuh · 10 years ago
  19. 8477f31 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. by Andreas Schuh · 10 years ago
  20. 15bc2d6 Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed. by Andreas Schuh · 10 years ago
  21. 70eac23 Issue #73 Fix missing STL DLL export warnings of Visual Studio according to KB168958. by Andreas Schuh · 10 years ago
  22. b2180eb Fix build on Windows using Visual Studio. Add gflags_config.h. by Andreas Schuh · 10 years ago
  23. 4eb2cb2 Add missing windows portability definitions. by Andreas Schuh · 11 years ago
  24. f7e89ba Move public header files to src/ subdirectory. Copy them to <prefix>/include/<ns>/ upon installation. by Andreas Schuh · 11 years ago
  25. 392eb67 Add CMakeLists.txt and adapt source files accordingly. by Andreas Schuh · 11 years ago
  26. 2eed08d Move public header files to separate subdirectory. by Andreas Schuh · 11 years ago
  27. 5ed8ae1 Remove build tool related files, operating system packages, and move unit tests to separate subdirectory. by Andreas Schuh · 11 years ago
  28. 45a53de Add DEFINE_validator macro for convenient registration of a flag validator. by Andreas Schuh · 11 years ago
  29. 8011f61 Use static_cast to avoid comparison of signed and unsigned integer warning in util.h. by Andreas Schuh · 11 years ago
  30. f098a54 Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution files for VS 2010 and VS 2012. by Andreas Schuh · 12 years ago
  31. 6b215b0 Use project name (gflags) within include guards to avoid conflict with gperftools as reported by chen3feng (issue #62, http://code.google.com/p/gflags/issues/detail?id=62). by Andreas Schuh · 12 years ago
  32. e88280e Fix "invalid suffix on literal; C++11 requires a space between literal and identifier" errors as reported by http://code.google.com/p/gflags/issues/detail?id=54. by Andreas Schuh · 12 years ago
  33. f187729 Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com> by Craig Silverstein · 12 years ago
  34. 8091205 by Craig Silverstein · 13 years ago
  35. be2da58 by Craig Silverstein · 13 years ago
  36. 2535e43 by Craig Silverstein · 13 years ago
  37. c23c6c6 by Craig Silverstein · 13 years ago
  38. 17a627a by Craig Silverstein · 13 years ago
  39. 9bf7e65 by Craig Silverstein · 13 years ago
  40. 6b70a75 by Craig Silverstein · 13 years ago
  41. 29f02f9 by Craig Silverstein · 13 years ago
  42. 10caa99 by Craig Silverstein · 13 years ago
  43. 874aed5 by Craig Silverstein · 13 years ago
  44. 1b8e9ba by Craig Silverstein · 13 years ago
  45. beb69a8 by Craig Silverstein · 13 years ago
  46. 8233556 by Craig Silverstein · 13 years ago
  47. a923d33 by Craig Silverstein · 13 years ago
  48. 357b3d9 by Craig Silverstein · 13 years ago
  49. 917f4e7 Some reorganization that results from a new method I'm moving to to by Craig Silverstein · 13 years ago
  50. eacb792 Update the windows version of the .h's to match the unix version. by Craig Silverstein · 13 years ago
  51. ac2abfc * Split up flag declares into its own file (jyrki) by Craig Silverstein · 13 years ago
  52. b4bf72b Add support for specifying a version number (SetVersionString()), by Craig Silverstein · 13 years ago
  53. 71e1be9 * Update acx_pthread.m4 for nostdlib (liujisi) by Craig Silverstein · 13 years ago
  54. 24b4c59 Mon Jan 24 16:11:35 2011 Google Inc. <opensource@google.com> by Craig Silverstein · 13 years ago
  55. 0baf4ab * Remove reference to InitGoogle (csilvers) by Craig Silverstein · 13 years ago
  56. 84b18ac * Use our own string typedef so macro is never confused (csilvers) by Craig Silverstein · 14 years ago
  57. 3c624b7 Wed Oct 13 17:40:12 2010 Google Inc. <opensource@google.com> by Craig Silverstein · 14 years ago
  58. c44e055 * Reduce .o size by decomposing switches (jyrki) by Craig Silverstein · 14 years ago
  59. 20500a9 * Added a contentful NEWS file (csilvers) by Craig Silverstein · 14 years ago
  60. 31226b6 * Get rid of unnecessary c++ aliasing violation (csilvers) by Craig Silverstein · 14 years ago
  61. 31c8edc Mon Jan 4 18:09:30 2010 Google Inc. <opensource@google.com> by Craig Silverstein · 15 years ago
  62. ab3d765 * PORTING: Add windows (MSVC) support (csilvers) by Craig Silverstein · 15 years ago
  63. 688ea02 Thu Sep 10 12:53:04 2009 Google Inc. <opensource@google.com> by Craig Silverstein · 15 years ago
  64. de71817 Oops, I accidentally left this out of SVN! See by Craig Silverstein · 15 years ago
  65. 5a3c7f8 Tue Apr 14 12:35:25 2009 Google Inc. <opensource@google.com> by Craig Silverstein · 15 years ago
  66. e0b71e5 Thu Sep 18 12:58:05 2008 Google Inc. <opensource@google.com> by Craig Silverstein · 16 years ago
  67. 6791468 Tue Aug 19 16:15:48 2008 Google Inc. <opensource@google.com> by Craig Silverstein · 16 years ago
  68. c79c32d Mon Jul 21 23:01:38 2008 Google Inc. <opensource@google.com> by Craig Silverstein · 16 years ago
  69. 83911c1 Wed Mar 26 15:20:18 2008 Google Inc. <opensource@google.com> by Craig Silverstein · 16 years ago
  70. 585a44a Thu Oct 18 11:33:20 2007 Google Inc. <opensource@google.com> by Craig Silverstein · 17 years ago
  71. eb20839 Wed Aug 15 07:35:51 2007 Google Inc. <opensource@google.com> by Craig Silverstein · 17 years ago
  72. 2b66a84 Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com> by Craig Silverstein · 17 years ago
  73. 690172b Thu Apr 19 15:15:07 2007 Google Inc. <opensource@google.com> by Craig Silverstein · 17 years ago
  74. 290da38 Wed Mar 28 12:15:56 2007 Google Inc. <opensource@google.com> by Craig Silverstein · 17 years ago
  75. 573580d gflags 0.2 by Craig Silverstein · 17 years ago
  76. b9f2348 gflags 0.1 by Craig Silverstein · 17 years ago