Matthias Koefferlein
|
46b0f079cf
|
Skipping HTTP tests rather than disabling them
With this commit, tests are logged as skipped and
not just omitted, if HTTP support is not enabled
(neighter Qt nor curl)
|
2018-07-15 20:58:54 +02:00 |
Matthias Koefferlein
|
8f04fc5358
|
Removed some further Qt dependencies. For example, HTTPS access now is possible without Qt through Curl only.
|
2018-07-14 02:14:06 +02:00 |
Matthias Koefferlein
|
4f326572d4
|
Fixed one .pro file for older Qt versions
|
2018-07-12 23:57:00 +02:00 |
Matthias Koefferlein
|
b0f69d46a9
|
WIP: one first basic Thread test.
|
2018-07-09 00:55:41 +02:00 |
Matthias Koefferlein
|
e0a23adb66
|
Made XML parser and writer functional with expat
|
2018-07-05 23:40:39 +02:00 |
Matthias Koefferlein
|
239b7ca3ff
|
First (major) steps towards a Qt-less basic build.
|
2018-07-02 18:20:20 +02:00 |
Matthias Koefferlein
|
2de6b691b4
|
64bit coordinate support enhanced
- int128 to string support for output
- unit tests
- some compiler issues fixed
|
2018-01-10 22:12:55 +01:00 |
Matthias Koefferlein
|
196d3a60e7
|
Fixed the build with less dependencies.
|
2017-09-03 10:29:14 +02:00 |
Matthias Koefferlein
|
cfe8375be0
|
Unit test refactoring
Move ut framework to tl, so there are less complex
dependencies.
|
2017-09-03 01:54:11 +02:00 |
Matthias Koefferlein
|
000917d2c9
|
Refactoring: moved unit tests to libraries for some libs (ut modularization)
|
2017-08-26 22:44:31 +02:00 |