aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* configure: Move -ggdb flag here from util-src/MakeKim Alvefur2016-08-191-1/+1
* Move C compiler flag -pedantic from Makefile to configureKim Alvefur2016-08-191-1/+1
* util-src/Makefile: Remove redundant -Wall (already set by configure)Kim Alvefur2016-08-191-1/+1
* util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4ran...Kim Alvefur2016-02-221-1/+8
* Add util.ringbuffer, a ringbuffer with a file handle like interfaceKim Alvefur2016-02-021-2/+2
* configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (li...Kim Alvefur2015-09-271-1/+1
* util-src/Makefile: Remove redundant variables (set in config.unix already)Kim Alvefur2015-09-271-8/+0
* util-src/Makefile: Don't make exceptions for how to build .so for util.hashes...Kim Alvefur2015-09-271-4/+2
* util-src/Makefile: Tell Make how to build .so from .o in a modern way (Let bu...Kim Alvefur2015-09-271-6/+2
* util-src/Makefile: Move Lua include path into CFLAGS variableKim Alvefur2015-09-271-2/+2
* configure, util-src/Makefile: Move OS X deployment flag to an C compiler argu...Kim Alvefur2015-09-261-3/+0
* util-src/Makefile: Use variables for install binary and target directoryKim Alvefur2015-09-261-1/+4
* util-src/Makefile: Move list of .so files in a variableKim Alvefur2015-09-261-6/+6
* util.table, Makefile: New C module that allows pre-allocation of tables to im...Matthew Wild2015-03-311-2/+2
* util.net: Add util.net, containing local_addresses() (removed from LuaSocket ...Matthew Wild2013-06-181-2/+2
* util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashesFlorian Zeitz2013-04-271-0/+1
* Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/MakefileMatthew Wild2011-10-131-9/+11
* util-src/Makefile: Change parameter order so that LDFLAGS always comes later ...Matthew Wild2010-12-261-3/+3
* util-src/Makefile: Clean up and remove unnecessary all linkingMatthew Wild2010-12-261-5/+6
* util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename enco...Matthew Wild2010-12-171-2/+2
* util.encodings: Support for ICU for IDNA operations.Tobias Markmann2010-12-141-0/+8
* util-src/Makefile: Stop linking dynamic libraries to Lua, it isn't necessary ...Matthew Wild2010-07-081-1/+1
* util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commi...Brian Cully2009-12-041-30/+8
* util-src/Makefile: Add missing flags to building of util.signalMatthew Wild2009-10-191-1/+1
* Makefile: Don't combine variable export with assignment for compatibility wit...Matthew Wild2009-09-291-4/+11
* Makefiles: Add signal.so to install targetsMatthew Wild2009-04-121-1/+1
* Makefiles, util.signal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-121-1/+6
* Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure scr...Matthew Wild2009-02-141-7/+8
* Remove redundant linking in util-src modules' MakefileMatthew Wild2009-02-021-2/+2
* Makefile fix for clean targetMatthew Wild2008-12-281-0/+1
* Add posix support library, and adjust makefiles for itMatthew Wild2008-12-061-2/+7
* Fix Makefile to link with Lua againvault/0.1.00.1.0Matthew Wild2008-12-031-2/+2
* Fix configure to save LFLAGS, and also set proper defaults for all sensible OSesMatthew Wild2008-12-031-1/+1
* Making makefile work under OS X finally. Yeah OS X's gcc is a little bit stra...Tobias Markmann2008-12-031-5/+10
* Use install to strip symbolsMatthew Wild2008-11-301-2/+1
* Potential fixes for building on Mac OSXMatthew Wild2008-11-301-3/+3
* Add -fPIC to util-src/MakefileMatthew Wild2008-11-291-2/+2
* Add a top-level Makefile and ./configure script. Update util-src Makefile for...Matthew Wild2008-11-291-7/+10
* Removed MS specific preprocessor statements from the MakefileWaqas Hussain2008-11-271-4/+0
* Makefile now works on windows with Microsoft's compilerWaqas Hussain2008-11-271-0/+5
* Add rough Makefile for util-src/Matthew Wild2008-11-261-0/+24