configure: Move -ggdb flag here from util-src/Make
|
Kim Alvefur |
Fri, 19 Aug 2016 16:03:10 +0200 |
Move C compiler flag -pedantic from Makefile to configure
|
Kim Alvefur |
Fri, 19 Aug 2016 15:59:12 +0200 |
util-src/Makefile: Remove redundant -Wall (already set by configure)
|
Kim Alvefur |
Fri, 19 Aug 2016 15:58:07 +0200 |
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG
|
Kim Alvefur |
Mon, 22 Feb 2016 18:44:43 +0100 |
Add util.ringbuffer, a ringbuffer with a file handle like interface
|
Kim Alvefur |
Tue, 02 Feb 2016 20:24:27 +0100 |
configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS)
|
Kim Alvefur |
Sun, 27 Sep 2015 00:28:46 +0200 |
util-src/Makefile: Remove redundant variables (set in config.unix already)
|
Kim Alvefur |
Sun, 27 Sep 2015 00:12:07 +0200 |
util-src/Makefile: Don't make exceptions for how to build .so for util.hashes and util.encodings
|
Kim Alvefur |
Sun, 27 Sep 2015 00:10:18 +0200 |
util-src/Makefile: Tell Make how to build .so from .o in a modern way (Let built-in rules handle .o)
|
Kim Alvefur |
Sun, 27 Sep 2015 00:08:46 +0200 |
util-src/Makefile: Move Lua include path into CFLAGS variable
|
Kim Alvefur |
Sun, 27 Sep 2015 00:04:14 +0200 |
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure
|
Kim Alvefur |
Sat, 26 Sep 2015 23:42:46 +0200 |
util-src/Makefile: Use variables for install binary and target directory
|
Kim Alvefur |
Sat, 26 Sep 2015 23:38:09 +0200 |
util-src/Makefile: Move list of .so files in a variable
|
Kim Alvefur |
Sat, 26 Sep 2015 23:29:50 +0200 |
util.table, Makefile: New C module that allows pre-allocation of tables to improve performance and decrease memory fragmentation
|
Matthew Wild |
Tue, 31 Mar 2015 11:59:17 +0100 |
util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0)
|
Matthew Wild |
Tue, 18 Jun 2013 09:04:44 +0100 |
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes
|
Florian Zeitz |
Sat, 27 Apr 2013 17:01:31 +0200 |
Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile
|
Matthew Wild |
Thu, 13 Oct 2011 00:51:50 +0100 |
util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files
|
Matthew Wild |
Sun, 26 Dec 2010 05:37:27 +0000 |
util-src/Makefile: Clean up and remove unnecessary all linking
|
Matthew Wild |
Sun, 26 Dec 2010 05:01:58 +0000 |
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 |
Fri, 17 Dec 2010 22:32:21 +0000 |
util.encodings: Support for ICU for IDNA operations.
|
Tobias Markmann |
Tue, 14 Dec 2010 15:03:37 +0100 |
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 |
Thu, 08 Jul 2010 18:59:17 +0100 |
util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commit anything at 3AM)
|
Brian Cully |
Fri, 04 Dec 2009 12:14:14 +0000 |
util-src/Makefile: Add missing flags to building of util.signal
|
Matthew Wild |
Mon, 19 Oct 2009 21:08:40 +0100 |
Makefile: Don't combine variable export with assignment for compatibility with other shells (thanks Filip)
|
Matthew Wild |
Tue, 29 Sep 2009 13:59:35 +0100 |
Makefiles: Add signal.so to install targets
|
Matthew Wild |
Sun, 12 Apr 2009 03:02:51 +0100 |
Makefiles, util.signal: Add lsignal library for catching POSIX signals
|
Matthew Wild |
Sun, 12 Apr 2009 02:53:00 +0100 |
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 |
Sat, 14 Feb 2009 15:38:37 +0000 |
Remove redundant linking in util-src modules' Makefile
|
Matthew Wild |
Mon, 02 Feb 2009 18:02:20 +0000 |
Makefile fix for clean target
|
Matthew Wild |
Sun, 28 Dec 2008 05:09:38 +0000 |
Add posix support library, and adjust makefiles for it
|
Matthew Wild |
Sat, 06 Dec 2008 23:20:59 +0000 |
Fix Makefile to link with Lua again
0.1.0
|
Matthew Wild |
Wed, 03 Dec 2008 20:00:17 +0000 |
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes
|
Matthew Wild |
Wed, 03 Dec 2008 19:55:57 +0000 |
Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange.
|
Tobias Markmann |
Wed, 03 Dec 2008 20:32:03 +0100 |
Use install to strip symbols
|
Matthew Wild |
Sun, 30 Nov 2008 19:36:30 +0000 |
Potential fixes for building on Mac OSX
|
Matthew Wild |
Sun, 30 Nov 2008 19:02:00 +0000 |
Add -fPIC to util-src/Makefile
|
Matthew Wild |
Sat, 29 Nov 2008 22:20:59 +0000 |
Forced merge.
|
Tobias Markmann |
Sat, 29 Nov 2008 11:24:59 +0100 |
Do idna_to_ascii when building own response.
|
Tobias Markmann |
Fri, 28 Nov 2008 18:32:54 +0100 |
Add a top-level Makefile and ./configure script. Update util-src Makefile for this.
|
Matthew Wild |
Sat, 29 Nov 2008 02:07:33 +0000 |
Removed MS specific preprocessor statements from the Makefile
|
Waqas Hussain |
Thu, 27 Nov 2008 22:27:25 +0500 |
Makefile now works on windows with Microsoft's compiler
|
Waqas Hussain |
Thu, 27 Nov 2008 21:49:31 +0500 |
Add rough Makefile for util-src/
|
Matthew Wild |
Wed, 26 Nov 2008 02:21:18 +0000 |