aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-22Release version 1.5.4+2HEADv1.5.4+2masterKaren Arutyunov1-4/+4
2019-03-06Release version 1.5.4+1v1.5.4Karen Arutyunov2-42/+51
2019-02-12Release version 1.5.4Boris Kolpackov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov16-16/+16
2018-12-28Fix segmentation fault due to double-free attempt in pkgconf_pkg_cflags()Karen Arutyunov1-0/+7
2018-12-03Suppress MSVC warnings at project levelKaren Arutyunov2-0/+12
2018-12-02Add commented out builds value to manifestKaren Arutyunov1-3/+4
2018-10-30Add upstream issue tracking number to commentKaren Arutyunov1-3/+2
2018-10-26Merge with 1.5.4 upstream package versionKaren Arutyunov19-226/+799
2018-09-12Bump version to 1.4.2+1, master is open for businessBoris Kolpackov1-1/+1
2018-09-11Release version 1.4.2v1.4.2Boris Kolpackov1-1/+1
2018-07-12Bump build2 version requirement to 0.8.0Karen Arutyunov1-2/+2
2018-07-11Add project manifest valueKaren Arutyunov1-1/+2
2018-06-20Regularize .gitignore filesKaren Arutyunov3-0/+10
2018-06-06Merge with 1.4.2 upstream package versionKaren Arutyunov6-37/+71
2018-06-01Remove target/scope irregularity workaroundsKaren Arutyunov1-1/+1
2018-05-31Bump version to 1.4.0+1, master is open for businessBoris Kolpackov1-1/+1
2018-05-29Bump version to 1.4.0v1.4.0Boris Kolpackov1-1/+1
2018-05-21Update copyright yearKaren Arutyunov16-16/+16
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov5-16/+4
2018-05-03Adjust to new scope syntaxBoris Kolpackov1-1/+1
2017-12-15Merge with latest upstream package version (master branch)Karen Arutyunov4-675/+8
2017-12-13Add libpkgconf API basic testKaren Arutyunov3-0/+302
2017-12-12Merge with latest upstream package version (master branch)Karen Arutyunov15-2411/+822
2017-11-30Use compiler class instead of id where appropriateKaren Arutyunov1-3/+2
2017-11-30Bump toolchain version dependency to 0.7.0 in manifestKaren Arutyunov1-2/+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-16Fix package and ABI versionsKaren Arutyunov2-5/+7
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-21Update TODOKaren Arutyunov1-12/+0
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 Arutyunov41-0/+6642