Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Cf. page 260 of Martin Reddy: API Design for C++ (MK, 2011).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Detected by the debug C runtime (when using --enable-dbgutil) when
running a unit test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notes:
split repo tag: ure_PRE_MELD_REPOS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not return different values depending on the platform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We must call the initialize() methods of the plugins which for iOS
aren't actually plugins in the sense of being dynamically loaded, but
still. Unfortunately this means we have to list the plugin interface
getter functions explicitly in the sal_cppunittester_all source.
|