| .. |
|
tlAlgorithmTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlClassRegistryTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlCommandLineParserTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlCopyOnWriteTests.cc
|
Updated copyright to 2021
|
2021-01-05 22:57:48 +01:00 |
|
tlDataMappingTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlDeferredExecutionTests.cc
|
Fixed a basic bug in the deferred execution framework: when the execution of a deferred method unqueued another one, the application crashed.
|
2021-05-15 18:45:53 +02:00 |
|
tlDeflateTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlEquivalenceClustersTests.cc
|
Updated copyright to 2021
|
2021-01-05 22:57:48 +01:00 |
|
tlEventsTests.cc
|
Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated
|
2021-01-23 21:55:51 +01:00 |
|
tlExpressionTests.cc
|
Fixed #787 - the results of const reference return values need to be copied as the holder object may go out of scope
|
2021-05-02 23:00:38 +02:00 |
|
tlFileSystemWatcherTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlFileUtilsTests.cc
|
Issue 723 fixed. (#724)
|
2021-02-05 23:28:22 +01:00 |
|
tlGlobPatternTests.cc
|
Updated copyright to 2021
|
2021-01-05 22:57:48 +01:00 |
|
tlHttpStreamTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlIncludeTests.cc
|
Fixed Windows tests
|
2021-12-16 22:51:20 +01:00 |
|
tlInt128SupportTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlIntervalMapTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlIntervalSetTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlKDTreeTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlListTests.cc
|
Updated copyright to 2021
|
2021-01-05 22:57:48 +01:00 |
|
tlLongIntTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlMathTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlObjectTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlRecipeTests.cc
|
Refactoring of the interpreter scheme with the goal to provide a functional cleanup. This is required if someone stops inside the debugger. Without a proper cleanup the application becomes dysfunctional.
|
2021-03-15 10:17:25 +01:00 |
|
tlReuseVectorTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlStableVectorTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlStreamTests.cc
|
Issue 723 fixed. (#724)
|
2021-02-05 23:28:22 +01:00 |
|
tlStringTests.cc
|
Less expression evaluation for more robustness
|
2021-12-16 00:23:06 +01:00 |
|
tlThreadedWorkersTests.cc
|
Added signal-safe sleep function which does not return when a timer signal happens. Fixes some random fails in the test suite.
|
2021-01-31 16:20:16 +01:00 |
|
tlThreadsTests.cc
|
Added signal-safe sleep function which does not return when a timer signal happens. Fixes some random fails in the test suite.
|
2021-01-31 16:20:16 +01:00 |
|
tlUniqueIdTests.cc
|
Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated
|
2021-01-23 21:55:51 +01:00 |
|
tlUniqueNameTests.cc
|
Updated copyright to 2021
|
2021-01-05 22:57:48 +01:00 |
|
tlUriTests.cc
|
Fixed issue by providing a compatibility bridge between tl::Stream (abstract paths) and tl::URI (#734)
|
2021-02-25 21:28:48 +01:00 |
|
tlUtilsTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlVariantTests.cc
|
Replaced std::auto_ptr by std::unique_ptr because the latter is deprecated
|
2021-01-23 21:55:51 +01:00 |
|
tlWebDAVTests.cc
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |
|
tlXMLParserTests.cc
|
Less expression evaluation for more robustness
|
2021-12-16 00:23:06 +01:00 |
|
unit_tests.pro
|
Attempt to solve WebDAV redirection issue on Windows.
|
2021-01-23 20:40:25 +01:00 |