Commit Graph

26 Commits

Author SHA1 Message Date
9c8a39d61e Rework CMakeLists.txt so project is compiled without intermediary libraries. 2021-04-24 20:26:43 +01:00
a4e27c9e47 Remove spurious message. 2021-04-23 05:09:29 +01:00
32e604bd98 Fix compilation on AmigaOS 4. 2021-04-19 14:05:11 +01:00
5a838015c3 AmigaOS filesystem type is printed in decimal not octal. 2021-04-19 14:05:01 +01:00
a8384e8aa1 Fix permissions in AmigaOS 4. 2021-04-19 13:51:54 +01:00
63db5c9ba8 Fix definition of system library base for Amiga OS 4. 2021-04-19 13:48:29 +01:00
ccda050180 Change type of MakeLink parameter depending on target AmigaOS variation. 2021-04-19 13:46:00 +01:00
cf3c354a06 Fix types for making links in AmigaOS.
Hard links are locks, soft links are strings.
2021-04-19 13:41:10 +01:00
d204155955 Fix Amiga permissions type. 2021-04-19 13:40:51 +01:00
985e87c6f9 Fix CMake matches. 2021-04-19 13:40:11 +01:00
d9a2c28c65 Missing include in AmigaOS fragmentation. 2021-04-19 12:58:51 +01:00
76daa9106a Fix getting errors in AmigaOS fragmentation. 2021-04-19 12:58:41 +01:00
3faea21e6e Fix destination folders for AmigaOS. 2021-04-19 04:45:57 +01:00
b19a227908 Implement timestamps for AmigaOS. 2021-04-19 04:45:27 +01:00
a8b0d9bbfd Implement extended attributes for AmigaOS. 2021-04-19 04:23:08 +01:00
06cd06d180 Implement sparse files for AmigaOS. 2021-04-19 04:18:43 +01:00
4bdb194630 Implement permissions for AmigaOS. 2021-04-19 04:14:06 +01:00
22e51bbf3d Implement links for AmigaOS. 2021-04-19 03:59:58 +01:00
516e81728c Implement fragmentation for AmigaOS. 2021-04-19 03:49:15 +01:00
a4f6f536f4 Implement million files for AmigaOS. 2021-04-19 03:38:00 +01:00
43c74254f3 Implement filenames for AmigaOS. 2021-04-19 03:34:40 +01:00
8aa7691cbd Implement directory depth for AmigaOS. 2021-04-19 03:22:48 +01:00
311e7b1349 Implement deleted files for AmigaOS. 2021-04-19 03:19:04 +01:00
3401952ce0 Implement volume information for AmigaOS. 2021-04-19 03:10:52 +01:00
958a983841 Implement OS information for AmigaOS. 2021-04-19 02:56:37 +01:00
985f8af61d Add AmigaOS skeleton. 2021-04-19 01:49:53 +01:00