Commit Graph

75 Commits

Author SHA1 Message Date
Shahram Najm ac878ef07e Documentation. bufr_compare does not have a -P option 2020-08-21 11:29:16 +01:00
Shahram Najm 1f1a2cbe5b Tools: Rename of common variables 2020-07-17 15:37:57 +01:00
Shahram Najm fb0b601757 ECC-1126: Clean up special cases 2020-06-27 14:35:58 +01:00
Shahram Najm ead17c58e4 Memory leak: BUFR 2020-04-17 18:09:52 +01:00
Shahram Najm 08e73e71e5 Clang static analyser warnings 2020-02-19 16:39:06 +00:00
Shahram Najm f0c9c361e0 Clang static analyser: Null pointer argument in call to string comparison function 2020-02-12 11:13:03 +00:00
Shahram Najm 12c6150917 Copyright notices: use new format 2020-01-28 14:32:34 +00:00
Shahram Najm 7d3619d493 Applied clang-format (Part 1) 2020-01-22 13:10:59 +00:00
Shahram Najm bbe5e29b71 Tools: check if input paths are directories 2019-12-27 11:38:59 +00:00
Shahram Najm 3e53285b9e Clang compiler warnings and const correctness 2019-08-12 16:00:15 +01:00
Shahram Najm 7ec6123455 ECC-923: Fix other tools too 2019-05-10 14:11:01 +01:00
Shahram Najm 02e934b688 Copyright updated 2019-04-15 14:44:45 +01:00
Shahram Najm a6aafe15b1 Clang warnings re shadowed variables 2018-12-20 13:30:43 +00:00
Shahram Najm e61224767a Fix error code incrementing 2018-11-01 12:55:47 +00:00
Shahram Najm 2819966c2d ECC-356: Fix for bufr_compare 2018-11-01 11:50:00 +00:00
Shahram Najm e0f82b7288 ECC-748: better error messages 2018-09-07 17:12:24 +01:00
Shahram Najm 47accafef5 ECC-748: grib_get/bufr_get: infinite loop when a directory is passed in 2018-09-07 16:49:40 +01:00
Shahram Najm 3eadeaa7be ECC-745: bufr_compare performance: speed up by skipping extra key attributes 2018-09-06 15:13:33 +01:00
Shahram Najm 1a8ce77bd8 Documentation 2018-08-17 17:18:38 +01:00
Shahram Najm 3e4f38d4e8 Const correctness 2018-08-07 13:50:41 +01:00
Shahram Najm 25f3eb3d9f ECC-710: BUFR decode performance: bufr_compare 2018-06-29 15:21:10 +01:00
Shahram Najm 4f5a5f9a41 Clang compiler warnings/type safety 2018-06-05 14:33:27 +01:00
Shahram Najm afa42a29c3 ECC-651: Fix verbose option on two-way mode 2018-04-12 13:34:05 +01:00
Shahram Najm cf6cc9da82 ECC-658: bufr_compare: apply relative comparison (-R) to all ranks of a given key 2018-03-22 13:49:11 +00:00
Shahram Najm 42c724a4e9 ECC-656: bufr_compare: using relative comparison (-R) with 'all' does not work 2018-03-21 17:52:37 +00:00
Shahram Najm 2eb1b016e9 ECC-651: grib_compare/bufr_compare: Enable a 'two-way' switch for symmetric comparison 2018-03-13 15:56:11 +00:00
Shahram Najm dddd872c2e ECC-651: grib_compare/bufr_compare: Enable a 'two-way' switch for symmetric comparison 2018-03-13 15:48:00 +00:00
Shahram Najm d1439b61e0 ECC-431: bufr_compare two way. Part 1 2018-03-12 15:51:04 +00:00
Shahram Najm a62c3681da Compiler warnings 2018-01-03 16:41:06 +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 fd81b9a736 Compiler warnings 2017-06-21 19:21:58 +01:00
Shahram Najm 331e6d9f3d bufr_compare blacklisting: See ECC-245, GRIB-573, GRIB-915 2017-04-27 14:52:53 +01:00
Shahram Najm 82b9585c66 bufr_compare: remove -P option (packing error) 2017-02-10 10:58:54 +00:00
Shahram Najm 9495fccfec Const correctness 2017-01-13 17:24:36 +00:00
Shahram Najm cc73e100af Update copyright notices: 2016 -> 2017 2017-01-03 11:03:48 +00:00
Shahram Najm 26dda37909 Refactoring 2016-11-29 18:12:23 +00:00
Shahram Najm 49773df42a ECC-393: bufr_compare: cannot blacklist a key with given rank 2016-11-29 15:00:42 +00:00
Shahram Najm 2d6e816046 ECC-392: bufr_compare: should print double value as MISSING rather than -1e+100 2016-11-28 18:04:06 +00:00
Shahram Najm e573e21317 Rename and move compute_key_rank (grib_util.c) to compute_bufr_key_rank (bufr_util.c) 2016-10-24 16:49:15 +01:00
Shahram Najm 26db919c15 ECC-333: bufr_compare -H aborting 2016-09-21 18:08:24 +01:00
Shahram Najm 98c83ee52c Turn off GRIB multi-field support. Not relevant for BUFR 2016-08-31 09:58:24 +01:00
Shahram Najm 556104df42 ECC-323: bufr_dump should fail if decoding fails 2016-08-30 13:45:02 +01:00
Shahram Najm 904705e319 Put the common code to compute BUFR key rank into grib_utils.c 2016-08-15 16:48:52 +01:00
Shahram Najm 69c393b4b0 ECC-302: bufr_compare does not compare attributes (part 5) 2016-08-11 19:24:09 +01:00
Shahram Najm fecc2c15d3 ECC-302: bufr_compare does not compare attributes (part 4) 2016-08-11 18:38:51 +01:00
Shahram Najm 0f87fe1d6b ECC-302: bufr_compare does not compare attributes (part 3) 2016-08-11 16:35:03 +01:00
Shahram Najm 1fd4caeca9 Remove the -r option from bufr_compare. Needs more work 2016-08-10 13:54:43 +01:00
Shahram Najm a6b4c04ce9 ECC-302: bufr_compare does not compare attributes (part 2) 2016-08-09 17:22:16 +01:00
Shahram Najm 488b1007c2 ECC-302: bufr_compare does not compare attributes (part 1) 2016-08-08 18:03:57 +01:00