Commit graph

12 commits

Author SHA1 Message Date
Christophe de Dinechin
6ebda6ef3c Update .gitignore
Add generated files under `wasm/` and `help/`

Fixes: #1072

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2024-07-30 11:43:05 +02:00
Christophe de Dinechin
d21623e453 tool: Update .gitignore entries
Add .gitignore entries for `decimize` and `ttf2font` variants

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2024-01-14 23:35:45 +01:00
Christophe de Dinechin
c956ec82d3 help: Add generated help to the repository
This helps having the full on-line help in one file available on the web

Fixes: #418

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-10-20 20:25:16 +02:00
Christophe de Dinechin
a9b08b3f52 build: Rename 'simulator' to 'db48x'
The name `simulator` is both long and non-descriptive.
Since the `db48x.pgm` and `db48x.pg5` cannot be confused with either
`db48x.app` (macOS), `db48x.exe` (Losedows) or `db48x` (Linux/BSD), it
seems safe to rename the simulator as `db48x`.

Also always build the files with lowercase names.

Fixes: #417

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-10-20 20:25:16 +02:00
Christophe de Dinechin
3a4577dd93 Add DM32 program and version.h to .gitignore
The DM32 .pg5 program needs not show up in commitable files.
The version.h file is generated and should not show up either.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-09-12 21:26:23 +02:00
Christophe de Dinechin
4e9bdf24c3 Add various files to .gitignore
Ignore .ccache, .bin and .tgz files

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-07-05 08:32:30 +02:00
Christophe de Dinechin
a34aef0574 Build fixes for Fedora Linux
Various portability fixes to help building on Linux.

This includes a pre-build Intel binary library for Linux x86_64.

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-28 15:16:42 +02:00
Christophe de Dinechin
a927a952df Update .gitignore
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-22 16:00:53 +02:00
Christophe de Dinechin
d0bc19eb0f Add .gitignore for markdown help file
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:32 +02:00
Christophe de Dinechin
6fc4bcfed3 Get the ttf2font from db48x
If we want to import other fonts in the system

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:31 +02:00
Christophe de Dinechin
6399a1556a Prototype simulator for the DM42
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:30 +02:00
Christophe de Dinechin
dfab5a3013 Initial definition of the runtime and object type
This is not complete yet, but gives a rough idea of the design

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-06-19 21:56:30 +02:00