Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve stub files generated by stubgenc for pybind11 modules #5850

Merged
merged 9 commits into from Nov 22, 2018

Commits on Oct 28, 2018

  1. Copy the full SHA
    5959fbf View commit details
    Browse the repository at this point in the history
  2. Handle fully qualified types

    Strip module name from type information if its the same as annotated module or
    add import statement.
    wiktorn committed Oct 28, 2018
    Copy the full SHA
    c099cf4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    97d9a9d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Fix tests

    wiktorn committed Oct 29, 2018
    Copy the full SHA
    d0b9adb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5081068 View commit details
    Browse the repository at this point in the history
  3. Style and type fixes

    wiktorn committed Oct 29, 2018
    Copy the full SHA
    e05c0de View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Review fixes

    wiktorn committed Nov 21, 2018
    Copy the full SHA
    c58ca58 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Review fixes.

    * Fix PEP8 line length
    * simplify logic
    * introduce testcase for generate_c_function_stub that verifies docstring parsing
    wiktorn committed Nov 22, 2018
    Copy the full SHA
    40ac4f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5892903 View commit details
    Browse the repository at this point in the history