MaRC 0.9.10 released.
MaRC 0.9.10 released.
MaRC 0.9.10 released.
Minor MaRC input file calculator clean-up.
Corrected AUTHOR keyword description in map FITS file.
Call math operations from 'std' namespace. (#28)
Only require PDF docs for dist and install targets.
Latitude/longitude visibility improvements (#38)
Fixed sign comparison warning.
Minor code indentation update.
Memory handling redesign (#12)
Source image data auto-scaling (#37)
Implemented improved "is zero" check. (#27)
Fixed LONG map data type memory violation.
Travis CI integration (#21)
Stabilize solving of quadratic roots (#26)
Support matrix/vector scalar multiplication.
Updated NEWS file.
PhotoImageFactory: remove filename accessors.
MapFactory: Change the grid type to uint8_t
Corrected warning flag check to use C++ compiler.
Write 'CREATOR' key to map FITS file.
Added support for 64 bit integer map data types. (#14)
Further simplified Matrix and Vector implementation.
Bumped the version to 0.9.9-beta.
Integrated support for Doxgyen. (#18)
Minor coding style update.
MaRC 0.9.9 released.
MapCommand: write grid data related FITS keywords
MaRC 0.9.8 released.
Expanded MaRC Vector and Matrix tests.
Vector: Fixed assignment operator.
Matrix: Removed extraneous character from emacs modeline.
Added support for Travis CI integration.
MapFactory: remove extraneous template<> keyword.
Started adding LGPL 2.1 license to MaRC library source files.
Fixed multi-job builds.
COPYING.DOC: Deleted trailing whitespace.
Added LGPL 2.1 license to remaining MaRC library source files.
Removed trailing whitespace.
Finished adding GPL 2 license header to MaRC program source files.
Fixed problem where negative float data was not mapped.
Added missing autoconf archive macros.
Update documentation license from FDL 1.2 to 1.3.
Matrix: Remove whitespace.
Started adding GPL 2 license header to MaRC program source files.
MaRC 0.9.8 released.
Update documentation license from FDL 1.2 to 1.3.
COPYING.DOC: Deleted trailing whitespace.
Vector: Fixed assignment operator.
Detect compiler support for C++14 instead of C++11.
Minor geometry code cleanup.
Incremental commit as part of effort to fix rotation/transformations.
Added a MaRC::Vector unit test.
Shortened years in MaRC run-time copyright notice.
Enable silent build rules by default.
Cleaned up look of license header in some files.
Update e-mail address in man page.
Modernize build (GNU autotools) infrastructure.
Made C++ source file extensions consistent.
VirtualImage: No need to access scale and offset polymporphically.
Removed generated parser and scanner.
COPYING.DOC: Deleted trailing whitespace.
Further modernization of configure script.
Merge branch 'transformation_fix' of github.com:ossama-othman/MaRC into transformation_fix
FITS traits cleanup and simplification.
Removed MaRC-specific "Long" type.
Remove generated files from the repository.
Added missing autoconf archive macros.
Removed old CVS $ entries and email addresses.
Expanded MaRC Vector and Matrix tests.
MapFactory: remove extraneous template<> keyword.
configure: Detect CPU tuning compiler flag.
Fixed multi-job builds.
Constants: Prefer constexpr over const.
Addressed build-time errors.
Removed old CVS $ entries and email addresses.
Matrix: Removed extraneous character from emacs modeline.
Correct MaRC input file documentation warnings.
Updated L/GPL 2.x to latest revisions (still 2.x).
calc: Fixed uninitialized member flagged by Coverity.
Pass doubles by value, not as reference to const.
Vector: Fixed assignment operator.
Removed old CVS $ entries and email addresses.
THANKS: Sanitize e-mail addresses.
Minor variable name consistency update.
Update documentation license from FDL 1.2 to 1.3.
Improved matrix copying and fill efficiency.
Make Vector and Matrix template params with std conventions.
Incremental commit as part of effort to fix rotation/transformations.