~aleteoryx/muditaos

ref: 253ff8685c0102c7fc2ee1dc6e462cd16186dd19 muditaos/module-services/service-desktop/endpoints/update/UpdateMuditaOS.cpp -rw-r--r-- 22.6 KiB
5ce2f3d3 — Roman Kubiak 5 years ago
Revert "[EGD-4344] vfs-utils refactor (#1010)" (#1027)

This reverts commit e6ca468d2c0a3d3f9a045c123ee901690e2b28a9.
47c817cf — Radoslaw Wicik 5 years ago
[EGD-4218] Convert service-desktop to library
e6ca468d — Roman Kubiak 5 years ago
[EGD-4344] vfs-utils refactor (#1010)

* [EGD-4344] removed vfs-utils.cpp and moved all the functions
to utils or eventStore

* [EGD-4344] removed vfs-utils.cpp and moved all the functions
to utils or eventStore

* [EGD-4344] moved methods to utils::filesystem

* Update module-utils/Utils.cpp

Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>

* Update module-utils/Utils.cpp

Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>

* Update module-utils/Utils.cpp

Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>

* [EGD-4344] test fixes, linux fixes, GUI fixes

* [EGD-4344] rebase fixes

* [EGD-4344] bugfixes for rt1051 and mutex support in EventStore

Co-authored-by: Piotr Tanski <piotr.tanski@mudita.com>
707b31ac — Lucjan Bryndza 5 years ago
[EGD-4264] directory reordering (#1001)

* [EGD-4264] VFS directory reordering

Currently VFS uses flat directory structure
for disc manager I need more sofisticated directory layout

* [EGD-4264] Remove redundant -Wno

* [EGD-4261] New purefs API

* [EGD-4264] Unittest fixes

* [EGD-4264] Directory relativity

* [EGD-4264] Relative path fixes

* [EGD-4264] Fix RT1051 compile errors

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
57c7672f — Piotr Tanski 5 years ago
[EGD-4366] Global data cleanup. (#999)

486d21af — Marcin Smoczyński 5 years ago
[EGD-4288] refactor global data (#959)

Reduce firmware size by refactoring global data defined in public
headers.

Each global variable which require runtime initialization adds
initialization code to every translation unit which includes the header
where the variable is defined and declared.
d5de12f7 — Radosław Wicik 5 years ago
[EGD-3852] clean include in service (#928)

21fe3f4f — Roman Kubiak 5 years ago
[EGD-4160] renamed PureOS -> MUDITAOS (#901)

2276ceed — Radoslaw Wicik 5 years ago
[EGD-3743] Update copyrights in fies
ceb7d6a3 — Roman Kubiak 5 years ago
[EGD-3506]: unittest fixes
c1d45026 — Roman Kubiak 5 years ago
[EGD-3506]: review fixes
a841ac53 — Roman Kubiak 5 years ago
[EGD-3506]: removed delayed reset
d17eead9 — Roman Kubiak 5 years ago
[EGD-3506] Review fixes:
- removed c-style casting
- moved all types to updateos:: namespace
- removed stale code
9d5551c0 — Roman Kubiak 5 years ago
More info while updating, removed the icon
switched to all text.
39638359 — Roman Kubiak 5 years ago
[EGD-3506] Update now running and rebooting after update process
975251cb — Roman Kubiak 5 years ago
[EGD-3506] working on desktop window for the update process
40baecd6 — Roman Kubiak 5 years ago
[EGD-3506] update OS on boot, show dialog window when update detected
a9985de1 — Maciej Gibowicz 5 years ago
[EGD-2369] sprintf clean up (#677)

9ce0ece6 — Bartek Cichocki 5 years ago
[EGD-3502] reworked endpoints
641280c0 — Roman Kubiak 5 years ago
format int fix
Next