jsteube
|
6ee2658104
|
Prefix more macros to avoid collisions in other existing libraries
|
2023-01-30 14:41:12 +00:00 |
|
jsteube
|
f1ff925b6e
|
Prepare rename macros in header files from _MACRO to MACRO
|
2023-01-17 19:25:40 +00:00 |
|
nycex
|
40c68b8bf4
|
use recursive mkdir for the profile and the cache dir
|
2021-06-05 21:55:59 +02:00 |
|
philsmd
|
a3663d1cc4
|
Fix some include headers macros
|
2020-10-23 17:29:39 +02:00 |
|
Jens Steube
|
d5cd0a0030
|
Fix invalid brain session id calculation and move sorting functions to shared.c
|
2020-05-11 11:52:36 +02:00 |
|
Rosen Penev
|
4ceb7a1afa
|
Prefer _WIN to _POSIX for defines.
Also miscellaneous fixes here and there.
|
2017-02-23 15:55:06 -08:00 |
|
jsteube
|
ea4fd1de50
|
Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use.
|
2016-11-20 22:54:52 +01:00 |
|
jsteube
|
9eb9543cda
|
Basic sysfs support to read temp and read/write fan speed for amd-gpu-pro
|
2016-11-05 23:19:13 +01:00 |
|
jsteube
|
8fc4da795b
|
Replace fprintf(stderr, ...) on malloc.c with log_event_error()
|
2016-10-10 11:03:11 +02:00 |
|
jsteube
|
0f96c57ead
|
Remove some workarounds to use get rid of unused variable warnings
|
2016-10-10 09:12:36 +02:00 |
|
jsteube
|
27bec8be13
|
Get rid of logging.c and most exit() calls replaced with return() for true library usage
|
2016-10-09 22:41:55 +02:00 |
|
jsteube
|
662ddec0bb
|
Update folder.c function parameters
|
2016-10-06 16:17:29 +02:00 |
|
jsteube
|
5f18fb40f1
|
Added hc_mkdir instead of mkdir macro
|
2016-10-01 13:51:06 +02:00 |
|
jsteube
|
97d9a5d9cc
|
Fix missing includes in folder.h
Fix some warning message
|
2016-09-22 11:05:04 +02:00 |
|
jsteube
|
1cc4358820
|
Introduce folder_config_t
|
2016-09-21 23:06:11 +02:00 |
|
jsteube
|
3daf0af480
|
Added docs/credits.txt
Added docs/team.txt
|
2016-09-11 22:20:15 +02:00 |
|
jsteube
|
fe634d93aa
|
More pre-sorting
|
2016-09-11 10:53:29 +02:00 |
|
jsteube
|
9eb47153d4
|
Replace all #ifdef with #if defined (...) for convention
|
2016-09-07 22:29:57 +02:00 |
|
jsteube
|
f9e1329ca9
|
Fix CRLF
|
2016-09-07 12:45:08 +02:00 |
|
Gabriele 'matrix' Gristina
|
b0c6eee06c
|
Fix multiple build issues with OSX
|
2016-09-06 22:25:54 +02:00 |
|
jsteube
|
c3fe5b40b1
|
Move folder specific functions into their own source file
|
2016-09-06 18:23:26 +02:00 |
|