Name
Last commit
Last update
builds Merge pull request #1842 from opedroso/PRECOMPILED
doc Problem: doc/Makefile.am ignores --without-docs
include parameter naming consistency [aesthetic]
m4 Problem: writing autoconf macros is boring
packaging Deprecate zmq_utils.h
perf Merge pull request #1764 from GreatFruitOmsk/master
src Better comments for understanding the classes array_t<> and array_item_t<>
tests Problem: CMakelist missing support for Windows Precompiled headers
tools Problem: copyright year is still 2015
.gitignore Problem: packaging/redhat/zeromq.spec not ignored
.hgeol Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users
.mailmap Fix mailmap entry for Max Skaller
.travis.yml Problem: too many CI builds
AUTHORS Problem: Windows build script requires edit for DevStudio version
CMakeLists.txt Problem: CMakelist missing support for Windows Precompiled headers
COPYING missing COPYING file added
COPYING.LESSER Added note about tivotisation
Dockerfile Add Docker support
FindSodium.cmake CMake: use libsodium if available, else use tweet_nacl
INSTALL Problem: Windows build script requires edit for DevStudio version
MAINTAINERS Fixed email addresses in the MAITAINERS file
Makefile.am Problem: make dist does not tar up macros.hpp
NEWS Updated development master to 4.2.x
README.cygwin.md Implement a definitive cygwin target for libzmq.
README.md Problem: libzmq appveyor build status is not visible
acinclude.m4 Loading commit data...
appveyor.yml Loading commit data...
autogen.sh Loading commit data...
branding.bmp Loading commit data...
ci_build.sh Loading commit data...
configure.ac Loading commit data...
installer.ico Loading commit data...
version.sh Loading commit data...

libzmq-cygwin

Definitive build fixes for cygwin (See https://github.com/zeromq/pyzmq/issues/113 for partial solution)

What's changed: ./Makefile.am Add cygwin-specific target mostly the same as mingw ./configure.ac Add cygwin-specific target mostly the same as mingw ./tests/testutil.hpp Lengthen socket timeout to 121 seconds

What's new: ./README.cygwin.md This file ./builds/cygwin Folder for cygwin-specific build files ./builds/cygwin/Makefile.cygwin Makefile for cygwin targets