aboutsummaryrefslogtreecommitdiffstats
path: root/core/mastering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid placement new for the output limiterChris Robinson2023-12-311-82/+58
|
* Clean up some ugly pointer manipulation in the limiterChris Robinson2023-12-301-46/+49
|
* Handle pointer ownership a bit betterChris Robinson2023-12-291-5/+8
|
* Much more clang-tidy cleanupChris Robinson2023-12-101-5/+6
|
* More clang-tidy fixesChris Robinson2023-12-091-8/+8
|
* Use some more standard functionsChris Robinson2023-05-051-2/+2
|
* Use macros for the likely/unlikely attributesChris Robinson2023-03-011-1/+1
| | | | | The syntax parser for GCC 8 (and earlier?) fails when these attributes are in certain places.
* Avoid using auto for lambda parametersChris Robinson2023-02-061-5/+5
|
* clang-tidy cleanups (#800)Rosen Penev2023-01-151-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * clang-tidy: use bool literals Found with modernize-use-bool-literals Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: replace std::bind with lambdas Found with modernize-avoid-bind Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: use data() instead of pointer stuff Found with readability-container-data-pointe Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: use empty() Found with readability-container-size-empty Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: remove static in anon namespace Found with readability-static-definition-in-anonymous-namespace Signed-off-by: Rosen Penev <[email protected]> * clang-tidy: remove const return Found with readability-const-return-type Signed-off-by: Rosen Penev <[email protected]> Signed-off-by: Rosen Penev <[email protected]>
* Avoid using a macro to wrap standard attributesChris Robinson2022-12-061-1/+1
|
* Avoid some uses of the LIKELY/UNLIKELY macrosChris Robinson2022-12-051-1/+1
|
* Rename lerp to avoid conflicts with C++20's std::lerpChris Robinson2022-04-061-5/+5
|
* Make a construct_at method amd use itChris Robinson2021-10-081-7/+5
|
* Move mastering.cpp/h to coreChris Robinson2020-12-041-0/+441