Skip to content

Tags: Anefu/boost-mysql

Tags

boost-1.86.0

Toggle boost-1.86.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Boost 1.86 new CI builds

Added gcc-14 build
Updated mysql8 to MySQL 8.4.1
Updated mariadb to MariaDB 11.4.2
Updated some CMake builds to the latest compiler versions
Updated GHA workflows to use Node 20 actions
Updated deprecated ENV commands in Dockerfiles
Removed debugging statements in OSX CI build
DB entrypoints are now inline scripts in Dockerfiles
TSAN is now run in ARM CIs and recent gcc's
TSAN is now disabled for TS executors

close boostorg#302

boost-1.86.0.beta1

Toggle boost-1.86.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Boost 1.86 new CI builds

Added gcc-14 build
Updated mysql8 to MySQL 8.4.1
Updated mariadb to MariaDB 11.4.2
Updated some CMake builds to the latest compiler versions
Updated GHA workflows to use Node 20 actions
Updated deprecated ENV commands in Dockerfiles
Removed debugging statements in OSX CI build
DB entrypoints are now inline scripts in Dockerfiles
TSAN is now run in ARM CIs and recent gcc's
TSAN is now disabled for TS executors

close boostorg#302

boost-1.85.0

Toggle boost-1.85.0's commit message
Preventively disabled -Werror in CMake tests

This is recommended because some users build tests as part of their builds. See boostorg#183

boost-1.85.0.beta1

Toggle boost-1.85.0.beta1's commit message
field_view constructors are now stable

Updated Doxygen docs to mark them as stable

close boostorg#219

boost-1.84.0

Toggle boost-1.84.0's commit message
Removed Boost.chrono from cmake_test

close boostorg#180

boost-1.84.0.beta1

Toggle boost-1.84.0.beta1's commit message
Removed Boost.chrono from cmake_test

close boostorg#180

boost-1.83.0

Toggle boost-1.83.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request boostorg#172 from glywk/fix_readme

Fix typo in README.md

boost-1.83.0.beta1

Toggle boost-1.83.0.beta1's commit message
Merge branch 'develop'

boost-1.82.0

Toggle boost-1.82.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
UB fix for row_base in debug builds

UB fix for row_base in debug builds

Close boostorg#136

boost-1.82.0.beta1

Toggle boost-1.82.0.beta1's commit message
JSON and TEXT fields with binary collations support.

JSON fields are now read as strings instead of blobs.
TEXT fields with binary collations (e.g. utf8_bin or
    the JSON type in MariaDB) are now read as strings instead of blobs.
Added the column_type::json type.
The CI script now loads all data into the databases. There is no
    longer need to rebuild DB containers when test data changes.