Commit Graph

29 Commits

Author SHA1 Message Date
Ian Craggs 5deab80ded Fix build - reduce log output 2015-08-13 16:08:12 +01:00
Ian Craggs 8a93fed2bc Fix multi-thread access for MQTTClient
Bug: 474905
2015-08-13 15:09:14 +01:00
Ian Craggs d2c47512a1 Another go at the Mac Makefile 2015-02-10 11:22:22 +00:00
Ian Craggs 95047f5895 That didn't work on the Mac, try this 2015-02-10 11:05:59 +00:00
Ian Craggs 2928280eb5 Sed command that will work on the Mac 2015-02-10 11:02:55 +00:00
Ian Craggs 1c929f7eb0 Add version number processing to Makefile
Documentation and copyright date updates
2015-02-10 10:56:58 +00:00
Ian Craggs 936226fde9 Better solution to the "linux" definition 2015-02-09 21:31:46 +00:00
Ian Craggs 4be1922aa9 OSTYPE linux rather than Linux? 2015-02-09 17:07:59 +00:00
Ian Craggs 6acae0acdd Linux debugging 2015-02-09 16:52:56 +00:00
Ian Craggs a994a2f393 Reorder some definitions in the Makefile 2015-02-09 16:35:11 +00:00
Ian Craggs 4ec3a6ff80 Replace start-group/end-group in Makefile for Mac 2015-02-09 13:23:56 +00:00
Ian Craggs 8c51366e3b Fix -ld lib option to -ldl 2015-02-09 13:21:16 +00:00
Ian Craggs adaf82b499 Another attempt to build on the Mac 2015-02-09 13:14:33 +00:00
Ian Craggs 67d609bda7 MacOSX Makefile fixes 2015-02-09 12:48:31 +00:00
Ian Craggs 215166c579 Update version to 1.0.3, fix Makefile for MacOSX 2015-02-09 12:42:10 +00:00
Rainer Poisel 7a31d57bd3 Support for multi-core builds; Support for cross compilation including sample build configurations
Change-Id: Ib64f34f5fa43bb5249b661e883c80d3c37daffe7
Signed-off-by: Rainer Poisel <rainer.poisel@gmail.com>
2015-02-04 23:08:00 +01:00
rxiang 96faf843fc 43204 review
Signed-off-by: rxiang <xiangr@cn.ibm.com>
2014-07-07 03:11:51 +08:00
Ian Craggs 0dd83c1d10 Return connack information for MQTT 3.1.1 in the async client
Bug: 436049
2014-06-06 15:18:45 +01:00
Ian Craggs 3b79c88c08 Merge ssh://git.eclipse.org:29418/paho/org.eclipse.paho.mqtt.c into develop
Conflicts:
	src/MQTTAsync.c
	src/MQTTClient.c
	src/MQTTProtocolOut.c
2014-05-29 13:46:25 +01:00
Ian Craggs fe57fdaad0 Add USE_NAMED_SEMAPHORES to Mac OSX compile options
Bug: 407343
2014-05-08 14:57:34 +01:00
Ian Craggs 4a9f71be5b Add build for OSX 2014-05-08 14:09:24 +01:00
Roger Light 5823fb7cfb Allow CC to be set by environment variable. 2014-04-19 08:12:37 +01:00
Ian Craggs 86dcb19667 Add sync client interops test 2014-03-14 14:01:06 +00:00
Ian Craggs 523e3bae38 gcc 4.8.1 compile changes - bug #426808 2014-01-28 20:43:32 +00:00
Ian Craggs 253842cedb Build clean on gcc 4.7 2013-11-15 23:07:06 +00:00
Ian Craggs 46aec931d0 Changes to the synchronous client API to check mutex calls on Linux, for bug #419233 2013-11-13 11:33:41 +00:00
Ian Craggs 9e44c3eb4a Update library names, and follow Makefile conventions 2013-11-01 15:10:52 +00:00
Ian Craggs ebd9829a79 MQTTVersion needs to look for .so.1, and use install instead
of cp in the Makefile
2013-10-31 14:39:57 +00:00
Ian Craggs eb6b0b174b Add makefile for Linux, addressing bugs #402345 and #405486 2013-10-30 13:39:37 +00:00