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
/
traceparser.py
Age
Commit message (
Expand
)
Author
2024-09-30
cmake/traceparser: fix typo
Stephan Lachnit
2024-07-30
mypy: fix broken logic checks that used "if func"
Eli Schwartz
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-02-01
pyupgrade: use set literal
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-29
pylint: enable the bad_builtin checker
Dylan Baker
2022-10-04
pylint: enable use-a-generator
Dylan Baker
2022-09-19
pylint: enable consider-using-in
Dylan Baker
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-07-18
Applied tristan957's suggestions
Volker Weißmann
2022-07-18
cmake module: Better warnings and error messages in some cases.
Volker Weißmann
2022-04-18
Fix generator expression list problems (fixes #10288)
Daniel Mensinger
2022-04-03
cmake: Better error message when configuring a CMake subproject fails.
Daniel Mensinger
2022-03-07
Merge pull request #9743 from mensinda/cmakeGeneratorFixed
Jussi Pakkanen
2022-02-16
flake8: fix wrong numbers of blank line separators
Eli Schwartz
2022-02-03
cmake: Deprecate CMake <3.17 support
Daniel Mensinger
2022-01-23
cmake: Add TARGET_ generator expression support (fixes #9305)
Daniel Mensinger
2022-01-23
cmake: Move generator expression evaluation to the end of the traceparser
Daniel Mensinger
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-07-05
more f-strings too complex to be caught by pyupgrade
Eli Schwartz
2021-07-05
fix typo in log message
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-05-29
cmake: CMakeTraceParser improvements
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-13
Fix misspells
Antonin Décimo
2020-11-20
use real pathlib module
Dylan Baker
2020-10-24
cmake: Disable the new (CMake 3.16) PCH support
Daniel Mensinger
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-10-04
cmake: switch to pathlib (fixes #7322)
Daniel Mensinger
2020-09-28
typing: fully annotate cmake.traceparser
Daniel Mensinger
2020-08-07
cmake: make the traceparser permissive by default (fixes #7501)
Daniel Mensinger
2020-08-03
cmake: resolve IMPORTED executables in custom commands (fixes #7509)
Daniel Mensinger
2020-06-09
cmake_traceparser: ignore parse error
Michael Hirsch
2020-06-02
cmake: always split property lists (fixes #7228)
Daniel Mensinger
2020-04-28
Adding a conditional case in _guess_files to confirm that the complete path i...
georgev93
2020-04-24
Adjust regex to handle cases such as C:/Program Files/folder
georgev93
2020-04-17
cmake: Do not compile explicit header files
Daniel Mensinger
2020-04-12
cmake: Fix custom command CMake list issue
Daniel Mensinger
2020-02-20
cmake: Fix relative paths for add_custom_{command,target}
Daniel Mensinger
2020-02-19
cmake: traceparser better handle lists
Daniel Mensinger
2020-02-12
cmake: Add support for the new JSON trace format
Daniel Mensinger
2020-02-04
cmake: Fix spaces in compile flags (fixes #6566)
Daniel Mensinger
2020-01-26
cmake: Add support for --trace-redirect
Daniel Mensinger
2020-01-26
cmake: Refactor CMakeExecutor and CMakeTraceParser
Daniel Mensinger
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-29
cmake: Use trace for missing link flags (fixes #6386)
Daniel Mensinger
[next]