Commit Graph

18 Commits

Author SHA1 Message Date
b5b2bf1d52 Add OS detection for Darwin. 2021-03-15 01:59:43 +00:00
b74a939dbb Check where statfs is defined and the members it defines before using them. 2021-03-15 01:09:21 +00:00
e024e786a5 Remove unneeded conditional. 2021-03-15 01:08:59 +00:00
44af658458 Add Darwin target. 2021-03-15 01:08:48 +00:00
d65be35f01 Add options to write to a log and be quiet. 2021-03-14 22:55:55 +00:00
f4ebb40f33 Fix inclusion guards. 2021-03-14 19:18:18 +00:00
7cc2dcd989 Fix file headers. 2021-03-14 19:14:41 +00:00
1fa25644d1 Remove some unused code. 2021-03-14 18:50:14 +00:00
b1f7226cfa Fix dereferencing strings. 2021-03-14 18:12:56 +00:00
4b75cd3e71 Remove preprocessor guards by OS. Project should now only include the needed files. 2021-03-14 14:38:51 +00:00
9ce05e8aaf Add cmake file for cross compiling using DJGPP. 2021-03-09 19:35:16 +00:00
32043cf7a2 Update cmake files. 2021-03-09 17:21:01 +00:00
73d4ee607a Set UNIX perms using a for loop instead of repeating code. 2021-03-09 05:28:51 +00:00
801383796d Split UNIX code. 2021-03-09 05:08:28 +00:00
6d9945d20b Fix file headers. 2021-03-09 04:42:30 +00:00
ccdb28a5f6 Move include files to folder. 2021-03-09 04:39:19 +00:00
92a052002c Fix file header. 2021-03-09 04:25:51 +00:00
451bbd357b Move unix and linux code to folders. 2021-03-09 04:24:32 +00:00