-
Notifications
You must be signed in to change notification settings - Fork 21
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tmetsch/python-dtrace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 4 files changed
- 4 contributors
Commits on Feb 9, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 59d2397 - Browse repository at this point
Copy the full SHA 59d2397View commit details -
Merge pull request #23 from arichardson/freebsd-no-src
Stop requiring the FreeBSD source code for FreeBSD13+
Configuration menu - View commit details
-
Copy full SHA for 9d9e595 - Browse repository at this point
Copy the full SHA 9d9e595View commit details
Commits on Feb 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 55f41bb - Browse repository at this point
Copy the full SHA 55f41bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54036c0 - Browse repository at this point
Copy the full SHA 54036c0View commit details
Commits on Feb 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 41096b1 - Browse repository at this point
Copy the full SHA 41096b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fed6442 - Browse repository at this point
Copy the full SHA fed6442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 352fa5f - Browse repository at this point
Copy the full SHA 352fa5fView commit details
Commits on Feb 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3608b6e - Browse repository at this point
Copy the full SHA 3608b6eView commit details
Commits on Feb 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f06de36 - Browse repository at this point
Copy the full SHA f06de36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e22228 - Browse repository at this point
Copy the full SHA 2e22228View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd349cf - Browse repository at this point
Copy the full SHA bd349cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93afc72 - Browse repository at this point
Copy the full SHA 93afc72View commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a2c394a - Browse repository at this point
Copy the full SHA a2c394aView commit details
Commits on Feb 9, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0a889ce - Browse repository at this point
Copy the full SHA 0a889ceView commit details
Commits on Feb 15, 2022
-
Merge pull request #26 from Cambridge-AdvancedOS/kwitaszczyk-free-handle
Correctly free DTrace resources.
Configuration menu - View commit details
-
Copy full SHA for 1d9960e - Browse repository at this point
Copy the full SHA 1d9960eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56101d6 - Browse repository at this point
Copy the full SHA 56101d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8707df5 - Browse repository at this point
Copy the full SHA 8707df5View commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d938182 - Browse repository at this point
Copy the full SHA d938182View commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1cc6897 - Browse repository at this point
Copy the full SHA 1cc6897View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff stack_support...master