Deprecate cygwin and mingw.

This commit is contained in:
Bartosz Taudul 2021-06-16 00:59:30 +02:00
parent 2f7d79adba
commit 538cf3bcf1
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
2 changed files with 3 additions and 2 deletions

1
NEWS
View File

@ -6,6 +6,7 @@ here.
v0.x.x (xxxx-xx-xx)
-------------------
- Cygwin and Mingw are deprecated due to lack of interest.
- Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions
resolution in call stacks on Windows.
- Limited client query response rate.

View File

@ -370,8 +370,6 @@ Tracy Profiler supports MSVC, gcc and clang. A reasonably recent version of the
\item Linux (x86, x64, ARM, ARM64)
\item Android (ARM, ARM64, x86)
\item FreeBSD (x64)
\item Cygwin (x64)
\item MinGW (x64)
\item WSL (x64)
\item OSX (x64)
\item iOS (ARM, ARM64)
@ -386,6 +384,8 @@ Moreover, the following platforms are not supported due to how secretive their o
\item Google Stadia
\end{itemize}
You may also try your luck with Cygwin or Mingw, but don't get your hopes too high. These platforms were usable some time ago, but nobody is actively working on resolving any issues you might encounter with them.
\subsection{Initial client setup}
\label{initialsetup}