Matthias Koefferlein
|
937fa96245
|
Some bug fixes
* Case folding table fixed: lowercase "i without dot" overlaps "i"
* Fixed build of bridge sample in non-Qt case
|
2018-07-13 08:03:00 +02:00 |
Matthias Koefferlein
|
abdde4ba19
|
Corrected last commit (UTF-8 case conversion) and added more test coverage.
|
2018-07-13 01:13:41 +02:00 |
Matthias Koefferlein
|
4f326572d4
|
Fixed one .pro file for older Qt versions
|
2018-07-12 23:57:00 +02:00 |
Matthias Koefferlein
|
72c3288090
|
Disabled thread local storage test for Qt <4.7 because this class is broken with an int argument on Qt 4.6.2
|
2018-07-12 23:25:33 +02:00 |
Matthias Koefferlein
|
1375bdcc9a
|
Fixed XMLParser unit test 5 for Qt
|
2018-07-12 23:19:54 +02:00 |
Matthias Koefferlein
|
03ddd495d8
|
Disabled brute-force shutdown test for threads on Qt - QThread is not able to deal with this.
|
2018-07-12 22:11:57 +02:00 |
klayoutmatthias
|
616c2942e1
|
WIP: made pymod functional on Windows (without Qt). Tests pass.
|
2018-07-10 23:34:30 +02:00 |
Matthias Koefferlein
|
5cfb98d9f2
|
WIP: pthread-based WaitCondition (simple)
|
2018-07-10 00:01:25 +02:00 |
Matthias Koefferlein
|
ad49c9502b
|
WIP: some work on the pthread-based alternative to Qt threads.
|
2018-07-09 22:58:16 +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
|
43243ae162
|
Enabled Qt-less unit tests, some basic implementation of Qt-less threads based on pthread and an atomics library. A lot missing.
|
2018-07-05 00:33:34 +02:00 |
Matthias Koefferlein
|
12e0db660c
|
Finished file utils tests.
|
2018-07-04 19:33:39 +02:00 |
Matthias Koefferlein
|
e9dcadb278
|
Fixed a linker issue.
|
2018-07-04 00:25:34 +02:00 |
Matthias Koefferlein
|
d1553d7586
|
Some more tests on tl::FileUtils
|
2018-07-03 23:51:10 +02:00 |
Matthias Koefferlein
|
17c7c8e1bb
|
Some file utils tests added (file name decomposition, fake Windows/Linux tests)
|
2018-07-03 23:43:57 +02:00 |
Matthias Koefferlein
|
7ede06dca5
|
Build fixed, basic bugs fixed and made unit test framework work. Added tests for tlString.
|
2018-07-03 22:09:38 +02:00 |
Matthias Koefferlein
|
bbfcd9cf9e
|
Made normal build work again.
|
2018-07-03 01:49:06 +02:00 |
Matthias Koefferlein
|
7fca6f5f31
|
Non-Qt implementations of file utils - needs testing.
|
2018-07-02 20:29:34 +02:00 |
Matthias Koefferlein
|
239b7ca3ff
|
First (major) steps towards a Qt-less basic build.
|
2018-07-02 18:20:20 +02:00 |
Matthias Koefferlein
|
edbe0b2542
|
Attempt to make thread test more reproducible.
|
2018-06-24 15:16:49 +02:00 |
Matthias Koefferlein
|
74cc8eea07
|
Compatibility with Ruby 1.8.7 (main app test), tests fixed for CentOS6
|
2018-05-02 07:32:20 +02:00 |
Matthias Koefferlein
|
e1922da3b2
|
Better memory statistics.
|
2018-04-15 00:54:30 +02:00 |
Matthias Koefferlein
|
655eb49afd
|
Bugfix #109 (part 2): re-established compatibility with previous version.
|
2018-04-06 23:08:41 +02:00 |
Matthias Koefferlein
|
ea3ebba470
|
Bugfix #109 (part 1): account for long != long long on Windows in tl::Variant
|
2018-04-06 14:53:40 +02:00 |
Matthias Koefferlein
|
415d52f35d
|
Fixed some issues found by Coverity scan.
|
2018-03-19 18:24:09 +01:00 |
Matthias Koefferlein
|
a2ba300bd7
|
More consistent 64bit coordinate support
|
2018-01-12 00:30:49 +01: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
|
bf5f932ff1
|
HTTP access enhancments
Added the ability for asyn requests.
Fixed a memory lead issue in WebDAV access.
|
2018-01-07 08:56:06 +01:00 |
Matthias Koefferlein
|
ffb56335fb
|
Updated copyright note to 2018.
|
2018-01-01 21:08:06 +01:00 |
Matthias Koefferlein
|
ce951b29ec
|
Made tl::parent_path require existing parent - otherwise the previous implementation returned true always.
|
2017-09-26 22:25:53 +02: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 |