calamares/src
Adriaan de Groot b5c0158ec2 [libcalamares] Some if-method-exists trickery
This builds some machinery so that we can create
a detector for member-functions (methods) named <whatever>.
Use the macro to build the machinery:

DECLARE_HAS_METHOD(myFunction)

then after that,

has_myFunction<T>

is either std::true_type or std::false_type
depending on whether T has a method myFunction.
2020-08-03 21:52:47 +02:00
..
branding Branding: shuffle around a bit, expand documentation 2020-06-24 04:53:22 -04:00
calamares CMake: Improve RCC version-checking 2020-07-29 10:05:01 +02:00
libcalamares [libcalamares] Some if-method-exists trickery 2020-08-03 21:52:47 +02:00
libcalamaresui [libcalamaresui] Make dox of ModuleManager signals more explicit 2020-07-24 12:15:27 +02:00
modules Merge branch 'issue-1297' into calamares 2020-07-31 23:21:23 +02:00
qml [qml] Update SPDX identifiers. 2020-06-03 12:28:58 +01:00
CMakeLists.txt CMake: new convenience module CalamaresAddTest 2020-02-17 12:02:53 +01:00