@@ -59,17 +59,13 @@ CI Job Matrix
5959+---------------+--------------------+-----------------------+
6060| Linux | GCC-latest | Thread Unsafe |
6161+---------------+--------------------+-----------------------+
62- | Linux | GCC 4.8 | Legacy |
63- +---------------+--------------------+-----------------------+
6462| Linux | Clang-latest | With libc++ |
6563+---------------+--------------------+-----------------------+
6664| MinGW64 | GCC | Dynamic linking |
6765+---------------+--------------------+-----------------------+
68- | Windows | Visual Studio 2019 | Static linking |
69- +---------------+--------------------+-----------------------+
70- | Windows | Visual Studio 2019 | Dynamic linking |
66+ | Windows | Visual Studio 2022 | Static linking |
7167+---------------+--------------------+-----------------------+
72- | Windows | Visual Studio 2017 | Legacy,Static linking |
68+ | Windows | Visual Studio 2022 | Dynamic linking |
7369+---------------+--------------------+-----------------------+
7470| macOS | AppleClang | With libc++ |
7571+---------------+--------------------+-----------------------+
@@ -341,8 +337,8 @@ FEEDBACK
341337If you has any question, please create a issue and provide the information of your environments. For example:
342338
343339+ **OS **: Windows 10 Pro 19041 *(This can be see after running ``msinfo32``) * / Manjaro(Arch) Linux Linux 5.4.39-1-MANJARO
344- + **Compiler **: Visual Studio 2019 C++ 16.5.5 with VS 2019 C++ v14.25 or MSVC 1925/ gcc 9.3.0
345- + **CMake Commands **: ``cmake .. -G "Visual Studio 16 2019 " -A x64 -DLIBCOPP_FCONTEXT_USE_TSX=ON -DPROJECT_ENABLE_UNITTEST=ON -DPROJECT_ENABLE_SAMPLE=ON-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%cd%/install-prefix `` / ``cmake .. -G Ninja -DLIBCOPP_FCONTEXT_USE_TSX=ON -DPROJECT_ENABLE_UNITTEST=ON -DPROJECT_ENABLE_SAMPLE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/opt/libcopp ``
340+ + **Compiler **: Visual Studio 2022 C++ 17.14.6 with VS 2022 C++ v14.38 or MSVC 1925/ gcc 9.3.0
341+ + **CMake Commands **: ``cmake .. -G "Visual Studio 17 2022 " -A x64 -DLIBCOPP_FCONTEXT_USE_TSX=ON -DPROJECT_ENABLE_UNITTEST=ON -DPROJECT_ENABLE_SAMPLE=ON-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%cd%/install-prefix `` / ``cmake .. -G Ninja -DLIBCOPP_FCONTEXT_USE_TSX=ON -DPROJECT_ENABLE_UNITTEST=ON -DPROJECT_ENABLE_SAMPLE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/opt/libcopp ``
346342+ **Compile Commands **: ``cmake --build . -j ``
347343+ **Related Environment Variables **: Please provide all the environment variables which will change the cmake toolchain, ``CC `` 、 ``CXX `` 、 ``AR `` and etc.
348344
0 commit comments