Commit Graph

19 Commits

Author SHA1 Message Date
Will Nayes fdced4c716
Merge pull request #1 from VorpalBlade/fixes
Fixes for 64-bit, compiler warnings, code modernisation and new build system
2022-10-01 20:56:37 -05:00
Arvid Norlander d4ec944263
Build system: Replace make files with meson 2022-09-29 23:17:41 +02:00
Arvid Norlander a5e3a5e59c
Convert remaining code to use prototypes. 2022-09-29 22:50:35 +02:00
Arvid Norlander 926f4a694d
64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t.
Some of these may not be needed, but none of them should be incorrect.
2022-09-29 22:49:54 +02:00
Arvid Norlander 84b38a61b5
First batch of conversion to using prototypes 2022-09-29 22:49:54 +02:00
Arvid Norlander a07435fd95
Fix typo 2022-09-29 22:49:54 +02:00
Arvid Norlander 0b9ba9ae5d
64-bit: Fix CRC on 64-bit systems by using 32-bit types. 2022-09-29 22:49:54 +02:00
Arvid Norlander f980b8a9a9
CRC modernisation 2022-09-29 22:45:34 +02:00
Arvid Norlander 02673a9850
Fixes to .gitignore 2022-09-29 22:45:34 +02:00
Arvid Norlander 5031969eb4
Build system: Fix -m32 builds 2022-09-29 22:45:33 +02:00
Arvid Norlander 0acf7bc354
Build system: Fix parallel builds 2022-09-29 22:45:00 +02:00
Arvid Norlander 767b944780
Build system: Fix install target 2022-09-29 17:47:12 +02:00
Arvid Norlander f374ae6ab2
Build system: Allow override on command line. 2022-09-29 17:45:52 +02:00
Will Nayes 1c126a2d40 README for git 2018-03-22 21:23:30 -05:00
Will Nayes ab87c6e691 Minor fixes 2018-03-22 21:18:45 -05:00
Will Nayes e05a487828 Fix most warnings. 2018-03-22 21:07:53 -05:00
Will Nayes 613fac05c0 Fix permissions, remove pre-built files. 2018-03-22 20:07:52 -05:00
Will Nayes acb021e864 macunpack now compiles, most warnings fixed. 2018-03-22 20:02:26 -05:00
Will Nayes 72ea2b578a Create macutils repository 2018-03-22 19:30:02 -05:00