Roger A. Light
a8ca5c83af
Bump version.
7 years ago
Roger A. Light
e81db23ce4
Bump version number.
7 years ago
majekw
7f1419e4de
Fix mosquitto_pub -l if compiled using cmake.
...
Since dde005ef92
mosquito_pub is throwing error
that 'threading support has not been compiled' when compiled using cmake.
It looks like WITH_THREADING flag is not set at top level Makefile and used
only in lib/ directory, so library is correctly compiled with threading.
But for client this flag is undefined, so it gives error on '-l' option.
This commit moves part related to WITH_THREADING flag out of lib/CMakeLists.txt
to top levele CMakeLists.txt, so it could be accessible to all subdirectories.
Signed-off-by: Marek Wodzinski <majek@w7i.pl>
7 years ago
JaeHoon Lee
2cb0354163
Implement DLT logging feature for automotive platform
...
Signed-off-by: JaeHoon Lee <bbabbi01@gmail.com>
7 years ago
Roger A. Light
c78003cacf
Bump version number, add CVE details.
7 years ago
Roger A. Light
3f87232065
Bump version number.
7 years ago
Roger A. Light
a9da3c263d
Bump version number.
...
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light
84520296fa
Bump version number.
8 years ago
Roger A. Light
2283585e39
Remove build timestamp information for reproducible builds.
8 years ago
Simon Marchi
97bfa506db
Add pkg-config files to CMake build ( #213 )
...
This patch adds pkg-config files for libmosquitto and libmosquittopp,
and installs them through CMake.
Refs #107
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
9 years ago
Roger A. Light
1c3988a397
Merge branch 'master' into develop
9 years ago
Roger A. Light
f8d84a62bd
Fix cmake test target.
9 years ago
Roger A. Light
2d0af7309f
Bump version number.
9 years ago
Ian Johnson
3163cf2d70
Only include man subdirectory if the DOCUMENTATION option is on
...
Signed-off-by: Ian Johnson <ijohnson@wolfram.com>
10 years ago
Roger A. Light
69a08ab905
Fix string quoting in CMakeLists.txt. Closes #4 .
10 years ago
Roger A. Light
62fa209eeb
Add tests for cmake builds and use on travis.
10 years ago
Roger A. Light
5cca6b4239
Bump version number.
10 years ago
Roger A. Light
a7136b3672
Bump version number.
10 years ago
Roger A. Light
dc02e37af9
Bump version number.
10 years ago
Roger A. Light
3cab5e2e69
Bump version number.
10 years ago
Roger A. Light
8ecb9291ab
Disable support for DNS SRV by default.
10 years ago
Roger A. Light
720d52d86e
Bump version number.
10 years ago
Roger A. Light
d71db835eb
Bump version number.
10 years ago
Roger A. Light
b24fd0a55c
Bump version number for upcoming service release.
11 years ago
Roger A. Light
133d2de144
Bump to development version.
11 years ago
Roger A. Light
9c9df00746
Bump version number.
11 years ago
Roger A. Light
fcf91f9cd9
Fix compiling on Linux with CMake.
11 years ago
Roger A. Light
ff3ebd969b
Fix building on OS X.
11 years ago
Roger A. Light
62456b3b7f
Add more details on how to build Mosquitto.
...
Explains more of the differences between the Makefiles and the CMake
scripts.
11 years ago
Roger A. Light
ab49b96db1
Windows related fixes.
11 years ago
Roger A. Light
42420cae46
Add experimental SOCKS5 support for the clients.
11 years ago
Roger A. Light
414946ff07
Bump version number.
12 years ago
Roger A. Light
aab7a2688c
Fix SRV support when building with CMake.
12 years ago
Roger A. Light
d1b62e9823
cmake support for WITH_EC.
11 years ago
Roger Light
0364bd1be7
Initial contribution.
12 years ago