Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jborean93/PowerShell-ctypes Loading
base: v0.1.0
Choose a base ref
...
head repository: jborean93/PowerShell-ctypes Loading
compare: v0.2.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 23, 2023

  1. Update readme with examples

    jborean93 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1e8c056 View commit details
    Browse the repository at this point in the history
  2. Forgot to save last example

    jborean93 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8537860 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Add callback/delegate support (#1)

    Added support for calling C functions that accept a delegate/callback by
    using a PowerShell scriptblock. The scriptblock is parsed at runtime to
    dynamically define the delegate needed and PowerShell/dotnet will do the
    rest of the work to invoke it when needed.
    jborean93 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6b7049c View commit details
    Browse the repository at this point in the history
  2. Prepare for v0.2.0

    jborean93 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7166431 View commit details
    Browse the repository at this point in the history
Loading