summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix AUTOMOC and friends to run only once the tools are builtAlexandru Croitor2019-03-221-0/+2
* Fix windows build after gui regenerationAlexandru Croitor2019-03-211-8/+14
* Fix Windows buildAlexandru Croitor2019-03-181-2/+8
* Regenerate cmake files from configure.json filesAlexandru Croitor2019-03-181-7/+7
* Corelib: Update to include qrc-file removalTobias Hunger2019-03-181-1/+6
* CMake: Re-generate CMakeLists.txt file for corelibTobias Hunger2019-03-111-351/+540
* cmake: Fix moc on macOSMikhail Svetkin2019-03-061-1/+4
* Fix buildSimon Hausmann2019-03-061-1/+1
* CMake: Fix build without double-conversion on macOSMikhail Svetkin2019-02-271-0/+5
* cmake: fix a syntax for elseLiang Qi2019-02-211-1/+1
* Fix ELF interpreter detectionSimon Hausmann2019-02-201-6/+16
* cmake: Compile qobject.cpp with same flags as CoreKevin Funk2019-02-151-8/+6
* cmake: Start to use ConfigExtra.cmake filesKevin Funk2019-02-121-159/+18
* cmake: Create Qt5 compat targets in config filesKevin Funk2019-02-121-5/+5
* configurejson2cmake.py: Don't emit a fixme for C++11 configAlbert Astals Cid2019-02-121-2/+1
* configurejson2cmake.py: Support for the two cases that have LIBS +=Albert Astals Cid2019-02-121-8/+6
* cmake: also write FIXME on the configure.cmake for 'use'Albert Astals Cid2019-02-121-1/+2
* Add moc dependency also to CorePrivateAlbert Astals Cid2019-02-111-0/+2
* Allow passing libraries to qt_config_compile_testAlbert Astals Cid2019-02-111-2/+12
* cmake: Make sure moc/rcc/uic are built when neededAlbert Astals Cid2019-02-071-0/+3
* cmake: glib changed name to glib2Albert Astals Cid2019-02-012-4/+4
* CMake: Introduce Q_OBJECT qdoc macroTobias Hunger2019-01-252-4/+1
* CMake: Introduce Qt::GlobalConfig to hold the global featuresTobias Hunger2019-01-171-17/+5
* CMake: Use WrapRt instead of rtMikhail Svetkin2019-01-091-2/+1
* CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-142-5/+28
* CMake: SimplifyTobias Hunger2018-12-141-0/+3
* CMake: Add support to find LTTng-ustTobias Hunger2018-11-061-1/+3
* CMake: Add FindSlog2Tobias Hunger2018-11-061-1/+3
* CMake: Improve handling of the different kinds of iconvTobias Hunger2018-11-061-4/+10
* CMake: Add FindPPS and use it in src/corelib/configure.cmakeTobias Hunger2018-11-062-2/+4
* CMake: Find librtTobias Hunger2018-11-062-1/+4
* Rerun configurejson2cmake after rebase on top of newer devTobias Hunger2018-11-011-0/+7
* Begin port of qtbase to CMakeSimon Hausmann2018-11-014-18/+1567
* doc: Remove indistinguishable declarationMartin Smith2018-10-232-20/+5
* Use std::unique_ptr for memory management in QMimeDataBasePrivateIvan Komissarov2018-10-222-15/+16
* Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-223-16/+44
* qdbuserror: Use qOffsetStringArray instead of script generated codeMikhail Svetkin2018-10-161-0/+3
* doc: Revert to documenting the actual functionsMartin Smith2018-10-162-18/+42
* Qt namespace: Remove comment about stylesheet propagationPeter Hartmann2018-10-121-1/+1
* Bump versionOswald Buddenhagen2018-10-112-2/+4
* Remove spurious Q_FALLTHROUGH()Edward Welbourne2018-10-091-4/+1
* Revert "qdoc: Add default include dirs to qdoc command line"Martin Smith2018-10-091-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0910-23/+86
|\
| * Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
| * Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-082-5/+13
| * Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-084-10/+41
| * Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-082-5/+26
| |\
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-082-5/+26
| | |\
| | | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25
| | | * Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2