1. Sep 12, 2022
    • Marc Durdin's avatar
      chore(core): add core/.build-builder as CI signal · 0e5943c2
      Marc Durdin authored
      The presence of this file tells CI to use the new builder_ style
      parameters for build.sh.
      
      Once all branches for 16.0+ are updated to merge the
      chore/core/7247-use-builder-for-build-sh branch, then we can remove this
      file and the corresponding bash test branches in CI.
      0e5943c2
    • Marc Durdin's avatar
      chore(core): use builder_ for build.sh · 91d375ac
      Marc Durdin authored
      Refactoring of build.sh to use the builder_ functions. The script should
      now be a lot cleaner. Usage is available with `core/build.sh --help`
      
      Targets are :x86, :x64, :wasm, :arch (linux/mac).
      
      Supports additional requirements of Linux build (--target-path,
      --configure).
      
      By default will attempt to build all available targets.
      
      Actions are: clean, configure, build, test, install, uninstall.
      
      The install and uninstall actions only work for linux and mac targets at
      present.
      91d375ac
    • Marc Durdin's avatar
      chore(core): add unit test for zero checksum · 31a34f73
      Marc Durdin authored
      31a34f73
  2. Sep 09, 2022
  3. Sep 08, 2022
  4. Sep 07, 2022
  5. Sep 06, 2022