Martchus
|
79ce6e9aa6
|
Improve argument parser
- Fix some implementation details
- Extend tests
|
6 years ago |
Martchus
|
526cbc5282
|
Rewrite argument parsing
|
6 years ago |
Martchus
|
4f87cc1181
|
Use C-strings where std::string is unneccessary
|
6 years ago |
Martchus
|
db7b02b1db
|
Make header guards more unique and consistent
|
6 years ago |
Martchus
|
1deb244fee
|
Update README.md
|
6 years ago |
Martchus
|
ca8432c5ec
|
Use version as Doxygen project number
|
6 years ago |
Martchus
|
a8e53f0446
|
Remove doxygen file (use template instead)
|
6 years ago |
Martchus
|
d28d477ffe
|
Complete generation of API doc
- Use README.md for main page
- Add install target for API doc
- Improve some doc comments
|
6 years ago |
Martchus
|
c7c64e0784
|
Improve documentation
|
6 years ago |
Martchus
|
4d1c874b56
|
Add target for API doc
|
6 years ago |
Martchus
|
41c44a5f43
|
Delete m_streamSize member of BinaryReader
|
6 years ago |
Martchus
|
009a2268ec
|
Fix small issues of BinaryReader/BinaryWriter
- fix documentation
- fix useless checks
|
6 years ago |
Martchus
|
38a9a1e13e
|
Ensure exceptions are thrown in IO tests
|
6 years ago |
Martchus
|
324dc90b49
|
Fix parsing args if no abbr or name is specified
|
6 years ago |
Martchus
|
01dee5de09
|
Allow creation of static libs in general
|
6 years ago |
Martchus
|
b3d801bca6
|
Fix executable path in *.desktop file
|
6 years ago |
Martchus
|
4fcc8442f8
|
Define macro for debug-only code
|
6 years ago |
Martchus
|
f3077ef8e3
|
Use C-strings for argument definitions
Argument names and abbreviations are always
C-string literals and hence using std::string
has no advantage.
|
6 years ago |
Martchus
|
2a58a83c3c
|
Fix template paths
|
6 years ago |
Martchus
|
76e422a7ce
|
Make DateTime::now() and DateTime::gmtNow() inline
|
6 years ago |
Martchus
|
7bb6875ded
|
Allow testing particular units
|
6 years ago |
Martchus
|
1aa5421e9b
|
next release will be 3.3.0
|
6 years ago |
Martchus
|
176b81b431
|
set META_PROJECT_VARNAME and META_PROJECT_VARNAME_UPPER if not specified
explicitely
|
6 years ago |
Martchus
|
eda3a98e2c
|
updated README.md to reflect latest changes
|
6 years ago |
Martchus
|
d27520af68
|
fixed some issues caused the build system changeings
|
6 years ago |
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
|
6 years ago |
Martchus
|
4b2110e452
|
fixed description
|
6 years ago |
Martchus
|
0054a74302
|
minor adjustments
|
6 years ago |
Martchus
|
ff15a54624
|
added addMainArgument
|
6 years ago |
Martchus
|
29c0db0090
|
mingw-w64: workingCopyPath is (currently) not supported
|
6 years ago |
Martchus
|
c4082d90c7
|
mingw-w64: build both, shared and static libs
|
6 years ago |
Martchus
|
78c096e20a
|
added functions to swap the byte order
|
6 years ago |
Martchus
|
3d510a0682
|
avoid copy in BinaryReader::readString(size_t length)
|
6 years ago |
Martchus
|
7e780d647a
|
ensure subdirs exist
|
6 years ago |
Martchus
|
e9dfb505f2
|
added list of features
|
6 years ago |
Martchus
|
a7941b92e2
|
added BitReader::readUnsignedExpGolombCodedBits() and
BitReader::readSignedExpGolombCodedBits()
|
6 years ago |
Martchus
|
2e6a8dc6a8
|
added DateTime::gmtNow()
|
6 years ago |
Martchus
|
af5b879506
|
utilize creation of working copies for tests
|
6 years ago |
Martchus
|
9abe04ce06
|
make test code public to simplify creation of tests in other projects
|
7 years ago |
Martchus
|
df9c0573bf
|
preserve ABI
|
7 years ago |
Martchus
|
d71e6c56d4
|
updated build instructions
|
7 years ago |
Martchus
|
93582b4ac0
|
added more tests, fixed some bugs
|
7 years ago |
Martchus
|
503e4cf3c7
|
added test for BitReader
|
7 years ago |
Martchus
|
7299299a40
|
fixed showBits()
|
7 years ago |
Martchus
|
80a4ce1790
|
added more test cases
|
7 years ago |
Martchus
|
1d8177ba41
|
added missing methods
|
7 years ago |
Martchus
|
73436d4593
|
added functions for modulo calculations
|
7 years ago |
Martchus
|
3c9f95059e
|
added DateTime::fromTimeStampGmt()
|
7 years ago |
Martchus
|
e4910171e8
|
added check target and first tests
|
7 years ago |
Martchus
|
d04a0fe1a9
|
added {BE,LE}::getBytes24()
({BE,LE}::toUInt24() counterpart)
|
7 years ago |