1. 07 Jul, 2016 1 commit
    • Disable -Wplacement-new warning false alarm · cae0e009
      GCC-6 adds a -Wplacement-new warning that warns for placement-new into a
      space that is too small, which is sometimes being triggered here (e.g.
      example5 always generates the warning under g++-6).  It's a false
      warning, however: the line immediately before just checked the size, and
      so this line is never going to actually be reached in the cases where
      the GCC warning is being triggered.
      
      This localizes the warning disabling just to this one spot as there are
      other placement-new uses in pybind11 where this warning could warn about
      legitimate future problems.
      Jason Rhinelander committed
  2. 06 Jul, 2016 5 commits
  3. 05 Jul, 2016 10 commits
  4. 01 Jul, 2016 8 commits
  5. 30 Jun, 2016 4 commits
  6. 28 Jun, 2016 1 commit
  7. 27 Jun, 2016 1 commit
  8. 22 Jun, 2016 3 commits
  9. 21 Jun, 2016 2 commits
  10. 17 Jun, 2016 2 commits
  11. 16 Jun, 2016 1 commit
  12. 15 Jun, 2016 2 commits