aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Release version 1.5.4+1v1.5.4Karen Arutyunov1-38/+47
2019-01-16Update copyright yearKaren Arutyunov3-3/+3
2018-12-28Fix segmentation fault due to double-free attempt in pkgconf_pkg_cflags()Karen Arutyunov1-0/+7
2018-10-26Merge with 1.5.4 upstream package versionKaren Arutyunov12-212/+767
2018-06-06Merge with 1.4.2 upstream package versionKaren Arutyunov2-26/+61
2018-05-21Update copyright yearKaren Arutyunov3-3/+3
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2017-12-15Merge with latest upstream package version (master branch)Karen Arutyunov3-669/+2
2017-12-12Merge with latest upstream package version (master branch)Karen Arutyunov14-2409/+818
2017-11-30Use compiler class instead of id where appropriateKaren Arutyunov1-3/+2
2017-11-09Rename requires to requires_ since it is keyword in C++20Boris Kolpackov5-7/+533
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