1. 05 Nov, 2014 2 commits
  2. 04 Nov, 2014 1 commit
    • acidtonic's avatar
      Corrected code example in coded_stream.h · 2ba455f2
      acidtonic authored
      There is an example at the top of the page which contains code that appears to show a user how to create and serialize a message to a file. However the flags to open the file lack the O_CREAT flag which allows creating the file if it doesn't exist. I was troubleshooting a situation where this snippet was used and compiled, but never created a file.
      2ba455f2
  3. 03 Nov, 2014 1 commit
  4. 01 Nov, 2014 1 commit
  5. 31 Oct, 2014 1 commit
  6. 22 Oct, 2014 1 commit
  7. 21 Oct, 2014 3 commits
  8. 16 Oct, 2014 1 commit
  9. 11 Oct, 2014 1 commit
  10. 09 Oct, 2014 9 commits
  11. 08 Oct, 2014 2 commits
  12. 06 Oct, 2014 1 commit
  13. 03 Oct, 2014 4 commits
  14. 02 Oct, 2014 3 commits
  15. 01 Oct, 2014 2 commits
  16. 23 Sep, 2014 3 commits
  17. 22 Sep, 2014 2 commits
  18. 20 Sep, 2014 2 commits
    • William Orr's avatar
      Add support for solaris atomicops · 2d7786cf
      William Orr authored
      This patch adds support for atomic operations on Solaris, on any platform.
      It makes use of the atomic functions made available in Solaris' atomic.h
      header.
      2d7786cf
    • William Orr's avatar
      Add check for sched_yield in librt · 38b84946
      William Orr authored
      In Solaris, sched_yield lives in librt, rather than libc. This patch adds a
      check which will link in librt if necessary.
      38b84946