- 15 Jan, 2020 40 commits
-
-
brnrd authored
-
lwhsu authored
-
lwhsu authored
-
joneum authored
- New FPROFILE_GENERATE and FPROFILE_USE CMake options are available for experimenting with profile guided optimization (PGO) with GCC. See the cmake/fprofile.cmake in a MySQL source distribution for information about using them. These options have been tested with GCC 8 and 9, and with Clang. - Enabling FPROFILE_USE also enables WITH_LTO (link time optimization). - Innodb_system_rows_read, Innodb_system_rows_inserted, Innodb_system_rows_deleted status variables were added for counting row operations on InnoDB tables that belong to system-created schemas. The new status variables are similar to the existing Innodb_rows_read, Innodb_rows_inserted, Innodb_rows_deleted status variables, which count operations on InnoDB tables that belong to both user-created and system-created schemas. - The new status variables are useful in replication environments where relay_log_info_repository and master_info_repository variables are set to TABLE, resulting in higher row operation counts on slaves due to operations performed on the slave_master_info, slave_replay_log_info, and slave_worker_info tables, which belong to the system-created mysql schema. For a valid comparison of master and slave row operation counts, operations on tables in system-created schemas can now be excluded using the count data provided by the new status variables. More infos: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html Submitted by: fluffy Approved by: mmokhi (maintainer, implicit) Sponsored by: Netzkommune GmbH
-
jbeich authored
-
jmd authored
Bugfix release. While there, update LLVM requirement to llvm90.
-
bapt authored
-
lwhsu authored
-
sunpoet authored
Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
-
sunpoet authored
-
sunpoet authored
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md
-
sunpoet authored
-
sunpoet authored
Changes: https://github.com/ffi/ffi/blob/master/CHANGELOG.md
-
sunpoet authored
Changes: https://github.com/aws/aws-sdk-ruby/releases
-
sunpoet authored
Changes: https://github.com/aws/aws-sdk-ruby/releases
-
sunpoet authored
Changes: https://github.com/aws/aws-sdk-ruby/releases
-
sunpoet authored
Changes: https://github.com/wq/django-swappable-models/releases
-
sunpoet authored
Changes: https://github.com/instagrambot/instabot/commits/master
-
sunpoet authored
Changes: https://github.com/wq/django-swappable-models/releases
-
sunpoet authored
Changes: http://pycurl.io/docs/latest/release-notes.html
-
sunpoet authored
Changes: https://github.com/AnalogJ/lexicon/releases
-
sunpoet authored
Changes: https://github.com/kislyuk/argcomplete/releases
-
sunpoet authored
Changes: https://metacpan.org/changes/distribution/DBD-Pg
-
sunpoet authored
Changes: https://github.com/tdewolff/minify/releases
-
sunpoet authored
-
sunpoet authored
-
bapt authored
-
bapt authored
-
rene authored
2020-01-15 graphics/bugle: no longer actively developed; use devel/apitrace instead
-
yuri authored
-
yuri authored
Also: * Update COMMENT to reflect how their website decribes it * Update WWW * Group USExx lines
-
tcberner authored
January 11, 2020. KDE today announces the release of KDE Frameworks 5.66.0. KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks web page. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Announcement: https://kde.org/announcements/kde-frameworks-5.66.0.php PR: 243289 Exp-run by: antoine
-
novel authored
- Remove gmake dependency - Sort USES in alphabetical order - Add "make test" functionality Submitted by: Daniel Engberg Differential Revision: https://reviews.freebsd.org/D23137
-
novel authored
- Remove gmake dependency - Remove MAKE_JOBS_UNSAFE - Add "make test" functionality Submitted by: Daniel Engberg Differential Revision: https://reviews.freebsd.org/D23134
-