summaryrefslogtreecommitdiff
path: root/gmodule
Commit message (Expand)AuthorAgeFilesLines
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-2/+2
* gi: expose some files as variable for gobject-introspectionAndoni Morales Alastruey2022-01-281-2/+7
* Distribute cxx test tests/cxx-test.cpp to each module tests directoryEmmanuel Fleury2021-12-143-0/+75
* API: Add g_module_open_full()nitinosiris2021-07-215-65/+127
* docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-071-1/+1
* gmodule: Add locking around dlerror() for some libc implementationsPhilip Withnall2021-05-281-2/+46
* gmodule: Add some missing constsPhilip Withnall2021-05-271-3/+3
* Fix g_module_symbol() under Windows sometimes not succeedingChristoph Reiter2020-09-301-1/+14
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-123-4/+4
* Silence clang errors about -Wformat-nonliteral due to missing intermediate at...Martin Storsjö2020-04-271-1/+1
* Meson: Override every dependency glib providesXavier Claessens2020-04-051-0/+6
* gmodule: change _g_module_close to only take a handle.Patrick Welche2019-12-124-32/+10
* gmodule: fix typo in doc commentDavid Lechner2019-10-051-1/+1
* gmodule: remove macOS dyld implementationTom Schoonjans2019-09-074-159/+0
* gmodule: use dl implementation on macOSTom Schoonjans2019-09-061-2/+2
* meson: Move libdl_dep to the top levelTing-Wei Lan2019-08-291-22/+3
* gmodule: Don't try to use toolhelp for symbol searching on UWPNirbheek Chauhan2019-08-271-1/+5
* windows: Move G_WINAPI_ONLY_APP to config.hNirbheek Chauhan2019-08-271-6/+0
* meson: Mostly assume clang-cl is MSVCChun-wei Fan2019-07-111-1/+1
* gmodule: Add support for loading UWP packaged DLLsNirbheek Chauhan2019-06-261-0/+14
* build: Drop use of G_DISABLE_DEPRECATED from the build systemPhilip Withnall2019-05-301-1/+1
* build: Remove */.gitignore filesMichael Gratton2019-04-221-1/+0
* build: Drop autotools supportPhilip Withnall2019-01-151-109/+0
* Merge branch 'meson-dep' into 'master'Xavier Claessens2018-12-101-1/+2
|\
| * Meson: Fix declare_dependency() callsXavier Claessens2018-12-101-1/+2
* | Meson: Fix deprecation warning with 0.49.0 releaseXavier Claessens2018-12-101-1/+2
|/
* Meson: Add missing include_directories when using glib as subprojectXavier Claessens2018-11-241-1/+1
* meson: Add macOS libtool versioning for ABI compatibilityNirbheek Chauhan2018-10-221-0/+1
* Remove all static ChangeLog filesChristoph Reiter2018-09-041-1042/+0
* build: Remove leftovers of Visual Studio project stuffChun-wei Fan2018-06-062-40/+0
* Meson: Add export-dynamic flagXavier Claessens2018-05-171-2/+2
* Meson: Do not build tests with nodelete/Bsymbolic-functionsXavier Claessens2018-05-091-1/+3
* Meson: Use pkgconfig module to generate all pc filesXavier Claessens2018-03-281-0/+32
* meson: fix static build under WindowsChristoph Reiter2018-01-041-1/+1
* meson: build Windows resource filesChristoph Reiter2018-01-042-2/+13
* GModule win32: disable error dialog popupTom Schoonjans2017-11-021-0/+8
* gmodule: Use RTLD_DEFAULT if defined __BIONIC__Justin Kim2017-10-062-4/+9
* meson: add -fvisibility=hidden explicitly to selected targetsTim-Philipp Müller2017-07-131-2/+1
* meson: Minor modernizationsPatrick Griffis2017-07-131-1/+1
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-131-16/+24
* meson: Fix glib, add gobject, gio, gthread, gmodule, etcTim-Philipp Müller2017-07-131-0/+90
* build: Drop nmake/MSC build system for GLibPhilip Withnall2017-07-103-40/+0
* gmodule/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-249-106/+126
* gmodule – Don't use RTLD_DEFAULT on Android for g_module_self() on Android ...Sebastian Dröge2017-05-091-3/+15
* gmodule – Check for RTLD_LAZY and others in configureSebastian Dröge2017-05-091-3/+4
* gmodule: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-062-99/+61
* gmodule: Add the visibility attribute to G_MODULE_EXPORT on gccPhilip Withnall2017-03-232-4/+12
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* win32: fixup lib.exe invocationRyan Lortie2014-02-151-1/+4
* docs: let go of *Matthias Clasen2014-02-141-2/+2