1. 16 Aug, 2019 1 commit
    • Fix -Wmissing-prototypes warning on Clang. (#1863) · 5b0ea77c
      The -Wmissing-prototypes Clang warning (or -Wmissing-declarations on
      GCC) is very useful to avoid accidents where a function definition in a
      source file doesn't match the corresponding declaration in a header
      file, as it would warn already during compilation and not much later
      during link time.
      
      Unfortunately this means that exported functions defined only in the
      source file (usually the ones annotated with `extern "C"`) will cause
      this warning to be emitted too (on Clang, GCC has a slightly different
      behavior with -Wmissing-declarations and doesn't warn here). This fixes
      the warning by providing a declaration right before the definition.
      Vladimír Vondruš committed
  2. 15 Aug, 2019 2 commits
  3. 13 Aug, 2019 2 commits
  4. 27 Jul, 2019 1 commit
  5. 23 Jul, 2019 2 commits
  6. 19 Jul, 2019 1 commit
  7. 18 Jul, 2019 2 commits
  8. 15 Jul, 2019 4 commits
  9. 10 Jul, 2019 1 commit
  10. 06 Jul, 2019 2 commits
  11. 22 Jun, 2019 1 commit
  12. 19 Jun, 2019 1 commit
  13. 13 Jun, 2019 1 commit
  14. 12 Jun, 2019 2 commits
  15. 11 Jun, 2019 17 commits