| Commit message (Expand) | Author | Age | Files | Lines |
* | configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (li... | Kim Alvefur | 2015-09-27 | 1 | -1/+1 |
* | util-src/Makefile: Remove redundant variables (set in config.unix already) | Kim Alvefur | 2015-09-27 | 1 | -8/+0 |
* | util-src/Makefile: Don't make exceptions for how to build .so for util.hashes... | Kim Alvefur | 2015-09-27 | 1 | -4/+2 |
* | util-src/Makefile: Tell Make how to build .so from .o in a modern way (Let bu... | Kim Alvefur | 2015-09-27 | 1 | -6/+2 |
* | util-src/Makefile: Move Lua include path into CFLAGS variable | Kim Alvefur | 2015-09-27 | 1 | -2/+2 |
* | configure, util-src/Makefile: Move OS X deployment flag to an C compiler argu... | Kim Alvefur | 2015-09-26 | 1 | -3/+0 |
* | util-src/Makefile: Use variables for install binary and target directory | Kim Alvefur | 2015-09-26 | 1 | -1/+4 |
* | util-src/Makefile: Move list of .so files in a variable | Kim Alvefur | 2015-09-26 | 1 | -6/+6 |
* | util.table, Makefile: New C module that allows pre-allocation of tables to im... | Matthew Wild | 2015-03-31 | 1 | -2/+2 |
* | util.net: Add util.net, containing local_addresses() (removed from LuaSocket ... | Matthew Wild | 2013-06-18 | 1 | -2/+2 |
* | util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | 2013-04-27 | 1 | -0/+1 |
* | Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile | Matthew Wild | 2011-10-13 | 1 | -9/+11 |
* | util-src/Makefile: Change parameter order so that LDFLAGS always comes later ... | Matthew Wild | 2010-12-26 | 1 | -3/+3 |
* | util-src/Makefile: Clean up and remove unnecessary all linking | Matthew Wild | 2010-12-26 | 1 | -5/+6 |
* | util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename enco... | Matthew Wild | 2010-12-17 | 1 | -2/+2 |
* | util.encodings: Support for ICU for IDNA operations. | Tobias Markmann | 2010-12-14 | 1 | -0/+8 |
* | util-src/Makefile: Stop linking dynamic libraries to Lua, it isn't necessary ... | Matthew Wild | 2010-07-08 | 1 | -1/+1 |
* | util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commi... | Brian Cully | 2009-12-04 | 1 | -30/+8 |
* | util-src/Makefile: Add missing flags to building of util.signal | Matthew Wild | 2009-10-19 | 1 | -1/+1 |
* | Makefile: Don't combine variable export with assignment for compatibility wit... | Matthew Wild | 2009-09-29 | 1 | -4/+11 |
* | Makefiles: Add signal.so to install targets | Matthew Wild | 2009-04-12 | 1 | -1/+1 |
* | Makefiles, util.signal: Add lsignal library for catching POSIX signals | Matthew Wild | 2009-04-12 | 1 | -1/+6 |
* | Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure scr... | Matthew Wild | 2009-02-14 | 1 | -7/+8 |
* | Remove redundant linking in util-src modules' Makefile | Matthew Wild | 2009-02-02 | 1 | -2/+2 |
* | Makefile fix for clean target | Matthew Wild | 2008-12-28 | 1 | -0/+1 |
* | Add posix support library, and adjust makefiles for it | Matthew Wild | 2008-12-06 | 1 | -2/+7 |
* | Fix Makefile to link with Lua againvault/0.1.00.1.0 | Matthew Wild | 2008-12-03 | 1 | -2/+2 |
* | Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes | Matthew Wild | 2008-12-03 | 1 | -1/+1 |
* | Making makefile work under OS X finally. Yeah OS X's gcc is a little bit stra... | Tobias Markmann | 2008-12-03 | 1 | -5/+10 |
* | Use install to strip symbols | Matthew Wild | 2008-11-30 | 1 | -2/+1 |
* | Potential fixes for building on Mac OSX | Matthew Wild | 2008-11-30 | 1 | -3/+3 |
* | Add -fPIC to util-src/Makefile | Matthew Wild | 2008-11-29 | 1 | -2/+2 |
* | Add a top-level Makefile and ./configure script. Update util-src Makefile for... | Matthew Wild | 2008-11-29 | 1 | -7/+10 |
* | Removed MS specific preprocessor statements from the Makefile | Waqas Hussain | 2008-11-27 | 1 | -4/+0 |
* | Makefile now works on windows with Microsoft's compiler | Waqas Hussain | 2008-11-27 | 1 | -0/+5 |
* | Add rough Makefile for util-src/ | Matthew Wild | 2008-11-26 | 1 | -0/+24 |