index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
FileSearch.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2026-01-24
Common/FileSearch: Refactor DoFileSearch
Sintendo
2024-12-26
Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of
JMC47
2024-12-15
Modernize `std::any_of` with ranges
mitaclaw
2024-10-17
Modernize `std::unique` with ranges
mitaclaw
2024-10-10
Modernize `std::sort` with ranges
mitaclaw
2024-10-10
Modernize `std::replace` with ranges
mitaclaw
2023-01-10
get rid of HAS_STD_FILESYSTEM
Shawn Hoffman
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-28
Android: Add specialized content provider implementation of DoFileSearch
JosJuice
2020-08-23
apply `if constexpr` in a couple places
Shawn Hoffman
2020-08-23
don't use std::move on const variables
Shawn Hoffman
2019-06-21
Work around C++20 std::filesystem changes related to u8string
JosJuice
2019-06-20
Fix opening controller config when there is no profile directory
JosJuice
2019-06-20
Replace <experimental/filesystem> includes with <filesystem>
JosJuice
2017-06-28
Fix DoFileSearch for non-ASCII extensions on Windows
JosJuice
2017-06-28
Fix DoFileSearch for non-ASCII paths on Windows
JosJuice
2017-06-27
FileSearch: Use strcasecmp in non-std code
JosJuice
2017-06-26
Merge pull request #5693 from JosJuice/filesearch-minor-changes
shuffle2
2017-06-26
FileSearch: Add a static_assert for the preferred separator
JosJuice
2017-06-26
FileSearch: Check isDirectory in the non-Windows code
JosJuice
2017-06-25
Use CompareStringOrdinal in DoFileSearch instead of _wcsicmp
Shawn Hoffman
2017-06-25
FileSearch: Remove unnecessary function
JosJuice
2017-06-24
Fix warnings
Tillmann Karras
2017-06-23
replace DoFileSearch with optimized version
Shawn Hoffman
2017-04-07
FileSearch: Namespace functions under the Common namespace
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-27
FileSearch: Don't use RegExs, just do string comparisons.
waddlesplash
2015-06-21
Fix DoFileSearch returning the passed-in directories themselves.
comex
2015-06-08
Fix File Extension Search Being Case Sensitive
Fog
2015-05-28
Rewrite FileSearch and improve ScanDirectoryTree.
comex
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre