Commit Graph

9 Commits

Author SHA1 Message Date
Yann MAGNIN 34d505fb93
release v1.0.0 2023-12-22 13:59:11 +01:00
YannMagnin a0d9a87eeb
vxOpenLibm - v1.0.0-rc1 : fix verbose handling for bash 3.x
*fix*
> [scripts]
  | [install] fix VERBOSE check for bash 3.x support
2023-12-20 16:38:02 +01:00
YannMagnin e7188a6311
vxOpenLibm - v1.0.0-rc0 : fix typo
*update*
> [script]
  | [uninstall] check `sysroot.txt` instead of `install_manifest.txt`
  | [uninstall] display sysroot information during validation step
  | [update] check `sysroot.txt` instead of `install_manifest.txt`
  | [update] display sysroot information during validation step

*fix*
> [project]
  | [README] fix typo
> [scripts]
  | [install] fix typo
  | [uninstall] fix typo
  | [update] fix typo
2023-12-04 10:28:48 +01:00
YannMagnin 866f02db52
vxOpenLibm - v1.0.0-dev6 : enable verbose by default during uninstall step
*update*
> [scripts]
  | [uninstall] change `--verbose` to `--quiet` flag
  | [uninstall] force enable verbose by default
2023-12-03 16:50:48 +01:00
YannMagnin f7ab397b82
vxOpenLibm - v1.0.0-dev5 : change openlibm support
*update*
> [scripts]
  | [install] clone openlibm repository at `_openlibm` instead of `openlibm`
  | [update] use the `_openlibm` folder instead of `openlibm`
  | [uninstall] use the `_openlibm` folder instead of `openlibm`
2023-12-03 14:23:45 +01:00
YannMagnin 9a2d73f570
vxOpenLibm - v1.0.0-dev4 : update support
*add*
> [scripts]
  | [update] support update operation
  | [install] support `--overwrite` option

*update*
> [scripts]
  | [install] expose sysroot information in build folder
  | [install] allow overwrite the current build (remove and reclone)

*fix*
> [scripts]
  | [uninstall] fix typo in help message
2023-12-03 14:16:59 +01:00
YannMagnin 14a9385edd
vxOpenLibm - v1.0.0-dev3 : uninstall support
*add*
> [scripts]
  | [uninstall] support uninstall using cmake install manifest parsing

*fix*
> [scripts]
  | [install] fix help message
2023-12-03 11:45:18 +01:00
YannMagnin c968733af4
vxOpenLibm - v1.0.0-dev2 : drop Vhex env support + fix verbose and prefix handling
*update*
> [scripts]
  | [_utils] drop Vhex env handling
  | [_utils] move TAG information here
  | [_utils] use common `VERBOSE` env var to check verbose mode
  | [install] drop Vhex env handling
  | [install] update help message
  | [install] abort operation if no sysroot prefix specified
  | [install] use common `VERBOSE` en var to enable verbose mode
  | [install] add steps information (buidl, config, install)

*fix*
> [scripts]
  | [install] fix default verbose value
  | [install] fix default prefix value
2023-12-03 11:21:48 +01:00
YannMagnin a765d9406b
vxOpenLibm - v1.0.0-dev1 : port Lephenixnoir sh3eb patches + custom build system
*add*
> [project]
  | [README] first draft
  | [git] ignore default files
> [scripts]
  | [install] first installation operation support
> [patches]
  | [openlibm] port Lephenixnoir sh3eb support
  | [cmake] add custom build system for the openlibm
  | [cmake] add toolchain support
2023-12-03 10:51:02 +01:00