Skip to content

Tags: jtv/libpqxx

Tags

7.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update config, reformat. (#913)

7.9.2

NEWS.

7.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable clang-based parsing in Doxygen. (#847)

The clang-assisted parsing in Doxygen is supposed to be slower but more
accurate.

However I find that it just leads to tons of ridiculous errors, showing
a complete and radical lack of comprehension of the code it's parsing.
Seems to be failing to expand macros.

7.9.0

Typo in NEWS.

7.8.1

Update NEWS.

7.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce `std::source_location`. (#702)

Introduce `std::source_location`.

Allow exceptions to track source locations.  This is still pretty
rudimentary.

One thing I'm not happy about is the way different exception classes
have their own `source_location` members that are not related to each
other.  This means that if you want to access that field, you have to
catch a fairly specific exception type.

Also of course, it's not great that we can't assume that the compiler
actually supports this feature.  The testing helpers could be much nicer
if they could rely on `source_location` — we might even get by without
some of the preprocessor macros.

7.7.5

Regenerate.

7.7.4

Format.

7.7.3

Format.

7.7.2

Fix up includes reordered by auto-formatting.