libcdio hosts its code at git://git.savannah.gnu.org/libcdio.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:libcdio

There are download files available for libcdio.

See all merge proposals.

libcdio has 1 active branch owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:libcdio
Series: trunk
1 Development 2018-06-06 12:50:44 UTC
685. Fix MinGW inlining failed warnings T...

Author: Akeo
Revision Date: 2018-06-06 12:50:44 UTC

Fix MinGW inlining failed warnings

The latest MinGW32 reports the following during compilation:

image/bincue.c: In function 'cdio_get_devices_bincue':
image/bincue.c:992:20: warning: inlining failed in call to 'Win32Glob.constprop': call is unlikely and code size would grow [-Winline]
 static inline void Win32Glob(const char* pattern, const char* szCurPath, char ***drives, unsigned int *num_files)
                    ^~~~~~~~~

image/nrg.c: In function 'cdio_get_devices_nrg':
image/nrg.c:1128:20: warning: inlining failed in call to 'Win32Glob.constprop': call is unlikely and code size would grow [-Winline]
 static inline void Win32Glob(const char* pattern, const char* szCurPath, char ***drives, unsigned int *num_files)
                    ^~~~~~~~~

11 of 1 result
You can't create new branches for libcdio.