| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-10 | get rid of HAS_STD_FILESYSTEM | Shawn Hoffman | |
| just use std::filesystem | |||
| 2021-12-10 | Treewide: Adjust order of includes | Pokechu22 | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 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 | |
| https://bugs.dolphin-emu.org/issues/11771 | |||
| 2019-06-20 | Replace <experimental/filesystem> includes with <filesystem> | JosJuice | |
| https://bugs.dolphin-emu.org/issues/11770 | |||
| 2017-06-28 | Fix DoFileSearch for non-ASCII extensions on Windows | JosJuice | |
| We don't use non-ASCII extensions for anything right now, but we might as well fix this. | |||
| 2017-06-28 | Fix DoFileSearch for non-ASCII paths on Windows | JosJuice | |
| It didn't work when there were non-ASCII characters in the directories argument, but it worked fine with non-ASCII characters in names of found files and folders. | |||
| 2017-06-27 | FileSearch: Use strcasecmp in non-std code | JosJuice | |
| Because why should only Windows get in on the FileSearch speedup fun? (Not that this fixes the slowness of File::ScanDirectoryTree...) | |||
| 2017-06-26 | Merge pull request #5693 from JosJuice/filesearch-minor-changes | shuffle2 | |
| FileSearch: Minor changes | |||
| 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 | |
| c5fa470 made the extension check discard directories, but only in the new code that currently only is used on Windows. Let's add an equivalent check in the old code so that the behavior is consistent across platforms. | |||
| 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 | |
| Nothing used the RegEx feature of FileSearch, and GCC < 4.9 doesn't support C++11 RegEx properly, so get rid of it. | |||
| 2015-06-21 | Fix DoFileSearch returning the passed-in directories themselves. | comex | |
| Fixes https://code.google.com/p/dolphin-emu/issues/detail?id=8697&can=3 | |||
| 2015-06-08 | Fix File Extension Search Being Case Sensitive | Fog | |
| 2015-05-28 | Rewrite FileSearch and improve ScanDirectoryTree. | comex | |
| - FileSearch is now just one function, and it converts the original glob into a regex on all platforms rather than relying on native Windows pattern matching on there and a complete hack elsewhere. It now supports recursion out of the box rather than manually expanding into a full list of directories in multiple call sites. - This adds a GCC >= 4.9 dependency due to older versions having outright broken <regex>. MSVC is fine with it. - ScanDirectoryTree returns the parent entry rather than filling parts of it in via reference. The count is now stored in the entry like it was for subdirectories. - .glsl file search is now done with DoFileSearch. - IOCTLV_READ_DIR now uses ScanDirectoryTree directly and sorts the results after replacements for better determinism. | |||
| 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 | |
| Various fixes to formatting and whitespace | |||
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-02-22 | Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
