summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-08Allow Cygwin to build shared libsMathis Rosenhauer2-2/+6
2016-09-06Use curl instead of wget to fetch remote dataMathis Rosenhauer2-6/+6
2016-08-29Check for unzipMathis Rosenhauer1-1/+5
2016-08-19OS X and clang fixesMathis Rosenhauer4-6/+13
2016-08-16Version bumpMathis Rosenhauer5-4/+10
2016-08-16Always pad bufferMathis Rosenhauer1-30/+23
2016-08-15Add macro for used RSIMathis Rosenhauer1-4/+4
2016-05-20Change Windows packager to WIXMathis Rosenhauer4-22/+62
2016-05-19Small fix for WindowsMathis Rosenhauer2-2/+3
2016-05-12Update README.mdMathis Rosenhauer1-1/+1
2016-05-12Version bumpMathis Rosenhauer3-3/+3
2016-05-12ChangeLog for 033Mathis Rosenhauer1-0/+14
2016-05-12Fix ROS detection in combination with incomplete RSIMathis Rosenhauer2-2/+7
2016-04-14Link aec.c in README.mdMathis Rosenhauer1-1/+1
2016-04-14Add link to downloads in wikiMathis Rosenhauer1-0/+4
2016-04-14Fix syntax highlightingMathis Rosenhauer1-2/+2
2016-04-14Error check remote file download for testsMathis Rosenhauer3-5/+18
2016-04-14Fix markdownMathis Rosenhauer1-38/+39
2016-04-14README.md from old wikiMathis Rosenhauer1-0/+220
2016-04-14Update sample dataMathis Rosenhauer4-0/+0
2016-04-14Bump yearMathis Rosenhauer10-10/+10
2016-04-14Remove CCSDS docsMathis Rosenhauer4-0/+0
2016-01-28Type changesMathis Rosenhauer2-7/+7
2016-01-28Vertorization is also enabled with size_t type loop indexMathis Rosenhauer1-4/+4
2016-01-28Newer Intel compilers need int loop index to vectorize.Mathis Rosenhauer1-4/+4
2016-01-18Wording.Mathis Rosenhauer1-8/+8
2016-01-15Docs update.Mathis Rosenhauer1-7/+14
2016-01-15Fail with uneven output buffer only if it filled up.Mathis Rosenhauer1-8/+9
2016-01-14Fail if output buffer cannot be completely filled with selected type.Mathis Rosenhauer1-0/+3
2015-03-27SZ_Compress stub for netcdf's configure.Mathis Rosenhauer1-0/+3
2015-02-04Version bump.Mathis Rosenhauer14-16/+24
2015-02-04Shut up VS warning.Mathis Rosenhauer1-3/+3
2015-02-04Allow nonconforming block sizes in SZ mode.Mathis Rosenhauer3-8/+18
2014-10-30Slightly faster loading of accumulator.Mathis Rosenhauer1-28/+61
2014-10-29Increase code sharing between CLZ implementations.Mathis Rosenhauer1-15/+11
2014-10-28Formatting.Mathis Rosenhauer1-79/+75
2014-10-27Blurb about why 32bit is slow.Mathis Rosenhauer1-0/+13
2014-10-27Avoid operations in k=0 case.Mathis Rosenhauer1-6/+17
2014-10-24xmin/xmax all 32 bits.Mathis Rosenhauer3-7/+7
2014-10-24removes on loop in FLUSHMoritz Hanke1-13/+6
2014-10-24replace "<" in FLUSH with "&"Moritz Hanke1-6/+7
2014-10-24replaces subtraction with XOR in FLUSHMoritz Hanke1-2/+3
2014-10-24makes last_out int32_tMoritz Hanke2-6/+5
2014-10-24removes "int32_t xmin" from FLUSHMoritz Hanke1-4/+3
2014-10-24uses 32bit Operations in FLUSHMoritz Hanke1-28/+55
2014-10-24replaces if statement in FLUSH with a little bit hackMoritz Hanke1-8/+2
2014-10-23Version bump.Mathis Rosenhauer5-6/+13
2014-09-22removes unused filesMoritz Hanke4-470/+0
2014-09-03Fix padded buffer size.Mathis Rosenhauer1-1/+1
2014-09-02Allow incomplete scanlines in SZ mode.Mathis Rosenhauer1-8/+14