Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-04 | avoid redundant redeclarations | Pablo Barciela | 1 | -2/+0 | |
2019-09-10 | cpufreq: remove -Wabsolute-value warning | rbuj | 1 | -1/+1 | |
cpufreq-selector-sysfs.c:244:18: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 244 | current_dist = abs (frequency - f); | ^~~ -- cpufreq-selector-procfs.c:187:7: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 187 | if (abs (sc_max - frequency) < abs (frequency - sc_min)) | ^~~ cpufreq-selector-procfs.c:187:34: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 187 | if (abs (sc_max - frequency) < abs (frequency - sc_min)) | ^~~ -- cpufreq-selector-libcpufreq.c:109:18: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 109 | current_dist = abs (freq->frequency - frequency); | ^~~ | |||||
2019-05-27 | cpufreq: deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+2 | |
2019-04-14 | Use g_list_free_full() convenience function | rbuj | 1 | -9/+3 | |
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full | |||||
2012-10-09 | Fixed fsf addresses. Closes #18. | Steve Zesch | 1 | -1/+1 | |
2011-11-14 | initial | Perberos | 1 | -0/+430 | |