Add git info to output
For better investigation on future issues, it might be helpful to extend the compile date with
- git branch
- git commit
- compiler info
- [optional] 3rd party dependency versions (OpenCV, Qt)
Example from jpscore:
[2020-11-24 12:25:54.023] [info] Starting JuPedSim - JPScore
[2020-11-24 12:25:54.023] [info] Version 0.8.4
[2020-11-24 12:25:54.023] [info] Commit id v0.8.4-1019-g1d4793ea
[2020-11-24 12:25:54.023] [info] Commit date Tue Nov 17 11:42:05 2020
[2020-11-24 12:25:54.023] [info] Build from branch issue/849-fix-warning
[2020-11-24 12:25:54.023] [info] Build with g++(10.2.0)