summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qversiontagging.h
Commit message (Expand)AuthorAgeFilesLines
* Break cyclic includes in qglobal.h [2/3]Ahmad Samir2023-05-261-3/+5
* Fix clang-cl compiler warningsPeter Varga2022-12-151-1/+1
* Fix redefine of QT_NO_VERSION_TAGGING warningsNiclas Rosenvik2022-11-021-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* qversiontagging.h: remove the attempt to use the "retain" attributeThiago Macieira2022-03-211-5/+1
* qversiontagging: Fix the imp prefix for 32 bit armMartin Storsjö2022-03-191-5/+5
* Fix qt version tagging on windows with namespacesMårten Nordheim2022-03-161-1/+1
* qversiontagging: remove the old inline assembly contentThiago Macieira2022-03-141-20/+6
* qversiontagging: Use C++17 inline variables also on UnixThiago Macieira2022-03-141-11/+21
* qversiontagging: Add Windows supportThiago Macieira2022-03-141-12/+100
* Use the namespace-mangled symbol for the qt_version_tag group nameThiago Macieira2017-07-071-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-1/+1
|\
| * qversiontagging.h: Don't tag binaries in static modeThiago Macieira2016-10-251-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-2/+2
|\|
| * Fix build on Linux/x32 systems (x86-64 ILP32)Thiago Macieira2016-04-191-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-5/+1
|\|
| * Work around Clang < 3.7 integrated assembler bug PC-relative relocsThiago Macieira2016-02-021-5/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-5/+7
|\|
| * Fix the use of R_X86_64_GOTPCREL on a 64-bit field: it should be 32-bitThiago Macieira2016-01-211-5/+7
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Workaround part 2: don't use the version tagging symbols on AndroidThiago Macieira2015-11-041-1/+1
* Add an automatic use of the ELF-versioned QtCore symbolThiago Macieira2015-10-201-0/+86