aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf
AgeCommit message (Expand)AuthorFilesLines
2017-11-06Rename requires to requires_ since it is keyword in C++20requiresBoris Kolpackov3-7/+7
2017-10-17Merge with latest original package version (master branch)Karen Arutyunov9-1744/+19
2017-10-15Fix broken gcc compilation on MacOSKaren Arutyunov1-1/+1
2017-10-14Merge with latest original package version (master branch)Karen Arutyunov17-543/+149
2017-10-13Fix broken compilation on WindowsKaren Arutyunov1-1/+1
2017-10-13Relax thread stack size requirementsKaren Arutyunov13-26/+2023
2017-10-09Minor comments fixesKaren Arutyunov1-3/+3
2017-09-27Don't install win-dirent.h (now internal)Karen Arutyunov1-4/+4
2017-09-27Don't install stdinc.h (now internal)Karen Arutyunov1-0/+2
2017-09-20Change buildfile comment for _GNU_SOURCE macro definitionKaren Arutyunov1-2/+4
2017-09-20Fix MinGW GCC print format warningsKaren Arutyunov2-2/+64
2017-09-19Merge with latest original package version (master branch)Karen Arutyunov20-1112/+153
2017-09-19Fix some escaping related issuesKaren Arutyunov4-2/+289
2017-09-14Unconditionally add -DPKGCONFIG_IS_STATIC to cc.export.poptions for static li...Karen Arutyunov4-19/+20
2017-09-14Fix the previous fixKaren Arutyunov1-3/+5
2017-09-14Fix clashing C min/max macros with C++ functions on WindowsKaren Arutyunov1-0/+7
2017-09-14Add some C++ related fixesKaren Arutyunov5-2/+399
2017-09-13Add support for PKGCONF_PKG_PKGF_SIMPLIFY_ERRORS flagKaren Arutyunov2-67/+75
2017-09-12Define HAVE_STRNDUP macro for FreeBSDKaren Arutyunov1-5/+4
2017-09-12Redo package cache breakage fixKaren Arutyunov2-12/+38
2017-09-12Fix leaks and package not cachingKaren Arutyunov4-0/+2161
2017-09-11Add implementationKaren Arutyunov22-0/+6220