Commit Graph

645 Commits

Author SHA1 Message Date
Shahram Najm aec656b339 Fix URLs: replace software.ecmwf.int/wiki 2021-12-20 16:56:02 +00:00
Shahram Najm b323c5e3ec ECC-1322: grib_compare: Option '-e' generates dubious error message 2021-12-17 17:03:34 +00:00
Shahram Najm 267f155628 Add build date into library (Similar to git SHA1) 2021-12-14 19:49:25 +00:00
Shahram Najm ac2095cd42 Improve error messages 2021-12-09 18:41:10 +00:00
Shahram Najm 3f6c2da50a Tools: print enabled/disabled features 2021-11-24 14:24:29 +00:00
Shahram Najm 08fa1ee919 Cppcheck warnings: Const correctness 2021-11-06 14:21:32 +00:00
Shahram Najm 6b2c1348b3 Cppcheck warnings: Const correctness 2021-11-06 14:18:48 +00:00
Shahram Najm 140a686050 Shadowed variables 2021-10-14 13:39:05 +01:00
Shahram Najm b875119866 Tools: print error message when no keys in namespace 2021-10-13 16:32:34 +01:00
Shahram Najm 873b5b7325 ECC-1134: Fix dump output 2021-10-12 12:23:28 +01:00
Shahram Najm 9c729e39e6 Merge branch 'develop' into feature/BufrIndexing 2021-10-12 11:13:58 +01:00
Shahram Najm 9dbae2ade1 Spelling 2021-10-03 18:06:50 +01:00
Shahram Najm 440d4eb677 ECC-1283: Clean up 2021-10-02 21:28:31 +01:00
Shahram Najm 433bd328ad ECC-1283: bufr_compare: Does not detect differences in string arrays 2021-10-02 17:38:22 +01:00
Shahram Najm 04ab71311e ECC-1283: bufr_compare: Does not detect differences in string arrays 2021-09-29 18:11:15 +01:00
Shahram Najm c12a0c90b0 ECC-1283: bufr_compare: Does not detect differences in string arrays 2021-09-17 13:25:57 +01:00
Shahram Najm 2cde2806d0 ECC-1273: grib_get_data: keys added via '-p' should be separated by spaces not commas 2021-08-23 16:38:53 +01:00
Shahram Najm 1c63f4b03d ECC-1265: grib_repair: endless loop 2021-07-26 17:15:47 +01:00
Shahram Najm cad7ef0721 Tools: print gridType in warning 2021-07-15 14:44:24 +01:00
Shahram Najm a04b01bee0 ECC-1260: grib_get -p step does not show step ranges with hyphens 2021-06-25 19:19:41 +01:00
Shahram Najm 4bc0661487 Cosmetics 2021-05-20 11:16:56 +01:00
Shahram Najm 91cf5a4d3c ECC-1243: grib_ls -j: error listing the geography namespace 2021-05-17 15:06:30 +01:00
Shahram Najm 3ce30c6817 Fix typo 2021-05-17 15:05:39 +01:00
Shahram Najm c207d52c3e ECC-1237: grib_compare behaves different for different compilers on CRAY 2021-04-29 16:54:04 +01:00
Shahram Najm c2fa436890 Testing: add tests 2021-03-29 16:58:21 +01:00
Shahram Najm 86e98744de Tools: check GRIB_OMP_THREADS is defined 2021-03-29 16:57:49 +01:00
Shahram Najm 1c6fdbd9a3 Tools: use the same includes as other tools 2021-03-21 17:27:37 +00:00
Shahram Najm a4de42701e C: New utility function path_is_regular_file 2021-03-20 12:59:06 +00:00
Shahram Najm 944a7838ee Fix memory leak 2021-03-11 15:19:30 +00:00
Shahram Najm 7972123e3d Tools: JSON grib_ls: fix for ls.time (related to ECC-707 and ECC-1216) 2021-03-10 17:15:59 +00:00
Shahram Najm 40ae90eb0a Tools: apply fix for ls.time (related to ECC-707 and ECC-1216) 2021-03-10 15:08:56 +00:00
Shahram Najm 0b25def059 ECC-779: error messages should go to stderr 2021-03-09 15:26:13 +00:00
Shahram Najm 70147cd99d ECC-1208: Fix name of macros: CODES_DUMP_FLAG_OCTECT and GRIB_DUMP_FLAG_OCTECT 2021-02-27 14:11:57 +00:00
Shahram Najm 2e0987aa6c Tools: clang-format 2021-02-07 22:06:42 +00:00
Shahram Najm 47fe078315 Compiler warnings 2021-02-06 13:12:28 +00:00
Shahram Najm 0b803b314e Testing: listing all codetable and flagtable keys 2021-02-04 18:12:17 +00:00
Shahram Najm bd3a25aaae Refactoring 2021-02-04 11:53:15 +00:00
Shahram Najm 4b7a4fd4d4 Refactoring 2021-02-03 21:50:43 +00:00
Shahram Najm 305d8b8780 Clang warning: declaration shadows a local variable 2021-02-03 19:35:06 +00:00
Shahram Najm 50bc75f287 ECC-822: grib_get_data: Allow user to specify number of decimal places for lats/lons 2021-02-03 17:25:51 +00:00
Shahram Najm 053b68faf1 Refactoring: in preparation for ECC-822 2021-02-03 13:59:27 +00:00
Shahram Najm 2b98e8a40d ECC-1197: grib_get_data: Words on the first line should be separated by spaces not commas 2021-02-02 18:25:49 +00:00
Shahram Najm e1a2cbb13c ECC-539: Reuse the codes_resolve_path function 2021-01-25 14:47:40 +00:00
Shahram Najm fc557bba28 ECC-539: refactoring 2021-01-25 13:59:03 +00:00
Shahram Najm deab563bac Merge branch 'develop' into feature/ECC-539-avoid-overwrite 2021-01-24 16:08:43 +00:00
Shahram Najm b01cbf88c9 Refactoring and comments 2021-01-15 20:08:50 +00:00
Shahram Najm 0b68887b72 grib_to_netcdf: Add test for different resolutions 2021-01-05 16:39:48 +00:00
Shahram Najm e3abb59e62 Compiler warning: clang 2020-12-22 17:45:35 +00:00
Shahram Najm f54fe409c9 ECC-1179: bufr_copy/bufr_ls: Allow 'where' clause with Data Section keys 2020-12-10 15:52:00 +00:00
Shahram Najm c4eb5d620a ECC-1178: Spurious trailing blank in codes_info -v 2020-12-08 16:10:17 +00:00