dcbaker created pull request ariadne/pkgconf#244
meson: use a feature option for tests instead of booleandcbaker pushed to tests-feature at dcbaker/pkgconf
- fa803c7ecd meson: use a feature option for tests instead of boolean
dcbaker pushed to tests-feature at dcbaker/pkgconf
- 5ca72096d2 meson: use a feature option for tests instead of boolean
- bddf1641f8 bomtool: fix ASan issues
- 8754bdfe09 pkgconf 1.9.3.
- 6a66b312b4 libpkgconf: increase API level to 10903
- 4c38d3f60c update NEWS for pkgconf 1.9.3
- Compare 10 commits »
dcbaker created pull request ariadne/pkgconf#242
bsdstubs: include errno.hdcbaker pushed to bsdstubs-errno at dcbaker/pkgconf
- 7976daab9a bsdstubs: include errno.h
- d8d669f637 pkgconf 1.9.0.
- 23556ff818 Bump libpkgconf SOVERSION for 1.9.0 changes.
- da9b2cfbc1 NEWS: note the SPDX license branch has been merged
- b2579a661b man: pc(5): document the License field
- Compare 10 commits »
dcbaker deleted branch free-memory from dcbaker/pkgconf
dcbaker pushed to free-memory at dcbaker/pkgconf
- 179a0560a6 ci: run meson test with the address sanitizer enabled
- 1cfa2d1e20 pkg: prevent circular ownership
- 301d8fa0c6 queue: free unused dependencies when flattening
- 34b110200a dependency: zero list after freeing
- e71a5a3370 dependency: add debug information for dependency refcounting
- Compare 18 commits »
dcbaker pushed to free-memory at dcbaker/pkgconf
- 90232914cd ci: run meson test with the address sanitizer enabled
- 576ef1b949 pkg: prevent circular ownership
- d3237407c4 queue: free unused dependencies when flattening
- 3bcf96dd01 dependency: zero list after freeing
- 1ac1cb51af dependency: add debug information for dependency refcounting
- Compare 30 commits »
dcbaker deleted branch submit/misleading-indentation from dcbaker/pkgconf
dcbaker created pull request ariadne/pkgconf#241
Fix macro definition interfering with -Wmisleading-indentationdcbaker pushed to submit/misleading-indentation at dcbaker/pkgconf
- 125a13d3b9 meson: add -Wmisleading-indentation
- 96c61cbab0 libpkgconf: remove trailing ; from macro definition
- a042827951 Merge pull request 'meson cleanups and fixes' (#240) from dcbaker/pkgconf:submit/meson-cleanups into master
- dd779ad9f8 meson: add check to run_command
- c04097e491 meson: pass configured files idiomatically
- Compare 10 commits »
dcbaker pushed to free-memory at dcbaker/pkgconf
- 116e367525 main: unref another pkg
- dbc8d248c7 cache: use pkgconf_cache_remove to empty the cache
- 62608dfe02 queue: don't flatten nothing
- 02710ffdef cache: if the cache_table is NULL don't search it
- 9d82962160 fixup! cache: set the cache_table to NULL if empty
- Compare 5 commits »
dcbaker commented on pull request ariadne/pkgconf#239
Do a better job cleaning up memoryI keep finding more issues with memory leaking (or me fixing it incorrectly), so I'm going to mark this as WIP for the moment.
dcbaker created pull request ariadne/pkgconf#240
meson cleanups and fixesdcbaker pushed to submit/meson-cleanups at dcbaker/pkgconf
- dd779ad9f8 meson: add check to run_command
- c04097e491 meson: pass configured files idiomatically
- 06fe2e23b0 meson: use current_source_dir and current_build_dir instead of *_root
- 1f993bc095 meson: use string methods to avoid repeating data
- f947af057f meson: use str.format for improved readability
- Compare 10 commits »
dcbaker created pull request ariadne/pkgconf#239
Do a better job cleaning up memory