issues
search
dcbaker
/
meson-plus-plus
An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for disablers
#163
dcbaker
closed
4 days ago
0
Implement `compiler.get_id()`
#162
dcbaker
closed
4 days ago
0
Convert all printing to some kind of message and print all at once
#161
dcbaker
opened
4 days ago
0
Reduce the number of iterations in the MIR passes
#160
dcbaker
closed
4 days ago
0
ci: update codeql to actually work
#159
dcbaker
closed
5 days ago
0
merge fixup_phis and join_blocks
#158
dcbaker
opened
5 days ago
0
implement set_variable and unset_variable
#157
dcbaker
opened
5 days ago
0
Handle blocks that have multiple paths to the same successor
#156
dcbaker
opened
5 days ago
0
Implement compiler.get_id
#155
dcbaker
closed
4 days ago
0
Completely rework control flow
#154
dcbaker
closed
5 days ago
0
Rework mir passes to reduce the number of instruction walks we need
#153
dcbaker
closed
4 days ago
0
Dict should store keys as instructions
#152
dcbaker
opened
1 week ago
0
Don't print `User Messages`, `Warnings`, and `Errors` in configure unless there are some
#151
dcbaker
opened
2 weeks ago
0
Add support for reading git version information to vcs_tag
#150
dcbaker
closed
2 weeks ago
0
distribute add_*arguments before leaving MIR
#149
dcbaker
opened
2 weeks ago
0
Expose custom_target(depend_files)
#148
dcbaker
opened
2 weeks ago
0
Implement vcs_tag function
#147
dcbaker
closed
2 weeks ago
0
Replace test runner with a compiled program
#146
dcbaker
opened
2 weeks ago
0
Don't hardcode number of jobs for threaded search
#145
dcbaker
opened
2 weeks ago
0
mir/passes/thread: Fix race condition in getting jobs
#144
dcbaker
closed
2 weeks ago
0
Actually run unit tests when testing
#143
dcbaker
closed
2 weeks ago
0
Clean up argument extractors
#142
dcbaker
closed
2 weeks ago
0
Misc fixes that were mixed in with other things
#141
dcbaker
closed
3 weeks ago
0
Add a peephole optimization for `cc.has_argument()`
#140
dcbaker
opened
3 weeks ago
0
Add command line option handling
#139
dcbaker
opened
3 weeks ago
0
Add a clean target to ninja
#138
dcbaker
opened
3 weeks ago
0
backends/ninja: fix escaping rules
#137
dcbaker
closed
3 weeks ago
0
Properly escape strings in ninja
#136
dcbaker
closed
3 weeks ago
0
Split the persistent and transient state (as well as global and per-project)
#135
dcbaker
opened
3 weeks ago
0
Add a test target to ninja
#134
dcbaker
opened
3 weeks ago
0
Add support for add_project*_arguments and add_global*_arguments
#133
dcbaker
closed
3 weeks ago
0
Add Argument format for warnings and errors
#132
dcbaker
opened
1 month ago
0
mir: replace custom_target string command with find_program call
#131
dcbaker
closed
1 month ago
0
Constant combine the output of identical function calls
#130
dcbaker
opened
1 month ago
0
mir: fix warnings with PerMachine move-constructor
#129
dcbaker
closed
1 month ago
0
Merge the GVN pass, and rewrite the block walker
#128
dcbaker
closed
1 month ago
0
Implement the test function
#127
dcbaker
closed
6 months ago
0
CI: update actions
#126
dcbaker
closed
1 year ago
0
mir/passes/threaded: find_program: correctly split PATH and ignore zero length components
#125
pobrn
closed
1 year ago
0
mir/passes/{threaded,value_numbering}: remove some unnecessary lookups
#124
pobrn
closed
1 year ago
0
mir/passes/threaded: fix lock guards
#123
pobrn
closed
1 year ago
1
fix function propagation
#122
dcbaker
closed
1 year ago
0
Add a MIR printer
#121
dcbaker
closed
1 year ago
0
dealing with subdir()
#120
dcbaker
opened
1 year ago
0
Some cleanups to Arguments
#119
dcbaker
closed
1 year ago
0
Generating multiple build types in one project
#118
dcbaker
opened
1 year ago
0
cleanups for threaded code
#117
dcbaker
closed
2 years ago
0
clang-tidy: run through headers
#116
neheb
closed
2 years ago
0
manual clang-tidy changes
#115
neheb
closed
2 years ago
0
meson: use pkgconf++ 0.2.0
#114
dcbaker
closed
2 years ago
0
Next