aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test-cutils.c
AgeCommit message (Expand)Author
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake
2023-06-02test-cutils: Add more coverage to qemu_strtoszEric Blake
2023-06-02cutils: Allow NULL str in qemu_strtoszEric Blake
2023-06-02test-cutils: Refactor qemu_strtosz tests for less boilerplateEric Blake
2023-06-02test-cutils: Prepare for upcoming semantic change in qemu_strtoszEric Blake
2023-06-02test-cutils: Add coverage of qemu_strtodEric Blake
2023-06-02cutils: Allow NULL endptr in parse_uint()Eric Blake
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake
2023-06-02cutils: Fix wraparound parsing in qemu_strtouiEric Blake
2023-06-02test-cutils: Test more integer corner casesEric Blake
2023-06-02test-cutils: Test integral qemu_strto* value on failuresEric Blake
2023-06-02test-cutils: Use g_assert_cmpuint where appropriateEric Blake
2023-06-02test-cutils: Avoid g_assert in unit testsEric Blake
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-01-06util: remove support for hex numbers with a scaling suffixPaolo Bonzini
2022-07-04tests: fix test-cutils leaksMarc-André Lureau
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini
2021-03-24utils: Work around mingw strto*l bug with 0xEric Blake
2021-03-24utils: Tighter tests for qemu_strtoszEric Blake
2021-03-15utils: Use fixed-point arithmetic in qemu_strtoszRichard Henderson
2021-03-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell
2021-03-12tests: Move unit tests into a separate directoryThomas Huth