~dokomix/dokomix/+git/emu2413:main

Last commit made on 2022-09-21
Get this branch:
git clone -b main https://git.launchpad.net/~dokomix/dokomix/+git/emu2413

Branch merges

Branch information

Name:
main
Repository:
lp:~dokomix/dokomix/+git/emu2413

Recent commits

a2dfc20... by Mitsutaka Okazaki <email address hidden>

Add comment

4e271e2... by Mitsutaka Okazaki <email address hidden>

Bump version

0744c7a... by Mitsutaka Okazaki <email address hidden>

Synchronize the exit from DAMP state with the progress of the envelope step. #12

0a6f8a0... by Mitsutaka Okazaki <email address hidden>

Fix the envelope threshold for DAMP to ATTACK state transition (Issue #12).

e47c9a2... by Mitsutaka Okazaki <email address hidden>

Bump to 1.5.7

7afdabb... by Mitsutaka Okazaki <email address hidden>

Merge pull request #10 from orbea/cmake

Fix cmake warnings

85ad31e... by Mitsutaka Okazaki <email address hidden>

Merge pull request #11 from orbea/clang

Fix clang 15 -pedantic warnings

a80bfd8... by orbea <email address hidden>

Fix clang 15 -pedantic warnings

emu2413.c:402:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
static void makeDefaultPatch() {
                            ^
                             void
emu2413.c:411:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
static void initializeTables() {
                            ^
                             void
2 warnings generated.

f2ae47a... by orbea <email address hidden>

cmake: Fix deprecation warning

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

98ac5ce... by orbea <email address hidden>

cmake: Silence warning

CMake Warning (dev) in CMakeLists.txt:
  No project() command is present. The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command. Add a line of
  code such as

    project(ProjectName)

  near the top of the file, but after cmake_minimum_required().

  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers. Use -Wno-dev to suppress it.