2005-04-18 02:13:05 by Lubomir Sedlacik | Files touched by this commit (4) |
Log message:
Update to version 0.7.4
Changes:
- add a couple of new elements
- fix compilation with gcc 4 and on AMD64
- address some other minor issues.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2005-02-17 11:52:02 by Lubomir Sedlacik | Files touched by this commit (4) |
Log message:
Update to version 0.7.3
Changes:
- allow binary element comparison (useful to compare UIDs)
- rename bSaveDefault in bKeepIntact
- don't save empty EbmlMasters by default
- Use malloc() and free() instead of new[] and delete[] where the lib might
deal with pointers that have been allocated by the app, or where the app
has allocated the memory. Reason: new[]ed memory cannot be realloc()ed.
- Improved the dependency calculation to be more portable (makedepend doesn't
exist everywhere, and it doesn't necessarily use the compiler we want).
- Added a "RemoveAll" function.
- better code to handle all VTS VOBs (not yet there)
|
2004-10-14 18:59:36 by Lubomir Sedlacik | Files touched by this commit (3) |
Log message:
Updated to version 0.7.2
- migth as well just take maintainership
Changes:
- Fix for the compilation on Solaris.
- Redone the #if... hierarchy to be a bit less confusing.
- Remove the unsupported float80 support
- Allow building a DLL with MSVC7 (not compatible with the MinGW one)
- Proper description for the SHARED option.
|
2004-07-27 06:10:51 by Lubomir Sedlacik | Files touched by this commit (4) |
Log message:
Update to version 0.7.1.
Changes:
- use bzip2 distribution tarball
0.7.1:
======
- Set eol-style and keywords properties
- various cosmetic fixes to Makefile and build in general
- BeOS support
|
2004-05-31 21:09:46 by Lubomir Sedlacik | Files touched by this commit (3) |
Log message:
Obey CXXFLAGS, pass more buildlink variables.
|
2004-05-31 18:47:48 by Min Sik Kim | Files touched by this commit (21) |
Log message:
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
|
2004-05-16 11:48:13 by grant beattie | Files touched by this commit (2) |
Log message:
call $(BSD_INSTALL) to install files, not "install".
|
2004-05-16 11:30:18 by grant beattie | Files touched by this commit (1) |
Log message:
libebml really wants the GNU C++ compiler.
|