index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
rpmfc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add actual command + arguments to dependency generator debug output (#338)
Panu Matilainen
2018-01-16
1
-0
/
+6
*
Add a new option --alldeps to rpmdeps
Peter Kjellerstedt
2018-01-16
1
-13
/
+14
*
rpmfc: fix ternary operator
Florian Festi
2017-07-07
1
-1
/
+1
*
Revert macro argument quotion patches
Panu Matilainen
2017-06-27
1
-1
/
+1
*
Enable double quoting in macro arguments (#222)
Pavlina Moravcova Varekova
2017-06-19
1
-1
/
+1
*
Pass proper file index when recording generated dependencies
Florian Festi
2017-05-31
1
-1
/
+1
*
Stop NSPR from messing with our signals
Panu Matilainen
2017-05-10
1
-2
/
+0
*
add support for rich dependencies from dependency generators
Igor Gnatenko
2017-03-08
1
-64
/
+26
*
Fix check for weak deps in external dependency generator
Florian Festi
2017-03-01
1
-6
/
+6
*
Use RPMTAG_*NAME instead of RPMTAG_*FLAGS in parsePreamble.c and parseRCPOT()
Florian Festi
2017-03-01
1
-1
/
+1
*
Cosmetics: if, while and switch are followed by a space
Panu Matilainen
2017-02-27
1
-2
/
+2
*
Filter out provides/requires from %_docdir (rhbz:964126)
Lubos Kardos
2016-05-31
1
-0
/
+6
*
Change rpmfcAttrMacro() and rpmfcAttrReg() to accept variable argument list
Lubos Kardos
2016-05-30
1
-17
/
+66
*
Filter unversioned deps if corresponding versioned deps exist (rhbz:678605)
Lubos Kardos
2016-05-17
1
-55
/
+118
*
Show a warning when external dependency generator is used
Lubos Kardos
2016-04-18
1
-0
/
+2
*
Use pkg->dpaths during dependency generation instead of buildRoot + filename
Florian Festi
2016-02-25
1
-7
/
+1
*
Add missing header files
Peter Eisentraut
2016-02-11
1
-0
/
+1
*
Add support for various types of dependencies to rpmdeps tool
Lubos Kardos
2015-09-21
1
-0
/
+30
*
Fix doxygen warnings
Florian Festi
2015-02-17
1
-1
/
+0
*
Eliminate leftover, commented debugging printf()
Panu Matilainen
2014-10-08
1
-1
/
+0
*
Only add per-file dependencies if we collected them
Panu Matilainen
2014-10-08
1
-7
/
+7
*
Move internal vs external depgen decision to rpmfcApply()
Panu Matilainen
2014-10-08
1
-10
/
+17
*
Dont bother passing pkg to rpmfcGenerateDependsHelper()
Panu Matilainen
2014-10-08
1
-5
/
+5
*
We already have the files with buildroot prepended here...
Panu Matilainen
2014-10-08
1
-7
/
+4
*
Pass file classifier, not spec, to external depgen helper
Panu Matilainen
2014-10-08
1
-5
/
+5
*
Refactor current file index from rpmfc struct
Panu Matilainen
2014-10-08
1
-23
/
+24
*
Generate file classes and colors regardless of dependencies (RhBug:1150209)
Panu Matilainen
2014-10-08
1
-13
/
+9
*
Dirty kludgery to fix rpmdeps segfault (RhBug:1131892)
Panu Matilainen
2014-08-25
1
-0
/
+5
*
Resurrect dependency spew during build
Panu Matilainen
2014-08-25
1
-5
/
+3
*
Add weak deps to the dependency generators
Florian Festi
2014-07-08
1
-0
/
+18
*
Make calling the dependency generators more generic
Florian Festi
2014-07-08
1
-47
/
+28
*
Do not write the dependencies to the header instantly.
Florian Festi
2014-07-08
1
-94
/
+36
*
Fix creation of file manifest in rpmfcGenerateDependsHelper()
Tomas Mlcoch
2014-03-24
1
-1
/
+2
*
Use a common string pool for rpmds'es within file classifier
Panu Matilainen
2013-11-29
1
-11
/
+15
*
Make pkg->cpioList rpmfiles instead of rpmfi
Panu Matilainen
2013-11-25
1
-1
/
+3
*
Sanitize archive creation
Panu Matilainen
2013-11-19
1
-1
/
+2
*
Detect and report invalid characters in dependency range operators
Panu Matilainen
2013-09-04
1
-2
/
+5
*
Require strict one dependency per line output from generators
Panu Matilainen
2013-09-04
1
-7
/
+14
*
Refactor dependency string (flags etc) parsing to separate function
Panu Matilainen
2013-09-04
1
-28
/
+54
*
Add placeholder return code to rpmfcHelper()
Panu Matilainen
2013-09-04
1
-2
/
+3
*
Propagate return codes from rpmfcHelper() in rpmfcHelperFoo()
Panu Matilainen
2013-09-04
1
-8
/
+6
*
Utilize the existing rpmds'es from packages when merging generated deps
Panu Matilainen
2013-04-16
1
-8
/
+4
*
Print out %pretrans and %posttrans dependencies too when building
Panu Matilainen
2013-04-10
1
-0
/
+6
*
Freeze the rpmfc string pools once all additions are done
Panu Matilainen
2012-09-26
1
-0
/
+4
*
Dont waste time with argi for rpmfc file class indexes
Panu Matilainen
2012-09-26
1
-9
/
+6
*
Dont waste time with argi for rpmfc file colors
Panu Matilainen
2012-09-26
1
-15
/
+11
*
Dont waste time with argv for rpmfc file names
Panu Matilainen
2012-09-26
1
-5
/
+8
*
Use a string pool for the build-time file dependency string storage
Panu Matilainen
2012-09-26
1
-9
/
+9
*
Use a string pool to build file class dictionary and indexes
Panu Matilainen
2012-09-26
1
-25
/
+17
*
Cosmetics: properly indent the rpmfc debug foobar
Panu Matilainen
2012-09-26
1
-6
/
+8
[next]