aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser/ioutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qmake: Enhance remote parsinghjk2023-01-101-34/+58
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QMakeProjectManager: Progress towards reading remote .pro fileshjk2022-11-291-11/+23
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProParser: Avoid the most common hard crashChristian Stenger2021-07-231-0/+3
* Proparser: Don't crash on accidental remote fileshjk2021-06-281-0/+12
* Proparser/QtSupport: Fix build with Qt6Eike Ziller2020-09-141-4/+4
* ProParser: Adapt to QRegExp removalhjk2020-06-241-3/+3
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-2/+2
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-281-2/+2
|\
| * Fix assert in IoUtils::resolvePathDavid Schulz2019-02-281-2/+2
* | Recognize UNC paths as absolute (i.e. not relative)Ivan Donchevskii2019-02-201-1/+6
|/
* 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
* qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-03-141-8/+15
* qmake: Preserve last modification timestamps of installed directoriesSimon Hausmann2018-03-141-0/+36
* qmake: Preserve last modification timestamps of installed filesSimon Hausmann2018-03-141-0/+70
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* shave off duplicate stat()ing of source filesOswald Buddenhagen2016-11-011-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* make shellQuoteWin() be more sparing with circumflexesOswald Buddenhagen2015-10-281-13/+35
* always use single quotes in shellQuoteUnix()Oswald Buddenhagen2015-10-281-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* consider qt resource paths absoluteOswald Buddenhagen2014-06-261-0/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* minor optimization: don't concatenate strings needlesslyOswald Buddenhagen2013-06-041-0/+5
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | namespace ProFileEvaluatorInternal => QMakeInternalOswald Buddenhagen2012-09-041-1/+1
* | compile without CamelCase headersOswald Buddenhagen2012-09-031-2/+2
|/
* add $$system_quote() & $$shell_quote() functionsOswald Buddenhagen2012-08-011-29/+32
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Fix compilation with namespaced Qt.Christian Kandeler2012-07-061-0/+4
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* use QProcess in profile evaluator if not bootstrappedOswald Buddenhagen2011-04-211-0/+2
* Update license.hjk2011-04-131-14/+13
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-2/+2
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | make shellQuote() nicerOswald Buddenhagen2010-11-031-91/+36
|/
* Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-141-1/+1
* fix wildcard expansion, etc. under windowsOswald Buddenhagen2010-06-101-1/+1
* try to sort out the filename encoding messOswald Buddenhagen2010-06-091-1/+1