1. 16 Oct, 2018 1 commit
    • Krzesimir Nowak's avatar
      Add helper macros for wrapping annoying C types · 678cd106
      Krzesimir Nowak authored
      We will wrap the file_handle struct in the next commit. The struct has
      a flexible array member, which is not supported by C++. Compiler may
      complain about using it when allocated on stack, even indirectly as a
      member of a struct. I'm not sure if using this kind of types is even a
      defined behavior…
      678cd106
  2. 15 Oct, 2018 8 commits
  3. 13 Oct, 2018 2 commits
  4. 12 Oct, 2018 2 commits
  5. 11 Oct, 2018 1 commit
  6. 10 Oct, 2018 8 commits
  7. 09 Oct, 2018 12 commits
  8. 08 Oct, 2018 6 commits