- Jun 21, 2016
-
-
Roger A. Light authored
-
- Jun 16, 2016
-
-
Roger A. Light authored
-
Roger A. Light authored
Merge branch 'enhance-bare-makefile-static-library-build' of https://github.com/Lance0312/mosquitto into Lance0312-enhance-bare-makefile-static-library-build
-
- Jun 14, 2016
-
-
Roger A. Light authored
-
- Jun 08, 2016
-
-
Roger Light authored
Enhance static library build
-
Roger A. Light authored
-
- Jun 07, 2016
-
-
Roger A. Light authored
-
- Jun 03, 2016
-
-
Lance Chen authored
The option WITH_STATIC_LIBRARIES is default to yes Signed-off-by:Lance Chen <cyen0312@gmail.com>
-
Lance Chen authored
to conform to the bare Makefiles Signed-off-by:Lance Chen <cyen0312@gmail.com>
-
- Jun 02, 2016
-
-
Lance Chen authored
In order to make the CPP static library include all objects from the C static library, the list of objects (MOSQ_OBJS) is isolated into objects.mk to be used for building the C and CPP static libraries. Signed-off-by:Lance Chen <cyen0312@gmail.com>
-
Lance Chen authored
Symbol stripping is done explicitly with strip command, since stripping with install command removes too many symbols, making the result library unusable. Signed-off-by:Lance Chen <cyen0312@gmail.com>
-
- May 31, 2016
-
-
Lance Chen authored
The CPP static library respects options BUILD_STATIC_LIBRARY and WITH_PIC as well. Signed-off-by:Lance Chen <cyen0312@gmail.com>
-
Lance Chen authored
The option WITH_PIC is default to OFF. By default, the static library is built from the source code directly. If WITH_PIC is enabled, the static library is built with the same set of object libraries that the shared library uses. To link Mosquitto static library into a shared library, one must enable WITH_PIC to make the piece of code locatable. Signed-off-by:Lance Chen <cyen0312@gmail.com>
-
Lance Chen authored
The BUILD_STATIC_LIBRARY option is default to ON. Signed-off-by:Lance Chen <cyen0312@gmail.com>
-
Lance Chen authored
The shared library fails to link to `handle*` functions implementd in lib/handle_* because these source file definitions seem to be removed accidentally in commit 3499c094 . Signed-off-by:
Lance Chen <cyen0312@gmail.com>
-
- May 17, 2016
-
-
Roger A. Light authored
-
Roger A. Light authored
-
- May 16, 2016
-
-
Roger A. Light authored
-
Roger Light authored
Improve performance with lots of queued message
-
- May 15, 2016
-
-
Roger Light authored
CMake improvements
-
- Apr 26, 2016
-
-
Roger A. Light authored
-
- Apr 21, 2016
-
-
Ian Johnson authored
Signed-off-by:Ian Johnson <ijohnson@wolfram.com>
-
- Apr 20, 2016
-
-
Ian Johnson authored
Putting the list of files into a variable C_SRC and modiftying the add_library calls to use this variable Signed-off-by:Ian Johnson <ijohnson@wolfram.com>
-
Ian Johnson authored
We don't want to add any declaration properties for the static library, as the static library doesn't export or import anything, so when STATIC_LIB is defined the libmosq_EXPORT defines to nothing Signed-off-by:Ian Johnson <ijohnson@wolfram.com>
-
Ian Johnson authored
Adding the static library target, libmosquitto_static, to CMakeLists.txt so it gets installed, and when compiled STATIC_LIB gets defined for only the static library Signed-off-by:Ian Johnson <ijohnson@wolfram.com>
-
Ian Johnson authored
Signed-off-by:Ian Johnson <ijohnson@wolfram.com>
-
Ian Johnson authored
Signed-off-by:Ian Johnson <ijohnson@wolfram.com>
-
Tomas Novotny authored
Config file is installed by default, so I would expect that it will be used by the systemd service. Add argument for the configuration to the services. Signed-off-by:Tomas Novotny <novotny@rehivetech.com>
-
- Apr 18, 2016
-
-
Pierre Fersing authored
Signed-off-by:Pierre Fersing <pierre.fersing@bleemeo.com>
-
Pierre Fersing authored
Split message queue in two queues: in-flight and queued to avoid the need to iterate over all messages. Signed-off-by:Pierre Fersing <pierre.fersing@bleemeo.com>
-
- Mar 20, 2016
-
-
Roger A. Light authored
-
- Mar 18, 2016
-
-
Roger A. Light authored
-
- Mar 15, 2016
-
-
Roger A. Light authored
[ci skip]
-
Roger A. Light authored
This may be useful for finding out which clients are using significant amounts of persistence space.
-
- Mar 14, 2016
-
-
Roger A. Light authored
Closes #3.
-
- Mar 13, 2016
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-