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
/
tools
/
cmake2meson.py
Age
Commit message (
Expand
)
Author
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-04
Remove type comments in run_project_tests.py
Tristan Partin
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-09-08
typing: fully annotate tools
Daniel Mensinger
2020-02-23
cmake2meson fix if nesting (#6676)
Yann Dirson
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-10-19
cmake2meson: improve exceptions, add type annotations, use argparse
Michael Hirsch, Ph.D
2019-01-16
allow nested if loop
Michael Hirsch, Ph.D
2019-01-06
modernize library default syntax, be like CMake static default
Michael Hirsch, Ph.D
2017-09-14
cmake2meson: convert varexp to lowercase
Georg Müller
2017-09-14
cmake2meson: strip comments from statements
Georg Müller
2017-09-14
cmake2meson: convert statements to lower case
Georg Müller
2017-07-16
Removed unnecessary pass statements.
Jussi Pakkanen
2017-01-18
cleanup: Unbound local variable
Mike Sinkovsky
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2017-01-18
cleanup: Redundant character escape
Mike Sinkovsky
2017-01-11
style: [E1**] Indentation
Mike Sinkovsky
2017-01-11
style: [E301] expected 1 blank line, found 0
Mike Sinkovsky
2017-01-01
style: fix E703 violations
Igor Gnatenko
2017-01-01
style: fix E265 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-10-19
Allow id to contain a pipe "|"
Gautier Pelloux-Prayer
2016-10-18
cmake2meson.py: Fix missing quote around options type/name
Gautier Pelloux-Prayer
2016-08-30
Use context manager in scripts.
Elliott Sales de Andrade
2015-09-04
Moved new ac converter from wrap repo and made shebang line use env. Closes #...
Jussi Pakkanen
2014-06-04
Convert test declarations.
Jussi Pakkanen
2014-06-04
Convert library targets.
Jussi Pakkanen
2014-06-04
Convert executable command.
Jussi Pakkanen
2014-06-04
Convert build options.
Jussi Pakkanen
2014-06-04
More convertisizising.
Jussi Pakkanen
2014-06-04
Working if else indents.
Jussi Pakkanen
2014-06-04
Convert function arguments.
Jussi Pakkanen
2014-06-02
Convert a few more functions, can generate a simple skeleton.
Jussi Pakkanen
2014-06-02
Convert some function types.
Jussi Pakkanen
2014-06-02
Comments are converted. Yay!
Jussi Pakkanen
2014-06-01
Converter is a class.
Jussi Pakkanen
2014-06-01
Store whole token.
Jussi Pakkanen
2014-06-01
Some moar fixing.
Jussi Pakkanen
2014-06-01
Work further into LLVM parsing.
Jussi Pakkanen
2014-05-31
Better error message.
Jussi Pakkanen
2014-05-31
Count line and column numbers.
Jussi Pakkanen
2014-05-31
Regexp fine tuning, can not parse LLVM yet.
Jussi Pakkanen
2014-05-31
Recurse to subdirectories.
Jussi Pakkanen
2014-05-25
Can parse a basic CMake list.
Jussi Pakkanen
2014-05-25
Can now lex all of libcolumbus.
Jussi Pakkanen
2014-05-25
Parse some code.
Jussi Pakkanen
2014-05-25
Experiment on writing a CMake converter.
Jussi Pakkanen