summaryrefslogtreecommitdiffstats
path: root/tests/tst_FilePath.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14Use std::filesystem and std::make_uniqueDavid Robillard1-108/+0
2020-12-15Clean up includes in core and serverDavid Robillard1-1/+0
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-01Remove superfluous semicolonsDavid Robillard1-10/+10
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+7
2018-09-23Use lowercase namespace namesDavid Robillard1-1/+1
2018-01-21Avoid unnecessary move warningsDavid Robillard1-1/+1
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-0/+103