[Kstars-devel] KDE/kdeedu [POSSIBLY UNSAFE]
Jasem Mutlaq
mutlaqja at ikarustech.com
Sat Nov 24 18:40:27 CET 2007
SVN commit 741058 by mutlaqja:
INDI is now using libnova to perform any required astronomical
calculations by the drivers. I removed the code from indicom that used
to provide some basic calculations since it is not sufficient. A
C library was required. However, libnova is a soft dependency, meaning
that INDI and KStars will fully compile and function without it. If it's
not available in the system, only the features and/or drivers that depend on
it will be disabled. Therefore, as with cfitsio, there is no hard
dependency in this situation.
CCMAIL:kstars-devel at kde.org
M +3 -1 cmake/modules/FindCFitsio.cmake
A cmake/modules/FindNova.cmake
M +6 -3 kstars/CMakeLists.txt
M +3 -1 kstars/config-kstars.h.cmake
M +6 -1 kstars/kstars/CMakeLists.txt
M +26 -19 kstars/kstars/indi/CMakeLists.txt
M +0 -11 kstars/kstars/indi/drivers/telescope/celestrongps.cpp
M +0 -1 kstars/kstars/indi/drivers/telescope/celestrongps.h
M +12 -4 kstars/kstars/indi/drivers/telescope/lx200autostar.cpp
M +40 -69 kstars/kstars/indi/drivers/telescope/lx200generic.cpp
M +7 -13 kstars/kstars/indi/drivers/telescope/temmadriver.c
M +14 -431 kstars/kstars/indi/libs/indicom.c [POSSIBLY UNSAFE: strptime]
M +8 -161 kstars/kstars/indi/libs/indicom.h
More information about the Kstars-devel
mailing list