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: tmetsch/python-dtrace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stack_support
Choose a base ref
...
head repository: tmetsch/python-dtrace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 9, 2021

  1. Stop requiring the FreeBSD source code for FreeBSD13+

    Since freebsd/freebsd-src@1f6612b
    the dtrace.h header is installed to /usr/include so we no longer
    need to have the full source code installed just to find the headers
    that we need to build the cython extension.
    arichardson committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    59d2397 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from arichardson/freebsd-no-src

    Stop requiring the FreeBSD source code for FreeBSD13+
    tmetsch authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9d9e595 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Merge pull request #24 from tmetsch/stack_support

    stack() support.
    tmetsch authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    55f41bb View commit details
    Browse the repository at this point in the history
  2. new release 0.0.12

    tmetsch committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    54036c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    41096b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed6442 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    352fa5f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    3608b6e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Update consumer.pyx

    switch to 64 bit uint.
    tmetsch authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    f06de36 View commit details
    Browse the repository at this point in the history
  2. Update consumer.pyx

    tmetsch authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    2e22228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd349cf View commit details
    Browse the repository at this point in the history
  4. handling 32 and 64 bit ints.

    tmetsch committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    93afc72 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. release fixing #25

    tmetsch committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    a2c394a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Correctly free DTrace resources.

    Cython's cdef attributes are not regular class attributes as in Python.
    hasattr(object, name) always returns False for a cdef attribute
    corresponding to name.
    
    Instead, we should simply check a pointer's value. I couldn't confirm
    it in any documentation but, based on examples I found and my
    experiments, it seems that a cdef pointer is always initially set to
    NULL, at least when declared as a class attribute.
    kwitaszczyk committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0a889ce View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Merge pull request #26 from Cambridge-AdvancedOS/kwitaszczyk-free-handle

    Correctly free DTrace resources.
    tmetsch authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1d9960e View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    new version prep.
    tmetsch authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    56101d6 View commit details
    Browse the repository at this point in the history
  3. Update ACKNOWLEDGEMENTS

    new version prep.
    tmetsch authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8707df5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    d938182 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. new bugfix release

    tmetsch committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1cc6897 View commit details
    Browse the repository at this point in the history
Loading