1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-04 09:43:08 +02:00
pgbackrest/libc
David Steele 57d7809297 Improve efficiency of code generation.
Code generation saved files even when they had not changed, which often caused code generation cascades. So, don't save files unless they have changed.

Use rsync to determine which files have changed since the last test run. The manifest of changed files is saved and not removed until all code generation and builds have completed. If an error occurs the work will be redone on the next run.

The eventual goal is to do all the builds from the test/repo directory created by rsync but for now it is only used to track changes.
2018-11-03 19:52:46 -04:00
..
build/lib/pgBackRestLibC Improve efficiency of code generation. 2018-11-03 19:52:46 -04:00
xs Add bufHex()to Buffer object. 2018-09-26 22:33:48 +01:00
LibC.h Add storagePathRemove() and use it in the Perl Posix driver. 2018-04-11 08:21:09 -04:00
LibC.xs Rename posix driver files/functions for consistency. 2018-09-13 18:58:22 -04:00
Makefile.PL Rename posix driver files/functions for consistency. 2018-09-13 18:58:22 -04:00
typemap Move cryptographic hash functions to C using OpenSSL. 2018-06-11 14:52:26 -04:00