cpp-utilities/application
Martchus 3ead704f1d Improve DECLARE_ENUM macro
- DECLARE_ENUM now declares a regular enum.
- DECLARE_ENUM_CLASS declares an enum class.
- Macros don't include a trailing ';' so they
  can also be used when defining an enum.
2016-07-11 21:32:20 +02:00
..
argumentparser.cpp Provide complete occurance info (callbacks) 2016-07-04 23:18:49 +02:00
argumentparser.h Provide complete occurance info (callbacks) 2016-07-04 23:18:49 +02:00
commandlineutils.cpp Add support for bash completion 2016-07-04 02:46:54 +02:00
commandlineutils.h Document enum class Response 2016-07-02 02:02:47 +02:00
failure.cpp Complete generation of API doc 2016-06-10 22:59:22 +02:00
failure.h Make header guards more unique and consistent 2016-06-11 19:09:14 +02:00
fakeqtconfigarguments.cpp Rewrite argument parsing 2016-06-13 00:00:36 +02:00
fakeqtconfigarguments.h Complete generation of API doc 2016-06-10 22:59:22 +02:00
global.h Improve DECLARE_ENUM macro 2016-07-11 21:32:20 +02:00