aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/fileinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-Tidy & Clazy 'readability-use-anyofallof' warningsDenis Shienkov2021-11-291-7/+5
* Use some SFINAE magic in FileInfoIvan Komissarov2021-10-061-10/+63
* Simplify the FileTime implementationIvan Komissarov2021-09-271-6/+2
* qt6: replace some QStringRefs with QStringViewsIvan Komissarov2020-11-091-11/+6
* Replace QRegExp by QRegularExpressionChristian Stenger2020-07-231-12/+1
* clang-tidy: Fix 'cppcoreguidelines-pro-type-member-init' warningsIvan Komissarov2020-04-271-1/+1
* Enable QT_NO_CAST_FROM_BYTEARRAYIvan Komissarov2020-04-211-1/+1
* Apply 'modernize-deprecated-headers' fix-itIvan Komissarov2019-11-261-1/+1
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-2/+3
* Return initializer list where it is possibleDenis Shienkov2019-02-261-5/+5
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-2/+2
* File existence check on Flatpak and OSTreePier Luigi Fiorini2018-10-091-1/+1
* Use static_assert instead of our custom CompileTimeAssertJoerg Bornemann2018-07-231-7/+2
* Fix FileInfo::isDir() on UnixChristian Kandeler2018-06-141-1/+3
* Fix FileTime and FileInfo stat times implementation on macOSAlexandru Croitor2018-05-181-2/+6
* Fix FileInfo::isDir() on WindowsChristian Kandeler2018-05-091-1/+1
* Add FileInfo.suffix and FileInfo.completeSuffixJoerg Bornemann2018-05-021-0/+18
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-4/+5
* Replace more loops with range-forJake Petroules2017-11-271-2/+1
* resolveSymlinks: Fix relative symbolic links on WindowsOrgad Shaneh2017-08-281-1/+1
* Fix problems with drive root paths on WindowsJake Petroules2017-08-231-8/+19
* Fix build on Unix platforms without clock_gettimeChristian Kandeler2017-03-091-0/+8
* QRegExp include cleanupSamuel Gaist2017-03-081-0/+1
* Handle sub-second timestamps correctly on UnixChristian Kandeler2017-03-081-2/+2
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-5/+5
* Merge 1.7 into masterChristian Kandeler2017-01-201-3/+10
|\
| * Fix handling of files on network shares on WindowsChristian Kandeler2017-01-171-3/+10
* | Change style of #includes of Qt headersJake Petroules2017-01-041-5/+5
|/
* Fix language tests on WindowsChristian Kandeler2016-12-071-1/+1
* Make Win32 API usage long-path awareJake Petroules2016-12-051-2/+14
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* FileInfo: make host OS parameterizable.Jake Petroules2015-08-241-5/+4
* Remove unnecessary shortcut exit in FileInfo::path.Jake Petroules2015-08-211-2/+0
* Merge 1.4 into master.Christian Kandeler2015-08-211-2/+2
|\
| * Fix FileInfo::*baseName().Christian Kandeler2015-08-181-2/+2
* | Merge branch 1.4 into master.Christian Kandeler2015-07-311-0/+6
|\|
| * Fix FileInfo::resolvePath().Christian Kandeler2015-07-271-0/+6
* | Don't recursively copy directory artifacts.Jake Petroules2015-05-151-9/+16
|/
* fix FileInfo::path for files in root directoriesJoerg Bornemann2015-03-091-1/+8
* update license headersJoerg Bornemann2015-03-021-2/+2
* Fix removeFileRecursion().Christian Kandeler2015-02-031-2/+5
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* Work around braindead QFileInfo::exists() behavior for symbolic links.Christian Kandeler2014-04-151-1/+6
* fix FileInfo::isFileCaseCorrect on OS XJoerg Bornemann2014-03-281-1/+1
* Add helpful output to assertion for file path absoluteness.Christian Kandeler2014-02-211-1/+2
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+477