Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -49/+48 |
| | | | | No meaningful changes. | ||||
* | [Minor] More Lua 5.4 compatibility | Vsevolod Stakhov | 2021-03-03 | 1 | -0/+6 |
| | | | | Issue: #3656 | ||||
* | [Minor] test: remove hard-coded build directory | Peter Wu | 2020-01-21 | 1 | -2/+6 |
| | | | | | | | | | | | * 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. | ||||
* | [Minor] Restore Lua 5.2 compatibility | Vsevolod Stakhov | 2019-04-01 | 1 | -3/+3 |
| | | | | | Issue: #2826 Closes: #2826 | ||||
* | [Minor] Fix test build with lua >= 5.3 | Vsevolod Stakhov | 2018-10-16 | 1 | -0/+12 |
| | |||||
* | [Minor] Split lua_thread_pool_get on ↵ | Mikhail Galanin | 2018-08-24 | 1 | -2/+2 |
| | | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config | ||||
* | [Minor] Benchmark for lua calls | Mikhail Galanin | 2018-08-20 | 1 | -0/+139 |