• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ossama-othman / MaRC / 445
90%

Build:
DEFAULT BRANCH: master
Ran 01 Feb 2019 06:17PM UTC
Jobs 1
Files 112
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
445

push

travis-ci-com

web-flow
Initial set of changes to improve automation in MaRC (#100)

* FITS_file: Begin encapsulating FITS file operations.

* lib: Corrected auto data scaling comments.

Clarified and corrected comments regarding calculation of scale and
offset values for MaRC virtual images.  The comments incorrectly
implied that no loss of significant digits would occur when assigning
the scaled and offset floating point values to an integer.  Some loss
of significant digits will always occur.  The goal is to retain as
many significant digits as possible without a complete loss of them.

* lib: Move scale_and_offset() to SourceImage.h.

Make the MaRC::scale_and_offset() function available to other MaRC
source images that aren't virtual images by moving it to the
SourceImage.h header.

* lib: Added sanity checks for cosine images.

* Clarify where physical data values are used.

* ImageFactory: Validate physical data min/max.

* src: Set appropriate min/max for virtual images.

Explicitly set narrower minimum and maximum values in MaRC virtual
image factories since we know what they are.

* src: Re-enable column retrieval in scanner.

* Removed need for MARC_HAS_3_PARAM_STD_HYPOT.

Since the 3 parameter version of std::hypot() is available in C++17,
simply check if the standard C++ __cplusplus preprocessor symbol is
defined to a value greater than or equal to 201703L, rather than
perform a check at configure-time.

This allows us to slightly reduce configure script maintenance and
size, as well as to avoid exposing the private <MaRC/config.h> header
through the public <MaRC/Mathematics.h> header.

* src: Address unused function warning.

* Address clang-specific warnings.

* src: Improved input file syntax error reporting.

* parse: Explicitly mark empty parser rules.

Per GNU Bison conventions, mark empty rules using the "%empty"
directive to make it obvious that the rule is indeed empty.

* parse: Eased requirements for ... (continued)

2521 of 2987 relevant lines covered (84.4%)

12195.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 445.1 (MATRIX_EVAL="CC=gcc-5 && CXX=g++-5") 01 Feb 2019 06:17PM UTC 0
84.4
Travis Job 445.1
Source Files on build 445
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #445
  • 992ddba7 on github
  • Prev Build on master (#422)
  • Next Build on master (#446)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc