David Given
a24933e272
Merge from master.
2023-07-26 22:33:40 +02:00
David Given
1f5903a9a0
Don't use std::filesystem; it makes life harder on Windows with its wide
...
strings.
2023-07-25 23:35:01 +02:00
David Given
bb073b6bb3
Apparently Mingw can't automatically convert from path to string.
2023-07-25 23:23:04 +02:00
David Given
977b6831a0
When reading Kryoflux streams, you can specify any file in the directory and it
...
will work (as the GUI now forces you to do this).
2023-07-25 22:48:17 +02:00
David Given
346d989944
When reading Kryoflux streams, allow the user to specify any file within the
...
directory and have it work (as that's what the GUI does now).
2023-07-25 22:51:34 +02:00
dg
466c3c34e5
Replace the Error() object with an error() function which takes fmt
...
formatspecs, making for much cleaner code. Reformatted everything.
This actually happened in multiple steps but then I corrupted my local
repository and I had to recover from the working tree.
2023-05-09 20:59:44 +00:00
David Given
e5baecbd4d
Replace the glob() code with simple opendir stuff, since glob isn't supported
...
on Windows.
2019-07-07 00:38:29 +02:00
David Given
3667595275
Rename FluxReader and FluxWriter to FluxSource and FluxSink.
2019-04-16 21:07:58 +02:00