summaryrefslogtreecommitdiff
path: root/libc/test/src/string/memory_utils/memory_check_utils.h
AgeCommit message (Expand)Author
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-31[libc][NFC] Fixing various typosGuillaume Chatelet
2023-05-25[libc] Fix compilation issues in memory_check_utils.hRoland McGrath
2023-05-25[libc][test] Drastically reduce mem test runtimeGuillaume Chatelet
2023-05-02[libc] Remove use of 'assert' from the string testsJoseph Huber
2023-04-11[libc] remove unsupported GCC attributeGuillaume Chatelet
2023-03-20[libc] Make string tests compatible with the Fuchsia buildRoland McGrath
2023-02-09[libc][NFC] separate macros in several targetsGuillaume Chatelet
2023-02-09[libc][NFC] Move compiler_features.h to properties subfolderGuillaume Chatelet
2023-02-07[libc][NFC] Move code to sanitizer.h + more consistent namingGuillaume Chatelet
2023-02-07[libc][NFC] Rename compiler_feature macrosGuillaume Chatelet
2023-02-07[libc][NFC] Move compiler_features to macros folderGuillaume Chatelet
2022-12-13[libc] Add compiler, builtin and feature detectionGuillaume Chatelet
2022-11-02[libc] Improve testing of mem functionsGuillaume Chatelet