Commit Graph

515 Commits

Author SHA1 Message Date
d5eb8a1608 fixed doc 2015-12-27 18:16:23 +01:00
9115235976 disable new ABI (can't catch ios_base::failure with new ABI) 2015-12-13 20:42:15 +01:00
fd52756e1d improved project files 2015-12-08 08:32:57 +01:00
47b96df17b added simple CMake project file 2015-12-05 22:47:49 +01:00
d437126760 throw ConversionException if not all chars could be extracted 2015-11-28 00:19:44 +01:00
aff51370d9 implemented computeCrc32() 2015-10-20 08:49:38 +02:00
db0fae5ec2 updated version 2015-10-16 21:35:50 +02:00
cd01df9c64 access CRC tab directly 2015-10-16 21:34:58 +02:00
4e359bdfea small changes 2015-10-06 22:28:33 +02:00
6e1f2d4d56 added example 2015-10-06 22:27:16 +02:00
9f4d1daacf fixed DateTime::now() 2015-09-22 22:52:43 +02:00
d9cb646dd9 set meta data (win32) 2015-09-22 01:48:37 +02:00
4495067484 fixed aliasing warning 2015-09-16 17:54:40 +02:00
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
f3ee822cc6 make constructor explicit 2015-09-11 22:01:26 +02:00
4d6bf67188 fixed includes 2015-09-06 20:19:09 +02:00
603dbf823a fixed includes 2015-09-06 15:30:16 +02:00
ae494cc425 added platform condition 2015-09-01 20:26:56 +02:00
79faa46da0 added method to activate stdout/stderr for GUI app on Windows 2015-09-01 20:05:38 +02:00
5689cb8058 added missing includes 2015-09-01 16:06:37 +02:00
06ce1629cc added export macro 2015-08-27 21:36:48 +02:00
4729d3af26 updated project files 2015-08-27 21:36:07 +02:00
a59e0b7478 make methods const 2015-08-25 19:13:17 +02:00
f159952090 added application info 2015-08-25 19:12:05 +02:00
3aaed563df removed debug output 2015-08-16 23:45:23 +02:00
8e27b97d47 improved encode-/decodeBase64 2015-08-16 23:44:38 +02:00
6f5546200c fixed toFloat32 2015-08-13 03:18:11 +02:00
8c6f7a9785 dataSizeToString can print the exact size additionally 2015-08-09 23:58:13 +02:00
72b7afb17e added method for reading a single bit 2015-08-08 01:18:24 +02:00
1677f8fc1b added .directory, docs/ 2015-07-31 01:24:10 +02:00
7956635de1 added method to read without advancing the current position, added
method to re-establish alignment
2015-07-31 01:23:42 +02:00
3ef06785fc added defines for application info provided in project file 2015-07-27 23:24:14 +02:00
8896fb7673 added missing initialization of m_denotesOperation, small adjustments 2015-07-27 23:19:10 +02:00
9f25d76afe improved BitReader 2015-07-27 23:16:49 +02:00
c62e25ee2a improved conversion utilities 2015-07-18 01:11:12 +02:00
62d2be3340 improved project config 2015-07-18 01:10:18 +02:00
feaa059375 fixed "end of buffer" condition 2015-07-13 00:59:21 +02:00
1c4c3ffdc7 added findAndReplace method, little adjustments 2015-07-07 00:52:06 +02:00
f462d71200 added INI parser 2015-07-07 00:50:49 +02:00
f396b8afa1 added method for restting the bit reader 2015-07-07 00:50:03 +02:00
1e755b4489 outsourced PKGBUILD files 2015-06-26 02:30:22 +02:00
c891cf5b36 fixed that values for arguments denoting operations aren't accepted 2015-06-24 00:48:45 +02:00
f335c262b2 added commandline utilities 2015-06-24 00:44:16 +02:00
3c395a955a updated brief 2015-06-21 21:42:32 +02:00
8c09772802 added new method to construct DateTime instance from timestamp 2015-06-21 21:41:56 +02:00
6bf736af0e completed BitReader class; small improvements 2015-06-10 21:00:44 +02:00
b6355ac01b added readme and license file 2015-06-08 22:09:17 +02:00
3ede66098f added BitReader class 2015-06-08 22:09:09 +02:00
f3329b8592 increased version number 2015-06-07 00:08:09 +02:00
ef4b7d779a fixed build instructions 2015-05-19 22:36:04 +02:00