summaryrefslogtreecommitdiff
path: root/babl/babl-extension.c
Commit message (Expand)AuthorAge
* Use babl utility to iterate over directory contentsLuca Bacci2023-01-03
* Use LoadLibraryWLuca Bacci2023-01-03
* -Wimplicit-fallthrough add commit according to gcc doc.Axel Viala2022-08-21
* babl: prevent loading extension modules with incorrect SIMDØyvind Kolås2022-03-15
* multipass build, with SIMD variants for x86_64 and armØyvind Kolås2022-01-23
* base: x86-64-v2 and x86-64-v3 variantsØyvind Kolås2022-01-22
* code style reviewNuno Ferreira2019-02-21
* Change the license URL from http://www.gnu.org/licenses/ to https://Michael Natterer2018-07-11
* babl: replace a fprintf (stderr, ...) with babl_log().Jehan2017-09-16
* babl: clean up various syntax bugs.Jehan2017-07-16
* babl-extension: fix BABL_PATH debug warningØyvind Kolås2016-08-31
* babl-extension: print warning if no extensions were loadedØyvind Kolås2016-08-31
* Remove unnecessary stat()Mukund Sivaraman2015-04-12
* Fix crash if failing to normalize path for loading extensionsJon Nordby2014-07-18
* get rid of hack_hack(), use NEEDS_BABL_DB insteadNils Philippsen2011-05-26
* add comment about case falling throughNils Philippsen2011-05-26
* Port all of babl to use use babl_set_destructorØyvind Kolås2010-06-27
* babl: Fix compiler warningsMartin Nordholts2009-08-04
* Support hpux use of shl load/unload and dsos with .sl suffixesMartin Nordholts2009-03-31
* based on a patch from Gary V. Vaughan, include "config.h" before any otherSven Neumann2009-02-24
* Instead of having BABL_CLASS() plus variants and making the macrosMartin Nordholts2009-01-17
* removed babl-classes.h removed and mostly folded into ... .. this file,Øyvind Kolås2008-04-15
* babl/babl-component.c babl/babl-conversion.c babl/babl-db.cSven Neumann2008-03-29
* getenv() can return NULL.Mukund Sivaraman2008-03-16
* Added missing dlclose()s.Mukund Sivaraman2008-03-16
* Set shrext to ".dylib" for Darwin (ie. Mac OS).Kevin Cozens2008-02-11
* Applied patch from Deji Akingunola <dakingun@gmail.com> to make bablØyvind Kolås2008-01-19
* Reverted previous change. BABL hasn't been updated to use gmodule (yet).Kevin Cozens2008-01-07
* Use G_MODULE_SUFFIX instead of a hard-coded suffix.Kevin Cozens2008-01-07
* Modified copyright statement to refer to an URL instead of a civic addressØyvind Kolås2007-11-11
* Upgraded babl from LGPLv2 to LGPLv3. Copyright statements in all filesØyvind Kolås2007-11-10
* Define name of babl library file.Kevin Cozens2007-09-15
* Changes to let BABL find its extensions at run time when the BABL_PATHKevin Cozens2007-09-14
* reindented all of the code using uncrustifyØyvind Kolås2007-03-25
* AC_SUBST and AC_DEFINE $shrext into variables for Makefiles and source.Michael Schumacher2007-03-13
* remove the check for dlopen again - didn't work as intended for #idfefMichael Schumacher2007-01-16
* define HAVE_DLOPEN if HAVE_DLFCN is set.Øyvind Kolås2007-01-08
* This change makes babl buildable on Windows.Michael Schumacher2007-01-06
* Make babl compile with stricter compiler warnings, mostly related toØyvind Kolås2006-11-17
* Set the default BABL_PATH based on the prefix babl is compiled for.Øyvind Kolås2006-11-15
* added AC_LIBTOOL_WIN32_DLL as a preparation for proper builds of sharedMichael Schumacher2006-08-25
* added a check for OS_WIN32 link with libgw32c to provide dl* functions onMichael Schumacher2005-09-01
* implemented hashing for object listsØyvind Kolås2005-09-01
* header cleanoutØyvind Kolås2005-08-31
* re-registration (instrumentation, and fish optimization)Øyvind Kolås2005-08-30
* added dir traversal for dynamic extensionsØyvind Kolås2005-08-29
* extensions break freeØyvind Kolås2005-08-27