History log of /libevent-2.1.12/Makefile.nmake (Results 1 – 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release-2.2.1-alpha, release-2.1.12-stable, release-2.1.11-stable, release-2.1.10-stable, release-2.1.9-beta, release-2.0.23-beta, release-2.1.8-stable, release-2.1.7-rc, release-2.1.6-beta
# a264da86 20-Dec-2015 Mark Ellzey <[email protected]>

Revert "The Windows socket type is defined as SOCKET."


# ded80866 17-Dec-2015 billsegall <[email protected]>

Provide a mechanism for building the library on Windows with different compiler flags. Add a batch file that builds it for the M[DT][d] options and performs a hunt and gather of the different output

Provide a mechanism for building the library on Windows with different compiler flags. Add a batch file that builds it for the M[DT][d] options and performs a hunt and gather of the different output libraries.

show more ...


Revision tags: release-2.0.22-stable, release-1.4.15-stable, release-2.1.5-beta, release-2.1.4-alpha
# 24d64666 14-Jan-2014 Joakim Soderberg <[email protected]>

Fix so that old nmake project still builds.


Revision tags: release-2.1.3-alpha, release-2.1.2-alpha, release-2.0.21-stable, release-2.0.20-stable
# 6bde2efd 11-Jul-2012 Patrick Pelletier <[email protected]>

Additional comments about OPENSSL_DIR variable, prompted by Dave Hart


# eba0eb2e 09-Jun-2012 Patrick Pelletier <[email protected]>

attempt to support OpenSSL in Makefile.nmake


# e7bf4c84 08-Jun-2012 Nick Mathewson <[email protected]>

Make the Makefile.nmake warning slightly less dire


# 0ba0683b 08-Jun-2012 Nick Mathewson <[email protected]>

Add evutil_time.obj to Makefile.nmake


Revision tags: release-2.0.19-stable, release-2.1.1-alpha, release-2.0.18-stable, release-2.0.17-stable, release-2.0.16-stable, release-2.0.15-stable, release-2.0.14-stable, release-2.0.13-stable, release-2.0.12-stable
# d41f3ea2 25-May-2011 Peter Rosin <[email protected]>

Do not define WIN32 in Makefile.nmake


Revision tags: release-2.0.11-stable, release-2.0.10-stable, release-2.0.9-rc, release-2.0.8-rc, release-2.0.7-rc
# 4022b287 13-Aug-2010 Nick Mathewson <[email protected]>

Change include order in Makefile.nmake

If there is an event-config.h in include/event2 (either because we
screwed up packaging like in 2.0.6-rc or because we previously tried
building with mingw and

Change include order in Makefile.nmake

If there is an event-config.h in include/event2 (either because we
screwed up packaging like in 2.0.6-rc or because we previously tried
building with mingw and we didn't make distclean in the middle), we
want MSVC to find the one one in WIN32-Code/include/event2 first.

Found by Gilad Benjamini.

show more ...


Revision tags: release-2.0.6-rc, release-1.4.14b-stable, release-1.4.14-stable, release-2.0.5-beta, release-2.0.4-alpha
# 98edb891 25-Feb-2010 Nick Mathewson <[email protected]>

Fix arc4random compilation on MSVC.


# 5c7a7bca 24-Jan-2010 Nick Mathewson <[email protected]>

Fix windows and msvc build


# b62d979b 02-Dec-2009 unknown <Nick Mathewson@.(none)>

Update nmake makefile to build evthread.c


Revision tags: release-2.0.3-alpha
# 86f57420 16-Nov-2009 Nick Mathewson <[email protected]>

Add two implementations of getaddrinfo: one blocking and one nonblocking.

The entry points are evutil_getaddrinfo and evdns_getaddrinfo respectively.
There are fairly extensive unit tests.

I believ

Add two implementations of getaddrinfo: one blocking and one nonblocking.

The entry points are evutil_getaddrinfo and evdns_getaddrinfo respectively.
There are fairly extensive unit tests.

I believe this code conforms to RFC3493 pretty closely, but there are
probably more issues. It should get tested on more platforms.

This code means we can dump the well-intentioned but weirdly-implemented
bufferevent_evdns and evutil_resolve code.

svn:r1537

show more ...


Revision tags: release-1.4.13-stable
# 4ca9efea 05-Nov-2009 Nick Mathewson <[email protected]>

Add nmake files to build with MSVC.

Right now, they just make static libraries and unit tests. They probably set lots of options wrong.

svn:r1507