• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A D package containing my single-file modules


RSS
Révision l'heure Auteur
a534673 trunk 2023-12-31 08:45:47 mio

search_params: small fix

04175af search_params-2023.12.03 2023-12-03 10:40:18 mio

search_params-2023.12.03

225cb7a configparser-0.5.2 2023-11-11 12:11:59 mio

configparser-0.5.2

6d94de8 2023-11-11 12:10:59 mio

configparser: Fix for D versions < 2.098

D 2.098 changed object.keys to be 'trusted'.

ad071cd configparser-0.5.1 2023-11-05 14:25:06 mio

configparser 0.5.1

b491e6c 2023-11-05 14:23:28 mio

configparser: add ConfigParserException

7e41651 configparser-0.5 2023-11-02 11:21:35 nemophila

configparser: 0.5

f6479bc 2023-11-02 11:20:24 nemophila

configparser: improve documentation

74b9155 2023-11-02 10:21:07 nemophila

configparser: add readString

a74177c 2023-11-02 10:08:25 nemophila

configparser: reformat and add attributes

d8ff5c6 2023-11-02 09:41:50 nemophila

configparser: Implement more ConfigParser#write

The unittest for write(T : OutputRange) is incomplete as the
ConfigParser#readString method has not been implemented yet.

Closes: https://codeberg.org/supercell/mlib/issues/1

733867a 2023-07-13 13:05:26 nemophila

all: Move to codeberg.

OSDN has been playing up over the last few months (website timing out on
every other page, repository information not being available, etc.), so
I'm moving primary development over to codeberg.org. OSDN will remain a
mirror so long as the site works.

Signed-off-by: nemophila <stigma+osdn@disroot.org>

c781f90 directories-0.3.0 2023-07-13 12:17:59 nemophila

directories: 0.3.0

15a2229 2023-07-13 11:59:56 nemophila

directories: prepare 0.3.0

Just need to test the removal of the deprecated API doesn't effect
compilation on Windows and macOS.

89de5d3 2023-07-13 11:34:53 nemophila

directories: Support for macOS

1bfc929 trash-0.3.0 2023-04-06 11:08:22 nemophila

trash: Fix files not showing in Trash on Linux

More specifically, file explorers (e.g. Nautilus, Konqueror) providing
a "Trash" shortcut wouldn't allow people to restore files which were
trashed by mlib.trash.

The issue was that calling .setExtension would replace the pre-existing
extension. i.e. we weren't following the correct naming convention.

8f1f7e3 directories-0.2.0 2023-03-26 09:51:51 nemophila

directories: Fixes for Windows

a42914c 2023-03-26 09:22:37 nemophila

mlib: Specify compatibility with D >= 2.076.0

42d070d 2023-03-26 09:21:59 nemophila

directories: Change formatting of documentation

Using adrdox since it's seemingly the only documentation generator that
actually works, and doesn't look bad.

The changes here unify the differences between the structures.

- Use the TABLE Macro (Markdown table doesn't render).
- For directories that Windows doesn't support (i.e. fonts and runtime)
specify the return type as an empty string, rather than saying it's
not supported.

b7e56bc 2023-03-26 08:49:21 nemophila

directories: Update module documentation

f156d9c 2023-03-26 08:35:39 nemophila

mlib: Add brief documentation to overall package

94f8ec1 2023-03-26 08:34:45 nemophila

directories: Documentation for UserDirectories

75aeabe 2023-03-25 21:24:57 nemophila

directories: Documentation for ProjectDirectories

3e66533 2023-03-25 17:42:18 nemophila

directories: Add ProjectDirectories.projectPath

084af07 2023-03-23 19:39:51 nemophila

directories: Add documentation for BaseDirectories

553f3dc 2023-03-23 16:31:05 nemophila

directories: Add Posix executableDir

5032ae5 2023-03-23 16:25:55 nemophila

directories: Add Posix values for ProjectDirectories

2435bd4 2023-03-23 15:59:17 nemophila

directories: Add Posix values for UserDirectories

e264fc2 2023-03-23 15:21:06 nemophila

directories: Refactor some functions

Primarily this prefixes functions with ``xdg''
(e.g. config() -> xdgConfig()) and moves the implementation behind the
specific version flag.

f87ccae 2023-03-23 14:57:04 nemophila

directories: Deprecate old API.

The Directory enum and open function will be removed in version 0.3.0,
which is when this module should be complete (macOS support will be
implemented by then).