David Given
|
553eccf029
|
Try an alternative way of finding wx-config.
|
2022-06-18 00:03:43 +02:00 |
|
David Given
|
63e344d6cf
|
Try and work around the weirdness on Ubuntu 20?
|
2022-06-17 20:47:50 +02:00 |
|
David Given
|
0dc992561e
|
Don't override the -std=c++17 line on CI.
|
2022-06-17 19:56:23 +02:00 |
|
David Given
|
77006d5736
|
Try and make work on Ubuntu 20 again.
|
2022-06-17 19:30:29 +02:00 |
|
David Given
|
359f5583a6
|
Merge pull request #537 from davidgiven/bounds
Fix some bounds checking issues.
|
2022-06-16 20:02:32 +02:00 |
|
David Given
|
58dbb1c7ef
|
Add a 'binaries' pseudotarget so that just the binaries can be built without
the tests.
|
2022-06-16 19:41:57 +02:00 |
|
David Given
|
47ac8238f7
|
Enable glibc bounds checking on the CI build.
|
2022-06-16 19:40:52 +02:00 |
|
David Given
|
fa760b702c
|
Fix C automatic dependencies to actually work.
|
2022-06-16 19:39:47 +02:00 |
|
David Given
|
2a6ebe2c04
|
Avoid overzealous bounds check assertions.
|
2022-06-16 19:37:19 +02:00 |
|
David Given
|
3e97faa704
|
Fix bounds checking assertion failure caused by overzealous glibc.
|
2022-06-16 19:30:43 +02:00 |
|
David Given
|
a9e82676c7
|
Merge in the new AppleSauce flux writer.
|
2022-06-15 23:40:14 +02:00 |
|
David Given
|
d755fd9c08
|
Maybe this will work this time.
|
2022-06-15 23:40:00 +02:00 |
|
David Given
|
c4f1d7bccb
|
Update documentation.
|
2022-06-15 23:39:11 +02:00 |
|
David Given
|
b55ebe95d9
|
Reformat.
|
2022-06-15 23:37:50 +02:00 |
|
David Given
|
cb5c0d5ebe
|
Make the a2r flux sink build. Tracks are now always in the native numbering.
|
2022-06-15 23:33:00 +02:00 |
|
David Given
|
404f583dc2
|
Merge from master.
|
2022-06-15 23:27:33 +02:00 |
|
David Given
|
19cd5638ba
|
Another latest-tag change.
|
2022-06-15 22:48:06 +02:00 |
|
David Given
|
b917552ca5
|
Typo fix.
|
2022-06-15 22:31:32 +02:00 |
|
David Given
|
71deb14c85
|
Switch back to the old version of latest-tag.
|
2022-06-15 22:19:28 +02:00 |
|
David Given
|
e9c1041d9b
|
Merge pull request #535 from davidgiven/make
Use the correct extensions for the output binaries.
|
2022-06-15 22:03:42 +02:00 |
|
David Given
|
ffece005c5
|
Use the correct extensions for the output binaries.
|
2022-06-15 21:46:50 +02:00 |
|
David Given
|
ff5d22adbe
|
Another attempt at fixing the CI script.
|
2022-06-14 23:17:09 +02:00 |
|
David Given
|
aaffe1b208
|
Merge.
|
2022-06-14 22:34:00 +02:00 |
|
David Given
|
b86d2466d2
|
Looks like the autorelease script got broken?
|
2022-06-14 22:32:44 +02:00 |
|
David Given
|
c2230d0462
|
Merge pull request #533 from davidgiven/upstreams
Update missing UPSTREAMs and the README.
|
2022-06-14 22:16:02 +02:00 |
|
David Given
|
dc4e4aa9c7
|
Update missing UPSTREAMs and the README.
|
2022-06-14 22:14:53 +02:00 |
|
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 |
|