cpp-utilities/application
Martchus caace3ac63 Improve workaround for starting console from GUI app
It is still not perfect but now at least:

* Redirections to a file and pipes are no longer broken with `cmd.exe`
* Pipes are no longer broken in PowerShell
* It works at all when using MSVC
* The whole workaround is skipped for Mintty (as it is not needed at all)
* Sending a return key to the terminal in the end has been removed as it
  caused more harm than good in certain terminals and did not work in
  terminals other than `cmd.exe` anyways
2023-05-07 20:39:22 +02:00
..
argumentparser.cpp Avoid warning about unqualified std cast 2022-11-04 16:50:13 +01:00
argumentparser.h Apply clang-format/cmake-format 2023-02-03 13:31:18 +01:00
argumentparserprivate.h Make `isEnvVariableSet()` public API 2022-10-08 22:29:32 +02:00
commandlineutils.cpp Improve workaround for starting console from GUI app 2023-05-07 20:39:22 +02:00
commandlineutils.h Make `isEnvVariableSet()` public API 2022-10-08 22:29:32 +02:00
fakeqtconfigarguments.cpp Make fake Qt arguments operations 2020-04-05 21:40:01 +02:00
fakeqtconfigarguments.h Use consistent include guards for application utilities 2019-09-04 18:45:48 +02:00
global.h Prefix most of the macros in global.h 2019-06-12 20:34:25 +02:00