dolphin/Source/Core/DolphinWX
comex a225426510 Rewrite FileSearch and improve ScanDirectoryTree.
- 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-28 19:14:42 -04:00
..
Android Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Cheats Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Config Rewrite FileSearch and improve ScanDirectoryTree. 2015-05-28 19:14:42 -04:00
Debugger Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
NetPlay Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
resources Add missing license headers 2015-05-25 13:11:47 +02:00
ARCodeAddEdit.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ARCodeAddEdit.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AboutDolphin.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AboutDolphin.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
CMakeLists.txt Remove the "nativeLibsToJar" gradle task. 2015-05-05 22:34:56 -04:00
ControllerConfigDiag.cpp Add missing license headers 2015-05-25 13:11:47 +02:00
ControllerConfigDiag.h Add missing license headers 2015-05-25 13:11:47 +02:00
DolphinWX.rc Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not. 2012-12-17 08:33:42 -06:00
DolphinWX.vcxproj DolphinWX: Break the netplay UI controls into separate classes. 2015-04-11 01:35:54 -04:00
DolphinWX.vcxproj.filters DolphinWX: Break the netplay UI controls into separate classes. 2015-04-11 01:35:54 -04:00
DolphinWX.vcxproj.user Rename menu items, stop using PanicAlertT, remove -d when running from visual studio. 2014-12-17 01:12:33 +10:30
FifoPlayerDlg.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
FifoPlayerDlg.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Frame.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Frame.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
FrameAui.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
FrameTools.cpp Rewrite FileSearch and improve ScanDirectoryTree. 2015-05-28 19:14:42 -04:00
GameListCtrl.cpp Rewrite FileSearch and improve ScanDirectoryTree. 2015-05-28 19:14:42 -04:00
GameListCtrl.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Globals.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
HotkeyDlg.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
HotkeyDlg.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ISOFile.cpp Merge pull request #2439 from JosJuice/company-from-id 2015-05-25 23:32:55 -04:00
ISOFile.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ISOProperties.cpp Merge pull request #2326 from JosJuice/isoproperties-config-block 2015-05-25 23:42:26 -04:00
ISOProperties.h Merge pull request #2326 from JosJuice/isoproperties-config-block 2015-05-25 23:42:26 -04:00
Info.plist.in Pull in translations from Transifex. 2013-09-21 11:24:33 -05:00
InputConfigDiag.cpp Rewrite FileSearch and improve ScanDirectoryTree. 2015-05-28 19:14:42 -04:00
InputConfigDiag.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
InputConfigDiagBitmaps.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogConfigWindow.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogConfigWindow.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogWindow.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogWindow.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Main.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Main.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
MainAndroid.cpp Merge pull request #2430 from Sonicadvance1/android_panic_handler 2015-05-25 23:37:48 -04:00
MainNoGUI.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
MemcardManager.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
MemcardManager.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PatchAddEdit.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PatchAddEdit.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PostProcessingConfigDiag.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PostProcessingConfigDiag.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SoftwareVideoConfigDialog.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SoftwareVideoConfigDialog.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TASInputDlg.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TASInputDlg.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
VideoConfigDiag.cpp Merge pull request #2162 from degasus/prefetch_tex 2015-05-26 13:30:26 +02:00
VideoConfigDiag.h Merge pull request #2162 from degasus/prefetch_tex 2015-05-26 13:30:26 +02:00
WXInputBase.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WXInputBase.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WxUtils.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WxUtils.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
X11Utils.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
X11Utils.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
resource.h Add missing license headers 2015-05-25 13:11:47 +02:00