1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/src
David Steele 8b218158ae Move regExpMatchPtr()/regExpMatchStr() to build/common/regExp module.
Similar to b9be4fa5, these functions are not used by the core code so move them to the build module. The new implementation is a little less efficient but that is much less of a worry in the build/test code.

Also remove regExpMatchSize() since it was not longer needed.
2022-12-31 12:54:33 +07:00
..
build Add profiling, performance, and optimization to C test harness. 2022-07-29 10:31:36 -04:00
command Move strReplace() and strUpper() to build/common/string module. 2022-12-31 10:26:11 +07:00
common Move regExpMatchPtr()/regExpMatchStr() to build/common/regExp module. 2022-12-31 12:54:33 +07:00
config Unify code builder binaries into a single binary. 2022-07-20 17:45:39 -04:00
module Move regExpMatchPtr()/regExpMatchStr() to build/common/regExp module. 2022-12-31 12:54:33 +07:00
main.c Add profiling, performance, and optimization to C test harness. 2022-07-29 10:31:36 -04:00
meson.build Move strReplace() and strUpper() to build/common/string module. 2022-12-31 10:26:11 +07:00
test.c Skip mem context cleanup in CATCH_FATAL() block. 2022-08-31 12:44:55 -04:00
valgrind.suppress.co7 Update test container OS versions. 2021-07-18 17:29:20 -04:00