Files
libkiwix/include
Matthieu Gautier 0bd5a5ec3b Do not store raw pointer to Library.
While it was "ok" to store raw pointer as, in our use case, the library
always live longer than object using it; it is not safe to store
raw pointer on object than may be deleted.

All classes storing a library now store a shared_ptr.
Functionr only using the library (as `HumanReadableNameMapper`) continue
to use a (const) reference.
2022-10-18 17:00:11 +02:00
..
2022-07-02 16:33:32 +02:00
2018-12-02 15:47:29 +01:00
2019-10-28 15:56:49 +01:00
2022-07-02 16:33:32 +02:00
2021-04-28 11:42:55 +04:00
2022-10-18 17:00:11 +02:00
2022-07-02 16:33:32 +02:00
2021-06-30 18:27:00 +02:00
2022-10-18 17:00:11 +02:00
2022-01-09 20:05:30 +01:00