Commit Graph

21 Commits

Author SHA1 Message Date
Martchus 189a6fe6ba Approach to enable static linkage
Linking statically might be useful, especially
when linking Windows applications since MinGW
is less buggy then.
2016-07-22 01:35:32 +02:00
Martchus 03094a1f61 Add support for bash completion 2016-07-04 02:46:54 +02:00
Martchus 980794066b Provide workaround for GCC Bug 66145 2016-06-14 22:53:19 +02:00
Martchus 526cbc5282 Rewrite argument parsing 2016-06-13 00:00:36 +02:00
Martchus d28d477ffe Complete generation of API doc
- Use README.md for main page
- Add install target for API doc
- Improve some doc comments
2016-06-10 22:59:22 +02:00
Martchus 4d1c874b56 Add target for API doc 2016-06-10 10:24:54 +02:00
Martchus 7bb6875ded Allow testing particular units 2016-05-23 00:03:55 +02:00
Martchus 1aa5421e9b next release will be 3.3.0 2016-04-25 22:18:43 +02:00
Martchus bd0cbd5802 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 02:11:05 +02:00
Martchus c4082d90c7 mingw-w64: build both, shared and static libs 2016-02-27 01:18:19 +01:00
Martchus a7941b92e2 added BitReader::readUnsignedExpGolombCodedBits() and
BitReader::readSignedExpGolombCodedBits()
2016-02-16 17:25:03 +01:00
Martchus 9abe04ce06 make test code public to simplify creation of tests in other projects 2016-02-06 16:55:28 +01:00
Martchus 80a4ce1790 added more test cases 2016-01-27 01:01:43 +01:00
Martchus e4910171e8 added check target and first tests 2016-01-26 18:52:41 +01:00
Martchus 780b608529 ensure custom install targets don't conflict
(required when building as subdirectory)
2016-01-21 16:26:39 +01:00
Martchus a8f7644350 minor adjustments 2016-01-18 23:41:30 +01:00
Martchus b8ffcc74c9 removed creation of Windows icon 2016-01-05 17:14:01 +01:00
Martchus 7da9d321ce updated version 2015-12-27 18:16:33 +01:00
Martchus 9115235976 disable new ABI (can't catch ios_base::failure with new ABI) 2015-12-13 20:42:15 +01:00
Martchus fd52756e1d improved project files 2015-12-08 08:32:57 +01:00
Martchus 47b96df17b added simple CMake project file 2015-12-05 22:47:49 +01:00