Commit Graph

15 Commits

Author SHA1 Message Date
fpagliughi
37921d6556 Updated local CI (buildtst.sh) for current compilers and unit tests. 2025-01-05 19:48:57 -05:00
fpagliughi
e6c96220f8 Restored CMake back to using C++11. The C++17 test was not supposed to escape into the wild. 2019-10-10 14:04:50 -04:00
fmp
7c473f6962 #117 Added the ability to generate Windows shared library (DLL) and fixed static lib generation on Windows 2018-12-08 18:39:01 -05:00
fmp
513de62951 Removing variables from CMake files 2018-12-08 16:30:38 -05:00
fmp
2cd0109a81 Updates to CMake build - removing vars, targets exporting include paths 2018-12-08 10:41:45 -05:00
fmp
1b31e7db1c Updated build test to use CMake 2018-12-06 20:01:36 -05:00
fmp
be609e2c36 Updated build version numbers to 1.0.1 2018-11-26 22:37:35 -05:00
fmp
32b1d4ae7f Checking return code of persistence creation
Testing against Paho C 1.2.1
2018-04-15 09:32:40 -04:00
fmp
d744264876 Added the topic_collection class to cache C pointers to the topics. Removed alloc/free topic pointers in the async_client. Removed separate topic_filter_collection class. 2017-04-23 13:37:03 -04:00
Frank Pagliughi
b6ebdde0e4 Added unit test for issue #79, problem with long user names/passwords. Passes. 2017-04-17 00:50:14 -04:00
Frank Pagliughi
bcbb527719 disconnect_options uses token_ptr in its API instead of raw token pointers, and keeps a smart pointer to the token.
Added copy and move operations to disconnect_options.

connect_options takes a regular token_ptr (not const).

Updated units tests accordingly.
2017-04-17 00:15:02 -04:00
fmp
bdc11d1ae9 Added connect timeout to connect_options 2017-04-14 15:17:38 -04:00
fmp
8ba21d383b Added conditional build of SSL components to the GNU make files (lib, unit tests, and samples)
Changed the library version to 0.5.0. Added PATCH number to GNU Make and CMake builds.
2017-04-13 20:07:13 -04:00
fmp
379cbf517f Fixwd the samples GNU Makefile for linking the ssl_publish sample. 2017-04-13 08:48:01 -04:00
fmp
4049f827c2 Updated README.md with instructions to update CMake on Ubuntu 14.04 LTS.
Added buildtst.sh and devenv.sh scripts.
2017-04-12 17:24:01 -04:00