Commit Graph

32 Commits

Author SHA1 Message Date
Martchus f39ae65ef7 Avoid CMake deprecation warning by bumping version 2023-07-23 21:08:50 +02:00
Martchus 4c6440ceae Add copyright notice 2022-04-05 20:26:09 +02:00
Martchus ba8f8fb882 Clarify that license is "GPL-2-or-later" 2022-03-15 21:43:46 +01:00
Martchus 4896838d33 Fix typos found via `codespell --skip .git -w` 2021-07-03 19:48:28 +02:00
Martchus 923c01bc92 Set project() on top-level
See https://github.com/Martchus/cpp-utilities/pull/15
2019-07-20 18:08:11 +02:00
Martchus 245a5f6803 Adapt to changes in c++utilities 2019-06-10 22:44:05 +02:00
Martchus 533ecbef96 Adapt to c++utilities v5 2019-05-04 16:13:59 +02:00
Martchus aeb097a549 Use ArgumentParser::parseArgsOrExit() 2017-09-29 17:17:31 +02:00
Martchus 868f0fd2bd Apply clang-format 2017-05-01 03:40:44 +02:00
Martchus 6576f88608 Use numberToString() provided by c++utilities 2017-01-27 21:28:01 +01:00
Martchus 19e1448577 Uniform line endings (dos2unix) 2016-08-29 20:44:55 +02:00
Martchus 46fdb040ca Generate config header in extra module 2016-07-27 21:39:54 +02:00
Martchus f1dad88067 Provide bash completion 2016-07-04 23:30:21 +02:00
Martchus c19c2c570f Use workaround for GCC Bug 66145 2016-06-14 22:55:41 +02:00
Martchus 66fc779d33 Use new argument parser API 2016-06-14 00:47:07 +02:00
Martchus 53482bb114 added version constraints 2016-04-25 22:22:12 +02:00
Martchus 2163e91cae overall code cleanup 2016-04-25 22:08:02 +02:00
Martchus 59d37b8c5e reduce code duplication in build system
- get rid of qmake project file
- provide CMake modules for common tasks
- provide templates for *.desktop files
2016-04-16 00:58:05 +02:00
Martchus b722ccb5cb fixed description 2016-03-10 22:18:15 +01:00
Martchus 5c2231220b added .gitignore 2016-01-25 19:08:58 +01:00
Martchus e330c45199 ensure custom install targets don't conflict
(required when building as subdirectory)
2016-01-21 16:33:18 +01:00
Martchus f8e9c9a46f updated version, added missing resources 2015-12-27 22:36:33 +01:00
Martchus 149e96f43b disable new ABI (can't catch ios_base::failure with new ABI) 2015-12-15 23:33:24 +01:00
Martchus 8feb7e1540 improved project files 2015-12-08 08:33:39 +01:00
Martchus cf23e11c93 added simple CMake project file 2015-12-05 22:49:18 +01:00
Martchus b08a4cf600 updated version 2015-10-16 21:33:58 +02:00
Martchus f862eb1c1f set meta data (win32) 2015-09-22 01:58:32 +02:00
Martchus b9517071cb configure as console-only application 2015-09-01 20:34:20 +02:00
Martchus 2a95d349b6 updated project files 2015-08-26 21:11:56 +02:00
Martchus d6ebdadff0 moved application info to project file 2015-07-27 23:32:04 +02:00
Martchus 7542afd1c4 improved general project config 2015-07-17 23:53:53 +02:00
Martchus 689dbf365c first commit 2015-06-24 23:20:44 +02:00