Log

util-src/Makefile @ 7614:bbdd97b913ea

description author age
Move C compiler flag -pedantic from Makefile to configure Kim Alvefur 2016-08-19
util-src/Makefile: Remove redundant -Wall (already set by configure) Kim Alvefur 2016-08-19
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG Kim Alvefur 2016-02-22
Add util.ringbuffer, a ringbuffer with a file handle like interface Kim Alvefur 2016-02-02
configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS) Kim Alvefur 2015-09-26
util-src/Makefile: Remove redundant variables (set in config.unix already) Kim Alvefur 2015-09-26
util-src/Makefile: Don't make exceptions for how to build .so for util.hashes and util.encodings Kim Alvefur 2015-09-26
util-src/Makefile: Tell Make how to build .so from .o in a modern way (Let built-in rules handle .o) Kim Alvefur 2015-09-26
util-src/Makefile: Move Lua include path into CFLAGS variable Kim Alvefur 2015-09-26
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure Kim Alvefur 2015-09-26
util-src/Makefile: Use variables for install binary and target directory Kim Alvefur 2015-09-26
util-src/Makefile: Move list of .so files in a variable Kim Alvefur 2015-09-26
util.table, Makefile: New C module that allows pre-allocation of tables to improve performance and decrease memory fragmentation Matthew Wild 2015-03-31
util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0) Matthew Wild 2013-06-18
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes Florian Zeitz 2013-04-27
Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile Matthew Wild 2011-10-12
util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files Matthew Wild 2010-12-26
util-src/Makefile: Clean up and remove unnecessary all linking Matthew Wild 2010-12-26
util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly Matthew Wild 2010-12-17
util.encodings: Support for ICU for IDNA operations. Tobias Markmann 2010-12-14
util-src/Makefile: Stop linking dynamic libraries to Lua, it isn't necessary as symbols are exported from the Lua binary (thanks deryni) Matthew Wild 2010-07-08
util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commit anything at 3AM) Brian Cully 2009-12-04
util-src/Makefile: Add missing flags to building of util.signal Matthew Wild 2009-10-19
Makefile: Don't combine variable export with assignment for compatibility with other shells (thanks Filip) Matthew Wild 2009-09-29
Makefiles: Add signal.so to install targets Matthew Wild 2009-04-12
Makefiles, util.signal: Add lsignal library for catching POSIX signals Matthew Wild 2009-04-12
Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch! Matthew Wild 2009-02-14
Remove redundant linking in util-src modules' Makefile Matthew Wild 2009-02-02
Makefile fix for clean target Matthew Wild 2008-12-28
Add posix support library, and adjust makefiles for it Matthew Wild 2008-12-06
Fix Makefile to link with Lua again 0.1.0 Matthew Wild 2008-12-03
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes Matthew Wild 2008-12-03
Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange. Tobias Markmann 2008-12-03
Use install to strip symbols Matthew Wild 2008-11-30
Potential fixes for building on Mac OSX Matthew Wild 2008-11-30
Add -fPIC to util-src/Makefile Matthew Wild 2008-11-29
Forced merge. Tobias Markmann 2008-11-29
Do idna_to_ascii when building own response. Tobias Markmann 2008-11-28
Add a top-level Makefile and ./configure script. Update util-src Makefile for this. Matthew Wild 2008-11-29
Removed MS specific preprocessor statements from the Makefile Waqas Hussain 2008-11-27
Makefile now works on windows with Microsoft's compiler Waqas Hussain 2008-11-27
Add rough Makefile for util-src/ Matthew Wild 2008-11-26