summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/rpm.py
AgeCommit message (Expand)Author
2022-01-10remove the RPM moduleEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Stop using ModuleReturnValue where it's not neededXavier Claessens
2021-02-27install_man locale supportJason Woodward
2019-12-05rpm: update for host machine compiler API changeMichael Hirsch, Ph.D
2019-05-20Use dependency cacheDylan Baker
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-01-10rpm: Bring RPM module back in to a working stateAlistair Thomas
2018-04-16Merge pull request #3218 from mesonbuild/findoverriderJussi Pakkanen
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen
2018-03-19Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker
2017-06-26Fixed the remaining modules.Jussi Pakkanen
2017-02-20rpm: Fix missing parenthesis and quotation markNirbheek Chauhan
2017-02-19rpm: We no longer provide the full path to a libraryNirbheek Chauhan
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen
2017-01-09Fix Gnome module.Jussi Pakkanen
2016-12-22Fix shared library symlink aliasing on installNirbheek Chauhan
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko
2016-12-15Allow all code to access module target classesNirbheek Chauhan
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan
2016-11-08rpm: Fix trivial typo in BuildRequiresNirbheek Chauhan
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan
2016-10-08rpm: couple of improvements and fixesIgor Gnatenko
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-04-05Removed no longer used attribute from rpm generator. Closes #502.Jussi Pakkanen
2016-04-04Import fix. Closes #498.Jussi Pakkanen
2016-01-17Fix rpm imports.Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen