1. 17 Aug, 2017 1 commit
    • Dean Moldovan's avatar
      Fix documentation build · 8665ee81
      Dean Moldovan authored
      * Doxygen needs `RECURSIVE = YES` in order to parse the `detail` subdir.
      
      * The `-W` warnings-as-errors option for sphinx doesn't work with the
        makefile build. Switched to calling sphinx directly.
      
      * Fix "citation [cppimport] is not referenced" warning.
      8665ee81
  2. 14 Aug, 2017 1 commit
    • Jason Rhinelander's avatar
      Compile with hidden visibility always; set via cmake property rather than compiler flag · 97aa54fe
      Jason Rhinelander authored
      This updates the compilation to always apply hidden visibility to
      resolve the issues with default visibility causing problems under debug
      compilations.  Moreover using the cmake property makes it easier for a
      caller to override if absolutely needed for some reason.
      
      For `pybind11_add_module` we use cmake to set the property; for the
      targets, we append to compilation option to non-MSVC compilers.
      97aa54fe
  3. 31 May, 2017 1 commit
  4. 28 May, 2017 1 commit
  5. 09 May, 2017 1 commit
    • Jason Rhinelander's avatar
      Make PYBIND11_CPP_STANDARD work under MSVC · 77710ff0
      Jason Rhinelander authored
      Under MSVC we were ignoring PYBIND11_CPP_STANDARD and simply not
      passing any standard (which makes MSVC default to its C++14 mode).
      
      MSVC 2015u3 added the `/std:c++14` and `/std:c++latest` flags; the
      latter, under MSVC 2017, enables some C++17 features (such as
      `std::optional` and `std::variant`), so it is something we need to
      start supporting under MSVC.
      
      This makes the PYBIND11_CPP_STANDARD cmake variable work under MSVC,
      defaulting it to /std:c++14 (matching the default -std=c++14 for
      non-MSVC).
      
      It also adds a new appveyor test running under MSVC 2017 with
      /std:c++latest, which runs (and passes) the
      `std::optional`/`std::variant` tests.
      
      Also updated the documentation to clarify the c++ flags and add show
      MSVC flag examples.
      77710ff0
  6. 26 Dec, 2016 1 commit
  7. 19 Dec, 2016 2 commits
  8. 13 Dec, 2016 2 commits
  9. 06 Sep, 2016 1 commit
  10. 03 Jun, 2016 2 commits
  11. 26 May, 2016 1 commit
  12. 17 May, 2016 1 commit
  13. 05 May, 2016 1 commit
  14. 01 May, 2016 1 commit
  15. 28 Apr, 2016 1 commit
  16. 09 Mar, 2016 1 commit
  17. 07 Feb, 2016 1 commit
  18. 21 Jan, 2016 1 commit
  19. 20 Jan, 2016 1 commit
  20. 17 Jan, 2016 5 commits
  21. 07 Dec, 2015 1 commit
  22. 13 Oct, 2015 2 commits