| Commit message (Expand) | Author | Age | Files | Lines |
| * | Exclude VxWorks platform from stack trace generation | Krzysztof Sommerfeld | 2023-07-27 | 1 | -2/+2 |
| * | QtCore: Remove std::mutex and std::condition_variable fallbacks | Thiago Macieira | 2023-06-12 | 1 | -3/+3 |
| * | Detect when Xcode is presenting os_log as structured log messages | Tor Arne Vestbø | 2023-06-07 | 1 | -2/+2 |
| * | Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/w | Edward Welbourne | 2023-03-20 | 1 | -1/+1 |
| * | Cross-reference newRow() and addRow() in QTest docs and improve wording | Edward Welbourne | 2023-01-31 | 1 | -12/+22 |
| * | Doc: Mark qRegisterTestCase as new in Qt 6.5 | Kai Köhne | 2023-01-16 | 1 | -1/+3 |
| * | QTest::WatchDog: fix missing timeout resets on test function change | Marc Mutz | 2022-12-16 | 1 | -3/+22 |
| * | QTest::WatchDog: Extract Method setExpectation() | Marc Mutz | 2022-12-16 | 1 | -11/+10 |
| * | QPlainTestLogger: don't print "RESULT" before each additional result | Thiago Macieira | 2022-11-09 | 1 | -6/+2 |
| * | QBenchlib: add support for a measurer reporting multiple results | Thiago Macieira | 2022-11-09 | 1 | -24/+32 |
| * | QBenchlib: use QBenchmarkMeasurerBase::Measurement in QBenchmarkResult | Thiago Macieira | 2022-11-09 | 1 | -11/+5 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -3/+3 |
| * | QBenchlib: force the warmup to run a single iteration | Thiago Macieira | 2022-10-25 | 1 | -0/+2 |
| * | Long live Q_UNREACHABLE_RETURN()! | Marc Mutz | 2022-10-15 | 1 | -2/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -2/+2 |
| * | Add QTest::currentTestResolved() and use in testlib | Edward Welbourne | 2022-09-22 | 1 | -2/+22 |
| * | QDoc-ify QTest::runningTest()'s comment | Edward Welbourne | 2022-09-22 | 1 | -1/+3 |
| * | Skip early return from test loops during cleanup() | Edward Welbourne | 2022-09-22 | 1 | -0/+14 |
| * | Implement the batch_tests feature | Mikolaj Boc | 2022-08-24 | 1 | -0/+30 |
| * | Include current test name in crash reports | Edward Welbourne | 2022-08-12 | 1 | -5/+9 |
| * | WindowsFaultHandler: print the backtrace to stderr, not stdout | Thiago Macieira | 2022-07-27 | 1 | -12/+11 |
| * | Replace 0 with \nullptr in QTest::currentDataTag()'s doc | Edward Welbourne | 2022-07-11 | 1 | -1/+1 |
| * | Improve formatting of QTest message on missing function | Edward Welbourne | 2022-07-11 | 1 | -6/+15 |
| * | qtestlib: exit with error if a test is invoked with unknown data tag | Dimitrios Apostolou | 2022-06-28 | 1 | -21/+22 |
| * | FatalSignalHandler: print some more information from siginfo_t | Thiago Macieira | 2022-06-28 | 1 | -6/+39 |
| * | QTest: switch some text-conversion functions to use qsizetype | Mårten Nordheim | 2022-06-28 | 1 | -10/+8 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 1 | -2/+2 |
| * | Don't exit(1) on unrecognised test function name, just report a failure | Edward Welbourne | 2022-06-15 | 1 | -9/+23 |
| * | FatalSignalHandler: print the signal name on crash | Thiago Macieira | 2022-06-08 | 1 | -2/+34 |
| * | QTest: Remove pre-Qt6 code | Mårten Nordheim | 2022-06-08 | 1 | -10/+0 |
| * | Define out unused functions on WASM build | Mikolaj Boc | 2022-06-08 | 1 | -5/+7 |
| * | QTestLib: improve documentation | Ivan Solovev | 2022-06-08 | 1 | -0/+2 |
| * | qtestcase.cpp: create a common function to print the test runtime | Thiago Macieira | 2022-06-03 | 1 | -12/+28 |
| * | QTestLib: rework QTest::compare_helper() | Ivan Solovev | 2022-06-03 | 1 | -6/+56 |
| * | Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}() | Ivan Solovev | 2022-06-03 | 1 | -0/+8 |
| * | QtTest: move the disabling of core dumps from load-time to qInit() | Thiago Macieira | 2022-06-01 | 1 | -2/+2 |
| * | FatalSignalHandler: handle SIGABRT too | Thiago Macieira | 2022-05-30 | 1 | -1/+1 |
| * | FatalSignalHandler: expand to more Unix OSes than just Linux and macOS | Thiago Macieira | 2022-05-30 | 1 | -7/+53 |
| * | FatalSignalHandler: use mmap() to create the alternate stack | Thiago Macieira | 2022-05-30 | 1 | -21/+67 |
| * | StackTraceHandler: call the debugger directly, instead of via /bin/sh | Thiago Macieira | 2022-05-23 | 1 | -14/+29 |
| * | StackTraceHandler: simplify the gdb and lldb commands | Thiago Macieira | 2022-05-23 | 1 | -11/+2 |
| * | FatalSignalHandler: chain back to the original crash handler | Thiago Macieira | 2022-05-20 | 1 | -0/+31 |
| * | FatalSignalHandler: remember the previous signal's handler | Thiago Macieira | 2022-05-20 | 1 | -41/+23 |
| * | FatalSignalHandler: simplify SA_RESETHAND code | Thiago Macieira | 2022-05-20 | 1 | -13/+6 |
| * | FatalSignalHandler: simplify the SA_SIGINFO handling | Thiago Macieira | 2022-05-20 | 1 | -9/+10 |
| * | FatalSignalHandler: use std::optional instead of QScopedPointer | Thiago Macieira | 2022-05-20 | 1 | -2/+4 |
| * | FatalSignalHandler: split the Windows and Unix contents | Thiago Macieira | 2022-05-20 | 1 | -57/+58 |
| * | Put DebugSymbolResolver and FatalSignalHandler in an unnamed namespace | Thiago Macieira | 2022-05-20 | 1 | -1/+4 |
| * | FatalSignalHandler: remove call to qEnvironmentXxx from handler code | Thiago Macieira | 2022-05-20 | 1 | -1/+6 |