Commit Graph

296 Commits

Author SHA1 Message Date
R. Bernstein
3844f42df8 Remove some cppcheck style warnings 2009-10-27 21:28:11 -04:00
R. Bernstein
273ba31e3a In 0.83git now. Fix minor leaks in libcdio 0.82 detected by cppcheck
via Eric Sesterhenn.
2009-10-27 21:00:51 -04:00
R. Bernstein
b2dda51f57 Ignore windows executables and stack dumps. 2009-10-21 12:47:50 -04:00
R. Bernstein
2522c26ec8 Adapted from patches by Nicolas Boullis on Debian:
* alignment issues on sparc
 * "make check" failure when stderr is not a tty
 * wrong program name in manpages in tarball
 * build failure with hurd
 * "make check" failure on machines with no disc drive
 * make distclean fixes
2009-07-02 20:26:39 -04:00
R. Bernstein
a0414ce2ed Remove trailing spaces on some lines 2008-12-07 08:12:47 -05:00
R. Bernstein
4bf77edf06 More verbose about driver installed 2008-12-07 08:07:03 -05:00
R. Bernstein
4428b31f4b Correct name for OSX in uname 2008-12-07 08:02:16 -05:00
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