Atmosphere/stratosphere/pm/source
Tony Wasserka ad636f7216 Modernize C++ usage (#144)
* Stratosphere: Use modern C++ idioms in some places

* algorithms like std::for_each are used instead of raw loops

* Stratosphere: Replace more raw loops with algorithms

* Stratosphere: Add a utility predicate function to test for equality with a reference element

This can be used to rewrite some common raw loops using algorithms instead

* fs.mitm: Use variant

* fs.mitm: Use enum class

* fs.mitm: Turn RomFSSourceInfo::Cleanup into a destructor

This obsoletes the need for a custom deleter in other places

* fs.mitm: Use enum class some more

* fs.mitm: Use unique_ptr

* fs.mitm: Simplify initialization

* Stratosphere: Simplify initialization

* fs.mitm: Use unique_ptr (fix memory leak along the way)

The previous code was using "delete" rather than "delete[]"

* fs.mitm: Use vector::emplace_back rather than push_back

emplace_back constructs elements in-place, hence avoiding a redundant element copy.

* Stratosphere: Replace more raw loops with algorithms

* Stratosphere: Use unique_ptr

* fs.mitm: Replace more raw loops with algorithms

* Stratosphere: Prefer move-construction over copy-construction when moving sink parameters around
2018-06-19 11:07:31 -07:00
..
pm_boot_mode.cpp fs.mitm: WIP LayeredFS impl (NOTE: UNUSABLE ATM) 2018-06-14 17:51:18 -06:00
pm_boot_mode.hpp Make PM Compile. Note: Currently broken. 2018-06-14 23:32:01 -06:00
pm_debug_monitor.cpp PM: Fix remaining issues, now works properly again. 2018-06-15 00:47:07 -06:00
pm_debug_monitor.hpp Make PM Compile. Note: Currently broken. 2018-06-14 23:32:01 -06:00
pm_info.cpp PM: Fix remaining issues, now works properly again. 2018-06-15 00:47:07 -06:00
pm_info.hpp Make PM Compile. Note: Currently broken. 2018-06-14 23:32:01 -06:00
pm_main.cpp Exosphere: Add API for retrieving versioning info. 2018-05-09 06:29:56 -06:00
pm_process_track.cpp PM: Fix remaining issues, now works properly again. 2018-06-15 00:47:07 -06:00
pm_process_track.hpp ProcessManager: Implement core process management logic. 2018-05-03 23:58:37 -06:00
pm_process_wait.hpp PM: Fix remaining issues, now works properly again. 2018-06-15 00:47:07 -06:00
pm_registration.cpp Modernize C++ usage (#144) 2018-06-19 11:07:31 -07:00
pm_registration.hpp PM: Fix remaining issues, now works properly again. 2018-06-15 00:47:07 -06:00
pm_resource_limits.cpp Fix the remaining warnings in stratosphère 2018-05-15 00:54:12 +02:00
pm_resource_limits.hpp ProcessManager: Refactor resource limits, complete pm:shell. 2018-05-07 03:50:45 -06:00
pm_shell.cpp PM: Fix remaining issues, now works properly again. 2018-06-15 00:47:07 -06:00
pm_shell.hpp Make PM Compile. Note: Currently broken. 2018-06-14 23:32:01 -06:00