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
6.5.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
/
global
/
qflags.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break cyclic includes in qglobal.h [2/3]
Ahmad Samir
3 days
1
-3
/
+3
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-2
/
+2
*
QFlags: Mark the operators declared in macro maybe_unused
Mårten Nordheim
2022-09-23
1
-0
/
+9
*
QFlags: Mark the mixed enum operator declared in macro maybe_unused
Mårten Nordheim
2022-09-23
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Restore C++20-deprecated mixed-enum bitwise operators
Marc Mutz
2022-03-15
1
-0
/
+27
*
QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS builds
Marc Mutz
2022-02-28
1
-0
/
+4
*
Long live QT_TYPESAFE_FLAGS!
Giuseppe D'Angelo
2021-06-23
1
-6
/
+46
*
QFlags: add test(Any)Flag(s)
Giuseppe D'Angelo
2021-05-15
1
-1
/
+4
*
QFlags::testFlag: code tidies
Giuseppe D'Angelo
2021-05-13
1
-1
/
+1
*
QFlags: add operator== and !=
Giuseppe D'Angelo
2021-05-11
1
-0
/
+13
*
Q_DECLARE_OPERATORS_FOR_FLAGS: also define operator&
Giuseppe D'Angelo
2021-05-11
1
-0
/
+4
*
QFlags: add operator& / &= overloads taking a QFlags object
Giuseppe D'Angelo
2021-05-11
1
-0
/
+2
*
QFlags: plaster Q_IMPLICIT
Giuseppe D'Angelo
2021-05-11
1
-11
/
+11
*
QFlags: add (named) explicit conversion from/to int
Giuseppe D'Angelo
2021-05-11
1
-0
/
+3
*
QFlags::setFlag: don't go through Int, go through QFlags itself
Giuseppe D'Angelo
2021-05-03
1
-1
/
+1
*
QFlags: streamline some macros
Giuseppe D'Angelo
2021-05-02
1
-10
/
+6
*
QFlags: remove the doc-only declaration of copy operations
Giuseppe D'Angelo
2021-05-02
1
-4
/
+0
*
QFlags: kill Q_NO_TYPESAFE_FLAGS
Giuseppe D'Angelo
2021-05-02
1
-13
/
+0
*
Whitespace cleanup in corelib/global
Allan Sandfeld Jensen
2020-10-21
1
-2
/
+2
*
QFlags: remove deprecated constructor
Edward Welbourne
2020-10-03
1
-7
/
+0
*
Disable operator+ and operator- for QFlags
Giuseppe D'Angelo
2020-09-09
1
-2
/
+20
*
Remove friend declarations that aren't required
Lars Knoll
2020-08-15
1
-2
/
+0
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-45
/
+45
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-2
/
+2
*
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-1
/
+6
*
Remove handling of missing Q_COMPILER_INITIALIZER_LISTS
Allan Sandfeld Jensen
2019-05-02
1
-6
/
+0
*
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-42
/
+42
*
Replace Q_NULLPTR with nullptr in corelib
Allan Sandfeld Jensen
2019-04-03
1
-1
/
+1
*
doc: Add template text to \fn commands in qglobal.cpp
Martin Smith
2017-12-08
1
-25
/
+25
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-30
1
-1
/
+1
|
\
|
*
QFlags: support enum classes in setFlag()
Giuseppe D'Angelo
2017-11-24
1
-1
/
+1
*
|
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-1
/
+1
|
/
*
Add QDataStream streaming operator for QFlags
Thiago Macieira
2017-02-09
1
-0
/
+4
*
Streamline #include <type_traits>
Giuseppe D'Angelo
2017-01-31
1
-2
/
+0
*
Remove qtypetraits.h's contents altogether
Giuseppe D'Angelo
2017-01-12
1
-4
/
+5
*
Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnum
Kai Koehne
2016-11-09
1
-1
/
+1
*
Replace custom type traits with std one's
Kai Koehne
2016-11-08
1
-1
/
+1
*
Let Q_DECLARE_METATYPE and Q_DECLARE_FLAGS be undefined under Q_MOC_RUN
Thiago Macieira
2016-05-04
1
-0
/
+5
*
QFlags documentation: The constructors are constexpr
Olivier Goffart
2016-03-29
1
-2
/
+2
*
Add setFlag method to QFlags
Andre Somers
2016-02-08
1
-0
/
+5
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
QtCore: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-07-01
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
QFlags: plaster API with Q_DECL_NOTHROW
Marc Mutz
2015-01-05
1
-36
/
+37
*
Use Q_DECL_RELAXED_CONSTEXPR in QFlags
Olivier Goffart
2014-10-31
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Merge remote-tracking branch 'origin/5.3' into dev
Frederik Gladhorn
2014-07-10
1
-6
/
+15
|
\
|
*
Attempt to work with Visual Studio in -Za (strict ANSI) mode
Thiago Macieira
2014-07-05
1
-6
/
+15
*
|
Add support for initializer_list construction in QFlags
Adam Majer
2014-07-02
1
-0
/
+17
|
/
[next]