Commit Graph

3257 Commits

Author SHA1 Message Date
Shahram Najm 652a05fa78 Testing: rename tests to easier identify which are grib or bufr related 2018-01-08 17:04:00 +00:00
Shahram Najm e9dd5a6e5a Testing: rename tests to easier identify which are grib or bufr related 2018-01-08 16:28:36 +00:00
Shahram Najm c8ace53907 Decode performance: speed up the BIT_MASK macro 2018-01-08 16:11:43 +00:00
Shahram Najm 7b8a4f4f31 Fix array bounds access in reset_deeper_qualifiers by passing in number of elements 2018-01-08 13:38:46 +00:00
Shahram Najm 71b3545368 BUFR decode performance (see ECC-525): cut down redundant calls to reset_deeper_qualifiers 2018-01-05 16:35:01 +00:00
Shahram Najm be0edd84ac Scope reduction of variables 2018-01-04 15:47:46 +00:00
Shahram Najm af5024457a ECC-525: Reduce number of mallocs by increasing dynamic array size/increment 2018-01-04 15:38:27 +00:00
Shahram Najm 7aea7febf0 BUFR decoding optimisation: loop inversion 2018-01-04 13:52:42 +00:00
Shahram Najm a62c3681da Compiler warnings 2018-01-03 16:41:06 +00:00
Shahram Najm 439da90e19 Testing: Only run long test grib_padding if ENABLE_EXTRA_TESTS=1 2018-01-03 15:16:52 +00:00
Shahram Najm 9ab18b9f94 ECC-359: CRASH: set 'pack' to 1 on new bufr handle 2018-01-03 14:57:35 +00:00
Shahram Najm eb9f1e0680 ECC-394: Break long Fortran lines 2018-01-03 13:58:46 +00:00
Shahram Najm 2152ea86e0 ECC-394: Fix broken Visual Studio build 2018-01-02 16:44:44 +00:00
Shahram Najm 62cfacc0ae ECC-394: bufr_dump -E option: include keys whose values are MISSING 2018-01-02 16:32:55 +00:00
Shahram Najm 30b705b8da Update copyright notices: 2017 -> 2018 2018-01-02 11:31:02 +00:00
Shahram Najm fce07af755 ECC-407: Fix test. On MACOS 'head' does not have --bytes option 2018-01-02 11:21:27 +00:00
Shahram Najm ff3a2eded4 ECC-407: Add option to bufr_count/grib_count to count valid messages 2018-01-02 11:01:36 +00:00
Shahram Najm 0cfda760ca Debugging: print which jpeg lib is used 2017-12-28 11:36:19 +00:00
Shahram Najm a98e258d82 Testing: Use the HAVE_JPEG env var to include extra files 2017-12-19 17:23:57 +00:00
Shahram Najm c72304229c Testing: do not test dump on JPEG packed gribs if feature disabled 2017-12-18 17:39:45 +00:00
Shahram Najm 96b25e94d2 ECC-463: Encoding of spherical harmonics sub-truncation using IEEE-64 (IEEE part) 2017-12-18 17:12:57 +00:00
Shahram Najm d0d2832193 Testing: test must not pass if no data got downloaded 2017-12-18 17:11:42 +00:00
Shahram Najm b8325464a3 REVERT ECC-601: Compiler warnings re bounds errors 2017-12-18 17:10:33 +00:00
Shahram Najm 81ec3eb59d ECC-602: Add parameters for Standardised Precipitation index (seasonal fc) 2017-12-15 18:33:37 +00:00
Shahram Najm 1f0a597912 ECC-601: Fortran interface: argument to codes_set_string_array does not need to be ALLOCATABLE 2017-12-13 15:26:53 +00:00
Shahram Najm 4b9233bd3f ECC-598: revert changes for codes_set. No need for allocatable arrays 2017-12-13 14:56:32 +00:00
Shahram Najm 48eb7bab9c ECC-598: F90 documentation of allocatable array attribute 2017-12-13 14:28:14 +00:00
Shahram Najm 9b06e9864e Print out version of doxygen 2017-12-13 14:27:10 +00:00
Shahram Najm ea3f1dea69 Check key is provided 2017-12-12 16:04:52 +00:00
Shahram Najm ea931e2ca7 ECC-597: Do not print entire array 2017-12-12 15:24:10 +00:00
Shahram Najm b1d73f721c ECC-597: grib_dump -D returns 'wrong size' errors on grid_second_order 2017-12-12 14:46:32 +00:00
Shahram Najm c84004b698 Clean up 2017-12-12 14:39:11 +00:00
Shahram Najm f2b451d332 mp up version to 2.7.0 2017-12-06 13:09:40 +00:00
Shahram Najm 6f9cff1ff7 ECC-596: Memory leak: grib_accessor_class_md5.c 2017-12-05 18:04:08 +00:00
Shahram Najm 39881a54eb Documentation for codes_split_file 2017-12-01 13:28:57 +00:00
Shahram Najm 9506d21df6 Added BUFR key masterTablesVersionNumberLatest which is always the latest WMO version 2017-11-30 18:32:15 +00:00
Shahram Najm 6b9fbfd8cb Documentation 2017-11-30 17:54:20 +00:00
Shahram Najm 0d95c9be2c Testing: clean up 2017-11-30 17:49:46 +00:00
Shahram Najm f89f5c0f5d Documentation: related to ECC-594 2017-11-30 14:17:06 +00:00
Shahram Najm e0395a07ca ECC-594: Assertion failed: 'ktype == GRIB_TYPE_LONG' in src/grib_expression_class_functor.c 2017-11-29 17:05:46 +00:00
Shahram Najm 2e5242ff15 Comments 2017-11-27 16:54:08 +00:00
Shahram Najm 6162d5627d ECC-592: test enabled but exclusions added 2017-11-24 15:23:54 +00:00
Shahram Najm 7329cb7917 Add more user friendly error messages 2017-11-24 13:41:27 +00:00
Marijana Crepulja 58456d3a9f ECC-592: added test, disabled due to comparison differences 2017-11-24 11:52:25 +00:00
Shahram Najm 16da64ec1f Compiler warnings and refactoring 2017-11-23 17:09:54 +00:00
Shahram Najm 80b4ee02ad Remove extraneous va_end 2017-11-23 14:51:45 +00:00
Shahram Najm 1cb6acea03 Update symlink to latest WMO BUFR tables 2017-11-23 14:11:32 +00:00
Marijana Crepulja 36b3637e19 ECC-592 2017-11-23 12:01:59 +00:00
Marijana Crepulja 1e1386396a ECC-592 WMO tables 29 2017-11-23 11:52:43 +00:00
Shahram Najm dce2fa688c ECC-590: Clang ThreadSanitizer errors 2017-11-21 13:23:27 +00:00