439 Commits

Author SHA1 Message Date
R. Bernstein
5cdcb8d443 Add more tests for drivers in more OS's. 2008-12-07 07:48:17 -05:00
R. Bernstein
ca23ec2ae5 Add check against GNU/Linux driver. More info in include/cdio/config. 2008-12-07 06:40:51 -05:00
R. Bernstein
a904cc23ec Resolve conflicted files. 2008-12-06 22:46:14 -05:00
R. Bernstein
570d3c6ec5 I hate conflicted merges 2008-12-06 22:44:28 -05:00
R. Bernstein
542481d673 Wasn't checking the range of the device id in cdio_have_driver. Add regression test for checking this too.
More git administrivia.
2008-12-06 21:20:51 -05:00
R. Bernstein
f434186567 Makefile.am: Redo target for ChangeLog to use git2cl. NEWS: Note NetBSD driver added. Reset: git administrivia. 2008-12-06 20:04:23 -05:00
R. Bernstein
4879710431 More conversion weirdnesses 2008-11-29 02:01:42 -05:00
R. Bernstein
f594166540 . 2008-11-29 01:40:40 -05:00
R. Bernstein
6175d43311 More administrivia. 2008-11-29 01:04:33 -05:00
R. Bernstein
95f087cdc3 First commit after CVS conversion. Should be just administrative changes. 2008-11-29 00:56:26 -05:00
R. Bernstein
4ea407f746 Initial commit after git-cvsimport (import from CVS). 2008-11-28 21:47:15 -05:00
R. Bernstein
bd6ef49177 Get link arguments from pkg-config. Add more files. 2008-11-28 08:58:37 -05:00
R. Bernstein
3350762059 Include libcdio libraries as appropriate when making pycdio libraries. 2008-11-28 00:21:28 -05:00
R. Bernstein
49cb335c79 swig compilation and invoking unixcompiler now works.
Closer to having setup.py bdist working. Still need to figure out how
add libcdio libraries and how to get the test import working.
2008-11-27 22:13:44 -05:00
R. Bernstein
934d53057d First semblance of distutils setuptools. Not complete yet though. 2008-11-23 23:17:02 -05:00
rocky
f3d2efe51b Allow for more cygwin tests to pass 2008-10-17 01:51:43 +00:00
rocky
d38c6ce8c1 Output changed when --no-cddb option added. 2008-09-09 14:10:24 +00:00
flameeyes
a4b1427fe9 Use the LTLIBICONV variable rather than LIBICONV.
With this change, instead of using the fully qualified path to the
shared object (or the one that the configure think is the fully
qualified path), the path where the library is found will be added to
the search path and just a generic -liconv will be used.

The old variable would be fooled up when /usr/lib/libiconv.so is an LD
script that redirects to /lib/libiconv.so, causing failures with some
linkers.

Also, replace @LIBICONV@ for libcdio itself also with $(LTLIBICONV) or
it will fail to link against on uClibc.
2008-08-31 13:38:21 +00:00
flameeyes
3685c0d78e Mark variables and constant as static in source tools, examples and tests. Also replace some char pointers with char arrays. 2008-06-19 15:44:10 +00:00
rocky
3709aca31e --disable-example-progs help text wording change
Ignore test/testpregap.c since that's now derived testpregap.c.in
2008-06-14 22:41:29 +00:00
flameeyes
fe433594d4 Make testdefault an extra program, so that it's only built explicitly and not during make all. 2008-06-14 08:27:20 +00:00
pjcreath
dde50ca547 Fixed pregap regression failure on non-Intel architectures, removed warnings 2008-06-10 00:45:08 +00:00
rocky
71b5f6e14a More time setting/getting patches - the last of the patches from N. Boullis.
Make testiso9660 more stringent now that bugs have been removed.
2008-06-03 08:40:14 +00:00
rocky
7036d8d951 iso9660.h: parameter name change to match implementation.
iso9660.c: use reentrant version of localtime and gettime (most of the time)
Patch from Nicolas Boullis.

testiso9660.c: Change a memcmp for a test_compare which gives more detailed
information on failure.
2008-05-28 01:48:37 +00:00
rocky
3f266b669b Changes to testpregap.c to allow to build outside of the source tree. 2008-05-05 23:58:28 +00:00
rocky
70be01d454 cdio_have_xxx is now private. Add p1.bin to distribution. 2008-03-28 01:28:50 +00:00
rocky
0e463dfc0d Start NetBSD driver 2008-03-27 17:40:50 +00:00
rocky
4d76632b8a Start a nrg image reading test. 2008-03-22 22:43:56 +00:00
karl
06c83dd486 gplv3 2008-03-22 18:08:25 +00:00
rocky
d905058970 Bookkeeping 2008-03-21 10:44:01 +00:00
karl
3b90a7dda4 update Makefiles to GPLv3+ 2008-03-20 19:02:37 +00:00
edsdead
08bbf64fd4 expect failure on p1.bin and p1.nrg b/c they are not iso9660 images 2008-03-20 03:45:43 +00:00
edsdead
c0f66c3330 don't need # of blocks without offset 2008-03-20 00:45:56 +00:00
edsdead
5223b29276 remove 272 byte offset that emulated 68 sample read offset in author's drive 2008-03-19 04:38:52 +00:00
edsdead
0363d02c50 tests for pregap api 2008-03-18 05:59:19 +00:00
edsdead
a9a638800e add testpregap 2008-03-18 05:57:05 +00:00
rocky
691d64e45b More libiconv escallation. Sigh. 2008-03-15 17:26:13 +00:00
rocky
e1f708b52c libiconv needed in test programs probably as part of the subversive iconv escallation that's been going on. 2008-03-15 17:02:51 +00:00
rocky
b04b348e69 test/check_paranoia.sh.in: need to ignore variance in status. 2008-03-08 18:11:11 +00:00
rocky
40fe8bcd2d Things needed to make "make distcheck" work.
Makefile.am: forgot paranoia.h header.
check_paranoia.sh.in: need to compare with "right" file $srcdir not "."
2008-03-08 16:45:19 +00:00
rocky
fd2da5c2ad Add a test of new -l option on cd-paranoia. 2008-03-06 01:34:09 +00:00
rocky
b78955226e cd-read add --mode='any' which is basically a mmc_read_cd with
CDIO_MMC_READ_TYPE_ANY.
2008-03-06 01:16:49 +00:00
rocky
5f10277136 Add option to cd-paranoia to log summary output to a file. Patch from and
thanks to Daniel Schwarz.
2008-02-29 11:34:15 +00:00
rocky
05a512cfaa Build outside of source fixes for TEST. We're in 0.80 land now. 2007-12-28 02:11:01 +00:00
flameeyes
7c82ace826 Fix name of function. 2007-11-16 22:44:57 +00:00
flameeyes
baee3b5dad Don't compile the test programs during make all, make check will take care of that. 2007-11-16 22:29:01 +00:00
flameeyes
615b485d38 check_common_fn is in the current dir (build dir), not in $srcdir. 2007-11-16 22:25:08 +00:00
rocky
b6aa3db584 Support for multisession CD Extra Discs courtesy of Patrick
Guimond.

testiso9660.c: remove ltime comparison check. :-(
2007-09-28 00:25:43 +00:00
rocky
8734346d8d iso9660.c: off-by-one bug which was causing dates to come out
wrong. Thanks to Nicolas Boullis for finding and fixing.

iso9660_fs.c: remove bugs merging code from the last round of
changes/enhancements

check_common_fn.in: show full iso_read command when it fails.
2007-09-05 11:17:36 +00:00
rocky
a33bb59a7f iso9660_fs.c: remove some (but not all) of the redundancy
testisocd2.c.in: a test of working with an ISO 9660 image.
2007-08-12 12:41:10 +00:00