Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-03 | Use file-roller icon for Zlib benchmark | Leandro Pereira | |
2017-07-02 | Add zlib benchmark | Leandro Pereira | |
2017-04-10 | Fixed compile warning in benchmark.c | TotalCaesar659 | |
There was compile warning in benchmark.c: Scanning dependencies of target benchmark [ 48%] Building C object CMakeFiles/benchmark.dir/modules/benchmark.c.o /home/maxpayne/hardinfo/modules/benchmark.c: In function ‘get_benchmark_results’: /home/maxpayne/hardinfo/modules/benchmark.c:565:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] gchar *result = g_strdup_printf("[param]\n" ^ [ 50%] Building C object CMakeFiles/benchmark.dir/modules/benchmark/blowfish.c.o | |||
2016-12-30 | Fix compile warnings in benchmark.c | Leandro Pereira | |
2016-07-30 | Fix off-by-one error while scanning benchmarks | Leandro Pereira | |
2014-01-03 | Add initial translation support (patch from rodin.s) | Julien Lavergne | |
2012-01-27 | Fix weird results in benchmark values | Leandro Pereira | |
gcc was (correctly) assuming that benchmark_parallel_for() returned an integer, which was being to a double and messing up results. Added the missing prototype. Also, populate bench_results array with sane values on module init. Some other minor cleanups in benchmark code. | |||
2012-01-27 | Remove "lib" prefix from modules | Leandro Pereira | |
2010-08-15 | Fix potential problems found by clang static analyzer. | Leandro Pereira | |
2010-05-03 | Remove outdated arch directory | Leandro A. F. Pereira | |
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |