summaryrefslogtreecommitdiff
path: root/src/common/math_util.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda1-3/+3
2022-03-24hle: nvflinger: Merge Rect with Common::Rectangle.Gravatar bunnei1-5/+45
2021-11-16Video Core: fix building for GCC.Gravatar Fernando Sahmkow1-2/+2
2020-10-21core: Fix clang build pt.3Gravatar Lioncash1-2/+2
2020-10-20Revert "core: Fix clang build"Gravatar bunnei1-2/+2
2020-10-17core: Fix clang buildGravatar Lioncash1-2/+2
2020-10-15input_common/CMakeLists: Make some warnings errorsGravatar Lioncash1-2/+2
2020-09-02input_common/motion_input: Make use of Common::PI constantGravatar Morph1-1/+1
2020-08-15common: Make use of [[nodiscard]] where applicableGravatar Lioncash1-5/+5
2020-08-13General: Tidy up clang-format warnings part 2Gravatar Lioncash1-1/+1
2020-02-28common/math_util: Support float type rectanglesGravatar ReinUsesLisp1-2/+14
2019-05-31common/math_util: Provide a template deduction guide for Common::RectangleGravatar Lioncash1-0/+3
2019-02-27common/math_util: Move contents into the Common namespaceGravatar Lioncash1-2/+2
2018-11-21common/math_util: Simplify std::make_signed usages to std::make_signed_tGravatar Lioncash1-2/+2
2018-11-21common/math_util: Make Rectangle's constructors constexprGravatar Lioncash1-2/+2
2018-11-21common/math_util: Remove unnecessary static from PIGravatar Lioncash1-1/+1
2018-11-21common/math_util: Remove unused IntervalsIntersect() functionGravatar Lioncash1-6/+0
2018-08-02math_util: Always initialize members of RectangleGravatar Lioncash1-5/+5
2018-04-20math_util: Remove the Clamp() functionGravatar Lioncash1-5/+0
2016-12-26MathUtil: add PI constantGravatar wwylele1-0/+2
2016-11-12Round the rectangle size to prevent float to int casting issuesGravatar James Rowe1-2/+2
2016-11-05Add default hotkey to swap primary screens.Gravatar James Rowe1-4/+2
2016-11-05Rework frame layouts to use a max rectangle instead of hardcoded calculationsGravatar James Rowe1-0/+12
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-4/+2
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-14/+19
2015-06-08Render-to-texture flush, interval math fixGravatar tfarley1-1/+1
2015-05-22OpenGL rendererGravatar tfarley1-0/+4
2015-05-14Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...Gravatar Emmanuel Gil Peyrot1-171/+3
2015-05-07Common: Remove common.hGravatar Yuri Kunde Schlesner1-1/+1
2014-12-20License changeGravatar purpasmart961-2/+2
2014-11-18MathUtil: Make Rectangle work with unsigned types.Gravatar Tony Wasserka1-4/+5
2014-08-19Common: Add a clamp function to math_utils.hGravatar Lioncash1-0/+7
2014-08-17Common: Move header guards over to pragma onceGravatar Lioncash1-5/+1
2014-04-08fixed project includes to use new directory structureGravatar bunnei1-1/+1
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-102/+102
2013-09-04replaced common code with dolphin commonGravatar ShizZy1-0/+200