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

Include <stddef.h> for size_t #404

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
67af06f
Bump revision to v76.
guymcswain Apr 30, 2020
348ad4c
Update .gitignore and remove cruft from DOC directory.
guymcswain Apr 30, 2020
d2ec889
Fix DOC/MAN folder.
guymcswain Apr 30, 2020
30e6b35
Merge pull request #345 from joan2937/release-v76
guymcswain Apr 30, 2020
ad52dcd
Remove excessive PROT_EXEC
hazuki0x0 Apr 26, 2020
41b3cdf
Issue #220 Calling exit from a signal handler is not safe.
guymcswain May 2, 2020
90d206e
updated pigs.def for WVCAP and download.html for download version
joan2937 May 4, 2020
eb7600e
fixed untracked files
joan2937 May 7, 2020
a77351a
Revert "Issue #220 Calling exit from a signal handler is not safe."
guymcswain May 31, 2020
5395bbe
Fix waveCBsOOLs tallys for 2d dma stride.
guymcswain May 31, 2020
328e09a
Fix issue #353, initialising glitch filter
BTPankow May 25, 2020
1a98364
Fix issue #355, python module event_callback documentation.
guymcswain Jun 25, 2020
1c5b27f
Fix issue #356, document wave_tx_at API is not supported on chained w…
guymcswain Jun 26, 2020
d7379ba
Remove deprecated gpioCfgInternals API. Fix issue #341.
guymcswain Jun 26, 2020
d4e20ea
Bump version and generate docs.
guymcswain Jun 26, 2020
f51642a
Revert "Remove excessive PROT_EXEC"
guymcswain Jun 27, 2020
b96c77c
Change version to 77.
guymcswain Jun 27, 2020
c375952
Update index.html
Jun 28, 2020
a686d1d
Update index.html
Jun 28, 2020
0c1fb8b
Update docs
guymcswain Jun 28, 2020
a2997c5
Merge pull request #365 from joan2937/v77-release
guymcswain Jun 28, 2020
9a22f2d
New pulse per second example synced to wall time.
joan2937 Aug 16, 2020
93965f8
Misc plus fix for #373
joan2937 Aug 17, 2020
606d805
Tidy file handling.
joan2937 Aug 17, 2020
cc17196
Merge branch 'develop': Fix #375, fix #274, fix #373.
guymcswain Sep 29, 2020
b96d48d
Include <stddef.h> for `size_t`
notinaboat Nov 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop': Fix #375, fix #274, fix #373.
  • Loading branch information
guymcswain committed Sep 29, 2020
commit cc17196c7586c3625ac8adf8f34838d320ffeda6
2 changes: 1 addition & 1 deletion pigpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>
*/

/* pigpio version 77 */
/* pigpio version 78 */

/* include ------------------------------------------------------- */

Expand Down
2 changes: 1 addition & 1 deletion pigpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For more information, please refer to <http://unlicense.org/>
#include <stdint.h>
#include <pthread.h>

#define PIGPIO_VERSION 77
#define PIGPIO_VERSION 78

/*TEXT

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.