Commit Graph

6 Commits

Author SHA1 Message Date
Vsevolod Stakhov
25a8f48d56 [Minor] More Lua 5.4 compatibility
Issue: #3656
2021-03-03 17:17:46 +00:00
Peter Wu
d498196712 [Minor] test: remove hard-coded build directory
* Reproducible build: avoid defining the BUILDROOT macro and avoid
  embedding the build directory in the test image. Instead rely on the
  test files being present next to the executable.
* I considered using g_test_build_filename, available since GLib 2.38
  (available on all supported platforms, RHEL 7, Debian, Ubuntu, etc.),
  but decided against it because it would require setting the
  G_TEST_SRCDIR or G_TEST_BUILDDIR environment variables. Therefore this
  patch simply parses argv0 directly.
2020-01-21 02:21:31 +00:00
Vsevolod Stakhov
f0d7200158 [Minor] Restore Lua 5.2 compatibility
Issue: #2826
Closes: #2826
2019-04-01 12:44:42 +01:00
Vsevolod Stakhov
a955734152 [Minor] Fix test build with lua >= 5.3 2018-10-16 15:04:31 +01:00
Mikhail Galanin
6d12ba86f2 [Minor] Split lua_thread_pool_get on lua_thread_pool_get_for_task/lua_thread_pool_get_for_config 2018-08-24 09:13:24 +01:00
Mikhail Galanin
5dd0a6b7fb [Minor] Benchmark for lua calls 2018-08-20 10:27:12 +01:00