lp:~sergio-br2/gme/trunk

Created by Sergio Benjamim and last modified
Get this branch:
bzr branch lp:~sergio-br2/gme/trunk

Related bugs

Related blueprints

Branch information

Owner:
Sergio Benjamim
Project:
Game_Music_Emu
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/sergiobenrocha2/game-music-emu.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

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

Recent revisions

46. By Sergio Benjamim

Bump changelog version.

45. By Sergio Benjamim

Backport changes from upstream:

Add filename param to demo app. Honor LIB_SUFFIX with pkg-config metadata.

44. By Sergio Benjamim

updated /debian

43. By Sergio Benjamim

debian folder from wheezy (version 0.5.5-2)

42. By michael.pyne <michael.pyne@ed62ecc2-ceed-11dd-a8b6-f5aca7b582bb>

Fix undefined left-shift of signed int.

Detected by PVS Studio [1], left shift of a signed integer that causes the sign
bit to "fall off" is technically undefined behavior (though neither clang nor gcc seem
to warn for this case).

Could also be fixed by using an unsigned bitmask, doing the shifts, and
reinterpreting as an int when doing the comparison to 0, but that seems more
trouble than it's worth.

I've tested by playing a bunch of SPC files, haven't heard any problems.

[1] http://www.viva64.com/en/examples-V610/

41. By <email address hidden> <<email address hidden>@ed62ecc2-ceed-11dd-a8b6-f5aca7b582bb>

added gme_tell_samples() and gme_seek_samples()

40. By michael.pyne <michael.pyne@ed62ecc2-ceed-11dd-a8b6-f5aca7b582bb>

Make it possible to determine libgme version from source code.

39. By michael.pyne <michael.pyne@ed62ecc2-ceed-11dd-a8b6-f5aca7b582bb>

Update supporting docs for 0.6.0.

38. By michael.pyne <michael.pyne@ed62ecc2-ceed-11dd-a8b6-f5aca7b582bb>

SVN_SILENT Update version comments to 0.6.0.

(though, it's probably best to leave them out now that everything is in source
control, but I'll let one of the code authors decide if that's what they want
or not).

37. By michael.pyne <michael.pyne@ed62ecc2-ceed-11dd-a8b6-f5aca7b582bb>

Fix clang warnings (unused private vars).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers