SGL-UT / GPSTk

ATTENTION: This repository has been moved and is for archival purposes only. GPSTk toolkit has been renamed to GNSSTK and has been split into two new separate repositories. GNSSTK now only contains libraries while the other repository GNSSTK-APPS contains only applications. The rename and split into libraries and applications started with version v12.0.0 on September 2021. GPSTk --> GNSSTK at https://gitlab.com/sgl-ut/gnsstk --> GNSSTK-APPS at https://gitlab.com/sgl-ut/gnsstk-apps
Other
342 stars 185 forks source link

General neatening of const-correctness, reduced use of #pragma, fewer compiler warnings. #1

Closed rwpenney closed 9 years ago

rwpenney commented 10 years ago

Improved const-correctness of SatPass & related classes. Improved consistency of definitions of Pi & accuracy of sqrt(Pi). Added list of filename patterns to be ignored by Git via new .gitignore file. Removed execute permissions from C++ source files and all CMakeLists.txt files. Solved many compiler warnings from "g++ -Wall" (default build setup seems to deliberately disable warnings).

masamitsutech commented 9 years ago

This Pull Request was submitted via patch