1. 09 Jan, 2010 2 commits
  2. 08 Jan, 2010 4 commits
  3. 07 Jan, 2010 3 commits
  4. 05 Jan, 2010 1 commit
  5. 04 Jan, 2010 5 commits
  6. 24 Dec, 2009 1 commit
  7. 23 Dec, 2009 7 commits
  8. 22 Dec, 2009 8 commits
  9. 21 Dec, 2009 5 commits
  10. 20 Dec, 2009 1 commit
  11. 19 Dec, 2009 1 commit
  12. 18 Dec, 2009 2 commits
    • temporal's avatar
      Ensure that 'once' objects are declared using the macro. This is either the… · bdbb8630
      temporal authored
      Ensure that 'once' objects are declared using the macro.  This is either the third or fourth time I've screwed this up when down-integrating, because our internal code does not require the macro (it's not portable) and on Linux a pthread_once_t that is zero-initialized just happens to work.  So, I only discover the problem when I test on Mac, then kick myself for making the same mistake yet again.  No more!  This time, I have renamed GoogleOnceType to ProtobufOnceType, thus making the type name differ from our internal code.  As a result, if you don't update the decls to use the macros, they won't compile.  Hah!  Take that, future self!
      bdbb8630
    • kenton@google.com's avatar
      Fix Cygwin build. · 91218afc
      kenton@google.com authored
      91218afc