Révision | l'heure | Auteur |
---|---|---|
ec203fc master v0.4 | 2023-04-06 19:53:04 | mio |
0.4 release commit |
||
12d3c73 | 2023-04-06 19:44:13 | mio |
Update documentation for v0.4 |
||
616582d | 2023-04-06 19:17:12 | mio |
Better support alternative compilers in Makefile |
||
f1ae6e3 | 2023-04-06 11:34:50 | mio |
Update mlib files for trash 0.3.0 |
||
cbef227 | 2023-04-06 11:24:42 | mio |
Update mlib hashes for trash-0.3.0 |
||
2b2cf53 | 2023-04-05 19:36:08 | mio |
Fix instances of writeln being called with a format specifier. |
||
f2adb97 | 2023-04-05 19:24:29 | mio |
Fix FileException being thrown on Windows. |
||
ebeb706 | 2023-04-05 19:10:58 | mio |
Fix compilation with D versions 2.101 and newer |
||
9ea9fcb | 2023-04-04 16:04:07 | mio |
Update mlib version in dub.sdl |
||
e903302 | 2023-04-04 15:44:20 | mio |
Update date on manpage |
||
7458556 | 2023-04-04 15:40:02 | mio |
Finish updating medialist info document for version 0.4 |
||
b9ad10a | 2023-04-04 15:08:37 | mio |
Change ml_open_list (nothrow) to call ml_open_list (throw). |
||
835bc64 | 2023-03-30 13:05:32 | mio |
Update documentation for 0.4 release. Still some work to do. |
||
36e852a | 2023-03-28 16:28:12 | mio |
Update main.d to remove deprecation warnings from mlib |
||
47a6efb | 2023-03-28 16:12:03 | mio |
Update mlib |
||
d635e41 | 2023-03-16 16:49:32 | mio |
Begin updating texinfo document for MediaList |
||
a04b9cf | 2023-03-16 15:54:59 | mio |
Mention shortfall of import command in manpage |
||
30ced42 | 2023-03-16 15:45:51 | mio |
Update manpage to include 'import' and 'export' command. Prepare for version 0.4. |
||
91a2800 | 2023-03-14 10:59:44 | mio |
Update unittests to use nothrow version of ml_send_command |
||
955dcce | 2023-03-14 10:19:57 | mio |
Fix missing import |
||
849578e | 2023-03-14 10:19:18 | mio |
Update main.d to use nothrow ml_send_command |
||
cd3f096 | 2023-03-14 10:15:17 | mio |
Add nothrow version of ml_send_command |
||
a21519c | 2023-03-12 18:56:11 | mio |
Make the changes to use "mlib" rather than stray files. |
||
cc3a08c | 2023-03-12 17:24:29 | mio |
Fix compile error when running tests on dmd and ldc2 |
||
462768a | 2023-03-12 17:23:53 | mio |
Add mlib dependency to dub.sdl and change it so "dub test" works as expected |
||
f7a1730 | 2023-03-12 16:29:35 | mio |
Add update_deps script |
||
2ef9f7e | 2023-03-11 19:20:49 | mio |
Replace ml_medialistitem_to_string with .tsvRepresentation() |
||
bc4b0d8 | 2023-03-11 19:04:34 | mio |
change _ml_get_header_positions return type to size_t[2][6] to address deprecation |
||
628cbb3 | 2023-03-11 18:18:23 | mio |
Remove redundant 'index' from foreach |
||
39687af | 2023-03-11 18:00:28 | mio |
Add MediaListItem.tsvRepresentation to replace ml_medialistitem_to_string |