pmdk icon indicating copy to clipboard operation
pmdk copied to clipboard

FEAT: Get more info about library version/build via xxx_check_version()

Open krzycz opened this issue 7 years ago • 1 comments

Instead of a simple check if required API version matches the actual library API version, xxx_check_version() functions could provide more information about the library. I.e. it could be used to retrieve the source version (tag/commit), whether it is debug/nondebug build, was the library compiled with Valgrind support enabled, etc. All this data could be compiled into a static string that is returned in case of a call to xxx_check_version() with major/minor version number set to 0.

krzycz avatar May 02 '17 14:05 krzycz

Can we extend the log header with more information?

grom72 avatar Jun 19 '23 12:06 grom72