aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2023-12-04[libc] Add the missing math_extras.h include (#74259)Petr Hosek1-0/+1
2023-12-01[libc][NFC] Remove named_pair (#73952)Guillaume Chatelet1-8/+0
2023-12-01[libc] Fix lint message (#73956)Guillaume Chatelet1-0/+2
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan1-0/+25
2023-11-24[libc][NFC] Move float macro into its own header / add target os detection (#...Guillaume Chatelet1-1/+1
2023-11-23[libc][NFC] Split builtin_wrapper into bit and math_extras (#73113)Guillaume Chatelet1-12/+19
2023-08-10[libc] add the CPP algorithm header for min/maxGuillaume Chatelet1-0/+1
2023-08-09[libc] Better IntegerToString APIGuillaume Chatelet1-1/+2
2023-08-08Revert "[libc] Better IntegerToString API"Guillaume Chatelet1-2/+1
2023-08-08[libc] Better IntegerToString APIGuillaume Chatelet1-1/+2
2023-06-13[libc] Add Int<> type and fix (U)Int<128> compatibility issues.Tue Ly1-0/+1
2023-06-12[libc] Add platform independent floating point rounding mode checks.Tue Ly1-0/+1
2023-06-08[libc] add options to printf decimal floatsMichael Jones1-0/+1
2023-04-26[libc][bazel] add file printf targets and supportMichael Jones1-0/+9
2023-04-19[libc] Add a support library for GPU utilitiesJoseph Huber1-0/+1
2023-03-31[libc][Obvious] Add a missing dep and fix an incorrect dep.Siva Chandra Reddy1-0/+1
2023-03-31[libc] Fix UBSan error after D147171Alex Brachet1-0/+1
2023-03-20[libc] add basic wide char functionsMichael Jones1-0/+6
2023-03-17[libc] Add initial support for an RPC mechanism for the GPUJoseph Huber1-0/+1
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones1-1/+0
2023-02-28[libc] Refactor string to float return valuesMichael Jones1-1/+2
2023-02-21[libc] Introduce a libc internal assertion macro named LIBC_ASSERT.Siva Chandra Reddy1-0/+11
2023-02-11[libc] Update macros/optimization.h build dependency for CMake and Bazel.Tue Ly1-1/+1
2023-02-09[libc][NFC] separate macros in several targetsGuillaume Chatelet1-16/+4
2023-02-09[libc][NFC] Move cpu_features.h to properties subfolderGuillaume Chatelet1-1/+1
2023-02-09[libc][NFC] Move compiler_features.h to properties subfolderGuillaume Chatelet1-1/+1
2023-02-09[libc][NFC] Move architectures.h to properties subfolderGuillaume Chatelet1-1/+1
2023-02-07[libc][NFC] Move attributes from common to macros folderGuillaume Chatelet1-0/+1
2023-02-07[libc][NFC] Sort dependenciesGuillaume Chatelet1-2/+2
2023-02-07[libc][NFC] Move sanitizer to macros folderGuillaume Chatelet1-1/+1
2023-02-07[libc][NFC] Move compiler_features to macros folderGuillaume Chatelet1-1/+1
2023-02-07[libc][NFC] Move cpu_features to macros folderGuillaume Chatelet1-1/+1
2023-02-07[libc][NFC] Rename architecture macros and move to macros folderGuillaume Chatelet1-1/+1
2023-01-25[libc][NFC] Detect host CPU features using try_compile instead of try_run.Guillaume Chatelet1-0/+1
2023-01-25[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".Siva Chandra Reddy1-0/+6
2023-01-24Revert D142108 "[reland][libc][NFC] Detect host CPU features using try_compil...Guillaume Chatelet1-1/+0
2023-01-24[reland][libc][NFC] Detect host CPU features using try_compile instead of try...Guillaume Chatelet1-0/+1
2023-01-23Revert D142108 "[libc][NFC] Detect host CPU features using try_compile instea...Guillaume Chatelet1-1/+0
2023-01-23[libc][NFC] Detect host CPU features using try_compile instead of try_run.Guillaume Chatelet1-0/+1
2023-01-20[libc][NFC] Replace static inline and inline annotations with LIBC_INLINE.Siva Chandra Reddy1-0/+4
2023-01-19[libc] add internal string classMichael Jones1-0/+6
2022-12-21[libc] Gracefully handle allocation failures around BlockStore.Siva Chandra Reddy1-0/+2
2022-12-13[libc] Add compiler, builtin and feature detectionGuillaume Chatelet1-5/+20
2022-12-12[libc] move errno out of file internalsMichael Jones1-0/+8
2022-12-09[libc] add result class to strtointegerMichael Jones1-0/+7
2022-11-19[libc] Add sub_with_borrow to builtin_wrapper.hTue Ly1-0/+8
2022-11-15[libc][math] Improve the performance and error printing of UInt.Tue Ly1-0/+22
2022-11-11[libc] move fork into threads folderMichael Jones1-9/+0
2022-11-04[libc] Add add_with_carry to builtin wrapper.Tue Ly1-0/+2
2022-10-10[libc] Add implementation of pthread_atfork.Siva Chandra Reddy1-0/+10