Commit Graph

774 Commits

Author SHA1 Message Date
Shahram Najm 14696668c8 C++: conversion from string literal to 'char *' 2023-01-08 14:01:22 +00:00
Shahram Najm 81110907df C++: conversion from string literal to 'char *' 2023-01-08 13:37:16 +00:00
Shahram Najm 7468e8b15f C++ compilation 2023-01-06 20:33:42 +00:00
Shahram Najm bed7e91e6b C++ compilation 2023-01-06 20:25:57 +00:00
Shahram Najm 4f9a51de1c AppVeyor: Fix broken Windows build 2023-01-06 19:52:58 +00:00
Shahram Najm 0d7088b096 C++ compilation 2023-01-06 19:14:02 +00:00
Shahram Najm e874f7c9c7 ECC-1500: Tools: Print the online help page URL 2023-01-06 11:52:00 +00:00
Shahram Najm 350d8e6747 ECC-1500: Tools: Print the online help page URL 2023-01-04 21:16:24 +00:00
Shahram Najm b303346d0a Documentation 2022-12-28 14:57:41 +00:00
Shahram Najm 6a9b705b37 Documentation 2022-12-28 14:28:58 +00:00
Shahram Najm d5047d3f46 Tools: Error messages 2022-12-27 13:19:33 +00:00
Shahram Najm 6d9d11cab0 Tools: Comments 2022-12-27 12:36:19 +00:00
Shahram Najm 0908028394 Examples: use '%zu' in the format string for size_t 2022-12-21 15:07:48 +00:00
Shahram Najm 2544e2bfa7 Tools: Cleanup 2022-12-16 17:24:53 +00:00
Shahram Najm 7ecdddda06 Tools: Set key 'file' for bufr_get 2022-12-16 17:16:51 +00:00
Shahram Najm a34bb5bd24 Tools: Set key 'file' for grib_get 2022-12-16 17:14:24 +00:00
Shahram Najm 0989b98118 Tools: Improve message 2022-12-13 16:21:42 +00:00
Shahram Najm 7b55d9d00a Cleanup 2022-12-07 19:38:35 +00:00
Shahram Najm fe1f32d9bc ECC-1489: Crash on MacOS (release build): printing the tool man page 2022-12-05 15:34:35 +00:00
Shahram Najm 6e39ecda5e C++ compiler warnings: conversion from string literal to 'char *' 2022-11-20 14:40:57 +00:00
Shahram Najm 06531aba4f Compiler warnings: signed/unsigned mismatch 2022-11-14 12:09:42 +00:00
Shahram Najm 1627cb06a7 Compiler warnings: signed/unsigned mismatch 2022-11-12 22:08:44 +00:00
Shahram Najm 9d08a85eec Compiler warnings: signed/unsigned mismatch 2022-11-12 19:16:31 +00:00
Shahram Najm 0644fdc346 Compiler warnings: use '%zu' in the format string for size_t 2022-11-12 13:34:09 +00:00
Shahram Najm 044cb17e11 Windows: Do not need _snprintf anymore 2022-11-10 21:51:06 +00:00
Shahram Najm 133b67fa0d Typo 2022-11-10 20:13:38 +00:00
Shahram Najm 9f71b20f25 ECC-1468: Replace all instances of the deprecated function 'sprintf' with 'snprintf' 2022-11-10 19:18:43 +00:00
Shahram Najm 3255222392 Memory leak 2022-11-04 16:59:12 +00:00
Shahram Najm c984a57fc3 Tools: Move check for interpretationOfNumberOfPoints to the end 2022-11-03 13:01:18 +00:00
Shahram Najm 2f4935b496 Tools: Add option to display the library version 2022-11-02 17:55:47 +00:00
Shahram Najm 328365e510 Tools: Improve messages 2022-11-02 15:51:38 +00:00
Shahram Najm 9101e79aa5 C++ compilation 2022-10-28 13:24:17 +01:00
Shahram Najm fd67943d0e C++ compilation 2022-10-27 10:47:03 +01:00
Shahram Najm 7e72efada8 C++ warnings 2022-10-20 17:20:13 +01:00
Shahram Najm bac0688d4b Tools: Documentation 2022-10-18 12:29:27 +01:00
Shahram Najm 0d17694c4a Tools: bufr_dump plain mode also called 'flat' 2022-10-18 12:19:05 +01:00
Shahram Najm b111d0b70b Tools: Fix key name 2022-07-26 19:05:11 +01:00
Shahram Najm b7724edc27 Tools: man page 2022-07-21 13:38:07 +01:00
Shahram Najm dbc044d828 Tools: cppcheck warnings 2022-06-30 16:52:04 +01:00
Shahram Najm 766f4aeb63 Const correctness (To aid migration to C++) 2022-06-30 10:29:46 +01:00
Shahram Najm 2be3dddd15 ECC-1419: C API: codes_fieldset_new_from_files: The 'filenames' argument should be const 2022-06-30 10:29:14 +01:00
Shahram Najm 416560bc1b ECC-1419: C API: codes_fieldset_new_from_files: The 'filenames' argument should be const 2022-06-30 10:28:48 +01:00
Shahram Najm f1b49ca4ae Documentation: grib_filter 2022-06-29 15:14:16 +01:00
Shahram Najm a95c8fe76d Tools: Add associated field as name of special descriptor 999999 2022-06-27 15:38:57 +01:00
Shahram Najm bc2b1c3e5e Tools: repack does not apply to BUFR 2022-06-27 11:12:14 +01:00
Shahram Najm fa7f760a7b Tools: Improve error message 2022-06-15 12:04:07 +01:00
Shahram Najm a050115789 Refactoring: Function renaming 2022-06-10 20:51:39 +01:00
Shahram Najm 2b908fee8d Tools: exit if input is a directory 2022-06-07 11:45:08 +01:00
Shahram Najm 08abd94ada ECC-1397: Added test 2022-06-06 16:48:51 +01:00
Shahram Najm 438a3bb957 ECC-1397: Tools: grib_ls nearest neighbour with JSON output 2022-06-06 14:50:05 +01:00
Shahram Najm 9d07ddb3ab C++: Const correctness 2022-06-02 19:29:29 +01:00
Shahram Najm 594918b593 Fix broken metabuilder/ci build (cray) 2022-05-21 19:39:33 +01:00
Shahram Najm 2cda55de73 ECC-1393: Fix error C2440 2022-05-21 16:13:38 +01:00
Shahram Najm 76bac8da71 ECC-1393: CMake: Add option to build ecCodes with C++ 2022-05-21 14:37:23 +01:00
Shahram Najm 0945d27154 Remove deprecated autotools makefiles 2022-05-06 13:44:54 +01:00
Shahram Najm 796beac27c Tools: check interpretationOfNumberOfPoints 2022-04-25 12:29:37 +01:00
Shahram Najm ccd402f272 Tools: check interpretationOfNumberOfPoints 2022-04-25 12:13:07 +01:00
Shahram Najm 0212dc18d3 Header guard 2022-04-19 13:09:53 +01:00
Shahram Najm 1693106cc4 CMake: rename list 2022-04-19 11:31:16 +01:00
Shahram Najm b65d67c7f8 Error messages 2022-04-06 15:31:18 +01:00
Shahram Najm 4daeadd13d Tools: Fix broken test for GRIB-971 2022-04-06 13:22:24 +01:00
Shahram Najm 0b82c044fb Compiler warning: conversion from 'double' to 'int', possible loss of data 2022-03-30 18:14:20 +01:00
Shahram Najm 132650a3bb Documentation 2022-03-25 20:48:11 +00:00
Shahram Najm 040093c655 Cleanup 2022-03-18 13:56:21 +00:00
Shahram Najm 1db1c0831c Indexing: print message number in case of failure 2022-03-17 22:21:33 +00:00
Shahram Najm 422ef77000 Refactoring 2022-03-14 19:54:22 +00:00
Shahram Najm aa7e202083 Allow sample file specification with extension 2022-03-14 15:16:16 +00:00
Shahram Najm b4b4f7b4ae Tools: codes_export_resource info message 2022-03-13 17:25:58 +00:00
Shahram Najm 6f155041a8 Tools: codes_export_resource cleanup 2022-03-12 20:06:47 +00:00
Shahram Najm 1141ac065c Merge branch 'feature/ExportResource' into develop 2022-03-12 20:00:33 +00:00
Shahram Najm f46e742820 Compiler warnings 2022-03-12 19:02:16 +00:00
Shahram Najm 6d0b83ae17 Compiler warnings 2022-03-12 18:58:24 +00:00
Shahram Najm 5ee4186fda Tools: codes_export_resource 2022-03-12 14:45:57 +00:00
Shahram Najm 9518460641 Tools: codes_export_resource 2022-03-12 14:23:23 +00:00
Shahram Najm 211c22ca37 Tools: codes_export_resource 2022-03-12 12:52:00 +00:00
Shahram Najm acd5c95d54 Tools: print full usage info. Also put feature AEC at the top 2022-02-24 15:32:34 +00:00
Shahram Najm dc07dab62d Tools: Document which is the default sort mode 2022-02-23 14:23:12 +00:00
Shahram Najm 1c6ff5d65e ECC-1350: grib_compare: Incorrect behaviour when first file argument is a directory 2022-02-16 12:41:54 +00:00
Shahram Najm def903b99e ECC-1326: grib_to_netcdf: Improve usage message 2022-01-07 14:28:05 +00:00
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