Skip to content

v2.3.3

Compare
Choose a tag to compare
@jgalan jgalan released this 28 Jan 19:00
· 2824 commits to master since this release
  • Fixed an issue with REST_G4 variable that was not having effect at thisREST.sh.

  • Improved cmake compilation system to accept a REST_ALL_LIBS variable that allows to enable/disable all libraries/packages at once. For example using: cmake -DREST_ALL_LIBS=ON -DRESTLIB_TRACK=OFF ../. See closed issue #5.

  • Improved cmake compilation system to automatically identify the source/libraries/libname with RESTLIB_LIBNAME and source/packages/restPkg with REST_PKG. See closed issue #17.

  • dataURL has been removed from user space at $HOME/.rest to avoid problems when updating the file. See closed issue #9

  • Fixed compilation issue when enabling feature REST_DECAY0. See closed issue #6.

  • pull-submodules.py accepts now few new options: --clean, --force, --lfna, --sjtu and --latest. We may for example use it to:

    • python3 pull-submodules.py --lfna --latest: Pull submodules including lfna repositories and each submodule at its latest development stage.
    • python3 pull-submodules.py --clean: It will remove any local changes and place the local repository at a clean state with submodules pointing to the official reference.