1. 11 Jan, 2010 1 commit
  2. 09 Jan, 2010 2 commits
  3. 08 Jan, 2010 4 commits
  4. 07 Jan, 2010 3 commits
  5. 05 Jan, 2010 1 commit
  6. 04 Jan, 2010 5 commits
  7. 24 Dec, 2009 1 commit
  8. 23 Dec, 2009 7 commits
  9. 22 Dec, 2009 8 commits
  10. 21 Dec, 2009 5 commits
  11. 20 Dec, 2009 1 commit
  12. 19 Dec, 2009 1 commit
  13. 18 Dec, 2009 1 commit
    • 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