]> git.tdb.fi Git - libs/core.git/history - source/core/windows
Add move semantics to Variant
[libs/core.git] / source / core / windows /
2023-01-03 Mikko RasaAdd a wrapper header for windows.h
2023-01-03 Mikko RasaAdd decorations for things which are considered part...
2022-12-20 Mikko RasaDelete private data of Process on destruction
2022-12-11 Mikko RasaAdd dllimport to the declaration of getenv_s on Windows
2022-12-06 Mikko RasaAdd new exception classes for some common errors
2021-10-31 Mikko RasaUse nullptr instead of 0 for pointers
2021-10-31 Mikko RasaUpdate naming of internal variables and functions
2021-08-30 Mikko RasaRetrieve process exit codes on Windows
2021-08-30 Mikko RasaAdd wrappers for environment manipulation functions
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
2019-06-03 Mikko RasaFix references to deprecated functions
2018-12-26 Mikko RasaAdd a main() function for Windows
2016-10-29 Mikko RasaAdd a class for loading and accessing modules at runtime
2016-09-20 Mikko RasaUse the correct unit of time for WaitForSingleObject
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-07-20 Mikko RasaAdd an interface for naming threads
2013-10-15 Mikko RasaAdd a Process class for running and interfacing with...
2013-10-05 Mikko RasaRedesign uncaught exception handling to allow external...
2013-05-29 Mikko RasaMiscellaneous fixes
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories