moonbridge

log Makefile

age author description
2021-02-05 jbe Improved Makefile to allow manual selection of PLATFORM and DISTRIBUTION; Emit warning if platform or Linux distribution could not be determined
2019-10-19 jbe Use "cc -shared" instead of "ld -shared" to create *.so files
2019-10-12 jbe Add -L/usr/lib -lc to all invocations of ld on FreeBSD
2019-10-12 jbe Add -L/usr/lib to ld call for compiling on FreeBSD
2018-12-22 jbe Raspbian support in Makefilev1.1.1
2017-04-25 jbe Updated Lua version in Makefile to 5.3
2016-08-21 jbe Re-added experimental work on libtls integration
2016-08-21 jbe Removed experimental work on libtls integration
2016-08-20 jbe Work on optional libtls integration for moonbridge_io (tls_config stub)
2015-06-22 jbe Added $(UTIL_FLAGS) to moonbridge_io.so in Makefile
2015-06-19 jbe Removed moonbridge_websocket.c
2015-05-07 jbe Do not pass moonbridge_io.block when invoking callback passed to _call I/O methods but only include it for _yield I/O methods
2015-04-18 jbe Added moonbridge_io.h to Makefile; Added stub for moonbridge_websocket.c (with base64'd SHA-1)
2015-04-05 jbe Stub for new non-blocking I/O library
2015-01-30 jbe Added default compile options for Debian
2015-01-29 jbe Code cleanup in Makefile; Use lsb_release binary in Makefile
2015-01-29 jbe Suppress unused-result compiler warnings in Makefile
2015-01-29 jbe Added default makefile configuration for Ubuntu distribution
2015-01-29 jbe Proper treatment of double semicolons in package.path and added MOONBR_LUA_CPATH in addition to MOONBR_LUA_PATH
2015-01-29 jbe Added MOONBR_LUA_PATH compile-time variable to allow prepending a path to LUA_PATH at run-time
2015-01-04 jbe Initial commitv0.1

Impressum / About Us