summaryrefslogtreecommitdiff
path: root/src/shared/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-13/+23
* Update following USVFS move to VCPKG. (#2244)Mikaël Capelle2025-05-221-2/+2
* Update for new USVFS function scheme. (#2044)Mikaël Capelle2024-06-091-22/+1
* Apply clang-format.Mikaël Capelle2023-07-091-85/+70
* Convert everything to CRLF.Mikaël Capelle2023-07-091-444/+444
* added version to dmp filenameisanae2020-12-241-2/+3
* add warning when profile given with -p doesn't existisanae2020-11-031-0/+6
* now using new common cmakefilesisanae2020-04-231-2/+2
* moved TimeThis to uibaseisanae2020-02-181-20/+0
* wstring_view when possibleisanae2020-02-181-0/+7
* hidden unique_ptr into FileTreeItemisanae2020-02-041-14/+72
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-8/+4
* put expensive logging in an optional functionisanae2020-02-041-0/+21
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+27
* fixed exiting before QThread joins when pressing the X twiceisanae2019-12-151-1/+10
* added usvfs version in log and about dialogisanae2019-10-091-0/+46
* added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-0/+47
* split envisanae2019-07-221-2121/+2
* log guid for security productsisanae2019-07-221-17/+24
* only display "inactive" for security productsisanae2019-07-221-3/+1
* fixed bad compare for nahimicisanae2019-07-221-0/+223
* moved environment dump to member functionisanae2019-07-221-3/+22
* moved Settings out of OrganizerCore so it can be created by itself to access ...isanae2019-07-221-2/+2
* moved Console to utilisanae2019-07-221-0/+43
* put the error message in the ShellLinkException insteadisanae2019-07-061-29/+82
* added new Shortcut class, moved stuff that was in MainWindow into itisanae2019-07-061-2/+318
* now handles windows firewall, which apparently doens't report itself to wmiisanae2019-07-011-76/+218
* a few commentsisanae2019-07-011-10/+37
* added --crashdump to generate dumps of a running MO processisanae2019-07-011-20/+372
* security productsisanae2019-07-011-3/+280
* comments, some refactoringisanae2019-06-291-84/+175
* added a warning when running in compatibility modeisanae2019-06-291-1/+13
* log windows versionisanae2019-06-291-16/+195
* lower case paths, sorted list, md5 for some filesisanae2019-06-291-7/+50
* refactored preloadSsl() into preloadDll()isanae2019-06-291-0/+327
* Improve ToLower() performance significally.Al2019-01-051-4/+8
* Fix version reporting to allow non-alpha buildsLostDragonist2018-12-201-1/+1
* Move improved version parsing to util.h and use it everywhere.AnyOldName32018-05-161-0/+46
* Change how the VersionInfo object is created from version.rc such that non-re...AnyOldName32018-05-151-0/+28
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-90/+115
* Applied clang-format on sourceSandro Jäckel2018-02-221-115/+90
* cleanupTannin2016-05-071-2/+6
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-2/+17
* fixes to make MO compile with mingw (also fixes some warnings generated by mi...Tannin2015-05-161-5/+3
* - bugfix: case conversion could produce different local-dependent resultsTannin2015-05-101-4/+14
* tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-251-3/+10
* Merge with branch1.2Tannin2015-01-241-62/+6
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-44/+0
| * different way to check for file existenceTannin2015-01-111-18/+6
* | MergeTannin2015-01-041-8/+8
|\ \ | |/ |/|