Add python utiliti scripts - #486
Conversation
|
Could you add some docs on what scripts are doing - smth more advanced than building. I wouldn't say it is contribution guide, but smth that contains information on useful development tools. |
8c029e9 to
d8fa0eb
Compare
Readme for these scripts : README.md clang-format scripts are as in main branch - just moved to dedicated script directory so they do not pollute repository root. Old _Update.bat script moved from windows cmd .bat to python so it is not only usable on windows but on any system that has python installed (which is needed for development of this codebase so I assume all contributors have python installed). Sample output of : run_pull_submodules_changes.py
=========================================================================================================
SUBMODULE UPDATE SUMMARY
=========================================================================================================
Submodule Branch Updated Reason
---------------------------------------------------------------------------------------------------------
3rdparty\observation_equations - NO No branch configured
3rdparty\json - NO No branch configured
3rdparty\LASzip - NO No branch configured
3rdparty\manif - NO No branch configured
3rdparty\Fusion - NO No branch configured
3rdparty\eigen - NO No branch configured
3rdparty\opencv - NO No branch configured
3rdparty\imgui docking NO Already up to date
3rdparty\ImGuizmo - NO No branch configured
3rdparty\freeglut - NO No branch configured
3rdparty\glm - NO No branch configured
3rdparty\implot - NO No branch configured
3rdparty\oneTBB - NO No branch configured
3rdparty\glew-cmake - NO No branch configured
3rdparty\tomlplusplus - NO No branch configured
3rdparty\unordered_dense - NO No branch configured
3rdparty\spdlog - NO No branch configured
3rdparty\UTL - NO No branch configured
3rdparty\vqf - NO No branch configured
========================================================================================================= |
No description provided.