index
:
pkg-config
master
Manage compile and link flags for libraries (mirrored from https://gitlab.freedesktop.org/pkg-config/pkg-config)
tfheen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-19
pkg: Include CPATH in header search path
v4hn
1
-0
/
+6
2016-12-22
Optimization to load only needed .pc files
Marco Diego Aurélio Mesquita
1
-96
/
+57
2016-08-22
Remove unused package_list_strip_duplicates
Dan Nicholson
1
-37
/
+0
2016-08-22
Improve performance of package list expansion
Matthew Hanna
1
-19
/
+28
2016-02-26
Revert "Quote pc_path virtual variable"
Dan Nicholson
1
-3
/
+1
2016-02-26
Only unquote --variable when it appears quoted
Dan Nicholson
1
-15
/
+8
2016-02-26
Revert "Unquote values of requested variables"
Dan Nicholson
1
-16
/
+4
2016-01-29
Allow overriding package variables with env vars
Alexander Larsson
1
-1
/
+35
2016-01-29
Pass key into parse_package_key so it can be set early
Alexander Larsson
1
-16
/
+18
2015-10-26
pkg.c: Port from dirent to GDir
Chun-wei Fan
1
-13
/
+13
2014-12-09
Quote pc_path virtual variable
Dan Nicholson
1
-1
/
+3
2014-12-09
Handle pcfiledir variable like normal variable
Dan Nicholson
1
-4
/
+0
2014-11-12
Use same token for malloc as for string construction
Daniel Macks
1
-1
/
+1
2014-11-12
Bump scanned_dir_count even if dir cannot be read
Daniel Macks
1
-5
/
+6
2014-09-27
Strip system library directories reliably
Andrew Oakley
1
-1
/
+0
2013-09-15
Unquote values of requested variables
Marek Kasik
1
-4
/
+16
2013-05-31
Strip trailing space from --cflags/--libs output
Dan Nicholson
1
-0
/
+4
2013-05-20
Avoid const warning on Win32
Dan Nicholson
1
-1
/
+1
2013-05-17
Split rpmvercmp code into separate file
Dan Nicholson
1
-103
/
+1
2013-01-22
Merge branch 'flag-order-fixes'
Dan Nicholson
1
-186
/
+99
2013-01-16
Greatly simplify circular Requires checking
Dan Nicholson
1
-4
/
+3
2012-12-04
Only strip duplicate arguments when they appear consecutively
Dan Nicholson
1
-30
/
+13
2012-12-04
Output -l and other Libs flags in the order they appear
Dan Nicholson
1
-10
/
+4
2012-12-04
Keep Libs and Cflags together to maintain ordering
Dan Nicholson
1
-61
/
+53
2012-12-04
Output -L Libs flags before other Libs flags
Dan Nicholson
1
-6
/
+6
2012-12-04
Pass around flags types instead of function pointers
Dan Nicholson
1
-80
/
+46
2012-12-04
Limit merging of packages and flags to path or dependency order
Dan Nicholson
1
-23
/
+14
2012-12-04
Unify string list stripping functions and operate on list in place
Dan Nicholson
1
-37
/
+20
2012-12-04
Cleanup prototypes for list operating functions
Dan Nicholson
1
-13
/
+18
2012-12-04
Sort -other Libs and Cflags by package order instead of path order
Dan Nicholson
1
-5
/
+4
2012-12-04
Fix one hash table optimization to use key=value
Dan Nicholson
1
-1
/
+1
2012-12-03
Optimize hash table when usage is only as a set
Dan Nicholson
1
-6
/
+6
2012-12-03
Remove duplicate string list elements in place
Dan Nicholson
1
-43
/
+26
2012-12-03
Start from end of package lists when processing Requires
Dan Nicholson
1
-13
/
+12
2012-12-03
Traverse list backwards instead of copying and reversing
Dan Nicholson
1
-7
/
+2
2012-12-03
Remove duplicate packages after resolving requires
Dan Nicholson
1
-0
/
+44
2012-12-03
Convert to doubly-linked GList
Dan Nicholson
1
-97
/
+97
2012-11-29
Use standard GSList functions to merge package lists
Dan Nicholson
1
-11
/
+3
2012-11-28
Remove extra spaces from list debugging output
Dan Nicholson
1
-6
/
+4
2012-11-28
Use package filename rather than Name in debugging
Dan Nicholson
1
-12
/
+12
2012-11-03
Allow all combinations of --cflags and --libs variants
Dan Nicholson
1
-88
/
+43
2012-10-30
Nest copying and merging of flags to avoid repeated traversals
Dan Nicholson
1
-18
/
+34
2012-10-13
Only match uninstalled packages that end in "-uninstalled" with hyphen
Dan Nicholson
1
-3
/
+3
2012-10-13
Support circular Requires loops
Dan Nicholson
1
-0
/
+18
2012-10-13
Delay converting Requires entries to Packages until after parsing
Dan Nicholson
1
-5
/
+58
2012-10-13
Consistently resolve requires depth-first to fix non-l flag ordering
Dan Nicholson
1
-11
/
+3
2012-10-13
Make sure recursion only happens with requires
Dan Nicholson
1
-0
/
+6
2012-10-03
Kill a bunch of unused code
Dan Nicholson
1
-144
/
+0
2012-05-29
Use g_alloca instead of fooling around with platforms ourselves
Dan Nicholson
1
-10
/
+2
2012-05-21
Don't use deprecated glib function to construct path on win32
LRN
1
-1
/
+1
[next]