Skip to content
Snippets Groups Projects
  1. Sep 20, 2013
  2. Aug 01, 2013
  3. Jul 31, 2013
  4. May 22, 2013
  5. May 21, 2013
  6. Apr 21, 2013
  7. Apr 20, 2013
  8. Jan 14, 2013
  9. Nov 20, 2012
  10. Nov 11, 2012
  11. May 29, 2012
  12. Feb 02, 2012
  13. Jan 25, 2012
  14. Dec 21, 2011
  15. Dec 01, 2011
    • Craig Silverstein's avatar
      · 80912052
      Craig Silverstein authored
      Clarify thread-safety comment for FlagSaver.
      
      Tested:
      blaze test base:commandlineflags_unittest
      
      R=csilvers
      DELTA=4  (3 added, 0 deleted, 1 changed)
      
      
      Revision created by MOE tool push_codebase.
      MOE_MIGRATION=3791
      
      
      git-svn-id: https://gflags.googlecode.com/svn/trunk@71 6586e3c6-dcc4-952a-343f-ff74eb82781d
      80912052
  16. Nov 03, 2011
    • Craig Silverstein's avatar
      · be2da58d
      Craig Silverstein authored
      The last bit of rolling back commandlineflag categories:
      remove the 'categories' field from CommandLineFlagInfo.  (Note
      the code to fill this field was removed from
      FillComandLineFlagInfo previously, so it's been an empty
      string for some time now.)
      
      R=ncalvin
      DELTA=1  (0 added, 1 deleted, 0 changed)
      
      
      Revision created by MOE tool push_codebase.
      MOE_MIGRATION=3616
      
      
      git-svn-id: https://gflags.googlecode.com/svn/trunk@70 6586e3c6-dcc4-952a-343f-ff74eb82781d
      be2da58d
    • Craig Silverstein's avatar
      · 2535e43d
      Craig Silverstein authored
      Get rid of the old FlagRegisterer constructor.
      
      R=jkline,georgevdd
      DELTA=27  (0 added, 27 deleted, 0 changed)
      
      
      Revision created by MOE tool push_codebase.
      MOE_MIGRATION=3609
      
      
      git-svn-id: https://gflags.googlecode.com/svn/trunk@69 6586e3c6-dcc4-952a-343f-ff74eb82781d
      2535e43d
    • Craig Silverstein's avatar
      · c23c6c6f
      Craig Silverstein authored
      Starting the rollback of flag categories.
      
      I left in the old FlagRegisterer constructor.
      I also left in 'categories' in CommandLineFlagInfo for now,
      though I never use it.  I doubt anyone else does either, but I
      want to minimize the number of ways this rollback can break
      the build.  I will remove it in a subsequent CL.
      
      R=ncalvin
      DELTA=121  (28 added, 55 deleted, 38 changed)
      
      
      Revision created by MOE tool push_codebase.
      MOE_MIGRATION=3574
      
      
      git-svn-id: https://gflags.googlecode.com/svn/trunk@68 6586e3c6-dcc4-952a-343f-ff74eb82781d
      c23c6c6f
    • Craig Silverstein's avatar
      · 17a627a4
      Craig Silverstein authored
      Add a 'flag_ptr' field to CommandLineFlagInfo that points to the current storage of the flag (i.e. &FLAGS_foo).
      
      R=csilvers
      DELTA=15  (15 added, 0 deleted, 0 changed)
      
      
      Revision created by MOE tool push_codebase.
      MOE_MIGRATION=3301
      
      
      git-svn-id: https://gflags.googlecode.com/svn/trunk@67 6586e3c6-dcc4-952a-343f-ff74eb82781d
      17a627a4
    • Craig Silverstein's avatar
      · ee441911
      Craig Silverstein authored
      A user reported a bug that configure should die when g++ isn't
      installed, but wasn't:
      http://code.google.com/p/google-perftools/issues/detail?id=217
      
      This turned out to be a bug in autoconf:
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357378
      
      The workaround is simple: check for CXX before checking for
      CC.  This means that if g++ is installed but gcc isn't, we
      won't die (at cc-checking time), but I tested, and the
      configure script dies later.  In any case, it seems unlikely
      someone would have a c++ compiler installed but not a c
      compiler.
      
      This fixes the 4 opensource projects I work on that are
      susceptible to this.
      
      R=iant
      DELTA=1437  (694 added, 694 deleted, 49 changed)
      
      
      Revision created by MOE tool push_codebase.
      MOE_MIGRATION=3222
      
      
      git-svn-id: https://gflags.googlecode.com/svn/trunk@66 6586e3c6-dcc4-952a-343f-ff74eb82781d
      ee441911
    • Craig Silverstein's avatar
      · 9bf7e65f
      Craig Silverstein authored
      Now I can get rid of the old constructor!
      
      R=jkline,ncalvin
      DELTA=28  (0 added, 27 deleted, 1 changed)
      
      
      Revision created by MOE tool push_codebase.
      MOE_MIGRATION=3169
      
      
      git-svn-id: https://gflags.googlecode.com/svn/trunk@65 6586e3c6-dcc4-952a-343f-ff74eb82781d
      9bf7e65f
Loading