[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [52b5071](https://github.com/telegramdesktop/tdesktop/commit/52b50714c218743850d9fda2bbf30cd6e732bfef) • _3 files, +162/-0_
Added clang-tidy ban of qMin, qMax, qAbs and qBound.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [3535faf](https://github.com/telegramdesktop/tdesktop/commit/3535fafe1a1e56f34b6955b9e24dc09018d93660) • _91 files, +575/-291_
Replaced qMin, qMax and qAbs with std::min, std::max and std::abs.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [09071b4](https://github.com/telegramdesktop/tdesktop/commit/09071b498f11ba348e2221e7f32d6fd0d42a014e) • _3 files, +115/-4_
Added refusal of banned functions in edits and in commits.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [75228e0](https://github.com/telegramdesktop/tdesktop/commit/75228e03c49f62a6f41727ad5ebdfe5617c1612c) • _2 files, +167/-37_
Added rationing of comments to one line with WHY exception.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [13aebb1](https://github.com/telegramdesktop/tdesktop/commit/13aebb12f4ed374fea6cb205da40732a78ba4c58) • _2 files, +260/-1_
Added tests of house rules hook.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [4e07bc8](https://github.com/telegramdesktop/tdesktop/commit/4e07bc839736bbf93a37e2db12258ec4149fa3b0) • _1 files, +24/-1_
Extended clang-tidy ban to Qt helpers wrapping std functions.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [657ac99](https://github.com/telegramdesktop/tdesktop/commit/657ac9957fa9876c2d82727330e6f94675f521c7) • _13 files, +22/-21_
Replaced qSwap, qMakePair and qSin with std equivalents.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [3cd0f03](https://github.com/telegramdesktop/tdesktop/commit/3cd0f0323bf531d6df8c6ef58a9d640231fad66d) • _1 files, +2/-1_
Added clang-tidy ban of qCeil.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [bc92322](https://github.com/telegramdesktop/tdesktop/commit/bc92322ce0f3c3e8495f69de095ef3a718b1260f) • _9 files, +20/-17_
Replaced qCeil with int(std::ceil()).

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [fdc60c4](https://github.com/telegramdesktop/tdesktop/commit/fdc60c4d9788ac613feb702b1927aedf1ea7c3e9) • _1 files, +2/-1_
Added clang-tidy ban of qFloor.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [9f3d070](https://github.com/telegramdesktop/tdesktop/commit/9f3d070fe15e773509e507ebb4cdb356c4d90807) • _9 files, +43/-21_
Replaced qFloor with int(std::floor()).

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [3eece12](https://github.com/telegramdesktop/tdesktop/commit/3eece12f67781c7c10e2961f1c5c81c166b07eba) • _1 files, +2/-1_
Added clang-tidy ban of qRound.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [6e8d16b](https://github.com/telegramdesktop/tdesktop/commit/6e8d16bc54a7d5b106a0cc800546aca6383b5186) • _47 files, +164/-125_
Replaced qRound with base::SafeRound.

[telegramdesktop/tdesktop/dev](https://github.com/telegramdesktop/tdesktop/tree/dev) • [5294555](https://github.com/telegramdesktop/tdesktop/commit/52945553e87c6dac058b51ce630dc2c9689dc431) • _2 files, +423/-465_
Slightly improved code style in sticker set box.

[#tdesktop](?q=%23tdesktop)