Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

GPSTk v2.4

Compare
Choose a tag to compare
@masamitsutech masamitsutech released this 11 Jul 15:25
· 2959 commits to main since this release

Version 2.4 Tuesday, April 22, 2014

General modifications


  • Core & Ext Folder Structure implemented
    • Core Folder
      • Location of Core GPSTk Code base, fully reviewed and tested.
      • Currently, no code resides in this directory, as code review and testing are currently ongoing.
    • Ext Folder
      • GPSTk Developer Sandbox Code base
      • Code that is in development, prototyped, or does not meet criteria for Core Code base.
  • Python Bindings Relocated and Repaired
  • Doxygen build Repaired
  • New Initial CMake Testing framework
    • Currently in Development
    • No actual tests are being utilized at this time, only the framework
  • New GPSTk Script
    • Build and Install GPSTk Code
      • Automatically Identifies and Utilizes multiple processors for increased build speed.
      • Can be set to build only the Core Code base (Currently broken, as no code resides in Core folder)
    • Build Doxygen Documentation
    • Build Python Bindings
    • Utilize Test Framework
  • Code Header's have been standardized and updated to include GNU LGPL v3.0
  • This release includes new/modified source code comments for improved readability.
  • Various Bug Fixes