aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GitHub actions: fix macOS jobv2.1.0Ivan Komissarov2023-07-073-1/+3
* Check actual Probe props in providers testIvan Komissarov2023-07-043-1/+6
* Fix possible segmentation fault when quitting a sessionThiemo van Engelen2023-07-031-1/+8
* Update dmgbuildChristian Kandeler2023-06-2911-1209/+1351
* Export cxxLanguageVersion from protobuf modulesIvan Komissarov2023-06-288-6/+4
* Add qdoc testIvan Komissarov2023-06-285-0/+53
* docker: update qt static imageIvan Komissarov2023-06-263-9/+12
* BinaryFile: Ensure unsigned valuesChristian Kandeler2023-06-213-5/+14
* quickjs: Add stack overflow checkChristian Kandeler2023-06-201-0/+4
* GitHub actions: fix Xcode profilesIvan Komissarov2023-06-191-4/+4
* Bump c++ ver for protobufIvan Komissarov2023-06-195-5/+5
* Cocoa Touch Application: add example of code signing settingsAndrey Filipenkov2023-06-181-0/+5
* Allow exporting/importing settings to/from JSONIvan Komissarov2023-06-167-22/+195
* GutHub actions: remove redundant jobIvan Komissarov2023-06-161-10/+0
* Java: Allow to blacklist JDK paths in the testsChristian Kandeler2023-06-092-2/+10
* Merge 2.0 into 2.1Christian Kandeler2023-06-093-23/+33
|\
| * GitHub actions: Bump Xcode version to 14.3v2.0.22.0Ivan Komissarov2023-06-071-21/+30
| * apple: fix selecting SDK for tvOSIvan Komissarov2023-06-072-2/+3
* | Java: Work around some macOS peculiaritiesChristian Kandeler2023-06-042-5/+33
* | Add changelog for 2.1.0Christian Kandeler2023-06-021-0/+15
* | Loader: Merge the remains of ProjectTreeBuilder into ProjectResolverChristian Kandeler2023-05-319-456/+195
* | Merge 2.0 into masterChristian Kandeler2023-05-313-3/+4
|\|
| * GitHub actions: bump Qt version for iOS to 6.5Ivan Komissarov2023-05-301-2/+2
| * Fix static plugins with Qt >= 6.5Ivan Komissarov2023-05-302-1/+2
* | Improve the TestLanguage classChristian Kandeler2023-05-302-296/+160
* | Loader: Fix profiling outputChristian Kandeler2023-05-294-17/+20
* | Merge 2.0 into masterChristian Kandeler2023-05-262-3/+16
|\|
| * Bump versionChristian Kandeler2023-05-261-1/+1
| * TestApi: Fix dangling temporariesChristian Kandeler2023-05-231-3/+5
| * Add change log for 2.0.2Christian Kandeler2023-05-221-0/+11
* | Introduce LoaderStateChristian Kandeler2023-05-2627-524/+475
* | Loader: Move product handling into its own classChristian Kandeler2023-05-255-223/+437
* | Use internal sorted() function where it makes senseDenis Shienkov2023-05-254-17/+20
* | Iterate over a map directly in mapToString()Ivan Komissarov2023-05-251-4/+3
* | stlutils: sorted() takes input by universal referenceIvan Komissarov2023-05-241-3/+4
* | ProjectResolver: Remove two unused membersChristian Kandeler2023-05-231-6/+0
* | Loader: Move product collection into its own classChristian Kandeler2023-05-239-666/+866
* | Port from qAsConst() to std::as_const()Marc Mutz2023-05-2260-220/+220
* | android: remove old Qt versions from CIIvan Komissarov2023-05-222-51/+0
* | Loader: Refactor dependency resolvingChristian Kandeler2023-05-1915-1181/+1716
* | Add docker image focal-android-650 and workaround armv7 packageRaphael Cotty2023-05-195-11/+66
* | Merge branch '2.0' into masterIvan Komissarov2023-05-188-19/+89
|\|
| * Properly handle non-string exceptionsChristian Kandeler2023-05-174-3/+72
| * msvc: check for clang-cl firstIvan Komissarov2023-05-151-12/+11
| * Clean paths from prl fileLeon Buckel2023-05-121-1/+1
| * js_versionCompare: allow build numberIvan Komissarov2023-05-123-3/+5
* | Fix an Android testChristian Kandeler2023-05-171-1/+4
* | Support Date propertiesChristian Kandeler2023-05-176-0/+61
* | Loader: Do not error out when encountering duplicate multiplex valuesChristian Kandeler2023-05-166-26/+50
* | js: represent QByteArray as JsArrayBufferIvan Komissarov2023-05-1611-3/+98