summaryrefslogtreecommitdiff
path: root/src/envmodule.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-6/+3
|
* don't log modules in winrootisanae2020-12-241-0/+4
| | | | dashes to dots
* switched to using a job object to monitor for processes so child processes ↵isanae2019-11-261-1/+4
| | | | can also be captured
* replaced uilock by a progress callback in spawnisanae2019-11-061-2/+33
| | | | waiting for process now gets the whole process tree to find an interesting process
* split to getRunningUSVFSProcesses()isanae2019-11-061-0/+2
| | | | simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes
* spawning an executable now only waits for that particular processisanae2019-11-061-0/+3
| | | | added waitForAllUSVFSProcesses() to OrganizerCore, used when closing MO
* testForSteam() now uses env to get processesisanae2019-09-121-1/+23
| | | | moved processes from env.cpp to envmodule.cpp, merged what crash dumps did with what was in testForSteam()
* added missing include guardsisanae2019-09-091-0/+5
| | | | log free space on drives involved in paths
* split envisanae2019-07-221-0/+98