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
/
tools
/
qalgorithms.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
qalgorithms.h: fix mistake that MSVC has constexpr bitops in C++17 mode
Thiago Macieira
2023-02-22
1
-16
/
+5
*
Add the qt_class pragma to file listed in sync.profile classnames map
Alexey Edelev
2022-06-22
1
-0
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Remove remnants of the old Intel C++ compiler
Thiago Macieira
2022-05-11
1
-1
/
+1
*
Add a few explicit conversions back from int
Thiago Macieira
2022-01-12
1
-2
/
+2
*
Only include <bit> if using post C++17
Allan Sandfeld Jensen
2020-09-15
1
-1
/
+1
*
Use universal C++20 bit operations when available
Allan Sandfeld Jensen
2020-09-13
1
-17
/
+49
*
Purge qalgorithm.h of deprecated API
Edward Welbourne
2020-08-28
1
-452
/
+1
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-13
/
+13
*
Introduce always constexpr variants of qCountTrailingZeroBits
Fabian Kosmale
2020-03-16
1
-19
/
+46
*
Don't wrap feature detection macros with QT_HAS_FOO() variants
Tor Arne Vestbø
2019-12-10
1
-2
/
+2
*
Remove usages of Q_OS_WINCE
Joerg Bornemann
2019-05-23
1
-2
/
+2
*
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-31
/
+31
*
MSVC: add support for 64-bit POPCNT on 32-bit machines
Thiago Macieira
2018-08-16
1
-3
/
+6
*
Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit target
Olivier Goffart
2018-03-28
1
-4
/
+6
*
QtCore: Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-08
1
-1
/
+1
*
MSVC: Fix use of POPCNT instruction without CPU check
Thiago Macieira
2017-01-27
1
-0
/
+13
*
Merge remote-tracking branch 'origin/5.8.0' into 5.8
Liang Qi
2016-12-16
1
-2
/
+2
|
\
|
*
Fix gcc 6.4 builds
Allan Sandfeld Jensen
2016-12-13
1
-2
/
+2
*
|
Fixed build using Visual Studio 2017
Oliver Wolff
2016-11-29
1
-15
/
+21
|
/
*
Add a macros for disabling deprecated declaration warnings
Thiago Macieira
2016-11-27
1
-2
/
+1
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-11-08
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-11-04
1
-0
/
+4
|
|
\
|
|
*
Include intrin.h header when using MSVC
Jesus Fernandez
2016-11-02
1
-0
/
+4
|
*
|
x86: Fix build with BMI but no LZCNT extensions
Thiago Macieira
2016-06-09
1
-2
/
+2
*
|
|
Include intrin.h header when using MSVC
Jesus Fernandez
2016-10-26
1
-0
/
+4
*
|
|
Fix build with clang-cl and the Intel compiler on Windows
Thiago Macieira
2016-08-09
1
-3
/
+8
*
|
|
Use built-ins for qPopulationCount on MSVC and recent Clang versions.
Erik Verbruggen
2016-06-08
1
-23
/
+52
*
|
|
Remove _bit_scan_{forward,reverse}
Erik Verbruggen
2016-05-31
1
-24
/
+115
*
|
|
Fix documentation of qLess and qGreater
Olivier Goffart
2016-03-29
1
-9
/
+3
|
/
/
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
qCount{Leading,Trailing}ZeroBits: Use __builtin_clzs for 16-bit
Thiago Macieira
2015-12-05
1
-0
/
+8
|
/
*
Fix permissions on qalgorithms.h
Thiago Macieira
2015-08-25
1
-0
/
+0
*
Fix compilation with ICC on Windows
Thiago Macieira
2015-08-25
1
-5
/
+5
*
Adds qFindFirstSetBit() and qFindLastSetBit().
Glen Mabey
2015-03-28
1
-0
/
+125
*
Add Q_DECL_CONST_FUNCTION and Q_DECL_NOTHROW to qPopulationCount
Marc Mutz
2015-02-12
1
-5
/
+5
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Disable the warning about deprecation inside qalgorithms.h
Thiago Macieira
2015-01-06
1
-2
/
+4
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Used QT_DEPRECATED_X in QtAlgorithms
Keith Gardner
2013-10-21
1
-43
/
+43
*
Mark most of the contents of QtAlgorithms as deprecated.
Robin Burchell
2013-09-21
1
-43
/
+51
*
Revert "Reimplement qBinaryFind in terms of std::lower_bound"
Giuseppe D'Angelo
2013-09-14
1
-3
/
+2
*
Reimplement qBinaryFind in terms of std::lower_bound
Giuseppe D'Angelo
2013-09-07
1
-2
/
+3
*
Compile with Clang.
Morten Johan Sørvig
2013-04-18
1
-4
/
+17
*
With GCC, use __builtin_popcount{,l,ll} for qPopulationCount()
Marc Mutz
2013-04-03
1
-0
/
+16
*
Add qPopulationCount() function, extracted from QBitArray
Marc Mutz
2013-04-03
1
-0
/
+38
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Replace macro qdoc with Q_QDOC
Debao Zhang
2013-01-08
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
[next]