Merge 0.12->trunk
|
Kim Alvefur |
Thu, 29 Dec 2022 18:36:38 +0100 |
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)
0.12
|
Matthew Wild |
Thu, 29 Dec 2022 16:29:03 +0000 |
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)
|
Matthew Wild |
Thu, 29 Dec 2022 16:29:03 +0000 |
configure: No longer accept Lua 5.1
|
Kim Alvefur |
Thu, 30 Jun 2022 17:00:35 +0200 |
configure: Silence warning about echo -n [shellcheck]
|
Kim Alvefur |
Mon, 29 Nov 2021 17:40:40 +0100 |
configure: Remove variable noop (thanks shellcheck)
|
Kim Alvefur |
Mon, 29 Nov 2021 17:40:02 +0100 |
configure: Make ICU the default library for IDNA and JID normalization
|
Kim Alvefur |
Sun, 12 Jul 2020 23:04:14 +0200 |
configure: Pass compiler flag to enable ICU only when building util.encodings
|
Kim Alvefur |
Sun, 12 Jul 2020 23:28:04 +0200 |
configure: Respect previously set paths in macosx preset
|
Kim Alvefur |
Mon, 13 May 2019 12:00:28 +0200 |
configure: Remove preset settings that are autodiscovered
|
Kim Alvefur |
Mon, 13 May 2019 11:59:00 +0200 |
configure: Handle ostype preset after argument processing
|
Kim Alvefur |
Mon, 13 May 2019 11:52:16 +0200 |
Merge 0.11->trunk
|
Kim Alvefur |
Sun, 05 May 2019 08:55:05 +0200 |
configure: Handle lua being found in /bin (workaround for #1353)
0.11
|
Kim Alvefur |
Sat, 04 May 2019 22:48:59 +0200 |
configure: Enable more compiler warnings
|
Kim Alvefur |
Sat, 16 Mar 2019 18:51:02 +0100 |
configure: Separate flags related to compiler warnings
|
Kim Alvefur |
Sat, 16 Mar 2019 18:43:11 +0100 |
configure: Refactor header search to make it more portable
|
Matthew Wild |
Mon, 03 Dec 2018 23:06:41 +0000 |
configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)
|
Matthew Wild |
Mon, 03 Dec 2018 19:38:19 +0000 |
configure: Recognise 5.4 as a valid Lua version
|
Kim Alvefur |
Thu, 29 Nov 2018 16:19:39 +0100 |
configure: Split list of possible suffixes into a line per Lua version
|
Kim Alvefur |
Thu, 29 Nov 2018 16:16:09 +0100 |
configure: Suppress warning about '~' [SC2088]
|
Matthew Wild |
Mon, 01 Oct 2018 16:23:57 +0100 |
configure: Replace use of '-o' with '||' [SC2166]
|
Matthew Wild |
Mon, 01 Oct 2018 16:18:56 +0100 |
configure: Fix incorrect syntax of '&&' in previous commit
|
Matthew Wild |
Mon, 01 Oct 2018 16:13:28 +0100 |
configure: Replace usage of '-a' with '&&' [SC2166]
|
Matthew Wild |
Mon, 01 Oct 2018 15:59:16 +0100 |
configure: Add shellcheck directives to suppress warnings on harmless lines
|
Matthew Wild |
Mon, 01 Oct 2018 15:33:10 +0100 |
configure: Replace logic constructs with explicit if/else statements
|
Matthew Wild |
Mon, 01 Oct 2018 15:32:47 +0100 |
configure: Remove unnecessary 'echo'
|
Matthew Wild |
Mon, 01 Oct 2018 15:31:14 +0100 |
configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms
|
Matthew Wild |
Mon, 01 Oct 2018 15:30:49 +0100 |
configure: Replace backticks with $()
|
Matthew Wild |
Mon, 01 Oct 2018 15:29:54 +0100 |
configure: Remove unused function
|
Matthew Wild |
Mon, 01 Oct 2018 15:27:43 +0100 |
util.crand: Make it possible to use arc4random on Linux (needs libbsd)
|
Kim Alvefur |
Sun, 03 Dec 2017 15:21:12 +0100 |