2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 20, 2024 — Jun 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In config.h(.in), use #cmakedefine and #cmakedefine01 to denote variables to be touched by CMake. More... over 12 years ago
Image analyzer: fix the Gtk2 build option More... over 12 years ago
Image analyzer: clean up the CMakeLists file More... over 12 years ago
Daemon: cleanup the CMakeLists file More... over 12 years ago
libMirage: fix libmirage.pc.in to use MIRAGE_VERSION_LONG More... over 12 years ago
libMirage: CMake: remove redundant variable More... over 12 years ago
libMirage: remove -Wno-strict-aliasing, and remove check for -Wno-sign-compare, since the latter has been around at least since gcc 2.95 More... over 12 years ago
libMirage: CMake: avoid linking everything against libz and libbz2 More... over 12 years ago
libMirage: CMake: use uppercase name bases for pkg-config dependencies More... over 12 years ago
libMirage: CMake: rearrange the CMakeLists some more More... over 12 years ago
CMake: always use G_DISABLE_DEPRECATED More... over 12 years ago
CMake: reorder contents a bit More... over 12 years ago
CMake: do not set default build type, so that if it's empty, CMAKE_C_FLAGS and CMAKE_CXX_FLAGS are used More... over 12 years ago
CMake: remove the mark_as_advanced directives More... over 12 years ago
libMirage: CMake: make do with a single plugin-dir variable More... over 12 years ago
Clients: CMake: remove PROJECT_VERSION as version is already encoded in the source More... over 12 years ago
Image analyzer: CMake: clean up versioning variables More... over 12 years ago
Daemon: CMake: clean up the versioning variables More... over 12 years ago
libMirage: CMake: remove redundant PROJECT_VERSION variable. Use MIRAGE_VERSION_LONG to generate version.xml. Remove old autotools-based variables from config.h.in More... over 12 years ago
ISZ file-filter: Handle 48-byte headers. Also update to deobfuscation. More... over 12 years ago
libMirage: CIF Parser: reset position before trying to read header More... over 12 years ago
DMG file-filter: Make some variables thread-local. More... over 12 years ago
libMirage: DMG filter: mark unused function arguments as such, as to avoid warnings More... over 12 years ago
안녕히 가세요, pluggable fragment support and fragment interfaces. From now on, there's only one, single MirageFragment, which acts as NULL when no streams are set and as Data when streams are set. Former audio fragments should be implemented as stream filters... More... over 12 years ago
libMirage: added sndfile filter More... over 12 years ago
debian: Update packaging scripts. More... over 12 years ago
DMG file-filter: Fixed an offset bug and a bug in the ADC decompressor. More... over 12 years ago
ISZ file-filter: Document CRC32 checking. More... over 12 years ago
DMG file-filter: Fix memory leak. More... over 12 years ago
ISZ file-filter: Fix memory-leaks. More... over 12 years ago