LUMIERA.clone/tests/basics/time
Ichthyostega 7ed8486774 Library: rework detection of ''same object''
We use the memory address to detect reference to ''the same language object.''
While primarily a testing tool, this predicate is also used in the
core application at places, especially to prevent self-assignment
and to handle custom allocations.

It turns out that actually we need two flavours for convenient usage
 - `isSameObject` uses strict comparison of address and accepts only references
 - `isSameAdr` can also accept pointers and even void*, but will dereference pointers
This leads to some further improvements of helper utilities related to memory addresses...
2024-11-15 00:11:14 +01:00
..
digxel-configurations-test.cpp Library: rework detection of ''same object'' 2024-11-15 00:11:14 +01:00
digxel-test.cpp Library: rework detection of ''same object'' 2024-11-15 00:11:14 +01:00
format-support-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
quantiser-basics-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
time-basics-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
time-control-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
time-formats-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
time-mutation-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
time-parsing-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
time-quantisation-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
time-value-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00