calamares/src/libcalamares/utils
Adriaan de Groot 1678a03cb3 [libcalamares] Tighten up types
- If we're converting a YAML map to a QVariant (Map), may as well
  express that in the types. This makes the return from, say,
  `yamlMapToVariant()` cheaper, but incurs conversion in
  `yamlToVariant()` .. previously the place for costs was
  swapped around.
- For those cases that want-and-expect a Map, or List, this makes
  the calls slightly cheaper. For the generic case, the costs move
  around internally.
2020-03-20 21:25:42 +01:00
..
BoostPython.h [libcalamares] Convenience header for Boost and its warnings 2020-02-12 10:28:48 +01:00
CalamaresUtilsSystem.cpp [libcalamares] Add mode to createTargetFile() 2020-02-24 12:14:50 +01:00
CalamaresUtilsSystem.h [libcalamares] Add mode to createTargetFile() 2020-02-24 12:14:50 +01:00
CommandList.cpp QLatin1Literal->QLatin1String. 2019-09-21 20:44:33 +01:00
CommandList.h [libcalamares] Apply current coding style to libcalamares/utils/ 2019-08-04 22:01:56 +02:00
Dirs.cpp [libcalamares] Apply current coding style to libcalamares/utils/ 2019-08-04 22:01:56 +02:00
Dirs.h [libcalamares] Apply current coding style to libcalamares/utils/ 2019-08-04 22:01:56 +02:00
Entropy.cpp [libcalamares] Warnings-- in Entropy 2020-02-12 12:15:13 +01:00
Entropy.h [libcalamares] Add printable-entropy (e.g. for password salt) 2020-01-29 16:39:25 +01:00
Logger.cpp [libcalamares] Don't print funcinfo in continuations 2020-03-03 17:00:57 +01:00
Logger.h [libcalamares] Don't print funcinfo in continuations 2020-03-03 17:00:57 +01:00
moc-warnings.h Reduce warnings from moc-generated code 2019-04-18 12:06:09 +02:00
NamedEnum.h [libcalamares] Apply current coding style to libcalamares/utils/ 2019-08-04 22:01:56 +02:00
NamedSuffix.h libcalamares: Prevent integer overflows when parsing configuration 2019-08-12 15:45:34 +02:00
PluginFactory.cpp [libcalamares] Apply coding style to PluginFactory 2019-08-13 20:50:52 +02:00
PluginFactory.h [libcalamares] Drop INTERFACES again 2019-08-26 10:15:22 +02:00
Retranslator.cpp [calamares] Local translations can be a separate setting 2020-02-05 17:48:39 +01:00
Retranslator.h [calamares] Local translations can be a separate setting 2020-02-05 17:48:39 +01:00
String.cpp [libcalamares] Apply current coding style to libcalamares/utils/ 2019-08-04 22:01:56 +02:00
String.h [libcalamares] Apply current coding style to libcalamares/utils/ 2019-08-04 22:01:56 +02:00
TestPaths.cpp [libcalamares] Tidy up includes 2020-03-09 21:05:15 -05:00
Tests.cpp [libcalamares] Fix tests 2020-02-21 17:53:43 +01:00
Tests.h [libcalamares] Expand tests for printable entropy 2020-02-12 12:22:02 +01:00
UMask.cpp [libcalamares] Add umask helper functions 2019-07-03 00:40:05 +02:00
UMask.h [libcalamares] Fix tests for umask != 022 2019-08-30 06:35:53 -04:00
Units.h Revert "libcalamares: Align partition sizes on actual sectors" 2019-08-13 16:57:47 +02:00
Variant.cpp libcalamares: Prevent integer overflows when parsing configuration 2019-08-12 15:45:34 +02:00
Variant.h libcalamares: Prevent integer overflows when parsing configuration 2019-08-12 15:45:34 +02:00
Yaml.cpp [libcalamares] Tighten up types 2020-03-20 21:25:42 +01:00
Yaml.h [libcalamares] Tighten up types 2020-03-20 21:25:42 +01:00