| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The reverted changeset fixed some crash due to character encoding
mismatch in terminal emulators.
Doing so, it made it possible for the compiler to complete without
reporting any error, while outputting wrongly encoded files.
It's better to revert that changeset until all the encoding issue are
solved consistently.
This reverts commit 0fddc74a3f9add47841124b4d77b097f4646d14f.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The compiler echoes the names of the files being processed.
Those file names may contain UTF-8 characters.
However, some consoles may not support those.
This is notably the case of the Windows CMD or on Linux with the legacy
C locale. This caused the following error:
ldgallery: <stdout>: commitBuffer: invalid argument (invalid character)
This patch adds automatic transliteration when a non-UTF8 terminal is
detected, so that neither the compiler or the terminal crash due to UTF8
characters.
GitHub: closes #341
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a build flag for generating a portable version of the compiler
binary which make it look in its own runtime directory for its assets.
This is useful in particular for the portable release tarballs which
contain the web viewer at the same location instead of a pre-defined one
in the FHS.
GitHub: closes #286
|
| |
|
|
|
|
| |
Following HLint's advice.
|
| |
|
| |
|
| |
|
|
|
|
| |
GitHub: closes #143
|
|
|
|
| |
GitHub: closes #138
|
|
|
|
| |
GitHub: closes #136
|
|
|
|
|
|
| |
As this field isn't used by the viewer anymore.
GitHub: closes #124
|
|
|
|
| |
GitHub: closes #80
|
|
|
|
| |
GitHub: closes #87
|
|
|
|
|
| |
Write a file at the root of the viewer directory with some info about the
gallery root path and generation date time.
|
|
|
|
|
|
| |
Making it explicit.
GitHub: closes #62
|
| |
|
|
|
|
| |
GitHub: fixes #9
|
| |
|
|
|
|
| |
GitHub: closes #6
|
| |
|
| |
|
| |
|
|
|
|
| |
but break directory cleanup
|
| |
|
|
|