-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
43 lines (34 loc) · 1.31 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2024-06-01 Collin Funk <[email protected]>
Make API more clear.
* i8080.h (i8080_init): Expect data and functions as arguments.
* i8080.c (i8080_init): Likewise.
* i8080-emulator.c (emulator_create): Update caller.
* space-invaders.c (spaceinvaders_create): Likewise.
2024-05-31 Collin Funk <[email protected]>
Remove old CMake files.
* cmake/x86_64-w64-mingw32.cmake: Remove file.
2024-05-30 Collin Funk <[email protected]>
Update README.rst and Makefiles.
* autoclean.sh: New file.
* autogen.sh: New file.
* README.rst (Building): Update build instructions.
* Makefile.am (EXTRA_DIST): Add non-source files.
(misc_makearithcases_SOURCES, misc_makemovcases_SOURCES)
(misc_makeparitytable_SOURCES): New variables.
(noinst_PROGRAMS): Add programs from misc.
* .gitignore: Ignore them.
Adjust copyright header indentation.
* Makefile.am: Add copyright header.
* i8080-emulator.c: Adjust indentation.
* i8080.c: Likewise.
* i8080.h: Likewise.
* misc/makearithcases.c: Likewise.
* misc/makemovcases.c: Likewise.
* misc/makeparitytable.c: Likewise.
* space-invaders.c: Likewise.
2024-05-27 Collin Funk <[email protected]>
build: Switch to Autoconf and Automake.
* Makefile.am: New file.
* configure.ac: New file.
* CMakeLists.txt: Remove file.
* .gitignore: Add autotools files.