aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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