Commit Graph

137 Commits

Author SHA1 Message Date
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
Martchus d5eb8a1608 fixed doc 2015-12-27 18:16:23 +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
Martchus d437126760 throw ConversionException if not all chars could be extracted 2015-11-28 00:19:44 +01:00
Martchus aff51370d9 implemented computeCrc32() 2015-10-20 08:49:38 +02:00
Martchus db0fae5ec2 updated version 2015-10-16 21:35:50 +02:00
Martchus cd01df9c64 access CRC tab directly 2015-10-16 21:34:58 +02:00
Martchus 4e359bdfea small changes 2015-10-06 22:28:33 +02:00
Martchus 6e1f2d4d56 added example 2015-10-06 22:27:16 +02:00
Martchus 9f4d1daacf fixed DateTime::now() 2015-09-22 22:52:43 +02:00
Martchus d9cb646dd9 set meta data (win32) 2015-09-22 01:48:37 +02:00
Martchus 4495067484 fixed aliasing warning 2015-09-16 17:54:40 +02:00
Martchus 33e5585844 using a vector instead of a map for the scopes
Finding a specific scope might be more unhandy
but this way the original order is preserved.
2015-09-16 17:36:52 +02:00
Martchus f3ee822cc6 make constructor explicit 2015-09-11 22:01:26 +02:00
Martchus 4d6bf67188 fixed includes 2015-09-06 20:19:09 +02:00
Martchus 603dbf823a fixed includes 2015-09-06 15:30:16 +02:00
Martchus ae494cc425 added platform condition 2015-09-01 20:26:56 +02:00
Martchus 79faa46da0 added method to activate stdout/stderr for GUI app on Windows 2015-09-01 20:05:38 +02:00
Martchus 5689cb8058 added missing includes 2015-09-01 16:06:37 +02:00
Martchus 06ce1629cc added export macro 2015-08-27 21:36:48 +02:00
Martchus 4729d3af26 updated project files 2015-08-27 21:36:07 +02:00
Martchus a59e0b7478 make methods const 2015-08-25 19:13:17 +02:00
Martchus f159952090 added application info 2015-08-25 19:12:05 +02:00
Martchus 3aaed563df removed debug output 2015-08-16 23:45:23 +02:00
Martchus 8e27b97d47 improved encode-/decodeBase64 2015-08-16 23:44:38 +02:00
Martchus 6f5546200c fixed toFloat32 2015-08-13 03:18:11 +02:00
Martchus 8c6f7a9785 dataSizeToString can print the exact size additionally 2015-08-09 23:58:13 +02:00