index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
/
ipc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make include guard match its filename
Matthias Rauter
12 days
1
-3
/
+3
*
QStringView: introduce a user-defined literal operator
Giuseppe D'Angelo
2025-02-26
1
-1
/
+1
*
Port QtCore from QScoped- to std::unique_ptr [1/2]: private uses
Marc Mutz
2024-12-31
1
-1
/
+3
*
QSharedMemorySystemV: fix shm vs sem typo
Thiago Macieira
2024-12-13
1
-1
/
+1
*
Create qdoc macros for C++ class docs 2.1: qHash()
Marc Mutz
2024-11-27
1
-3
/
+2
*
QNativeIpcKey: normalize docs for qHash()
Marc Mutz
2024-11-20
2
-6
/
+4
*
IPC: Add missing includes of errno.h
Martin Storsjö
2024-11-15
2
-0
/
+2
*
Create qdoc macros for C++ class docs 1.3: member-swap(), non-standard phrasing
Marc Mutz
2024-11-08
1
-3
/
+1
*
QSharedMemoryPrivate: fix -Wshadow in create()
Marc Mutz
2024-10-08
1
-2
/
+2
*
qtipccommon_p.h: fix -Wunused-function
Marc Mutz
2024-09-17
1
-1
/
+1
*
IPC: add PATH_MAX-less fallback definition for MAX_PATH
Pino Toscano
2024-06-25
1
-1
/
+5
*
QSharedMemoryLocker: make ctor explicit
Marc Mutz
2024-06-07
1
-1
/
+2
*
QSharedMemoryLocker: add missing move SMFs and member- and ADL swap
Marc Mutz
2024-06-07
1
-1
/
+13
*
QNativeIpcKey: use new comparison helper macros
Tatiana Borisova
2024-04-17
2
-15
/
+13
*
Recreate posix QSystemSemaphore on release for VxWorks
Krzysztof Sommerfeld
2023-12-15
1
-0
/
+6
*
Rename EINTR_LOOP -> QT_EINTR_LOOP
Marc Mutz
2023-11-30
3
-8
/
+8
*
IPC: Un-deprecate the "legacy" key API
Thiago Macieira
2023-11-24
4
-38
/
+1
*
QSharedMemory: fix attach() -> create() for non-legacy SystemV mode
Ivan Solovev
2023-11-08
1
-0
/
+2
*
QSharedMemory: fix attach() -> create() for legacy SystemV mode
Ivan Solovev
2023-11-07
1
-0
/
+1
*
QSharedMemory: fix semaphore creation in legacy mode
Ivan Solovev
2023-11-02
1
-1
/
+5
*
IPC: Move the legacy key to the QNativeIpcKey
Thiago Macieira
2023-09-17
6
-27
/
+74
*
IPC: disallow unknown queries in QNativeIpcKey string form
Thiago Macieira
2023-09-17
1
-1
/
+2
*
IPC: Remove the "small" object optimization in QNativeIpcKey
Thiago Macieira
2023-09-17
3
-86
/
+47
*
IPC: make the two platformSafeKey functions return QNativeIpcKey
Thiago Macieira
2023-09-17
4
-45
/
+51
*
Doc: Add documentation for added QNativeIpcKey overload
Kai Köhne
2023-09-10
1
-0
/
+6
*
Fix -no-feature-sharedmemory
André Klitzing
2023-08-31
2
-0
/
+4
*
QNativeIpcKey: improve operator==()
Ivan Solovev
2023-08-18
1
-1
/
+1
*
Fix key truncation logic for Windows QSystemSemaphore::platformSafeKey
Jøger Hansegård
2023-08-12
1
-1
/
+3
*
QNativeIpcKey: add qHash() function
Dennis Oberst
2023-07-25
2
-0
/
+20
*
QNativeIpcKey: add implicit default ctor
Dennis Oberst
2023-07-14
1
-1
/
+5
*
QNativeIpcKey: make isEmpty() and isValid() noexcept
Dennis Oberst
2023-07-14
1
-2
/
+2
*
QNativeIpcKey: add missing noexcept to swap
Dennis Oberst
2023-07-13
1
-1
/
+1
*
ipc common: move end-of-namespace into same scope as start
Mårten Nordheim
2023-07-12
1
-1
/
+2
*
Doc: Add \relates command to two global swap() functions
Topi Reinio
2023-06-23
1
-3
/
+10
*
Mark all remaining RAII/smart pointer class ctors [[nodiscard]]
Marc Mutz
2023-06-22
1
-1
/
+1
*
IPC: QNativeIpcKey: enable the slow path
Thiago Macieira
2023-05-18
3
-18
/
+67
*
IPC: QNativeIpcKey: use actual QUrl to format and parse the string form
Thiago Macieira
2023-05-18
1
-32
/
+10
*
IPC: QNativeIpcKey: fix big-endian builds
Thiago Macieira
2023-05-11
1
-7
/
+17
*
IPC: QSystemSemaphore/SystemV: move up the check for handle
Thiago Macieira
2023-04-28
1
-3
/
+3
*
IPC: QSharedMemory: use q20::construct_at
Thiago Macieira
2023-04-28
1
-9
/
+2
*
Silence a warning caused by Concatenation of char16_t and QByteArray
Amir Masoud Abdol
2023-03-01
1
-1
/
+1
*
Add missing deprecation guards
Yuhang Zhao
2023-02-21
4
-10
/
+19
*
IPC: don't check for the file's existence before ftok()
Thiago Macieira
2023-02-20
1
-12
/
+2
*
IPC/QSharedMemory: add missing include
Samuli Piippo
2023-02-10
1
-0
/
+1
*
Doc: Fix documentation warnings for Qt Core
Topi Reinio
2023-02-06
3
-10
/
+10
*
IPC/QSharedMemory: make the enums Q_ENUM
Thiago Macieira
2023-01-31
1
-0
/
+2
*
IPC/QSharedMemory: include the QSystemSemaphore error message in ours
Thiago Macieira
2023-01-31
1
-1
/
+2
*
IPC: don't close(-1)
Thiago Macieira
2023-01-31
1
-1
/
+2
*
IPC: rationalize use of O_CLOEXEC
Thiago Macieira
2023-01-31
1
-14
/
+4
*
IPC: move the removal of the file and shm to cleanHandle()
Thiago Macieira
2023-01-31
1
-35
/
+26
[next]