summaryrefslogtreecommitdiff
path: root/libc/test/src/string
AgeCommit message (Expand)Author
2022-06-16[libc][obvious] fix address test on windowsMichael Jones
2022-06-01[libc][mem*] Address facility + test enum supportGuillaume Chatelet
2022-06-01[libc] Implement FLAGS option for generating all combinations for targets.Tue Ly
2022-05-19[libc] Add strlcatAlex Brachet
2022-05-18[libc][windows] fix strlcpy testsMichael Jones
2022-05-18[libc] Add strlcpyAlex Brachet
2022-05-08[libc] Add LINK_LIBRARIES option to add_fp_unittest and add_libc_unittest.Tue Ly
2022-03-08[libc][NFC] split standalone_cpp into single headersMichael Jones
2022-02-08[libc] Optimized version of memmoveGuillaume Chatelet
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-11-30[libc] Add a reasonably optimized version for bcmpGuillaume Chatelet
2021-11-22[libc] add memmove basic building blocksGuillaume Chatelet
2021-11-17[libc] Use more consistent if defined syntaxGuillaume Chatelet
2021-11-04[libc] add stpcpy and stpncpyMichael Jones
2021-11-01[libc] add strndupMichael Jones
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-10-27[libc] add strdup implementationMichael Jones
2021-10-23Ensure newlines at the end of files (NFC)Kazu Hirata
2021-10-14[libc] add memccpy and mempcpyMichael Jones
2021-10-12[libc] Add strncat and fix strcatMichael Jones
2021-09-14[libc][Obvious] Some clean work with memmove.Cheng Wang
2021-09-13Revert "[libc] Some clean work with memmove."Guillaume Chatelet
2021-09-10[libc] Check signs instead of values in memcmp unittests.Cheng Wang
2021-09-10[libc] Some clean work with memmove.Cheng Wang
2021-09-05[libc][Obvious] Reorder CMakelists alphabetically.Cheng Wang
2021-08-19[libc] Add a trivial implementation for bcmpGuillaume Chatelet
2021-07-28[libc] add strncmp to stringsMichael Jones
2021-07-27[libc] Fix strtok_r crash when src and *saveptr are both nullptrAlfonso Gregory
2021-07-07Fix broken libc testGuillaume Chatelet
2021-07-07[LIBC] Add an optimized memcmp implementation for AArch64Andre Vieira
2021-06-16[libc] Add a set of elementary operationsGuillaume Chatelet
2021-06-16Revert "[libc] Add a set of elementary operations"Guillaume Chatelet
2021-06-16[libc] Add a set of elementary operationsGuillaume Chatelet
2021-06-15Revert "[libc] Add a set of elementary operations"Guillaume Chatelet
2021-06-15[libc] Add a set of elementary operationsGuillaume Chatelet
2021-06-15Revert "[libc] Add a set of elementary operations"Guillaume Chatelet
2021-06-15[libc] Add a set of elementary operationsGuillaume Chatelet
2021-06-14Revert "[libc] Add a set of elementary operations"Guillaume Chatelet
2021-06-14[libc] Add a set of elementary operationsGuillaume Chatelet
2021-05-12[libc] Simplifies multi implementationsGuillaume Chatelet
2021-05-10[libc] Rever "Simplifies multi implementations and benchmarks".Siva Chandra Reddy
2021-05-10[libc] Simplifies multi implementations and benchmarksGuillaume Chatelet
2021-04-26[libc] Use different alignment for memcpy between ARM and x86.Guillaume Chatelet
2021-01-28[CMake][libc] Don't do CPU feature detection when cross-compilingPetr Hosek
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2021-01-15[libc] CopyAlignedBlocks can now specify alignment on top of block sizeGuillaume Chatelet
2021-01-15[libc] Add memmove implementation.Cheng Wang
2021-01-06[libc] Align src buffer instead of dst bufferGuillaume Chatelet
2020-12-15[libc] Add memcmp implementation.Cheng Wang