calamares/src/libcalamares
Adriaan de Groot 3519697d0e [libcalamares] Slightly more memory-safe
Use unique_ptr to ensure Private is always deleted.

SEE #1758
2021-08-31 12:54:51 +02:00
..
geoip Changes: apply coding style 2020-11-05 00:00:29 +01:00
locale i18n: fix typo and code-style 2021-07-26 11:16:26 +02:00
modulesystem [libcalamares] Don't complain if there isn't a preset 2021-03-15 21:18:10 +01:00
network [libcalamares] Handle multiple invalid URLs at once 2021-08-26 14:32:57 +02:00
packages [libcalamares] Test the packages service API 2021-04-23 11:49:06 +02:00
partition [libcalamares] Slightly more memory-safe 2021-08-31 12:54:51 +02:00
testdata [libcalamares] Test the translated string with real translations 2021-04-18 13:19:55 +02:00
utils [libcalamares] Avoid cError + SubEntry 2021-08-24 12:32:48 +02:00
CalamaresConfig.h.in
CalamaresVersion.h.in REUSE: SPDX tagging of application library and main 2020-08-26 02:05:46 +02:00
CalamaresVersionX.h.in REUSE: SPDX tagging of application library and main 2020-08-26 02:05:46 +02:00
CMakeLists.txt [libcalamares] Fix linking with renamed targets 2021-07-28 13:20:35 +02:00
CppJob.cpp
CppJob.h
DllMacro.h
GlobalStorage.cpp [libcalamares] Put the units in a nested namespace 2021-03-09 18:21:58 +01:00
GlobalStorage.h
Job.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
Job.h [libcalamares] Add an extra job-failure enum value 2021-05-15 07:46:03 +02:00
JobExample.cpp
JobExample.h REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
JobQueue.cpp
JobQueue.h [libcalamares] Introduce a convenience getter for GlobalStorage 2021-03-23 12:07:11 +01:00
ProcessJob.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
ProcessJob.h
PythonHelper.cpp [libcalamares] Warn (python only) about unknown GS keys 2021-03-29 10:50:32 +02:00
PythonHelper.h
PythonJob.cpp [libcalamares] Add a pre-script for PythonJobs 2021-06-15 21:50:59 +02:00
PythonJob.h [libcalamares] Add a pre-script for PythonJobs 2021-06-15 21:50:59 +02:00
PythonJobApi.cpp [libcalamares] Factor out common string in Python logging 2021-07-28 13:13:39 +02:00
PythonJobApi.h
Settings.cpp [libcalamares] Warnings for nullptr Settings 2021-08-24 12:30:44 +02:00
Settings.h [libcalamares] Apply coding style 2021-03-27 15:41:58 +01:00
Tests.cpp