Commit Graph

115 Commits

Author SHA1 Message Date
Martchus b99d8ef251 Update version 2016-06-17 18:00:09 +02:00
Martchus 6db965474f Make install target for API doc optional 2016-06-15 21:40:34 +02:00
Martchus 6c8954a9cc Make header guards more unique and consistent 2016-06-11 19:10:15 +02:00
Martchus 177636f19b Update README.md 2016-06-11 19:00:14 +02:00
Martchus a0a19ea3a3 Use version as Doxygen project number 2016-06-11 00:54:35 +02:00
Martchus d99e34d115 Remove doxygen file (use template instead) 2016-06-10 23:56:04 +02:00
Martchus 1988d644bb Update version 2016-06-10 23:03:09 +02:00
Martchus 5ba80cf553 Complete generation of API doc
- Use README.md for main page
- Add install target for API doc
- Improve some doc comments
2016-06-10 23:00:10 +02:00
Martchus cda6b0ef77 Improve documentation 2016-06-10 14:13:15 +02:00
Martchus 104d636cf3 Add target for API doc 2016-06-10 14:13:05 +02:00
Martchus 6bb49ec2bb Fix small issues of BinaryReader/BinaryWriter
- fix documentation
- fix useless checks
2016-06-08 00:36:18 +02:00
Martchus 76c3e88156 Ensure exceptions are thrown in IO tests 2016-06-08 00:15:33 +02:00
Martchus ddb1a27216 Allow creation of static libs in general 2016-05-28 01:53:08 +02:00
Martchus fd08c63a2c Fix executable path in *.desktop file 2016-05-26 21:38:35 +02:00
Martchus 167e6b4d62 Define macro for debug-only code 2016-05-26 02:24:05 +02:00
Martchus 56a01c6472 Fix template paths 2016-05-17 10:49:08 +02:00
Martchus 1aa5421e9b next release will be 3.3.0 2016-04-25 22:18:43 +02:00
Martchus 176b81b431 set META_PROJECT_VARNAME and META_PROJECT_VARNAME_UPPER if not specified
explicitely
2016-04-21 23:57:45 +02:00
Martchus eda3a98e2c updated README.md to reflect latest changes 2016-04-16 19:17:29 +02:00
Martchus d27520af68 fixed some issues caused the build system changeings 2016-04-16 18:32:22 +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 4b2110e452 fixed description 2016-03-10 22:15:38 +01:00
Martchus 0054a74302 minor adjustments 2016-03-03 19:07:46 +01:00
Martchus ff15a54624 added addMainArgument 2016-02-27 01:19:16 +01:00
Martchus 29c0db0090 mingw-w64: workingCopyPath is (currently) not supported 2016-02-27 01:18:54 +01:00
Martchus c4082d90c7 mingw-w64: build both, shared and static libs 2016-02-27 01:18:19 +01:00
Martchus 78c096e20a added functions to swap the byte order 2016-02-23 19:27:46 +01:00
Martchus 3d510a0682 avoid copy in BinaryReader::readString(size_t length) 2016-02-20 01:35:42 +01:00
Martchus 7e780d647a ensure subdirs exist 2016-02-17 20:21:11 +01:00
Martchus e9dfb505f2 added list of features 2016-02-17 20:20:37 +01:00
Martchus a7941b92e2 added BitReader::readUnsignedExpGolombCodedBits() and
BitReader::readSignedExpGolombCodedBits()
2016-02-16 17:25:03 +01:00
Martchus 2e6a8dc6a8 added DateTime::gmtNow() 2016-02-15 20:29:52 +01:00
Martchus af5b879506 utilize creation of working copies for tests 2016-02-09 02:21:42 +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 df9c0573bf preserve ABI 2016-01-29 01:13:11 +01:00
Martchus d71e6c56d4 updated build instructions 2016-01-29 00:47:05 +01:00
Martchus 93582b4ac0 added more tests, fixed some bugs 2016-01-27 02:25:28 +01:00
Martchus 503e4cf3c7 added test for BitReader 2016-01-27 01:14:09 +01:00
Martchus 7299299a40 fixed showBits() 2016-01-27 01:13:30 +01:00
Martchus 80a4ce1790 added more test cases 2016-01-27 01:01:43 +01:00
Martchus 1d8177ba41 added missing methods 2016-01-27 01:00:38 +01:00
Martchus 73436d4593 added functions for modulo calculations 2016-01-27 00:15:01 +01:00
Martchus 3c9f95059e added DateTime::fromTimeStampGmt() 2016-01-27 00:14:20 +01:00
Martchus e4910171e8 added check target and first tests 2016-01-26 18:52:41 +01:00
Martchus d04a0fe1a9 added {BE,LE}::getBytes24()
({BE,LE}::toUInt24() counterpart)
2016-01-25 23:59:05 +01:00
Martchus 6824565ea9 ignore *.txt.user files 2016-01-25 19:06:59 +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