summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)AuthorFilesLines
2012-09-26More places where -- prefix output added on examplesrocky1-2/+2
2012-09-26Add "make check-short" target to run tests without bloated output.R. Bernstein13-145/+172
2012-09-23Follow MS SCSI Passthrough more closely. Still some bugs...rocky1-0/+1
2012-03-27Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse1-13/+32
2012-03-27Fixed that CD-Text from cdrdao toc was shifted one track forward.Leon Merten Lohse1-3/+4
2012-03-25test/Makefile.am: test example files, some of which are used in tests, is no ...rocky1-18/+32
2012-03-25track.c, gnu_linux.c: Test for exceding max track limit but allow specifying ...R. Bernstein1-4/+9
2012-03-25Recent header work by Pete Batard eliminates the need to set __CDIO_H__ here.R. Bernstein1-2/+1
2012-03-22Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse1-2/+1
2012-03-22Changed cdtext_select_language to take a cdtext_lang_t instead of a const cha...Leon Merten Lohse1-2/+2
2012-03-18Recent header work by Pete Batard eliminates the need to set __CDIO_H__ here.R. Bernstein1-2/+1
2012-03-11[renamed] cdtext_languages_available to cdtext_list_languagesLeon Merten Lohse2-85/+85
2012-03-10cdtext.c: Correct cdtext cue file name.R. Bernstein1-1/+1
2012-03-10Merge branch 'greenleon' of git.sv.gnu.org:/srv/git/libcdioR. Bernstein1-17/+44
2012-03-05Multilanguage CD-Text from greenleonR. Bernstein1-17/+44
2012-03-05Remove .cvsignore as well as cdio/paranoia.hPete Batard2-29/+0
2012-03-05More source headers harmonizationPete Batard1-13/+7
2012-03-05Joliet improvementsPete Batard1-10/+25
2012-03-05More paranoia removalPete Batard6-274/+1
2012-03-04Makefile.am: add CDIO_ to all #defines in cdio_config.hR. Bernstein1-300/+302
2012-03-03More patches from pbatard to reduce warnings, etc.R. Bernstein3-3/+3
2012-03-03Pete Batard's patches offset types especially for MinGW and MS Visual C.R. Bernstein3-3/+3
2012-03-03A foolish consistency with respect to the ordering of making example programsR. Bernstein1-3/+3
2012-03-03Reduce differences between master and pbatard branch.R. Bernstein5-3/+309
2012-03-03Revise OO CD-Text CPP for different interface. Update copyright and untabify ...R. Bernstein2-63/+62
2012-03-03Harmonize source headers: C++ examples [PATCH 3/5] from pbatard.R. Bernstein20-53/+150
2012-03-02Harmonize source headers: C examples (Patch 4/5)R. Bernstein23-66/+163
2012-02-24Fix some of the tests for MinGW and fix the use of Sleep/usleep for MinGW & M...R. Bernstein1-16/+14
2012-02-19paranoia code removed. Is now in separate tree under GPL v2+.rocky6-298/+6
2012-01-17Enable automake enable silent rules which makes it easier to spot warnings.R. Bernstein2-2/+2
2012-01-17Remove a couple of "possibly unused variable" warnings. Patch from Pete Batard.R. Bernstein2-4/+2
2011-11-241) cdtext objects are no longer associated with a track but with the disc.R. Bernstein1-15/+20
2011-11-05discid (http://discid.sourceforge.net/) using libcdio.R. Bernstein4-1/+94
2011-10-21libcdio.texi: add information about the cdio/cdio_config.h and cdio_unconfig....R. Bernstein1-2/+0
2011-10-20Make sure config.h or the copy of that gets included only once to reduce dupl...R. Bernstein9-12/+23
2011-10-20Note that some adjustments might be needed to compile example programsR. Bernstein1-5/+8
2011-10-19Remove CVS $Id$ line which is no longer automatically updated.R. Bernstein1-3/+1
2011-10-19Remove some warningsR. Bernstein3-12/+8
2011-05-30patch from Honza Horak using Coverity's static analysis tool.rocky3-2/+7
2011-05-19Add git install instructions. Simplify and customize INSTALL. Add dependency ...R. Bernstein1-1/+1
2011-04-23From Leon Merten Lohse https://savannah.gnu.org/patch/?7532:R. Bernstein1-2/+3
2010-05-30config.h has to come first else _FILE_OFFSET_BITS are redefined in say openso...R. Bernstein6-16/+30
2010-02-11Start to remove sleep in favor of usleep. Bug #28543.R. Bernstein1-17/+12
2010-02-09Add mmc_read_disc_information. Change get_disctype to use it and thus itR. Bernstein1-1/+3
2010-02-08Use mmc_get_disctype in mmc example.R. Bernstein1-3/+12
2010-02-06Start to split off specific mmc commands from the lower-level internals.R. Bernstein1-1/+2
2010-01-30Update dateR. Bernstein1-1/+1
2010-01-30Linguistic purity.R. Bernstein1-2/+2
2010-01-30Show off drive_erasable() in MMC example.R. Bernstein1-18/+28
2010-01-21Remove more warnings. test/testnrg.c.in -> test/driver/nrg.c.inR. Bernstein1-13/+15