libpqxx:decimal

Last commit made on 2023-02-12
Get this branch:
git clone -b decimal https://git.launchpad.net/libpqxx

Branch merges

Branch information

Name:
decimal
Repository:
lp:libpqxx

Recent commits

0204f53... by Jeroen T. Vermeulen

Start sketching out decimal FP support.

197b61d... by Jeroen T. Vermeulen

Note.

3037b82... by Jeroen Vermeulen <email address hidden>

Work around myhsterious warning. (#640)

Got a strange "may be used uninitialized" warning while compiling on
Debian with gcc 10.2.1, in maintainer mode. This fixes it.

121f749... by Jeroen Vermeulen <email address hidden>

Update build to large resource class in config.yml (#635)

1c37e25... by Jeroen Vermeulen <email address hidden>

Update copyright year. (#633)

240a3b6... by Jeroen Vermeulen <email address hidden>

Merge identical encoding groups. (#630)

Four Japanese encoding groups were really just two encoding groups.

e355fb7... by Jeroen T. Vermeulen

Shorter waits in tests.

Running the test suite showed some annoying pauses as these two tests
waited for notifications. Their wait loops slept for a full second at
each iteration. Reduce that to a millisecond.

1f77f38... by Jeroen T. Vermeulen

Unused variable when building with `NDEBUG`.

To disable `assert()` calls in your code, `#define NDEBUG`. But I
stupidly wrote a loop just to make some assertions. Of course when
`NDEBUG` is defined, that entire loop should be left out.

950cd28... by Jeroen Vermeulen <email address hidden>

Unimportant ciso646-related tweaks. (#628)

7bf04ae... by Jeroen Vermeulen <email address hidden>

More micro-optimisations in query streaming. (#629)