1. 19 Aug, 2019 1 commit
  2. 16 Aug, 2019 3 commits
    • Sergei Lebedev's avatar
      046267c6
    • Sergei Lebedev's avatar
      Added set::contains and generalized dict::contains (#1884) · 08b0bda4
      Sergei Lebedev authored
      Dynamically resolving __contains__ on each call is wasteful since set
      has a public PySet_Contains function.
      08b0bda4
    • Vladimír Vondruš's avatar
      Fix -Wmissing-prototypes warning on Clang. (#1863) · 5b0ea77c
      Vladimír Vondruš authored
      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.
      5b0ea77c
  3. 15 Aug, 2019 2 commits
  4. 13 Aug, 2019 2 commits
  5. 27 Jul, 2019 1 commit
  6. 23 Jul, 2019 2 commits
  7. 19 Jul, 2019 1 commit
  8. 18 Jul, 2019 2 commits
  9. 15 Jul, 2019 4 commits
  10. 10 Jul, 2019 1 commit
  11. 06 Jul, 2019 2 commits
  12. 22 Jun, 2019 1 commit
  13. 19 Jun, 2019 1 commit
  14. 13 Jun, 2019 1 commit
  15. 12 Jun, 2019 2 commits
  16. 11 Jun, 2019 14 commits