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 |