summaryrefslogtreecommitdiff
path: root/libc/test/src/string
AgeCommit message (Expand)Author
2020-12-02[libc] Add strncpy implementation.Cheng Wang
2020-11-30[libc] Improve memcpy copy loopGuillaume Chatelet
2020-11-27[libc][Obvious] Fix typo in strnlen_test.cpp.Cheng Wang
2020-08-13[libc] Add strtok_r implementation.parallels
2020-08-11[libc] Add strtok implementation.cgyurgyik
2020-08-07[libc] Add strcpsn and strpbrk implementation.cgyurgyik
2020-08-05[libc] Add strspn implementation and std::bitsetcgyurgyik
2020-07-31[libc] [obvious] Fix strchr and strrchr tests so that constness iscgyurgyik
2020-07-31[libc] [obvious] Add rest of strrchr test.Chris Gyurgyik
2020-07-31[libc] Adds strrchr implementation.cgyurgyik
2020-07-24[libc] Adds implementation for memrchr.cgyurgyik
2020-07-22[libc] Implements strnlen.cgyurgyik
2020-07-21[libc] Add strstr implementation.cgyurgyik
2020-07-10[libc] Add strchr implementation. Fixes bug in memchr.cgyurgyik
2020-07-07[libc] Add memchr implementation.cgyurgyik
2020-06-19[libc] This adds the strcmp (string compare) implementation.cgyurgyik
2020-05-26[libc][NFC] Simplify memcpy implementationGuillaume Chatelet
2020-05-20[libc] Add memset and bzero implementationsGuillaume Chatelet
2020-04-21[libc][Take 2] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy
2020-04-21[libc] Revert "Propagate entrypoint deps to downstream targets."Siva Chandra Reddy
2020-04-21[libc] Propagate entrypoint deps to downstream targets.Siva Chandra Reddy
2020-04-10[libc] Add fully-qualified target names.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-04-03[libc] Fix memcpy to adhere to qualified calls.Paula Toth
2020-04-03[libc] Add strlen implementation.Paula Toth
2020-03-18[libc] Adding memcpy implementation for x86_64Guillaume Chatelet
2020-02-13Fix unneeded semi columnGuillaume Chatelet
2020-01-31[libc] Use cpp::Array instead of cpp::ArrayRef in memory/utils_test.Siva Chandra Reddy
2020-01-31[libc] Add utils for memory functionsGuillaume Chatelet
2020-01-17[libc] Replace the use of gtest with a new light weight unittest framework.Siva Chandra Reddy
2020-01-07[libc] Add a convenience CMake rule to add testsuites.Siva Chandra Reddy
2020-01-06[libc] Move implementations of strcat and strcpy to the string directory.Siva Chandra Reddy
2020-01-06[libc] Move all tests to a top level `test` directory.Siva Chandra Reddy