You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CMake external project for ICU builds. Produce a message warning
user that ICU is publised under its own term. Keep the script for
downloading ICU in case it is needed for some of Visual Studio builds,
build in a different subdirectory of `deps` (deps/thirdparty).
Refactor CommonDefines.h to move unicode include out to ChakraICU.h,
include that in one location that used to depend on unicode in
CommonDefines. Add ICU target as a dependency for components which use
ICU. Accomodate that in MSBuild files.
Add dependencies on embedded ICU for comoponents that use it (mostly via
includes).
Closes#6424
0 commit comments