From 538cf3bcf1d7363d632991533c5bfa3d753b1838 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 16 Jun 2021 00:59:30 +0200 Subject: [PATCH] Deprecate cygwin and mingw. --- NEWS | 1 + manual/tracy.tex | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cc7c0f27..f2b2166f 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/manual/tracy.tex b/manual/tracy.tex index 6d1c9c52..0f49218d 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -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}