~mutlaqja/kstars-bleeding/+git/kstars-master:user/akarsh/observinglist_batchadd

Last commit made on 2021-02-13
Get this branch:
git clone -b user/akarsh/observinglist_batchadd https://git.launchpad.net/~mutlaqja/kstars-bleeding/+git/kstars-master

Branch merges

Branch information

Name:
user/akarsh/observinglist_batchadd
Repository:
lp:~mutlaqja/kstars-bleeding/+git/kstars-master

Recent commits

a289bed... by Akarsh Simha <email address hidden>

Merge branch 'master' into user/akarsh/observinglist_batchadd

b26c18e... by Hy Murveit <email address hidden>

Add apt-add-ppa to README.md build instructions.

c97f2ad... by Eric Dejouhanet <email address hidden>

Fix issues found by Coverity Scan (level medium)

Issues in SEP were set to ignore.
Some issues set to ignore based on code intent.

CID1445705 - unchecked cast in details table.
CID1445707 - unchecked fread returned bytes in StarComponent.
CID1445708 - unchecked cast in guider interface.
CID1445711 - unchecked cast in observing list.
CID1445714 - unchecked cast in details dialog.
CID1445719 - unchecked cast in details dialog.
CID1445721 - uninit var hfr in Analyze capture session.
CID1445725 - unchecked cast in EkosLive message.
CID1445726 - dead duplicated code in FITS packer.
CID1445728 - possible division by zero in Scheduler job time estimation.
CID1445729 - uninit var in Linear Focus.
CID1445730 - unchecked cast in EkosLive message.
CID1445734 - uninit vars in SchedulerJob.
CID1445742 - unintended sign extension in FITS star filtering.
CID1445743 - unchecked cast in EkosLive message.
CID1445748 - uninit vars in Meridian Flip test.
CID1445753 - stray semicolon in Capture test helper macro.
CID1445757 - fix if construct (sorry Akarsh).

578da02... by Jasem Mutlaq

Disable placehold test on Windows until fixed later

8962f1c... by Eric Dejouhanet <email address hidden>

Fix issues found by Coverity Scan (level High).

https://scan.coverity.com/projects/tallfurryman-kstars/view_defects

Issues in SEP and Eigen3 were set to ignore.

Fix CID258587 - uninit on key array of HTMesh range.
Fix CID1342633 - uninit on RangeConvex sign_ in some situations.
Fix CID1445642 - leak in Printing in the FOV path exporter.
Fix CID1445593 - overflow in strncpy of FITS header keyword.
Fix CID1445649 - resource leak in Align closest alignment point finder.
Fix CID1445678 - overflow in strncpy of argv in infits.
Fix CID1445692 - uninit on imagestats fields.
Fix CID1445696 - uninit on fp_unpack hduname.
Fix CID1445703 - overflow in strncpy of primaryCCD format.
Fix CID1445706 - uninit on ra/dec pulses per pixel.
Fix CID1445723 - overflow in strncpy.
Fix CID1445738 - overlap in sprintf.
Fix CID1445754 - overlap in sprintf.
Fix CID1445750 - uninit on dtype.

e50708a... by Jasem Mutlaq

Only debayer images that originally have single channel in the fits header.

Fix debayer reload.

BUGS:432490
FIXED-IN:3.5.2

dec2343... by Jasem Mutlaq

Make sure we have single channel to read data min and max. For multichannel we calculate directly.

b0268d4... by Jasem Mutlaq

Add visual studio ignores

ea1cc1f... by Jasem Mutlaq

Disable strict iterators for Windows

1426c83... by Jasem Mutlaq

Make KStars compile on Windows in Debug mode. Apparently headers order is important