aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/fileutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils/copyRecursively: Avoid copying of copy helper instanceEike Ziller2020-07-131-37/+12
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-6/+6
* Utils: Create re-usable Callable for copying and asking for overwriteEike Ziller2020-06-151-2/+60
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-031-7/+7
|\
| * Utils: Use QRegularExpression in fileutilshjk2020-05-271-7/+7
* | Utils: Do not use QDir::cleanPath() in FilePath::fromUserInput()Christian Kandeler2020-05-291-2/+2
* | Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-3/+8
|/
* Debugger: Fix go to location on interruptChristian Stenger2020-01-311-5/+0
* Utils: Introduce a FilePath::absolutePath() functionhjk2019-12-191-0/+7
* Utils: Move std::hash<Utils::FilePath>::operator() out of linehjk2019-12-181-0/+8
* Utils: Move FileUtils::resolvePath to FilePathhjk2019-12-051-5/+5
* Windows: Remove explicit usage of _WIN32_WINNT and WINVER macrosCristian Adam2019-10-311-4/+0
* CMakeProjectManager: Fix clang code model when CMake PCHs are usedCristian Adam2019-10-221-0/+6
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-0/+6
* Utils: Split FilePath::fileNamehjk2019-08-141-1/+7
* check if Android sdk folder is writableFrederik Schwarzer2019-08-131-0/+7
* Utils: Register CommandLinehjk2019-07-311-0/+2
* Utils: Move meta char policy handling from FilePath to ConsoleProcesshjk2019-07-231-2/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-0/+8
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-181-1/+2
|\
* | Utils: Encourage marking of raw command line parametershjk2019-06-061-1/+17
* | Utils: Add a CommandLine::splitArguments() convenience functionhjk2019-06-061-0/+5
|/
* Utils: Pass an optional OsType parameter to CommandLine::addArghjk2019-06-051-4/+5
* Utils: Move CommandLine to fileutils.{cpp,h}hjk2019-06-031-0/+28
* Utils: Fix a few strings after FileName renaminghjk2019-05-281-23/+23
* Utils: Remove rarely used FilePath constructorhjk2019-05-281-7/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-73/+73
* Utils: Remove now-unused FileName::appendPath()hjk2019-05-271-11/+0
* Utils: Make FileName comparison work with URLshjk2019-05-201-4/+8
* Utils: Make FileName::shortNativePath a memberhjk2019-05-201-4/+4
* Utils: Make FileName::isFileNewerThan a memberhjk2019-05-201-7/+7
* Utils: Make FileName::canonicalPath a memberhjk2019-05-201-5/+5
* Utils: Make FileName hold an QUrl optionallyhjk2019-05-171-1/+35
* Some more FileName::appendPath -> pathAppended() changeshjk2019-05-151-2/+2
* Utils: Introduce a non-mutating FileName::pathAppendedhjk2019-05-151-4/+13
* Utils: Replace mutating FileName::appendStringhjk2019-05-151-9/+4
* Utils: Use data member instead of inheritance in FileNamehjk2019-05-131-56/+47
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-131-2/+2
* Fix build with MinGWCristian Adam2019-05-111-8/+4
* Utils: Detect hardlinks also on WindowsOrgad Shaneh2019-04-301-0/+78
* Utils: Rename one of the FileName::fromString overloadshjk2019-03-191-1/+1
* Utils: fix memory leak in normalizePathName on windowsDavid Schulz2019-03-061-3/+4
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* CompilationDatabase: Add folders to Project viewIvan Donchevskii2018-11-051-0/+7
* FileName: Add a soft assertion against invalid parent in parentDirOrgad Shaneh2018-10-251-0/+1
* Utils: Modernize furtherAlessandro Portale2018-07-241-5/+1
* Utils: ModernizeAlessandro Portale2018-07-201-3/+3
* Revert "Windows: Match the name case of included files"Orgad Shaneh2018-07-191-1/+1
* Windows: Match the name case of included filesAlessandro Portale2018-07-121-1/+1
* Utils: Properly name withNtfsPermissions()Andre Hartmann2018-06-051-1/+1