Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2022-10-12AES-GCM NEON: cope with missing vaddq_p128.Simon Tatham
2022-09-19Stop trying to include X11 headers in non-GTK builds.Simon Tatham
2022-09-19Use GTK_LDFLAGS when testing for Pango.Simon Tatham
2022-09-18Add cmake check for whether setpgrp takes arguments.Simon Tatham
2022-09-18Add explicit cmake setting for 'build without GTK'.Simon Tatham
2022-09-17Unix GSSAPI: support krb5-config as well as pkg-config.Simon Tatham
2022-09-1132-bit Windows x86: reinstate subsystem version of 5.01.Simon Tatham
2022-09-03Add some missing #includes.Simon Tatham
2022-09-03Reset the diagnostic syntax in clang-cl builds.Simon Tatham
2022-09-03Turn -Wall back off for clang-based Windows builds.Simon Tatham
2022-09-03Enable -Wall in Windows STRICT builds.Jacob Nevins
2022-08-29Reinstate __USE_MINGW_ANSI_STDIO for MinGW builds.Jacob Nevins
2022-08-16Implement AES-GCM using the @openssh.com protocol IDs.Simon Tatham
2022-05-28Fix Unix builds with PUTTY_GSSAPI=OFF.Jacob Nevins
2022-05-20Merge recent misc fixes from 'pre-0.77'.Jacob Nevins
2022-05-20Use correct flags for RelWithDebInfo.Jacob Nevins
2022-05-19Merge recent misc fixes from 'pre-0.77'.Jacob Nevins
2022-05-18Squash NDEBUG for RelWithDebInfo build type too.Jacob Nevins
2022-05-18Define OMIT_UTMP if there's no utmpx.h.Jacob Nevins
2022-05-18Add missing HAVE_SETRESGID to cmake.h.Jacob Nevins
2022-05-08Merge Winelib build fixes from 'pre-0.77'.Simon Tatham
2022-05-08Fixes for Winelib builds.Simon Tatham
2022-04-02Windows tools: assorted '-demo' options.Simon Tatham
2022-04-02Merge demo screenshot features from 'pre-0.77'.Simon Tatham
2022-02-04Support AF_UNIX listening sockets on Windows.Simon Tatham
2022-01-22Update source file names in comments and docs.Simon Tatham
2021-12-18Fix pre-GTK3 build failures in puttyapp / ptermapp.Simon Tatham
2021-11-26Merge be_*.c into one ifdef-controlled module.Simon Tatham
2021-10-29Compatibility with older versions of cmake.Simon Tatham
2021-10-21Fix paste error in comment.Simon Tatham
2021-05-13Don't #include <utmp.h> if it doesn't exist.Simon Tatham
2021-05-08New application: a Windows version of 'pterm'!Simon Tatham
2021-05-08gitcommit.cmake: stop needing TOPLEVEL_SOURCE_DIR.Simon Tatham
2021-05-03Better detection of NOT_X_WINDOWS.Simon Tatham
2021-05-03Add the man pages to the 'make install' target.Simon Tatham
2021-05-03Integrate the 'doc' subdir into the CMake system.Simon Tatham
2021-05-03Prepare gitcommit.cmake to support multiple output types.Simon Tatham
2021-04-26Move some add_executable() calls to top-level CMakeLists.Simon Tatham
2021-04-21Break up crypto modules containing HW acceleration.Simon Tatham
2021-04-19Rename one of my cmake support functions. (NFC)Simon Tatham
2021-04-18Conditionalise a couple of CMake checks.Simon Tatham
2021-04-18Add coverage flagsPavel I. Kryukov
2021-04-18Adopt a new universal implementation of smemclr().Simon Tatham
2021-04-18Fix a few cmake configure-time checks.Simon Tatham
2021-04-17Remove the NO_SECURITY compile-time option.Simon Tatham
2021-04-17Replace mkfiles.pl with a CMake build system.Simon Tatham