EaseWay
EaseWay
add labels like `hmake` or `hmake-project` to image built from hmake.
Allow HyperMake to accept configuration which is a collection variables and can be referenced in targets as environment variables. A configuration with preset variables is called build profile. Here's the...
Develop plugins for popular IDEs like Atom, Eclipse etc, to build projects automatically when HyperMake is present. Need to break down. The plugins are in separate repositories.
Introduce `imports` to bring in sub-projects. A sub-project is a standalone HyperMake project. The `imports` directive is a list of imported sub-projects in which each item can be: - a...
For String fields, DBF doesn't always encodes it as UTF-8, normally plain ANSI. So remove 'utf-8' from parameter. For Number fields, parseFloat should be used instead of parseInt.