OSDN Git Service

Added function to detect the OS architecture (x86 vs x64).
[mutilities/MUtilities.git] / include / MUtils / OSSupport.h
2019-08-07 LoRd_MuldeRAdded function to detect the OS architecture (x86 vs...
2019-05-18 LoRd_MuldeRVarious improvements to known_folder() function, again.
2019-05-18 LoRd_MuldeRVarious improvements to known_folder() function, again.
2019-05-13 LoRd_MuldeRVarious improvements to known_folder() function.
2019-05-09 LoRd_MuldeRSome fixes and improvements to wow64fsredir_disable...
2019-05-07 LoRd_MuldeRAdded support for "roaming" application data directory...
2019-05-06 LoRd_MuldeRAdded support for user's profile directory to MUtils...
2019-05-02 LoRd_MuldeRUpdated copyright year.
2018-10-15 LoRd_MuldeRAdded new function null_device(), which returns the...
2018-08-20 LoRd_MuldeRSome improvements to Windows version detection + requir...
2018-01-17 LoRd_MuldeRHappy new year 2018!
2017-10-13 LoRd_MuldeRAdded function to detect the type of a drive, including...
2017-01-08 LoRd_MuldeRSome documentation updates.
2017-01-06 LoRd_MuldeRHappy new year 2017!
2017-01-06 jbuonagurioAdded Qt5 support, contributed by John Buonagurio ...
2016-12-18 LoRd_MuldeRRemoved seed_rand() function. Seeding will now be done...
2016-10-02 LoRd_MuldeRMake it possible to set an extra PATH string for the...
2016-05-15 LoRd_MuldeRImproved get_real_os_version() function. Now also detec...
2016-05-08 LoRd_MuldeRAdded is_library_file() function.
2016-02-20 LoRd_MuldeRHappy new year 2016!
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-09-20 LoRd_MuldeRExpose the crack_command_line() function.
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_MuldeRHappy new year 2015 !!!
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-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-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-24 LoRd_MuldeROverhaul of the temp_folder() function + use scoped...
2014-11-24 LoRd_MuldeRAdded KeccakHash (aka SHA-3) class + make sure that...
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.