- Mar 13, 2023
-
-
Darcy Wong authored
refactor(android): Use builder scripts
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Keyman Server authored
auto: increment master version to 17.0.66
-
Keyman Build Agent authored
-
- Mar 12, 2023
-
-
Marc Durdin authored
refactor(core): consolidate wasm defs
-
- Mar 11, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.65
-
Keyman Build Agent authored
-
- Mar 10, 2023
-
-
Darcy Wong authored
-
Darcy Wong authored
refactor(common): Make build-help into helper functions
-
Marc Durdin authored
Fixes #8010. Note that #8398 moves other settings into a shared resources folder, and once that hits master, it would be good to do another round of consolidation to share the wasm defs in resources as well.
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Marc Durdin authored
chore(core): breadth-first build
-
Marc Durdin authored
-
Marc Durdin authored
feat(common): support single target for a dependency
-
Keyman Server authored
auto: increment master version to 17.0.64
-
Keyman Build Agent authored
-
- Mar 09, 2023
-
-
Eberhard Beilharz authored
chore(core): Remove obsolete `--target-path` option
-
Marc Durdin authored
Fixes #8397.
-
Marc Durdin authored
fix(web): --no-minify, not --skip-minify
-
Marc Durdin authored
Fixes #8395 for core.
-
Marc Durdin authored
-
Keyman Server authored
auto: increment master version to 17.0.63
-
Keyman Build Agent authored
-
- Mar 08, 2023
-
-
Eberhard Beilharz authored
-
Darcy Wong authored
feat(common): builder.inc.sh inheritable options
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
Appending a `+` to a builder option will automatically pass that option to child scripts. Applying #8371 to master branch and @darcywong00 will then re-apply to #7407
-
Darcy Wong authored
-
Darcy Wong authored
-
Marc Durdin authored
chore(common): clean up `--debug` usage in build scripts
-
Marc Durdin authored
-
Marc Durdin authored
Fixes #8373. Note that the core functionality requested in #8373 is already in place; this commit just does some cleanup to make this easier to maintain in the future: * Uses `builder_is_debug_build` function to test for debug build (instead of `builder_has_option --debug`, which would also work but using the other function avoids typo issues with the option name). * Renames `$_builder_debug` to `$_builder_debug_internal` to reduce naming confusion * Documents `$builder_debug`, `builder_is_debug_build`, and clarifies usage of `--debug` option. * Logs command line for dep builds (we could hide this in the future, but it certainly doesn't hurt for now!)
-
- Mar 07, 2023
-
-
Eberhard Beilharz authored
Linux package builds no longer require a different target path, so we can remove the `--target-path` parameter.
-
Eberhard Beilharz authored
chore(core): Create both dynamic and static libs on Linux
-