Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: homer6/libpqxx

Tags

7.10.1

Toggle 7.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Mark test registrars as `maybe_unused`. (jtv#979)

7.10.0

Toggle 7.10.0's commit message

Verified

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

7.9.2

Toggle 7.9.2's commit message
NEWS.

7.9.1

Toggle 7.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable clang-based parsing in Doxygen. (jtv#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

Toggle 7.9.0's commit message
Typo in NEWS.

7.8.1

Toggle 7.8.1's commit message
Update NEWS.

7.8.0

Toggle 7.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce `std::source_location`. (jtv#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

Toggle 7.7.5's commit message
Regenerate.

7.7.4

Toggle 7.7.4's commit message
Format.

7.7.3

Toggle 7.7.3's commit message
Format.