Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 0/5][v3] Fix typos and enable checkpatch
 2023-08-09 11:20 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/5][v3] ci: fix a step name
` [Tarantool-patches] [PATCH 2/5][v3] codehealth: fix typos
` [Tarantool-patches] [PATCH 3/5][v3] cmake: introduce new targets
` [Tarantool-patches] [PATCH 4/5][v3] ci: enable checkpatch
` [Tarantool-patches] [PATCH 5/5][v3] test: fix codestyle

[Tarantool-patches] [PATCH luajit 00/15] Add flake8 linter
 2023-08-08 19:42 UTC  (61+ messages)
` [Tarantool-patches] [PATCH luajit 01/15] test: fix E122 errors by pycodestyle
` [Tarantool-patches] [PATCH luajit 02/15] test: fix E128 "
` [Tarantool-patches] [PATCH luajit 03/15] test: fix E201 and E202 "
` [Tarantool-patches] [PATCH luajit 04/15] test: fix E203 "
` [Tarantool-patches] [PATCH luajit 05/15] test: fix E231 "
` [Tarantool-patches] [PATCH luajit 06/15] test: fix E251 "
` [Tarantool-patches] [PATCH luajit 07/15] test: fix E301 "
` [Tarantool-patches] [PATCH luajit 08/15] test: fix E302 "
` [Tarantool-patches] [PATCH luajit 09/15] test: fix E303 "
` [Tarantool-patches] [PATCH luajit 10/15] test: fix E305 "
` [Tarantool-patches] [PATCH luajit 11/15] test: fix E502 "
` [Tarantool-patches] [PATCH luajit 12/15] test: fix E711 "
` [Tarantool-patches] [PATCH luajit 13/15] test: fix E722 "
` [Tarantool-patches] [PATCH luajit 14/15] test: fix E741 "
` [Tarantool-patches] [PATCH luajit 15/15] test: run flake8 static analysis via CMake
        ` [Tarantool-patches] [PATCH luajit 16/15] gdb: fix Python <assert> statement usage
        ` [Tarantool-patches] [PATCH luajit 17/15] test: fix E275 errors by pycodestyle
      ` [Tarantool-patches] [PATCH luajit 18/15] test: suppress E131 "
      ` [Tarantool-patches] [PATCH luajit 19/15] test: fix E501 "

[Tarantool-patches] [PATCH] cmake: add code coverage support
 2023-08-08 19:25 UTC  (9+ messages)

[Tarantool-patches] [PATCH 0/2 v2] Add code coverage support
 2023-08-07 13:39 UTC  (11+ messages)
` [Tarantool-patches] [PATCH 1/2 v2] cmake: add "
` [Tarantool-patches] [PATCH 2/2 v2] ci: support coveralls

[Tarantool-patches] [PATCH 0/2] Fix embedded bytecode loader
 2023-08-06 11:09 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1/2] "
` [Tarantool-patches] [PATCH 2/2] Followup fix for "

[Tarantool-patches] [PATCH luajit] Add contributing guidelines for Tarantool fork
 2023-08-03 20:48 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit v2 0/5] Add ASan support in LuaJIT
 2023-08-03  7:31 UTC  (25+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/5] ci: clean up workflow for exotic builds
` [Tarantool-patches] [PATCH luajit v2 2/5] memprof: remove invalid assertions
` [Tarantool-patches] [PATCH luajit v2 3/5] test: introduce test:done TAP helper
` [Tarantool-patches] [PATCH luajit v2 4/5] build: introduce LUAJIT_USE_ASAN option
` [Tarantool-patches] [PATCH luajit v2 5/5] ci: introduce testing workflow with sanitizers

[Tarantool-patches] [PATCH luajit v7] memprof: introduce cli flag to run dump parser
 2023-08-02  8:32 UTC  (11+ messages)

[Tarantool-patches] [PATCH luajit v2] Fix frame for on-trace out-of-memory error
 2023-08-01 17:55 UTC 

[Tarantool-patches] [PATCH luajit v3 0/4] sysprof: parser refactoring
 2023-07-31 20:30 UTC  (5+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/4] utils: remove unnecessary insertion in AVL-tree
` [Tarantool-patches] [PATCH luajit v3 2/4] sysprof: remove `split by vmstate` option
` [Tarantool-patches] [PATCH luajit v3 3/4] tools: add execution permission to sysprof parser
` [Tarantool-patches] [PATCH luajit v3 4/4] sysprof: improve parser's memory footprint

[Tarantool-patches] [PATCH luajit] Fix frame for on-trace out-of-memory error
 2023-07-26 12:12 UTC  (3+ messages)

[Tarantool-patches] [PATCH luajit 0/2] Add ASan support in LuaJIT
 2023-07-21  8:14 UTC  (10+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] build: introduce LUAJIT_USE_ASAN option
` [Tarantool-patches] [PATCH luajit 2/2] ci: introduce testing workflow with sanitizers

[Tarantool-patches] [PATCH 0/4][v2] Fix typos and enable checkpatch
 2023-07-20 21:14 UTC  (13+ messages)
` [Tarantool-patches] [PATCH 1/4][v2] ci: fix a step name
` [Tarantool-patches] [PATCH 2/4][v2] codehealth: fix typos
` [Tarantool-patches] [PATCH 3/4][v2] cmake: introduce 'check' and 'LuaJIT-checkpatch' targets
` [Tarantool-patches] [PATCH 4/4][v2] ci: enable checkpatch

[Tarantool-patches] [PATCH luajit] FFI: Fix recording of union initialization
 2023-07-20 18:37 UTC  (8+ messages)

[Tarantool-patches] [PATCH luajit 0/2] Fix maxslots when recording BC_VARG
 2023-07-20 18:37 UTC  (16+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] "
` [Tarantool-patches] [PATCH luajit 2/2] Fix maxslots when recording BC_VARG, part 2

[Tarantool-patches] [PATCH luajit v1] Fix BC_UCLO insertion for returns
 2023-07-20 18:37 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit v2] sysprof: improve parser's memory footprint
 2023-07-18  8:33 UTC  (2+ messages)

[Tarantool-patches] [PATCH] Mark CONV as non-weak, to prevent elimination of its side-effect
 2023-07-17 15:11 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/2] Fix typos and enable checkpatch
 2023-07-17 13:22 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/2] test: fix typos
` [Tarantool-patches] [PATCH 2/2] ci: enable checkpatch

[Tarantool-patches] [PATCH luajit v3] sysprof: fix crash during FFUNC stream
 2023-07-17 12:52 UTC  (5+ messages)

[Tarantool-patches] [PATCH luajit] ci: update job concurrency group definition
 2023-07-13 17:06 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox