lp:~dciabrin/ngdevkit/+git/gngeo

Owned by Damien Ciabrini
Get this repository:
git clone https://git.launchpad.net/~dciabrin/ngdevkit/+git/gngeo

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/dciabrin/gngeo.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log

Branches

Name Last Modified Last Commit
ngdevkit 2024-03-15 17:51:07 UTC
Fix various type errors

Author: Damien Ciabrini
Author Date: 2024-03-15 17:51:07 UTC

Fix various type errors

Latest compilers are now erroring instead of warning due to various
types errors. Fix those to fix compilation.

ucrt64 2023-05-15 17:22:47 UTC
msys2: move CI build to ucrt64 subsystem

Author: Damien Ciabrini
Author Date: 2023-05-15 12:05:08 UTC

msys2: move CI build to ucrt64 subsystem

Also drop to old external NSIS binary installer, as native support
is now fully provided by MSYS2

Ref dciabrin/ngdevkit#92

make-j 2022-11-23 07:25:05 UTC
Fix out-of-tree parallel build

Author: Damien Ciabrini
Author Date: 2022-11-22 20:45:37 UTC

Fix out-of-tree parallel build

When building outside of the source tree, parallel builds of
generator68k fail due to a dependency [1] that is not
expressed explicitely as coming from the source tree. Fix
the dependency accordingly.

[1] introduced in commit e5463cb

deb 2021-05-15 07:36:55 UTC
New rebuild in Launchpad

Author: Damien Ciabrini
Author Date: 2021-05-15 07:36:55 UTC

New rebuild in Launchpad

msys2-path 2021-05-06 10:01:43 UTC
MSYS2: fix access of gngeo config and data dir

Author: Damien Ciabrini
Author Date: 2021-05-03 21:12:05 UTC

MSYS2: fix access of gngeo config and data dir

Under Windows, the native data directory path depends
on the MSYS2 installation path.

Likewise, the native user home, differs from the MSYS2
user home.

When compiled for MSYS2, make gngeo look for the native
Windows path.

msys2-build-fix 2021-05-01 15:33:08 UTC
Fix compilation on MSYS2, with GLEW support and logging

Author: Damien Ciabrini
Author Date: 2021-05-01 15:33:08 UTC

Fix compilation on MSYS2, with GLEW support and logging

msys2-build 2021-04-28 13:22:09 UTC
CI: add MSYS2 test and packaging

Author: Damien Ciabrini
Author Date: 2021-04-28 12:31:29 UTC

CI: add MSYS2 test and packaging

msys2-pkg 2021-03-28 20:36:28 UTC
Detect mingw platform even when not compiled with --enable-mingw

Author: Damien Ciabrini
Author Date: 2021-03-28 20:36:28 UTC

Detect mingw platform even when not compiled with --enable-mingw

This is useful for MSYS2 to enable compilation for the mingw
subsystem while keeping the regular /usr installation prefix

mingw-printf 2021-03-14 21:42:45 UTC
MinGW: new way of overriding printf logging

Author: Damien Ciabrini
Author Date: 2021-03-13 22:10:22 UTC

MinGW: new way of overriding printf logging

on MSYS2, printf cannot be redifined via a macro, so divert the
original stdio.h to make sure that unmodified source will use
gngeo log functions rather than standard printf.

msys2 2021-03-03 16:04:17 UTC
Support building mingw32-native gngeo on MSYS2

Author: Damien Ciabrini
Author Date: 2021-03-03 14:37:44 UTC

Support building mingw32-native gngeo on MSYS2

github-ci 2021-02-24 21:33:00 UTC
Migration to github actions CI

Author: Damien Ciabrini
Author Date: 2021-02-20 17:02:18 UTC

Migration to github actions CI

remove-hsync-optim 2021-01-26 18:18:02 UTC
Remove incorrect optimization in raster rendering

Author: Damien Ciabrini
Author Date: 2021-01-26 18:18:02 UTC

Remove incorrect optimization in raster rendering

Non-visible scanlines are handled specially, so a generic ROM
using the timer interrupt during the blanking period won't get
its Timer interrupt properly.

Remove the optimization to always trigger the Timer interrupt.

gcc-10 2020-06-10 19:11:35 UTC
Fix variable declaration/definition with GCC 10

Author: Damien Ciabrini
Author Date: 2020-06-10 16:00:56 UTC

Fix variable declaration/definition with GCC 10

GCC 10 switched to -fno-common by default, which breaks compilation
of gngeo due to various bad header files. Fix those accordingly.

nsis-hash 2020-05-29 19:28:37 UTC
mingw: include a hash of the installer in the github release

Author: Damien Ciabrini
Author Date: 2020-05-29 16:36:42 UTC

mingw: include a hash of the installer in the github release

test-homebrew 2020-05-22 21:00:24 UTC
Add homebrew nightly build and bottle for gngeo

Author: Damien Ciabrini
Author Date: 2020-05-22 21:00:24 UTC

Add homebrew nightly build and bottle for gngeo

nightly-post-cleanup 2020-01-19 16:18:37 UTC
Automatic clean up of old nightly releases and tags

Author: Damien Ciabrini
Author Date: 2020-01-19 11:42:31 UTC

Automatic clean up of old nightly releases and tags

libemudbg 2018-04-20 12:45:52 UTC
Sync to new libemudbg API

Author: Damien Ciabrini
Author Date: 2018-04-20 12:45:52 UTC

Sync to new libemudbg API

glsl 2017-11-08 21:32:03 UTC
Merge doc fix from branch 'sdl2' into glsl

Author: Damien Ciabrini
Author Date: 2017-11-08 21:32:03 UTC

Merge doc fix from branch 'sdl2' into glsl

sdl2 2017-11-08 21:30:34 UTC
Fix autoreconf doc for building from source

Author: Damien Ciabrini
Author Date: 2017-11-08 21:30:34 UTC

Fix autoreconf doc for building from source

emudbg 2017-11-08 20:54:23 UTC
Initial support for emudbg, source level debugging API for emulators

Author: Damien Ciabrini
Author Date: 2017-11-08 20:54:23 UTC

Initial support for emudbg, source level debugging API for emulators

gngeo 2015-09-11 17:07:27 UTC
Merge branch 'carstene1ns-modernize_autotools' into gngeo

Author: pepone
Author Date: 2015-09-11 17:07:27 UTC

Merge branch 'carstene1ns-modernize_autotools' into gngeo

121 of 21 results
This repository contains Public information 
Everyone can see this information.

Subscribers