Commit Graph

1832 Commits

Author SHA1 Message Date
David Given
7aa5fc91cf The flux source/sink value is now persistent. 2022-08-06 01:03:51 +02:00
David Given
de0b53de62 Initial version of the flux visualiser. 2022-08-06 00:57:54 +02:00
David Given
a1df18e3ca Rename class to make sense. 2022-08-05 23:32:20 +02:00
David Given
6a4c85245d The format setting is now persistent. 2022-08-05 23:15:39 +02:00
David Given
52a121c9ed Open the flux visualiser window when a track is clicked on (which contains
flux).
2022-08-05 23:02:15 +02:00
David Given
2acda695ba Add a cursor for selecting tracks in the visualiser. 2022-08-05 21:40:31 +02:00
David Given
89953d9e84 Allow specifying which track in a group to write (rather than the lowest). 2022-08-04 23:10:02 +02:00
David Given
7054a0eded Scan the drives on every USB reset, not just on power on. 2022-08-04 00:08:07 +02:00
David Given
6105e16b28 Don't invoke the vbs patch script (as it's gone). 2022-08-04 00:07:41 +02:00
David Given
567b074792 Merge pull request #543 from tdaede/fix_d88_regression
Fix D88 writer regression caused by 4ba30fcf.
2022-07-07 13:42:02 +02:00
Thomas Daede
416c70f5e5 Fix D88 writer regression caused by 4ba30fcf. 2022-07-07 01:47:52 -07:00
David Given
c5b78ffa99 Merge pull request #541 from wybren1971/IMDwriter
add Imd writer option
2022-06-27 14:19:32 +02:00
wybren1971
cb5e859c34 Add imd to core concepts 2022-06-26 20:04:24 +02:00
wybren1971
4470fb4312 add breaks to the switch statements 2022-06-26 18:26:03 +02:00
David Given
da11fad696 Merge pull request #542 from VorpalBlade/features/install
Add install rule and fix some build system issues
2022-06-21 20:55:45 +02:00
Arvid Norlander
72ae4b2b53 Add missing ignore entry for upgrade-flux-file. Also sort the ignore file. 2022-06-21 20:51:37 +02:00
Arvid Norlander
b8e72039b9 Allow overriding the compiler to build with clang for example 2022-06-21 20:50:22 +02:00
Arvid Norlander
878ccd5128 Add install rule.
The support configuration variables are based on common conventions.
2022-06-21 20:50:22 +02:00
wybren1971
45e0946b6b remove debuglines 2022-06-20 15:47:20 +02:00
wybren1971
b57af55b8a Updating the documentation. cleanup code 2022-06-20 13:10:14 +02:00
wybren1971
677ee5da91 update to IMD writer to accept PROTO input for comment and encoding 2022-06-19 23:45:42 +02:00
wybren1971
a6526ccc13 adding comment in IMD file 2022-06-19 17:28:04 +02:00
wybren1971
8323593720 Set ibm as default format 2022-06-19 16:51:39 +02:00
wybren1971
dd00a69018 enable writing for hplif profile 2022-06-19 16:50:41 +02:00
wybren1971
4d7ddf3d9e add writing IMD images functionality 2022-06-19 16:49:31 +02:00
wybren1971
fbc39a41f8 Add writing IMD images functionality 2022-06-19 16:45:03 +02:00
David Given
3e934a8527 Merge pull request #539 from davidgiven/ubuntu20
Make the build work on Ubuntu 20 again.
2022-06-18 00:45:04 +02:00
David Given
bc474724c6 Don't need the enum conversion warning suppression any more, I think. 2022-06-18 00:19:47 +02:00
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