v2.3.3
-
Fixed an issue with
REST_G4
variable that was not having effect atthisREST.sh
. -
Improved
cmake
compilation system to accept aREST_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 thesource/libraries/libname
withRESTLIB_LIBNAME
andsource/packages/restPkg
withREST_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 includinglfna
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.