Manfred Wallner
edbcfca9e7
Merge pull request #276 from joggee-fr/jg/deb-cmake
Alternative way to build Debian package using CMake / CPack
1 month ago
Jonathan GUILLOT
39229af195
Move development files in a Debian -dev package
Install targets and files in default Runtime and Development CMake
components to determine files included in the two Debian packages.
Move to CMake minimum version to 3.12 to allow using NAMELINK_COMPONENT
option in install() allowing adding .so files in a separate component,
Developement here.
Use CPack to build the two Debian packages.
1 month ago
Jonathan GUILLOT
3283e92f93
Add postinst and postrm scripts to Debian package built by CPack
1 month ago
Jonathan GUILLOT
e75262f8f3
Use CPack to build source and Debian package
Co-authored-by: Lucino772 <lucapalmi772@gmail.com>
2 months ago
Manfred Wallner
80bb9da0e6
Merge pull request #275 from joggee-fr/jg/build-cmake
Update GitHub build workflow to use CMake
1 month ago
Jonathan GUILLOT
4899711b3a
Update GitHub build workflow to use CMake
2 months ago
Manfred Wallner
4d7010daf1
Merge pull request #269 from joggee-fr/jg/cmake
Improve CMake build
2 months ago
Jonathan GUILLOT
eed149aeea
Directly link with targets from CMake
Consider the ful package delivers the two libraries wiringPi and
wiringPiDev with the associated binary gpio. We don't have to build and
install each component separately first.
2 months ago
Jonathan GUILLOT
26c45372ca
Globally set shared library versions from root CMakeLists.txt
By the way, set SOVERSION to version major. It also fixes wiringPiDev
shared library version not correctly set.
2 months ago
Jonathan GUILLOT
e1e12652e0
Retrieve pthread library using CMake FindThreads
2 months ago
Jonathan GUILLOT
17ab75aae7
Use pkg-config in CMake to retrieve libcrypt
CMake configuration will fail if not found instead of waiting for build.
2 months ago
Jonathan GUILLOT
82ea43eb52
Remove -fPIC from extra CMake CFLAGS
Building position independant code is the default behavior for CMake
when compiling shared library targets.
2 months ago
mstroh76
2abcabc4f7
#254 remove pins and wiringpid, fix compile error
5 months ago
mstroh76
7af34eb00c
Merge pull request #254 from Gfilinic/master
Added CMake to project so it can be cross-compiled
5 months ago
Goran Filinić
89860728cd
Merge branch 'cmake' into master
5 months ago
Manfred Wallner
f13424de41
Merge pull request #247 from WiringPi/spi
Spi
5 months ago
Manfred Wallner
575afa6c1c
Merge branch 'develop' into spi
5 months ago
mstroh76
3de56b65cb
3.6 version release
5 months ago
mstroh76
b4728cb3e6
#243 simple MCP3202 SPI test
5 months ago
mstroh76
2a8e7fefd3
#250
5 months ago
mstroh76
c055adc469
#244 add API call getPinModeAlt
5 months ago
mstroh76
7fa40ba6f8
add API call getPinModeAlt
5 months ago
mstroh76
4db79da55b
#244 add API call getPinModeAlt
5 months ago
Goran Filinić
1fc6be2892
Added CMake to project so it can be cross-compiled
6 months ago
mstroh76
d7debf2875
#243 unit test result blinking
6 months ago
mstroh76
4d6a1f7df8
#243 unit test
6 months ago
mstroh76
5f74d22a95
#243 unit test
6 months ago
mstroh76
9819613cc0
#243 unit test
6 months ago
mstroh76
5417978454
#243
6 months ago
mstroh76
01ea71461b
#243
6 months ago
Manfred Wallner
eced60bc5e
Merge pull request #240 from WiringPi/deprecated
Remove gpio load/unload
6 months ago
Manfred Wallner
ceecceee0b
Merge branch 'develop' into deprecated
6 months ago
mstroh76
5546986129
#243
6 months ago
mstroh76
59f6c5ce07
Merge pull request #236 from WiringPi/master
release 3.4 - dev
6 months ago
mstroh76
ced6ff6ea6
#239
6 months ago
Manfred Wallner
8960cc91b9
Merge pull request #235 from WiringPi/unittest33
Release 3.4
6 months ago
mstroh76
c28abd6661
#234
6 months ago
mstroh76
063afd100e
#234
6 months ago
mstroh76
7558ac663a
234
6 months ago
mstroh76
fce0c49ae7
#234
6 months ago
Manfred Wallner
ac11fa2f95
Merge pull request #233 from WiringPi/GPIOAPI
Gpioapi
6 months ago
Manfred Wallner
9452d3c0c3
Merge branch 'develop' into GPIOAPI
6 months ago
Manfred Wallner
6ca817f645
Merge pull request #230 from WiringPi/pwm
Pwm
6 months ago
Manfred Wallner
7e89062466
Merge branch 'develop' into pwm
6 months ago
Manfred Wallner
0297d12d10
Merge pull request #229 from WiringPi/warnings
Warnings
6 months ago
mstroh76
9044333c75
#231
6 months ago
mstroh76
783d95962f
#224
6 months ago
mstroh76
95ba7fa380
Merge pull request #224 from cl0udf1re/master
Fixed warnings and removed unused function
6 months ago
mstroh76
23b7251a2d
#227
6 months ago
mstroh76
05c84ad7a3
#225 unit test
6 months ago