.. |
__init__.py
|
fix: create .osdk directory at first start
|
2023-02-06 19:29:24 +01:00 |
__main__.py
|
Rewritten using typed python and simplified the model.
|
2023-01-30 10:39:49 +01:00 |
args.py
|
Added graphviz visualization.
|
2023-02-06 12:36:23 +01:00 |
builder.py
|
Set target 'all' as default.
|
2023-02-10 21:51:42 +01:00 |
cmds.py
|
Allow command without shortname.
|
2023-02-18 08:57:03 +01:00 |
const.py
|
Added simple downloading of dependencies.
|
2023-02-17 20:30:27 +01:00 |
context.py
|
fix: remove hardcoded wildcard and use the ones from the rules
|
2023-02-19 20:29:21 +01:00 |
graph.py
|
Show dependency routing in the graph.
|
2023-02-10 21:58:46 +01:00 |
jexpr.py
|
Rewritten using typed python and simplified the model.
|
2023-01-30 10:39:49 +01:00 |
logger.py
|
Redirect logger to stderr.
|
2023-02-06 18:12:14 +01:00 |
mixins.py
|
Implemented target mixins.
|
2023-02-07 16:27:04 +01:00 |
model.py
|
Added simple downloading of dependencies.
|
2023-02-17 20:30:27 +01:00 |
ninja.py
|
Continue work on ninja file generation.
|
2023-02-02 10:34:46 +01:00 |
plugins.py
|
Rewritten using typed python and simplified the model.
|
2023-01-30 10:39:49 +01:00 |
rules.py
|
fix: remove hardcoded wildcard and use the ones from the rules
|
2023-02-19 20:29:21 +01:00 |
shell.py
|
Display command name next to exec/popen exception
|
2023-02-18 20:58:58 +01:00 |
utils.py
|
Working on ninja file generation.
|
2023-01-31 21:09:28 +01:00 |
vt100.py
|
Redirect logger to stderr.
|
2023-02-06 18:12:14 +01:00 |