cpp-utilities/application
Martchus 1ac1104535 Add workaround for Windows-specific console problems
* Allow disabling the hack for creating a console for
  a GUI application via `ENABLE_CONSOLE=0` to workaround
  downsides of this hack (pipes not working, possibly
  spawns an additional console)
* Set the console's character set to UTF-8 by default
  because this actually seems to work now and
  non-ASCII characters are displayed correctly. There
  is still an opt-out via `ENABLE_CP_UTF8=0`.
* Note that with mintty it just works anyways so using
  that terminal emulator is still the best workaround.
2021-05-28 19:15:09 +02:00
..
argumentparser.cpp Add workaround for Windows-specific console problems 2021-05-28 19:15:09 +02:00
argumentparser.h Add Argument::firstValueOr() for conveniently accessing the first value with a fallback 2021-01-01 18:30:17 +01:00
argumentparserprivate.h Add workaround for Windows-specific console problems 2021-05-28 19:15:09 +02:00
commandlineutils.cpp Add workaround for Windows-specific console problems 2021-05-28 19:15:09 +02:00
commandlineutils.h Use consistent order for visibility attribute 2020-01-29 18:30:02 +01: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