Ian Craggs
e84b19bab0
Fix compile warnings
2024-04-18 14:04:46 +01:00
Ian Craggs
7941934773
Fix SSL CMake message
2024-04-17 12:50:40 +01:00
Ian Craggs
793e957083
Merge branch 'marcfir-develop' into develop
2024-04-17 12:25:30 +01:00
Ian Craggs
9596174792
Delete another docs file
2024-04-17 12:22:27 +01:00
Ian Craggs
d64042e3d3
Remove doc dirs from master branch
2024-04-17 11:28:12 +01:00
Ian Craggs
6e6488d908
Merge branch 'master' of github.com:marcfir/paho.mqtt.c into marcfir-develop
2024-04-17 11:24:08 +01:00
Ian Craggs
bcbe0f10ae
Merge pull request #1428 from fpagliughi/cmake-update
...
CMake cleanup, bump to v3.5, and submodule improvements
2024-04-02 16:15:41 +01:00
Ian Craggs
7fabf60235
Fix compile warnings about no function prototype
2024-04-02 16:06:38 +01:00
marcfir
7e37bfb3fc
Add tests for LibreSSL on Linux and MacOS
2024-03-25 13:33:18 +00:00
marcfir
f750df1b37
Add PAHO_WITH_LIBRESSL to README
2024-03-18 09:11:49 +00:00
marcfir
732721220b
Check for LibreSSL on PAHO_BUILD_SAMPLES
2024-03-14 11:58:33 +00:00
marcfir
24869259a4
Support build against LibreSSL
2024-02-16 10:03:13 +00:00
Ian Craggs
6c202d4869
Fix AppVeyor build - Python versions
2024-02-09 15:32:01 +00:00
Ian Craggs
6b1e202a70
Merge branch 'master' of github.com:eclipse/paho.mqtt.c
2024-02-09 15:30:37 +00:00
Ian Craggs
ae48493b1d
Fix AppVeyor build - Python versions
2024-02-09 15:29:34 +00:00
Ian Craggs
942273fa75
Change Powershell env references
2024-02-09 14:29:13 +00:00
Ian Craggs
93e420a952
Fix AppVeyor Python version - part 2
2024-02-09 14:21:37 +00:00
Ian Craggs
36e27683d3
Fix AppVeyor build - Python versions
2024-02-09 14:14:23 +00:00
Ian Craggs
05ab976ee6
Fix security file text
2024-01-03 15:26:58 +00:00
Ian Craggs
4cfd3d8c66
Fix security file text
2024-01-03 15:26:33 +00:00
Ian Craggs
296b19c447
Merge branch 'master' of github.com:eclipse/paho.mqtt.c
2024-01-03 15:21:05 +00:00
Ian Craggs
f7f04ef751
Merge branch 'develop' of github.com:eclipse/paho.mqtt.c into develop
2024-01-03 15:20:45 +00:00
Ian Craggs
b98166c4de
Add NOTICE file
2024-01-03 15:19:55 +00:00
Ian Craggs
776838598d
Add NOTICE file
2024-01-03 15:19:00 +00:00
fpagliughi
ac2c53a9fb
Can build subset of samples without SSL
2023-12-03 23:00:53 -05:00
fpagliughi
a1837f44f5
Added namespace aliased library targets for subdirectory builds
2023-12-03 21:09:59 -05:00
fpagliughi
80feb203c8
Fixed formatting in CMake files.
2023-12-03 20:39:06 -05:00
fpagliughi
59761f5b00
Bumped CMake minimum to 3.5 and added a project version
2023-11-27 13:22:29 -05:00
Ian Craggs
ac5ce59ab4
Merge pull request #1412 from sadikuar/update_cross_compile_link_in_readme
...
Update CMake toolchain link in README file
2023-11-03 18:04:50 +00:00
Artan Sadiku
c520cc6cc6
Update CMake toolchain link in README file
...
- Old link was pointing to a resource that was
moved. New link points to the manual page of
the CMake software
Signed-off-by: Artan Sadiku <artan.sadiku@he-arc.ch>
2023-10-24 21:15:50 +02:00
Ian Craggs
1b431761e4
Update artifact_linux.yml
2023-10-19 13:01:59 +01:00
Ian Craggs
1fa37e14e6
Update artifact_linux.yml
2023-10-18 12:13:07 +01:00
Ian Craggs
3a4a6f9647
Update artifact_macos.yml
2023-10-18 12:11:02 +01:00
Ian Craggs
07a875788d
Merge branch 'develop'
2023-10-13 18:18:52 +01:00
Ian Craggs
8cf971cf16
Update copyright statement date
2023-10-13 18:18:20 +01:00
Ian Craggs
3e83c0273a
Update online docs
2023-10-13 18:13:33 +01:00
Ian Craggs
b6316dead9
Merge branch 'develop'
2023-10-13 13:09:24 +01:00
Ian Craggs
9ff7f299d9
Update copyright dates in MQTTClient and MQTTAsync docs
2023-10-13 13:08:53 +01:00
Ian Craggs
7c3259a388
Merge branch 'develop'
2023-10-13 13:05:29 +01:00
Ian Craggs
dbe66c378c
Update version patch level to 13
2023-10-13 13:02:56 +01:00
Ian Craggs
734571997f
Doc to note heap must be initialized before calling MQTTProperties_add #1378
2023-10-12 11:27:41 +01:00
Ian Craggs
fdb9bea79b
Don't allow building of samples without SSL - won't work #1387
2023-10-12 11:18:17 +01:00
Ian Craggs
afb5e871ba
Rename public Threading functions to avoid clashes #1313
2023-10-10 12:20:56 +01:00
Ian Craggs
fa7b8b2d1d
Session expiry should be unsigned for 32 bit
2023-10-10 11:37:43 +01:00
Ian Craggs
869e8e6c72
Add MQTTClient_malloc for user defined persistence #1352
2023-10-10 11:36:32 +01:00
Ian Craggs
6b255f0770
Add uuid library if build option set #1319
2023-10-10 11:00:29 +01:00
Michael Bleis
aebb8bb6d3
fix(odr): Fix ODR violation for libuuid symbols
...
Signed-off-by: Michael Bleis <michael.bleis@aracom.de>
2023-10-10 10:44:23 +01:00
Ian Craggs
43a7b48c03
Merge pull request #1382 from CIPop/asyncsamplefix1
...
Async sample callback context fix.
2023-10-09 14:58:14 +01:00
Ian Craggs
707b0dc1b3
Merge branch 'develop' of github.com:eclipse/paho.mqtt.c into develop
2023-10-09 14:57:04 +01:00
Ian Craggs
0e3cdc75a9
Merge pull request #1398 from CIPop/eclipse_ip_check
...
Updating the contributing guide regarding IP verification.
2023-10-09 14:55:41 +01:00