index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
modules
/
rpm.py
Age
Commit message (
Expand
)
Author
2022-01-10
remove the RPM module
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Stop using ModuleReturnValue where it's not needed
Xavier Claessens
2021-02-27
install_man locale support
Jason Woodward
2019-12-05
rpm: update for host machine compiler API change
Michael Hirsch, Ph.D
2019-05-20
Use dependency cache
Dylan Baker
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2019-01-10
rpm: Bring RPM module back in to a working state
Alistair Thomas
2018-04-16
Merge pull request #3218 from mesonbuild/findoverrider
Jussi Pakkanen
2018-04-15
Updated all modules to work with the new API.
Jussi Pakkanen
2018-03-19
Added Elbrus lcc compilers support as inheritance from gcc ones
makise-homura
2017-09-21
flake8: Clean up complained-about unused imports
Luke Shumaker
2017-06-26
Fixed the remaining modules.
Jussi Pakkanen
2017-02-20
rpm: Fix missing parenthesis and quotation mark
Nirbheek Chauhan
2017-02-19
rpm: We no longer provide the full path to a library
Nirbheek Chauhan
2017-02-19
find_program: Fix implementation of .path()
Nirbheek Chauhan
2017-01-09
There are two different kinds of extensions: modules that create new
Jussi Pakkanen
2017-01-09
Fix Gnome module.
Jussi Pakkanen
2016-12-22
Fix shared library symlink aliasing on install
Nirbheek Chauhan
2016-12-19
fix some of pylint's undefined-variable
Igor Gnatenko
2016-12-15
Allow all code to access module target classes
Nirbheek Chauhan
2016-12-13
Use dict for self.build.compilers instead of list
Nirbheek Chauhan
2016-11-08
rpm: Fix trivial typo in BuildRequires
Nirbheek Chauhan
2016-11-08
Implement mlog.warning and use it everywhere for warnings
Nirbheek Chauhan
2016-10-08
rpm: couple of improvements and fixes
Igor Gnatenko
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-04-05
Removed no longer used attribute from rpm generator. Closes #502.
Jussi Pakkanen
2016-04-04
Import fix. Closes #498.
Jussi Pakkanen
2016-01-17
Fix rpm imports.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen