[zeromq-dev] Question about constness

2012-07-23 Thread Ming Ji
Hi all, I am new to ZeroMQ. I am actually not quite comfortable about the constness in the API. For example, size_t zmq_msg_size(zmq_msg_t* msg); In my opinion, it is better to do it this way: size_t zmq_msg_size(const zmq_msg_t* msg); because this function by definition only returns the siz

Re: [zeromq-dev] ZeroMQ for Android: Problem in building the Android APK

2012-07-23 Thread Eric
Hi all, I confirm that the precompiled library works too for my Acer Liquid with Android 2.2. Thanks! I have compiled the library but have not tested it. --- En date de : Lun 23.7.12, Sharon Ben-Asher a écrit : De: Sharon Ben-Asher Objet: Re: [zeromq-dev] ZeroMQ for Android: Problem in bui

Re: [zeromq-dev] ZeroMQ for Android: Problem in building the Android APK

2012-07-23 Thread Sharon Ben-Asher
Victor, I can confirm that the precompiled shared object works fine. I will try to re-compile the source with the updated instructions. Sharon. -Original Message- From: Victor Perron Subject: Re: [zeromq-dev] ZeroMQ for Android: Problem in building the Android APK To: ZeroMQ develo

[zeromq-dev] [PATCH] tests: getting rid of warnings when build with NDEBUG.

2012-07-23 Thread Vitaliy Ivanov
Hi, ZMQ tree 2-x. I didn't use ZMQ_ASSERT as tests are not using this macro. Vitaliy -- >From 12e7514e9c076f35cd525fee5f2c68a1228e53f2 Mon Sep 17 00:00:00 2001 From: Vitaliy Ivanov Date: Mon, 23 Jul 2012 16:06:13 +0300 Subject