File tree Expand file tree Collapse file tree 9 files changed +10
-0
lines changed Expand file tree Collapse file tree 9 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2727 config-file : " {package}/pyproject.toml"
2828 env :
2929 CIBW_SKIP : pp*
30+ # Run the package tests using `pytest`
31+ # CIBW_TEST_COMMAND: pytest {package}/tests
3032
3133 - uses : actions/upload-artifact@v4
3234 with :
Original file line number Diff line number Diff line change 66#endif
77
88#include < Python.h>
9+ #include < cstdint>
910#include < stdlib.h>
1011#include < string>
1112#include " sifdefin.hpp"
Original file line number Diff line number Diff line change 77#include < string>
88#include " structmember.h"
99#include < iostream>
10+ #include < cstdint>
1011#include " framedatastruct.hpp"
1112
1213#define NO_IMPORT_ARRARY
Original file line number Diff line number Diff line change 44#include < stdio.h>
55#include < stdlib.h>
66#include < stdint.h>
7+ #include < cstdint>
78
89/*
910Constants used for decoding .siff files
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ this with `PyCapsule`s at some point to resolve that.
2828#include < string>
2929#include " structmember.h"
3030#include < iostream>
31+ #include < cstdint>
3132#include " ../siffreader/siffreader.hpp"
3233#include " siffiodocstring.hpp"
3334
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ constexpr uint16_t BIGTIFFID = 43;
88constexpr uint32_t MAGICNUMBER = 117637889 ; // identifies this as a scanimage file
99constexpr uint32_t SI2019 = 4 ; // identifies this as 2019 or later
1010
11+ #include < cstdint>
1112#include < stdlib.h>
1213#include < string>
1314#include < vector>
Original file line number Diff line number Diff line change 11#ifndef BITMASKS_HPP
22#define BITMASKS_HPP
33
4+ #include < cstdint>
45#include < stdint.h>
56
67// Extract the y value of a photon read (uncompressed)
Original file line number Diff line number Diff line change 11#ifndef EXP_MATH_HPP
22#define EXP_MATH_HPP
33
4+ #include < cstdint>
45#include < math.h>
56#include < Python.h>
67#include < vector>
Original file line number Diff line number Diff line change 11#ifndef SIFFREADER_HPP
22#define SIFFREADER_HPP
33
4+ #include < cstdint>
45#include < stdio.h>
56#include < stddef.h>
67#include < stdlib.h>
You can’t perform that action at this time.
0 commit comments