summaryrefslogtreecommitdiff
path: root/src/common/sysinfo.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-21Update MSVC version naming in console infoAsheraf1-2/+6
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-27/+27
2018-05-02Fix possible buffer overflow in common.Andrei Karas1-1/+1
2016-10-04Add missing checks into sysinfo.cAndrei Karas1-26/+58
2016-05-08Removed some old Subversion <=1.6 support codeHaru1-34/+0
2016-02-05Add to system information also information about clock function.Andrei Karas1-0/+15
2016-01-09Sanitized various macrosHaru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-5/+25
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+2
2015-08-10Added support for visual Studio 2015Haru1-1/+3
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-6/+5
2015-06-02Follow up to 712812bMysteries1-1/+1
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-1/+1
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-1/+1
2014-07-09Corrected issue with bce716fa908584f435dcf97904fb37ada6dd90b7 forgot to remov...panikon1-1/+1
2014-07-08Extracted method to obtain SYSTEM_INFO from functions in sysinfo.cpanikon1-15/+38
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-8/+24
2014-05-10Revert "Fixed order of includes in all source files"panikon1-24/+8
2014-05-09Fixed order of includes in all source filesHaru1-8/+24
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-0/+1022