cpp-utilities/application
Martchus 0d0685d4c7 Simplify workaround for starting console and CLI-wrapper
* Disable workaround by default; with the CLI-wrapper available it makes no
  sense to run this code unnecassarily when the main executable is invoked
    * Remove check for Mintty; with the workaround disabled by default it
      is no longer necassary to avoid it
* Simplify the CLI-wrapper to rely on main application for enabling UTF-8
  and virtual terminal processing as it relies on it for attaching to the
  parent's console anyways
2023-05-09 00:16:28 +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 Simplify workaround for starting console and CLI-wrapper 2023-05-09 00:16:28 +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