David Given
|
56e5b4e529
|
Merge pull request #532 from davidgiven/make
Port the build system to... make!
|
2022-06-14 22:08:09 +02:00 |
|
David Given
|
3577812dd1
|
Update documentation.
|
2022-06-14 21:54:01 +02:00 |
|
David Given
|
256c42833a
|
Rememeber to run the proto test.
|
2022-06-14 21:36:55 +02:00 |
|
David Given
|
372a9075d7
|
Remove obsolete files.
|
2022-06-14 21:22:43 +02:00 |
|
David Given
|
9a5d0db3d4
|
Oops! | doesn't do the same thing in make as it does in ninja, resulting on
broken rebuilds. These should now work.
|
2022-06-14 21:07:45 +02:00 |
|
David Given
|
82fe952d7f
|
Merge from master.
|
2022-06-14 20:50:57 +02:00 |
|
David Given
|
da8382236f
|
Final CI change, I hope.
|
2022-06-14 20:50:42 +02:00 |
|
David Given
|
4d2d03b8fc
|
Update docs and CI setup now we don't need ninja or lua.
|
2022-06-14 20:37:13 +02:00 |
|
David Given
|
b025e6bb88
|
Remove dep/fmt completely.
|
2022-06-14 20:12:55 +02:00 |
|
David Given
|
521bbd4ea5
|
Make build on Windows (again).
|
2022-06-14 19:59:49 +02:00 |
|
David Given
|
95d5d42608
|
Run the encode/decode tests.
|
2022-06-14 19:33:20 +02:00 |
|
David Given
|
90884d8877
|
Actually, let's do single-threaded CI builds.
|
2022-06-14 01:18:34 +02:00 |
|
David Given
|
62258be400
|
Add missing file.
|
2022-06-14 01:07:20 +02:00 |
|
David Given
|
8cbdce1d5b
|
Run simple tests.
|
2022-06-14 01:05:18 +02:00 |
|
David Given
|
9099d59c08
|
Cleanup.
|
2022-06-14 00:37:31 +02:00 |
|
David Given
|
f6bcc37168
|
Remove ackbuilder. Sob.
|
2022-06-14 00:24:31 +02:00 |
|
David Given
|
0db1ddc788
|
Make work on Windows.
|
2022-06-14 00:15:23 +02:00 |
|
David Given
|
93821c8991
|
Adjust CI parallelism.
|
2022-06-13 23:52:24 +02:00 |
|
David Given
|
195c4ca3e5
|
Add missing file.
|
2022-06-13 23:49:55 +02:00 |
|
David Given
|
f6023ebbd0
|
Build the GUI.
|
2022-06-13 23:49:22 +02:00 |
|
David Given
|
41dde0e516
|
Build on OSX.
|
2022-06-13 23:38:33 +02:00 |
|
David Given
|
07b1719b17
|
Let's try an actual vanilla Makefile.
|
2022-06-13 23:21:06 +02:00 |
|
David Given
|
d31399702b
|
Merge pull request #529 from wybren1971/IMDwriter
Imd reader
|
2022-06-13 15:46:54 +02:00 |
|
David Given
|
601e220b18
|
Update documentation.
|
2022-06-12 22:15:28 +02:00 |
|
David Given
|
246e580bb5
|
Update release script.
|
2022-06-12 22:09:10 +02:00 |
|
David Given
|
e141267cfb
|
Fix github artifact upload.
|
2022-06-12 22:08:08 +02:00 |
|
David Given
|
eb21f33f99
|
Windows needs pkg-config.
|
2022-06-12 21:59:13 +02:00 |
|
David Given
|
f91ddaeec7
|
Change OSX lua version.
|
2022-06-12 21:44:52 +02:00 |
|
David Given
|
afc432078c
|
Try to make work on OSX.
|
2022-06-12 21:41:47 +02:00 |
|
David Given
|
4ba30fcfec
|
Don't require C++20 as it's still too new.
|
2022-06-12 21:35:13 +02:00 |
|
David Given
|
d7fd99cad6
|
Don't try to create empty ar archives (OSX doesn't like it). Properly declare
headers as outputs of clibrary.
|
2022-06-12 20:59:57 +02:00 |
|
David Given
|
eaab2a3ec4
|
Don't use install to install files.
|
2022-06-12 20:06:12 +02:00 |
|
David Given
|
1f938457db
|
OSX doesn't want luaposix.
|
2022-06-12 19:43:42 +02:00 |
|
David Given
|
855a9d5224
|
Require Ubuntu 22.04.
|
2022-06-12 18:50:56 +02:00 |
|
David Given
|
d1a9531175
|
Don't need dep/fmt any more --- it's available on all platforms we care about.
|
2022-06-12 12:42:31 +02:00 |
|
David Given
|
58aacd3f28
|
Finally make build on Windows again.
|
2022-06-12 12:29:53 +02:00 |
|
David Given
|
4aee2732bc
|
Use the system libstb where possible.
|
2022-06-12 01:14:04 +02:00 |
|
David Given
|
24a3468928
|
Run the simple tests.
|
2022-06-12 01:10:24 +02:00 |
|
David Given
|
dff7502a92
|
Build the tools.
|
2022-06-11 23:57:05 +02:00 |
|
David Given
|
c34f4bff08
|
Libraries carry dependencies recursively.
|
2022-06-11 23:53:26 +02:00 |
|
David Given
|
5753cd4877
|
Remove globbing to avoid the luaposix dependency. Start work on Windows stuff.
|
2022-06-11 20:52:19 +02:00 |
|
David Given
|
0949cf254f
|
Add another missing file.
|
2022-06-11 17:19:34 +02:00 |
|
David Given
|
935a68d871
|
Add missing file.
|
2022-06-11 15:05:33 +02:00 |
|
David Given
|
7592556e4d
|
Build the GUI.
|
2022-06-11 12:22:29 +02:00 |
|
David Given
|
e3f06cbdd4
|
We need luaposix.
|
2022-06-11 12:22:22 +02:00 |
|
David Given
|
5397482ca3
|
Add missing files.
|
2022-06-11 11:54:48 +02:00 |
|
David Given
|
eafb5d9f7f
|
First attempt at make working on github CI.
|
2022-06-11 11:41:33 +02:00 |
|
David Given
|
5efbb38270
|
Initial port to ackbuilder. The fluxengine binary builds on Linux.
|
2022-06-11 01:00:31 +02:00 |
|
wybren1971
|
c4603e1230
|
Clean up code IMD imagereader
|
2022-06-10 09:02:20 +02:00 |
|
wybren1971
|
c6fd31564d
|
update in skewsettings
|
2022-06-09 23:26:28 +02:00 |
|