| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-21 | Common: Move FPU-related helpers into Common namespace | Lioncash | |
| Makes these utilities' namespace consistent with the majority of the Common library. | |||
| 2021-12-10 | Treewide: Adjust order of includes | Pokechu22 | |
| 2021-07-17 | remove SetRoundMode | Shawn Hoffman | |
| we only care about SSE rounding mode, and set that manually in SetSIMDMode | |||
| 2021-07-17 | make FPSCR.RN an enum | Shawn Hoffman | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2021-06-10 | PowerPC: Set host CPU rounding mode on init and savestate | JosJuice | |
| Not doing this can cause desyncs when TASing. (I don't know how common such desyncs would be, though. For games that don't change rounding modes, they shouldn't be a problem.) | |||
| 2019-05-06 | Reformat repo to clang-format 7.0 rules | Techjar | |
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-25 | Simplify some more license headers | Tillmann Karras | |
| 2014-12-20 | Update Outdated Google Code References | Benjamin Przybocki | |
| 2014-03-09 | FPURoundMode: revert use of enums in bit-fields | Tillmann Karras | |
| The workaround of using fixed underlying types produces lots of warnings in GCC because now the bit-fields are too small for the value range used for conversion semantics. | |||
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-28 | x64FPURoundMode: move things around a bit | Tillmann Karras | |
| 2014-02-22 | Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
