aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Cygwin: drop support for systems not supporting RFC 4646 localesCorinna Vinschen3-65/+3
2021-10-21Cygwin: update cygcheck OS informationCorinna Vinschen1-2/+13
2021-09-17Cygwin: statically link the tools in winsup/utils/mingwKen Brown1-0/+2
2021-08-26Cygwin: Allow using CFLAGS also for C++ filesCorinna Vinschen1-0/+1
2021-08-26Cygwin: dumper: fix up GCC pragma for g++ 11.2Corinna Vinschen1-1/+1
2021-08-26Cygwin: C++17: register keyword is deprecatedCorinna Vinschen1-1/+1
2021-08-03Cygwin: More profiler format + small issue fixesMark Geisert1-40/+20
2021-08-03Cygwin: Make gmondump conform to its doc + adjust docMark Geisert1-0/+12
2021-07-28Cygwin: utils: refresh tzmap.hCorinna Vinschen1-8/+10
2021-07-28Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=CCorinna Vinschen1-1/+1
2021-07-21Cygwin: profiler: Fix formatting warningsCorinna Vinschen1-4/+6
2021-07-19Cygwin: updates to wire in profiler, gmondumpMark Geisert1-0/+5
2021-07-19Cygwin: New tool: gmondumpMark Geisert1-0/+255
2021-07-19Cygwin: New tool: profilerMark Geisert1-0/+1109
2021-07-09Cygwin: Define PSAPI_VERSION as 1 before including psapi.hJon Turney6-2/+5
2021-05-26Cygwin: utils: enable -idirafter to fetch Cygwin headers from mingw sourcesCorinna Vinschen4-11/+11
2021-05-26Cygwin: utils: set _WIN32_WINNT and NTDDI_VERSION via MakefileCorinna Vinschen9-11/+2
2021-05-22Cygwin: Ensure PSAPI_VERSION is 1 when building lddJon Turney1-0/+1
2021-05-21Cygwin: utils: chattr: Allow to clear all attributes with '='.Christian Franke1-5/+8
2021-05-20Cygwin: utils: ldd: use GetFinalPathNameByHandleWCorinna Vinschen1-31/+2
2021-05-20Cygwin: utils: avoid warning when building path_testsuite-path.oCorinna Vinschen1-4/+3
2021-05-20Cygwin: utils: chattr: do not default to CWDCorinna Vinschen1-6/+3
2021-05-20Cygwin: utils: chattr: fix recursive behaviourCorinna Vinschen1-1/+1
2021-05-20Cygwin: utils: chattr: Improve option parsing, fix some messages.Christian Franke1-18/+14
2021-05-10Get rid of relative include paths in strace.ccJon Turney2-6/+6
2021-05-10Move source files used in utils/mingw/ into that subdirectoryJon Turney10-15/+19
2021-05-10Unpick cygpath TESTSUITEJon Turney4-58/+48
2021-04-29Cygwin: automake: change @INCLUDES@ to @AM_CPPFLAGS@ to avoid warningsCorinna Vinschen1-1/+1
2021-04-29Cygwin: automake: fix warning in terms of the `ps' targetCorinna Vinschen1-3/+8
2021-04-29Cygwin: drop all generated autotools filesCorinna Vinschen2-1812/+0
2021-04-27Cygwin: Use automake (v5)Jon Turney4-145/+1911
2020-12-02Cygwin: Fix remaining warnings building path testsuiteCorinna Vinschen4-11/+11
2020-12-02Cygwin: Fix building of utils testsuiteJon Turney2-1/+5
2020-11-20Cygwin: Remove recursive configureJon Turney5-4510/+2
2020-11-18Cygwin: Fix 'make check' in utilsJon Turney3-10/+12
2020-11-18Cygwin: Drop duplicate C++ flags used to build utilsJon Turney1-1/+1
2020-10-28Cygwin: Restore setting CC and CXX Makefile variablesJon Turney1-0/+3
2020-10-18Cygwin: Use aclocal option --system-acdir rather than --acdirJon Turney1-1/+1
2020-10-18Cygwin: Remove --with-windows-{libs,headers}Jon Turney4-99/+1
2020-10-18Cygwin: Remove ccwrapJon Turney3-27/+16
2020-10-18Cygwin: Stop using c++wrap for MinGW-compiled utilitiesJon Turney1-5/+1
2020-10-14Cygwin: Remove AC_ARG_PROGRAM/program_transform_nameJon Turney3-21/+1
2020-10-14Cygwin: Drop looking for w32api in winsup/w32apiJon Turney2-4/+0
2020-09-24Cygwin: winlean.h: remove most of the extended memory APIKen Brown2-2/+0
2020-09-11Cygwin: ldd: Also look for not found DLLs when exit status is non-zeroJon Turney1-0/+2
2020-08-20Cygwin: strace: ignore GCC exceptionscygwin-3_1_7-releaseKen Brown1-0/+8
2020-08-07Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney1-29/+7
2020-08-07Cygwin: utils: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen2-2/+4
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen23-111/+55
2020-08-07Cygwin: utils: cygcheck: avoid GCC warning concatenating stringsCorinna Vinschen1-1/+5