summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileSearch.cpp
AgeCommit message (Expand)Author
2024-12-26Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-ofJMC47
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-10-17Modernize `std::unique` with rangesmitaclaw
2024-10-10Modernize `std::sort` with rangesmitaclaw
2024-10-10Modernize `std::replace` with rangesmitaclaw
2023-01-10get rid of HAS_STD_FILESYSTEMShawn Hoffman
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-12-28Android: Add specialized content provider implementation of DoFileSearchJosJuice
2020-08-23apply `if constexpr` in a couple placesShawn Hoffman
2020-08-23don't use std::move on const variablesShawn Hoffman
2019-06-21Work around C++20 std::filesystem changes related to u8stringJosJuice
2019-06-20Fix opening controller config when there is no profile directoryJosJuice
2019-06-20Replace <experimental/filesystem> includes with <filesystem>JosJuice
2017-06-28Fix DoFileSearch for non-ASCII extensions on WindowsJosJuice
2017-06-28Fix DoFileSearch for non-ASCII paths on WindowsJosJuice
2017-06-27FileSearch: Use strcasecmp in non-std codeJosJuice
2017-06-26Merge pull request #5693 from JosJuice/filesearch-minor-changesshuffle2
2017-06-26FileSearch: Add a static_assert for the preferred separatorJosJuice
2017-06-26FileSearch: Check isDirectory in the non-Windows codeJosJuice
2017-06-25Use CompareStringOrdinal in DoFileSearch instead of _wcsicmpShawn Hoffman
2017-06-25FileSearch: Remove unnecessary functionJosJuice
2017-06-24Fix warningsTillmann Karras
2017-06-23replace DoFileSearch with optimized versionShawn Hoffman
2017-04-07FileSearch: Namespace functions under the Common namespaceLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-27FileSearch: Don't use RegExs, just do string comparisons.waddlesplash
2015-06-21Fix DoFileSearch returning the passed-in directories themselves.comex
2015-06-08Fix File Extension Search Being Case SensitiveFog
2015-05-28Rewrite FileSearch and improve ScanDirectoryTree.comex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre