Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-18 | MSVC build fixed | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-08-18 | Windows build fixed | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-08-18 | MSVC build fixed | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-08-16 | MSVC build fixed | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-08-04 | MSVC build brought up-to-date | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-07-22 | MSVC build brought up to date | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-07-21 | endmsg(3) and zmq_recvmsg(3) added to RPM spec file | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-07-03 | Fix MSVC build | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-28 | Packaging for MSVC build fixed | Martin Sustrik | |
MSVC project files for inproc_lat and inproc_thr were not packaged during make dist phase. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-23 | Fix MSVC build | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-13 | mtrie.cpp added to MSVC build | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-04-13 | MSVC build fixed to reflect zmq.cpp split | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-04-09 | RPM packaging improvements | Mikko Koppanen | |
Signed-off-by: Mikko Koppanen <mkoppanen@php.net> | |||
2011-04-02 | inproc perf tests now work on Windows | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-04-02 | MSVC build system updated to match 3.0 changes | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-24 | C++ binding removed from the core | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-23 | zmq_device removed | Martin Sustrik | |
Devices are basically applications on top of 0MQ stack. They should reside in separate libraties. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-02-21 | Fixes build on at least CentOS 5 | Mikko Koppanen | |
Signed-off-by: Mikko Koppanen <mikko.koppanen@gmail.com> | |||
2011-02-09 | reaper added to MSVC build | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-01-30 | Added WithOpenPGM configuration into MSVC builds | Mikko Koppanen | |
Signed-off-by: Mikko Koppanen <mikko.koppanen@gmail.com> | |||
2011-01-15 | Fix MSVC build | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-12-06 | MSVC build fixed | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-12-06 | xup and xsub files added to the MSVC build | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-11-25 | Small fix for the rhel6 spec | Sebastian Otaegui | |
Signed-off-by: Sebastian Otaegui <feniix@gmail.com> | |||
2010-11-16 | FD_SETSIZE defaults to 1024 in MSVC build | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-11-05 | signaler renamed to mailbox | Martin Sustrik | |
For historical reasons queue to transfer commands between threads was called 'signaler'. Given that it was used to pass commands rather than signals it was renamed to 'mailbox', see Erlang mailboxes. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-13 | Merge branch 'maint' | Martin Sustrik | |
* maint: Add support for RHEL6 in the spec file | |||
2010-10-13 | Add support for RHEL6 in the spec file | Sebastian Otaegui | |
Signed-off-by: Sebastian Otaegui <feniix@gmail.com> | |||
2010-10-09 | Merge branch 'maint' | Martin Sustrik | |
* maint: Version macros added Conflicts: builds/msvc/platform.hpp Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-09 | Version macros added | Martin Sustrik | |
Macro ZMQ_VERSION represents the current version of 0MQ Macro ZMQ_MAKE_VERSION(major,minor,patch) allows to create a representation of the specified version. The versions can be compared using simple <, >, ==, etc. operators. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-09-27 | MSVC build fixed | Martin Sustrik | |
2010-09-04 | Version number incremented to 2.0.10 | Martin Sustrik | |
2010-09-01 | maint: will become 2.0.9 | Martin Sustrik | |
2010-09-01 | MSVC build fixed | Martin Sustrik | |
2010-08-28 | MSVC build fixed | Martin Sustrik | |
2010-08-25 | MSVC build fixed | Martin Sustrik | |
2010-08-25 | 'master' will become 2.1.x release | Martin Sustrik | |
2010-08-25 | Update version number to 2.0.8 | Martin Lucina | |
2010-08-05 | Fixed MSVC project for PULL/PUSH | Pieter Hintjens | |
2010-06-26 | msg_store added to MSVC build | Martin Sustrik | |
2010-06-17 | Windows build fixed | Martin Sustrik | |
2010-06-04 | platform.hpp for MSVC contains only very basic stuff | Martin Sustrik | |
2010-06-04 | MSVC build fixed | Martin Sustrik | |
2010-05-28 | RPM packaging cleanups | Martin Lucina | |
- ditch -utils package - add descriptions from Debian packaging | |||
2010-05-28 | Import redhat packaging | Mikko Koppanen | |
2010-05-05 | MSVC build fixed | Martin Sustrik | |
2010-04-29 | windows port fixed | Martin Sustrik | |
2010-04-26 | MSVC build fixed | Martin Sustrik | |