OSDN Git Service

Some more code refactoring.
[mutilities/MUtilities.git] / src / OSSupport_Win32.cpp
2015-11-23 LoRd_MuldeRSome more code refactoring.
2015-11-22 LoRd_MuldeRSome code refactoring: Dynamic loading of DLL functions...
2015-11-22 LoRd_MuldeRFixed possible memory leak.
2015-11-22 LoRd_MuldeRAdded function to a file's path from a handle (file...
2015-10-25 LoRd_MuldeRAdded the set_file_time() function.
2015-10-17 LoRd_MuldeRFixed MUtils::OS::arguments() function. Regression...
2015-09-20 LoRd_MuldeRExpose the crack_command_line() function.
2015-08-06 LoRd_MuldeRAdded project/solution files for VS2015 + some build...
2015-06-21 LoRd_MuldeRAdded get_file_version() function + workaround to make...
2015-05-02 LoRd_MuldeRAdded the Registry class + added ShellNotification...
2015-03-22 LoRd_MuldeRThe copy_file() function now accepts an optional callba...
2015-03-01 LoRd_MuldeRAdded functions to disable/re-enable WOW64 filesystem...
2015-02-08 LoRd_MuldeRAdded suspend_process() function.
2015-01-25 LoRd_MuldeRFixed Windows 10 detection. It appears that after a...
2015-01-04 LoRd_MuldeRImproved handling of command-line arguments: Arguments...
2015-01-02 LoRd_MuldeRAdded the copy_file() function + some improvements...
2014-12-25 LoRd_MuldeRDon't try to initialize ITaskbarList3 on systems prior...
2014-12-20 LoRd_MuldeRMoved translation support into MUtilities library ...
2014-12-08 LoRd_MuldeRMoved JobObject as well as the remaining GUI functions...
2014-12-06 LoRd_MuldeRAdded functions to influence the system timer precision.
2014-12-06 LoRd_MuldeRRemoved perfcounter_read() and perfcounter_freq() funct...
2014-12-03 LoRd_MuldeRMoved some more OS-specific functions into the MUtiliti...
2014-11-30 LoRd_MuldeRAdded sleep_ms() and check_debugger() functions + moved...
2014-11-29 LoRd_MuldeRMoved more functions into MUtils library, especially...
2014-11-26 LoRd_MuldeRImplemented startup and error handling functions.
2014-11-25 LoRd_MuldeRMoved all terminal support functions into MUtilities...
2014-11-25 LoRd_MuldeRAdded DLLMain() function + changed the fatal_exit(...
2014-11-25 LoRd_MuldeRMoved get_os_version() function into MUtilities library.
2014-11-25 LoRd_MuldeRImproved temp_folder() function + we will now clean...
2014-11-24 LoRd_MuldeROverhaul of the temp_folder() function + use scoped...
2014-11-21 LoRd_MuldeRAdded version info class.
2014-11-21 LoRd_MuldeRImplemented network_status() function + project file...
2014-11-21 LoRd_MuldeRImplemented the current_date() function.
2014-11-21 LoRd_MuldeRImplemented fatal_exit() and exception handler macros.
2014-11-21 LoRd_MuldeRImplemented known_folder() function.