reactos/sdk/lib/ucrt
Timo Kreuzer 9186b861a6 [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib
vcruntime contains the code that is linked into ucrtbase (in VS it is also provided as vcruntime140.dll)
vcstartup contains the code that is statically linked into executables that link to ucrtbase.dll. In Visual Studio this is part of msvcrt.lib (the import library for msvcrt), similar to our current msvcrtex, and it gets linked when you link to ucrtbase as well. The name is based on the folder name in the library.
Both libraries share some code, but each file is only compiled once.
2025-02-06 09:17:37 +02:00
..
conio [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
convert [UCRT] Remove __inline from conversion functions 2025-01-22 18:56:08 +02:00
dll [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
env [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
exec [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
fenv [UCRT] Import Microsoft.Windows.SDK.CRTSource version 10.0.22621.3 2025-01-16 14:18:53 +02:00
filesystem [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
float [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib 2025-02-06 09:17:37 +02:00
heap [UCRTBASE] Add ucrtbase.dll to build 2025-01-26 18:08:55 +02:00
inc [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib 2025-02-06 09:17:37 +02:00
initializers [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
internal [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
locale [UCRT:LOCALE] Implement __acrt_WideCharToMultiByte 2025-01-26 18:08:55 +02:00
lowio [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
math [UCRT:MATH] Implement _dtest, _fdtest 2025-01-26 18:08:55 +02:00
mbstring [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
misc [UCRTBASE] Add ucrtbase.dll to build 2025-01-26 18:08:55 +02:00
startup [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib 2025-02-06 09:17:37 +02:00
stdio [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
stdlib [UCRT] Add "aliases" for some hacked clang builtins 2025-01-26 18:08:55 +02:00
string [UCRT] Fix build of memcpy_s.cpp 2025-01-22 18:56:08 +02:00
time [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
CMakeLists.txt [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib 2025-02-06 09:17:37 +02:00