]> git.tdb.fi Git - libs/core.git/history - source/core/windows/process.cpp
Add move semantics to Variant
[libs/core.git] / source / core / windows / process.cpp
2023-01-03 Mikko RasaAdd a wrapper header for windows.h
2022-12-20 Mikko RasaDelete private data of Process on destruction
2022-12-06 Mikko RasaAdd new exception classes for some common errors
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-08-30 Mikko RasaRetrieve process exit codes on Windows
2021-08-29 Mikko RasaUse C++11 features with containers
2021-08-22 Mikko RasaClose duplicated handles after starting a new process
2021-08-22 Mikko RasaEnable inheriting handles in CreateProcess
2021-03-04 Mikko RasaUse the new utilities to format some strings
2013-10-15 Mikko RasaAdd a Process class for running and interfacing with...