summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Use new Nexus Tools location for MO2Jeremy Rimpo2026-05-151-0/+2
* Use filesystem paths with BSATK input / output (#2391)Jeremy Rimpo2026-05-071-1/+1
* Defer second nxmhandler call (#2390)Jeremy Rimpo2026-05-061-1/+1
* Move to VCPKG (#2068)Mikaël Capelle2025-05-296-130/+29
* Oblivion Remastered Meta PR (#2241)Jeremy Rimpo2025-05-231-11/+14
* Update following USVFS move to VCPKG. (#2244)Mikaël Capelle2025-05-221-2/+2
* PluginList::refresh speedup (#2046)RJ2024-06-101-0/+1
* Update for new USVFS function scheme. (#2044)Mikaël Capelle2024-06-091-22/+1
* Switch from fmtlib to std::format. (#2031)Mikaël Capelle2024-05-253-9/+8
* Apply clang-format.Mikaël Capelle2023-07-0917-675/+557
* Convert everything to CRLF.Mikaël Capelle2023-07-098-1998/+1998
* force instance selection when the current instance cannot be usedisanae2021-02-131-0/+1
* Remove unused mapping.Mikaël Capelle2021-01-214-19/+2
* moved criticalOnTop() to uibaseisanae2021-01-186-419/+0
* fix crash on bad bsaisanae2021-01-161-1/+13
* optimizations for download manager:isanae2020-12-241-1/+1
* added version to dmp filenameisanae2020-12-241-2/+3
* dump nxmhandler.iniisanae2020-12-241-0/+2
* Revert "Changing the location of several directories"isanae2020-11-271-2/+1
* Using AppConfigQudix2020-11-091-1/+2
* fixed AppConfig::logFileName so it can be usedisanae2020-11-071-1/+1
* moved instance setup/selection to instancemanager.cppisanae2020-11-072-0/+18
* replaced #pragma once by ifdefsisanae2020-11-031-2/+6
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-0/+1
* add warning when profile given with -p doesn't existisanae2020-11-032-0/+8
* Change some for loops to use refs, prefer range loop where possible.AL2020-11-022-3/+3
* Convert FileAlternative and DataArchiveOrigin to classesAL2020-11-023-29/+44
* Change Alternatives vector to use a structAL2020-11-024-38/+59
* Fix issues with very slow refresh time for large root data directories.isanae2020-05-232-40/+13
* now using new common cmakefilesisanae2020-04-232-3/+3
* changed FileRegister to a deque insteadisanae2020-02-181-6/+1
* moved TimeThis to uibaseisanae2020-02-183-34/+3
* error handling for last modified timeisanae2020-02-181-1/+11
* re-enabled archive parsingisanae2020-02-183-104/+146
* removed directoryrefresher.h from organizercore.hisanae2020-02-181-99/+0
* cleanup, typedefsisanae2020-02-1811-91/+74
* split directoryentryisanae2020-02-1811-1061/+1187
* error checking in dump()isanae2020-02-181-5/+29
* moved dump() to DirectoryEntryisanae2020-02-182-36/+110
* fixed crash when disabling modisanae2020-02-182-4/+6
* removed lastAccessed from FileEntry, not usedisanae2020-02-182-95/+106
* removed some unnecessary countersisanae2020-02-182-51/+0
* thread-safe OriginConnectionisanae2020-02-182-22/+87
* more instrumentationisanae2020-02-182-133/+167
* thread-safe directory entryisanae2020-02-182-21/+74
* faster getSubDirectory() for env::Directory, added lcnameisanae2020-02-182-42/+330
* removed dead insertFile()isanae2020-02-182-24/+31
* threaded refresherisanae2020-02-182-0/+35
* don't lowercase twiceisanae2020-02-182-5/+7
* wstring_view when possibleisanae2020-02-184-32/+72