Commit Graph

70 Commits

Author SHA1 Message Date
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
Martchus 72b7afb17e added method for reading a single bit 2015-08-08 01:18:24 +02:00
Martchus 1677f8fc1b added .directory, docs/ 2015-07-31 01:24:10 +02:00
Martchus 7956635de1 added method to read without advancing the current position, added
method to re-establish alignment
2015-07-31 01:23:42 +02:00
Martchus 3ef06785fc added defines for application info provided in project file 2015-07-27 23:24:14 +02:00
Martchus 8896fb7673 added missing initialization of m_denotesOperation, small adjustments 2015-07-27 23:19:10 +02:00
Martchus 9f25d76afe improved BitReader 2015-07-27 23:16:49 +02:00
Martchus c62e25ee2a improved conversion utilities 2015-07-18 01:11:12 +02:00
Martchus 62d2be3340 improved project config 2015-07-18 01:10:18 +02:00
Martchus feaa059375 fixed "end of buffer" condition 2015-07-13 00:59:21 +02:00
Martchus 1c4c3ffdc7 added findAndReplace method, little adjustments 2015-07-07 00:52:06 +02:00
Martchus f462d71200 added INI parser 2015-07-07 00:50:49 +02:00
Martchus f396b8afa1 added method for restting the bit reader 2015-07-07 00:50:03 +02:00
Martchus 1e755b4489 outsourced PKGBUILD files 2015-06-26 02:30:22 +02:00
Martchus c891cf5b36 fixed that values for arguments denoting operations aren't accepted 2015-06-24 00:48:45 +02:00
Martchus f335c262b2 added commandline utilities 2015-06-24 00:44:16 +02:00
Martchus 3c395a955a updated brief 2015-06-21 21:42:32 +02:00
Martchus 8c09772802 added new method to construct DateTime instance from timestamp 2015-06-21 21:41:56 +02:00