-
Notifications
You must be signed in to change notification settings - Fork 4
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: m-labs/flickernoise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6cd45f7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: m-labs/flickernoise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86c7ca6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 1 file changed
- 1 contributor
Commits on Jan 14, 2012
-
gui/performance.c (compile_patch): don't use "fd"; malloc buffer for …
…patch file This patch makes the following changes to compile_patch: - rename "fd" to "file": "fd" is customarily used for numeric file descriptors, the kind returned by open(), not streams. - instead of assuming a fixed maximum patch file size of 32 kB (which is reasonably generous for current use), fstat() the file, then allocate a buffer
Configuration menu - View commit details
-
Copy full SHA for 4e3d18c - Browse repository at this point
Copy the full SHA 4e3d18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e829a - Browse repository at this point
Copy the full SHA 76e829aView commit details -
gui/performance.c: share skipping of unsuitable patches
simple_mode_next and refresh_callback did pretty much the same thing. Now the skipping is done only once, in skip_unsuitable.
Configuration menu - View commit details
-
Copy full SHA for 86c7ca6 - Browse repository at this point
Copy the full SHA 86c7ca6View commit details
There are no files selected for viewing