mbpfan/src
Robert Musial a99aaad680 Changes to be committed:
modified:   AUTHORS
Updated personal info.

	modified:   Makefile
Beginning work to clean up Makefile. The original makefile appeared
to be checking if the system was Windows NT. Since this is for GNU/
Linux, that was removed. Also all of the code is C, but the
Makefile was calling the C++ compiler to hide bool issues and
missing typedefs (which C++ is ok with but C is not).

	modified:   src/daemon.c
Added structs, added stdbool.h

	modified:   src/main.c
Added stdbool.h

	modified:   src/mbpfan.c
Added stdbool.h

	modified:   src/minunit.c
Added stdbool.h
2017-03-19 13:43:55 -04:00
..
daemon.c Changes to be committed: 2017-03-19 13:43:55 -04:00
daemon.h polished authorship status at beginning of files 2016-08-29 10:29:11 +02:00
global.h Expose fans and sensors globally 2014-07-21 23:43:39 +02:00
main.c Changes to be committed: 2017-03-19 13:43:55 -04:00
mbpfan.c Changes to be committed: 2017-03-19 13:43:55 -04:00
mbpfan.h polished authorship status at beginning of files 2016-08-29 10:29:11 +02:00
minunit.c Changes to be committed: 2017-03-19 13:43:55 -04:00
minunit.h Fixes #28 2014-06-23 10:24:03 +02:00
settings.c Almost done with #38. 2014-06-22 16:48:44 +02:00
settings.h Almost done with #38. 2014-06-22 16:48:44 +02:00
strmap.c Fixes #4. Adds some tests for #28 2012-11-18 22:16:49 +01:00
strmap.h Almost done with #38. 2014-06-22 16:48:44 +02:00