ELFIO/elfio
Nathan Strong 7608269069 Externalize zlib dependency
== DETAILS

- define an interface/abstract class for zlib implementation
- update the code to reference the implementation, remove zlib dependency
- use constructor injection to provide implementations to elfio
- add a test to validate the injected object gets used properly
`
2022-11-04 18:12:15 +02:00
..
elf_types.hpp Add support for reading Wii U RPX/RPL 2022-11-04 18:12:15 +02:00
elfio_array.hpp Add 'explicit' keyword 2022-09-17 09:26:05 +03:00
elfio_dump.hpp Additional SHF flags 2022-09-26 15:34:01 +03:00
elfio_dynamic.hpp Add 'explicit' keyword 2022-09-17 09:26:05 +03:00
elfio_header.hpp Modernize more files 2022-09-01 18:50:02 +03:00
elfio_modinfo.hpp More refactoring 2022-09-16 20:51:20 +03:00
elfio_note.hpp Add 'explicit' keyword 2022-09-17 09:26:05 +03:00
elfio_relocation.hpp Apply advices given by clang-tidy 2022-09-28 20:09:39 +03:00
elfio_section.hpp Externalize zlib dependency 2022-11-04 18:12:15 +02:00
elfio_segment.hpp fix alloc-dealloc-mismatch reported in ASAN 2022-09-04 21:20:43 +03:00
elfio_strings.hpp Modernize more files 2022-09-01 18:50:02 +03:00
elfio_symbols.hpp Address more warnings reported by SonarLint 2022-09-23 17:54:24 +03:00
elfio_utils.hpp Externalize zlib dependency 2022-11-04 18:12:15 +02:00
elfio_version.hpp
elfio_versym.hpp Apply advices given by clang-tidy 2022-09-28 20:09:39 +03:00
elfio.hpp Externalize zlib dependency 2022-11-04 18:12:15 +02:00