summaryrefslogtreecommitdiffstats
path: root/tests/ingen_bench.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-08-23Fix build with GCC 13David Robillard1-2/+2
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-6/+6
2022-12-14Avoid implicit conversionsDavid Robillard1-1/+1
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-09-27Use std::make_uniqueDavid Robillard1-2/+1
2020-12-14Avoid "using namespace"David Robillard1-16/+34
2020-08-03Clean up includesDavid Robillard1-0/+1
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check.
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-1/+0
2020-08-02Rename memory utility headerDavid Robillard1-1/+1
2020-08-02Fix suppressed automatic movesDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-3/+5
2020-08-01Make set_bundle_path_from_code take a function pointerDavid Robillard1-1/+1
2020-07-18Add missing static specifiersDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-8/+8
2019-03-08Use smart pointers to manage World in programsDavid Robillard1-4/+3
2019-03-08Use smart pointers to handle FILE streamsDavid Robillard1-5/+5
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-3/+3
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard1-1/+1
2017-12-25Use nullptrDavid Robillard1-3/+3
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-03-18Add missing filesDavid Robillard1-0/+139