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
/
cmake
/
interpreter.py
Age
Commit message (
Expand
)
Author
2025-12-10
cmake: Fix version kwarg being added to static_library targets
RobotLeopard86
2025-10-24
cmake: Set CMAKE_INSTALL_LIBDIR explicitly
Daniele Nicolodi
2025-10-24
cmake: Do not pass install prefix explicitly to the CMake interpreter
Daniele Nicolodi
2025-09-06
compilers: Enable out-of-the-box MSVC compatibility with ccache
L. E. Segovia
2025-08-26
Set version, soversion from cmake if available
Julianne Swinoga
2025-07-18
cmake: Use the `cm\_` prefix for names starting with digits
Konstantin Seurer
2025-06-03
cmake: Fix target_link_libraries against project targets
L. E. Segovia
2025-04-05
cmake/interpreter: Don't add __CMake_build to includes
Tomi Lähteenmäki
2025-04-04
cmake: filter and order clib_compiler languages
Andrei Alexeyev
2025-04-04
cmake: pass clib_compiler to resolve_cmake_trace_targets()
Andrei Alexeyev
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-02-05
options: Add an EnumeratedUserOption class
Dylan Baker
2024-09-12
cmake: actually print the cycle in the error message
Dylan Baker
2024-09-11
Fix typos
spaette
2024-08-26
cmake/interpreter: Remove None from values we promise wont have None
Dylan Baker
2024-08-26
cmake/interpreter: Fix some incorrect and missing annotations
Dylan Baker
2024-08-26
cmake/interpreter: clear up some ambiguous Optional handling
Dylan Baker
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-15
cmake: Only propagate interface link flags in dep
Jonathon Anderson
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-04-24
cmake/interpreter: Annotate and style module-level constants
Jouke Witteveen
2024-04-11
cmake: best-effort build type propagation
Jouke Witteveen
2024-01-16
cmake: Fix blunt target filtering skipping GENERATED dependencies
L. E. Segovia
2023-12-21
cmake/interperter: Add missing type annotation
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-12
cmake: parse project version
Nicolas Werner
2023-09-22
CMakeInterpreter: Remove useless arguments
Xavier Claessens
2023-09-11
parser: simplify other node constructors
Charles Brunet
2023-09-11
parser: simplify Assignment and PlusAssignment nodes
Charles Brunet
2023-09-11
parser: add SymbolNode to preserve operators
Charles Brunet
2023-09-11
parser: use IdNode for function name and assignment name
Charles Brunet
2023-09-11
parser: preserve escape chars in strings
Charles Brunet
2023-09-11
parser: preserve number base
Charles Brunet
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-24
migrate some type comments to modern type annotations
Eli Schwartz
2022-11-24
remove a couple of unneeded type annotations
Eli Schwartz
2022-10-04
pylint: enable use-a-generator
Dylan Baker
2022-10-03
pylint: enable unnecessary-comprehension
Dylan Baker
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-07-18
cmake module: Better warnings and error messages in some cases.
Volker Weißmann
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-07-03
sort imports for neatness
Eli Schwartz
2022-05-24
cmake: fix detecting directories as input files (fixes #10244)
Daniel Mensinger
2022-04-03
cmake: Better error message when configuring a CMake subproject fails.
Daniel Mensinger
2022-03-29
Fix CMake deprecation warning generated from interpreter
Tristan Partin
2022-03-07
Merge pull request #9743 from mensinda/cmakeGeneratorFixed
Jussi Pakkanen
2022-02-03
cmake: Deprecate CMake <3.17 support
Daniel Mensinger
[next]