summaryrefslogtreecommitdiff
path: root/build/rpmfc.c
Commit message (Expand)AuthorAgeFilesLines
* Add actual command + arguments to dependency generator debug output (#338)Panu Matilainen2018-01-161-0/+6
* Add a new option --alldeps to rpmdepsPeter Kjellerstedt2018-01-161-13/+14
* rpmfc: fix ternary operatorFlorian Festi2017-07-071-1/+1
* Revert macro argument quotion patchesPanu Matilainen2017-06-271-1/+1
* Enable double quoting in macro arguments (#222)Pavlina Moravcova Varekova2017-06-191-1/+1
* Pass proper file index when recording generated dependenciesFlorian Festi2017-05-311-1/+1
* Stop NSPR from messing with our signalsPanu Matilainen2017-05-101-2/+0
* add support for rich dependencies from dependency generatorsIgor Gnatenko2017-03-081-64/+26
* Fix check for weak deps in external dependency generatorFlorian Festi2017-03-011-6/+6
* Use RPMTAG_*NAME instead of RPMTAG_*FLAGS in parsePreamble.c and parseRCPOT()Florian Festi2017-03-011-1/+1
* Cosmetics: if, while and switch are followed by a spacePanu Matilainen2017-02-271-2/+2
* Filter out provides/requires from %_docdir (rhbz:964126)Lubos Kardos2016-05-311-0/+6
* Change rpmfcAttrMacro() and rpmfcAttrReg() to accept variable argument listLubos Kardos2016-05-301-17/+66
* Filter unversioned deps if corresponding versioned deps exist (rhbz:678605)Lubos Kardos2016-05-171-55/+118
* Show a warning when external dependency generator is usedLubos Kardos2016-04-181-0/+2
* Use pkg->dpaths during dependency generation instead of buildRoot + filenameFlorian Festi2016-02-251-7/+1
* Add missing header filesPeter Eisentraut2016-02-111-0/+1
* Add support for various types of dependencies to rpmdeps toolLubos Kardos2015-09-211-0/+30
* Fix doxygen warningsFlorian Festi2015-02-171-1/+0
* Eliminate leftover, commented debugging printf()Panu Matilainen2014-10-081-1/+0
* Only add per-file dependencies if we collected themPanu Matilainen2014-10-081-7/+7
* Move internal vs external depgen decision to rpmfcApply()Panu Matilainen2014-10-081-10/+17
* Dont bother passing pkg to rpmfcGenerateDependsHelper()Panu Matilainen2014-10-081-5/+5
* We already have the files with buildroot prepended here...Panu Matilainen2014-10-081-7/+4
* Pass file classifier, not spec, to external depgen helperPanu Matilainen2014-10-081-5/+5
* Refactor current file index from rpmfc structPanu Matilainen2014-10-081-23/+24
* Generate file classes and colors regardless of dependencies (RhBug:1150209)Panu Matilainen2014-10-081-13/+9
* Dirty kludgery to fix rpmdeps segfault (RhBug:1131892)Panu Matilainen2014-08-251-0/+5
* Resurrect dependency spew during buildPanu Matilainen2014-08-251-5/+3
* Add weak deps to the dependency generatorsFlorian Festi2014-07-081-0/+18
* Make calling the dependency generators more genericFlorian Festi2014-07-081-47/+28
* Do not write the dependencies to the header instantly.Florian Festi2014-07-081-94/+36
* Fix creation of file manifest in rpmfcGenerateDependsHelper()Tomas Mlcoch2014-03-241-1/+2
* Use a common string pool for rpmds'es within file classifierPanu Matilainen2013-11-291-11/+15
* Make pkg->cpioList rpmfiles instead of rpmfiPanu Matilainen2013-11-251-1/+3
* Sanitize archive creationPanu Matilainen2013-11-191-1/+2
* Detect and report invalid characters in dependency range operatorsPanu Matilainen2013-09-041-2/+5
* Require strict one dependency per line output from generatorsPanu Matilainen2013-09-041-7/+14
* Refactor dependency string (flags etc) parsing to separate functionPanu Matilainen2013-09-041-28/+54
* Add placeholder return code to rpmfcHelper()Panu Matilainen2013-09-041-2/+3
* Propagate return codes from rpmfcHelper() in rpmfcHelperFoo()Panu Matilainen2013-09-041-8/+6
* Utilize the existing rpmds'es from packages when merging generated depsPanu Matilainen2013-04-161-8/+4
* Print out %pretrans and %posttrans dependencies too when buildingPanu Matilainen2013-04-101-0/+6
* Freeze the rpmfc string pools once all additions are donePanu Matilainen2012-09-261-0/+4
* Dont waste time with argi for rpmfc file class indexesPanu Matilainen2012-09-261-9/+6
* Dont waste time with argi for rpmfc file colorsPanu Matilainen2012-09-261-15/+11
* Dont waste time with argv for rpmfc file namesPanu Matilainen2012-09-261-5/+8
* Use a string pool for the build-time file dependency string storagePanu Matilainen2012-09-261-9/+9
* Use a string pool to build file class dictionary and indexesPanu Matilainen2012-09-261-25/+17
* Cosmetics: properly indent the rpmfc debug foobarPanu Matilainen2012-09-261-6/+8