Skip to content
Snippets Groups Projects
  1. Feb 16, 2015
    • Craig Tiller's avatar
      Copyright checker · 1a61b17a
      Craig Tiller authored
      Update LICENSE text to 2015, implement a checker that validates
      whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file.
      Fix the ones that are missing it.
      1a61b17a
  2. Feb 14, 2015
    • Nicolas "Pixel" Noble's avatar
      Cleaning up our posix definition / usage. · fbdd7abd
      Nicolas "Pixel" Noble authored
      -) Let's not use _POSIX_SOURCE. It usually implies too much C99. _BSD_SOURCE would be the right thing to do here.
      -) _BSD_SOURCE is getting deprecated by glibc, so we also have to define _DEFAULT_SOURCE under Linux.
      -) accept4 and eventfd arn't as old as we may think; let's detect for it.
      -) stdint.h interferes with all these definitions if included too early; let's move it down.
      fbdd7abd
  3. Feb 13, 2015
  4. Feb 12, 2015
  5. Feb 11, 2015
  6. Feb 10, 2015
Loading