summaryrefslogtreecommitdiff
path: root/gmodule
Commit message (Expand)AuthorAgeFilesLines
* giomodules: g_io_module_* must always be exportedXavier Claessens2022-10-132-7/+14
* Rename all visibility macrosXavier Claessens2022-10-132-15/+15
* Fix symbol visibility macros on WindowsXavier Claessens2022-10-132-1/+9
* tests: skip shared libs if default_library=staticAlyssa Ross2022-10-121-16/+18
* Merge branch 'atomic-older-cplusplus' into 'main'Philip Withnall2022-10-121-0/+13
|\
| * meson: Build C++ tests for the currently supported C++ standard versionsMarco Trevisan (Treviño)2022-09-151-0/+13
* | meson: Set install_tag on installed tests filesXavier Claessens2022-09-201-0/+4
|/
* meson: fix build without cpp toolchainJames Hilliard2022-07-151-3/+8
* Merge branch 'gmodule-invalid-la-file' into 'main'Marco Trevisan2022-07-062-4/+43
|\
| * gmodule: Use Unicode quotation marks in error messagesPhilip Withnall2022-07-061-3/+3
| * gmodule: Improve error handling for invalid .la filesPhilip Withnall2022-07-062-2/+41
* | Merge branch 'more-spdx' into 'main'Philip Withnall2022-07-0510-0/+20
|\ \ | |/ |/|
| * Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-0110-0/+20
* | build: Drop MALLOC_PERTURB_ from test environmentsPhilip Withnall2022-06-211-1/+0
|/
* Move tests/module-test.c to gmodules/tests/Emmanuel Fleury2022-05-264-0/+391
* docs: Add all used licenses in a REUSE-compatible directoryPhilip Withnall2022-05-171-502/+1
* Merge branch 'meson-version-policy' into 'main'Philip Withnall2022-05-101-6/+4
|\
| * meson: Use meson.can_run_host_binaries()Xavier Claessens2022-05-061-1/+1
| * build: Drop checks and workarounds for older Meson versionsPhilip Withnall2022-05-061-5/+3
* | meson: Check rres.compiled() before calling rres.returncode()illiliti2022-05-071-1/+1
|/
* 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