Mon, 24 Nov 2008 09:38:35 +0000 |
mas01cr |
Move "liszt" command into its own file.
api-inversion
|
Fri, 21 Nov 2008 15:22:15 +0000 |
mas01cr |
Invert audiodb_create() / audioDB::create().
api-inversion
|
Fri, 21 Nov 2008 15:22:13 +0000 |
mas01cr |
Mark libtests/0036 as "not applicable" for now.
api-inversion
|
Fri, 21 Nov 2008 15:05:56 +0000 |
mas01cr |
Create a branch for trying to "invert" the command-line program and
api-inversion
|
Fri, 21 Nov 2008 14:52:43 +0000 |
mas01cr |
Fix some more argvctr+1 errors
|
Fri, 21 Nov 2008 14:32:27 +0000 |
mas01cr |
API const correctness.
|
Fri, 21 Nov 2008 12:23:08 +0000 |
mas01cr |
Support --DUMP on databases with O2_FLAG_LARGE_ADB.
|
Sun, 16 Nov 2008 21:18:40 +0000 |
mas01cr |
Fix two more tests
|
Sun, 16 Nov 2008 21:18:34 +0000 |
mas01cr |
Add dependencies to test utils and API header for library test
|
Fri, 14 Nov 2008 21:15:09 +0000 |
mas01cr |
Fix double-close() [and double-munmap()] bug in batchinsert.
|
Fri, 14 Nov 2008 21:15:02 +0000 |
mas01cr |
Fix sizeof(char *) -> strlen() thinko.
|
Fri, 14 Nov 2008 15:50:09 +0000 |
map01bf |
libtests are now compatible with the dylib created on mac osx
|
Fri, 14 Nov 2008 14:10:49 +0000 |
map01bf |
The Makefile has been altered so that when running it on a darwin system
|
Thu, 13 Nov 2008 17:09:51 +0000 |
mas01cr |
Add library SONAME versioning.
|
Thu, 13 Nov 2008 15:31:54 +0000 |
mas01cr |
Make clean a dependency of distclean Makefile target.
|
Thu, 13 Nov 2008 12:54:15 +0000 |
mas01cr |
Proper dependency information for audioDB.cpp:
|
Wed, 12 Nov 2008 15:40:40 +0000 |
mas01cr |
Merge gcc-4.3-cleanups branch (-r629:642, but I consider that branch as
|
Wed, 12 Nov 2008 15:23:32 +0000 |
mas01cr |
gcc-4.3 warning cleanups for lshlib.cpp
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 15:23:31 +0000 |
mas01cr |
Only compile cmdline.c once
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 15:23:30 +0000 |
mas01cr |
deal with the write() calls in implementation of the API, too.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 15:23:29 +0000 |
mas01cr |
check return values of read() and write(), erroring out on an error
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 14:05:26 +0000 |
mas01cr |
One more set of braces to avoid ambiguous `else's
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 14:01:09 +0000 |
mas01cr |
More parentheses in ALIGN_FOO_UP() macros.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 14:01:06 +0000 |
mas01cr |
Initialize UseApiError to 0 (false) in audioDB constructors.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:14 +0000 |
mas01cr |
Add some braces to avoid ambiguous `else's.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:13 +0000 |
mas01cr |
Fix a buffer-overrun detected (statically!) by gcc
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:12 +0000 |
mas01cr |
one more bit of const correctness.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:10 +0000 |
mas01cr |
YET MORE CONST-CORRECTNESS.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:09 +0000 |
mas01cr |
$(LIBRARY) makefile target doesn't need GSOAP_INCLUDE.
gcc-4.3-cleanups
|
Wed, 12 Nov 2008 13:05:08 +0000 |
mas01cr |
apparently main()'s argc is an int, not an unsigned. Who knew?
gcc-4.3-cleanups
|