index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
io
/
qtemporarydir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-4
/
+6
*
Enable move semantics for QTemporaryDir
Luca Di Sera
2022-03-18
1
-2
/
+44
*
QTemporaryDir: Set directory permissions at the time of creation
Ievgenii Meshcheriakov
2021-11-26
1
-11
/
+3
*
Add QTemporaryDir to the bootstrap library
Martin Smith
2017-09-12
1
-3
/
+3
*
Long live QTemporaryFileName!
Thiago Macieira
2017-08-04
1
-70
/
+13
*
Doc: Do not abbreviate directory in documentation
Kai Koehne
2017-05-04
1
-5
/
+5
*
doc: Fix the release in which QTemporaryDir::filePath() was added
Alexander Volkov
2016-09-06
1
-1
/
+1
*
Add a convenience function QTemporaryDir::filePath()
Alexander Volkov
2016-09-05
1
-0
/
+27
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Edward Welbourne
2016-07-26
1
-22
/
+30
|
\
|
*
Fix QTemporaryDir to handle Unicode characters on Windows
Friedemann Kleint
2016-07-20
1
-22
/
+30
*
|
Add Intel copyright to files that Intel has had non-trivial contribution
Thiago Macieira
2016-01-21
1
-0
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
Use portable temporary directory implementation for Q_OS_INTEGRITY.
Rolland Dudemaine
2015-12-04
1
-2
/
+2
|
/
*
Fix build without PCH after commit 3ae2387f375798a983b6d052723f10fc88b63da0
Simon Hausmann
2015-10-02
1
-0
/
+4
*
QTemporaryDir: fail early if the error isn't EEXIST
Thiago Macieira
2015-08-01
1
-0
/
+9
*
Add QTemporaryDir::errorString()
Thiago Macieira
2015-07-17
1
-13
/
+25
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
QTemporaryDir: Remove directories on failure
Eskil Abrahamsen Blomfeldt
2015-01-22
1
-1
/
+4
*
Doc: corrected autolink errors corelib/io
Nico Vertriest
2014-11-26
1
-1
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Doc: change the name of the QTemporaryDir parameter name
Thiago Macieira
2014-05-11
1
-7
/
+7
*
Make QTemporaryDir file name more random
Kai Koehne
2013-12-12
1
-14
/
+25
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-3
/
+3
*
QTemporaryDir: Output warnings on removal failure.
Friedemann Kleint
2013-10-03
1
-1
/
+7
*
Introducing the Qt Android port
Paul Olav Tvete
2013-03-05
1
-7
/
+7
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
android: we have mkdtemp.
Arvid Picciani
2012-09-10
1
-2
/
+4
*
Doc: Add \inmodule QtCore to all QtCore class doc bodies
Thiago Macieira
2012-08-23
1
-0
/
+1
*
Fix qdoc erros in qfile and related classes
Lars Knoll
2012-08-18
1
-0
/
+2
*
mkdtemp() is not included in Android's libc
Robin Burchell
2012-05-02
1
-2
/
+2
*
Doc: Prepare for building modular QtCore docs.
Casper van Donderen
2012-04-19
1
-1
/
+1
*
Fix warnings about truncations in constants.
Friedemann Kleint
2012-04-03
1
-2
/
+2
*
Fixes QTemporaryDir compilation error under QNX.
Rafael Roquetto
2012-02-15
1
-1
/
+1
*
Use the QNX implementation of mkdtemp for win and wince.
Andreas Holzammer
2012-02-07
1
-23
/
+14
*
Windows: Fix inclusion of <windows.h>
Friedemann Kleint
2012-02-01
1
-1
/
+1
*
mkdtemp() support for QNX platform
Rafael Roquetto
2012-01-31
1
-0
/
+36
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Add missing documentation to QTemporaryDir constructors
David Faure
2012-01-24
1
-0
/
+20
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
QTemporaryDir/File: cleanups (static internal function, QScopedPointer)
David Faure
2011-12-08
1
-6
/
+4
*
Remove unused include
David Faure
2011-12-07
1
-1
/
+0
*
New class QTemporaryDir.
David Faure
2011-12-02
1
-0
/
+258