./devel/elfio, C++ library for reading and generating ELF files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.11, Package name: elfio-3.11, Maintainer: pkgsrc-users

ELFIO is a small, header-only C++ library that provides a simple
interface for reading and generating files in ELF binary format.

It is used as a standalone library - it is not dependant on any
other product or project. Adhering to ISO C++, it compiles on a
wide variety of architectures and compilers.


Master sites:

Filesize: 419.715 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35)
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
   2023-07-09 16:03:21 by Nia Alarie | Files touched by this commit (1)
Log message:
elfio: Require at minimum gcc5 for std::make_unique.
   2023-03-02 23:04:45 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
elfio: update to 3.11.

Release_3.11

- Don't build tests by default. Set ELFIO_BUILD_TESTS=ON

Release 3.10

- Initialize local var
   2022-12-12 15:44:34 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
elfio: header only implies build only dependency
   2021-12-31 18:24:32 by Iain Hibbert | Files touched by this commit (5)
Log message:
Add elfio-3.9

ELFIO is a small, header-only C++ library that provides a simple
interface for reading and generating files in ELF binary format.

It is used as a standalone library - it is not dependant on any
other product or project. Adhering to ISO C++, it compiles on a
wide variety of architectures and compilers.