Commit Graph

5615 Commits

Author SHA1 Message Date
Olivier Iffrig 7cbf37a918 ECC-1143: CMake: Migration to ecbuild v3.4 2020-08-27 16:01:14 +01:00
Shahram Najm fd83c9068d ECC-1143: CMake: Migration to ecbuild v3.4 2020-08-27 15:30:20 +01:00
Shahram Najm 5d99ce70f0 ECC-1143: CMake: Migration to ecbuild v3.4 2020-08-27 14:39:43 +01:00
Shahram Najm 7023f11019 Merge branch 'develop' into feature/ecbuild_3.4 2020-08-27 13:09:24 +01:00
Shahram Najm 4078f97a8e Remove Visual Studio Code settings 2020-08-27 13:09:06 +01:00
Shahram Najm 3146d9ceb2 clang address sanitizer 2020-08-26 20:53:33 +01:00
Shahram Najm 6c38bb2a7e clang address sanitizer suppressions 2020-08-26 10:53:37 +01:00
Shahram Najm 895202e1b6 Merge branch 'develop' into feature/ecbuild_3.4 2020-08-25 13:24:09 +01:00
Shahram Najm 51e764b910 Testing: for the PR fix_free_concept_value 2020-08-25 13:23:24 +01:00
shahramn bf2aa48228
Merge pull request #39 from shinji-s/fix_free_concept_value
Fix multiple free in destroy@action_class_concept.c
2020-08-25 13:03:55 +01:00
Willem Deconinck e0dd102a11 Support for ecbuild v3.4: Fix export in bundles 2020-08-25 12:40:47 +01:00
shahramn af4fcc5fe9
Update action_class_concept.c
Minor change to kick off Travis again so I can merge this PR
2020-08-25 12:32:01 +01:00
Shahram Najm 282a69b65d Support for ecbuild v3.4: Version info 2020-08-24 17:14:19 +01:00
Shahram Najm 666e61fc74 ECC-1143: CMake: Migration to ecbuild v3.4 2020-08-24 15:10:45 +01:00
shahramn 0764429092
Merge branch 'develop' into fix_free_concept_value 2020-08-22 14:37:03 +01:00
Shahram Najm 79d935920d Support for ecbuild v3.4. Including ecbuild 2020-08-21 16:32:53 +01:00
Shahram Najm ac878ef07e Documentation. bufr_compare does not have a -P option 2020-08-21 11:29:16 +01:00
Shahram Najm a85d4de9ea Support for ecbuild v3.4. Fix threads/PNG 2020-08-19 17:06:56 +01:00
Shahram Najm 455e39da46 Support for ecbuild v3.4. Fix AEC, maths library and Python/Numpy 2020-08-19 16:08:07 +01:00
Shahram Najm 9e7aa5e518 Support for ecbuild v3.4. Update minimum required versions of CMake and ecbuild 2020-08-19 11:39:47 +01:00
Shinji Suzuki a2b707833e
Merge branch 'develop' into fix_free_concept_value 2020-08-19 11:50:15 +09:00
Shahram Najm ad93825ffe Support for ecbuild v3.4. Version macros and PRIVATE_LIB 2020-08-18 11:14:29 +01:00
Shahram Najm d96c018597 ECC-935: GRIB2: Change encoding of snow depth parameter 141 2020-08-17 19:59:34 +01:00
Shahram Najm 3ec03c5ac7 Fix comments 2020-08-17 19:22:42 +01:00
Shahram Najm 5720903cb0 Support for ecbuild v3.4. Changes to ecbuild_add_option and REQUIRED_PACKAGES 2020-08-17 16:43:18 +01:00
Shahram Najm 39bd12d0aa Add debug message. Also evaluate grib_handle_of_accessor once 2020-08-17 14:43:51 +01:00
Shinji Suzuki ee7ad0bc92 Fix multiple free. (Pointers to concept_value in the trie are borrowed pointers, which should not be free'd.) 2020-08-10 18:40:59 +09:00
Shahram Najm feb0ef47ec README: installation instructions 2020-08-09 13:20:05 +01:00
Shahram Najm 4e9fed3d7d ECC-1142: Clean up 2020-08-08 13:07:16 +01:00
Shahram Najm 9e1221c8f8 ECC-1142: CMake: add option to build tools (ON by default) 2020-08-07 22:36:59 +01:00
Shahram Najm d738937dd0 Clang static analyser: dereference of a null pointer 2020-08-06 11:05:51 +01:00
Shahram Najm 744c305e4e memcpy: Check sizeof double and long 2020-08-05 17:59:15 +01:00
Shahram Najm c39585dc93 ECC-1141: Compile error on MinGW: undefined reference to 'realpath' 2020-08-05 15:21:25 +01:00
Shahram Najm d0b7b2e31f BUFR Performance: reduce function call overhead 2020-08-05 14:29:07 +01:00
Shahram Najm c6850eeed7 BUFR Performance: reduce calls to grib_handle_of_accessor. Also const correctness 2020-08-05 13:32:27 +01:00
Shahram Najm aa028ae316 GCC v10 warnings: specified bound depends on the length of the source argument 2020-08-05 11:46:03 +01:00
Shahram Najm 40e3ae054f Fortran GNU compiler errors with v10 (related to ECC-1120) 2020-08-04 13:41:40 +01:00
Shahram Najm c7aa4a833a Remove dead code 2020-08-04 13:02:19 +01:00
shahramn 670a726f41
Merge pull request #35 from shinji-s/pr_fix_double_free_darray
Avoid freeing base class members in a derived class.
2020-08-02 14:16:07 +01:00
shahramn 0ff3a687d3
Merge branch 'develop' into pr_fix_double_free_darray 2020-08-02 13:18:28 +01:00
shahramn 169c9b5cb1
Merge pull request #36 from shinji-s/pr_fix_null_deref_expression
Avoid null pointer dereference in grib_expression_free().
2020-08-02 12:43:19 +01:00
Shinji Suzuki a0e14505ec Avoid null pointer derefrence in grib_expression_free(). 2020-08-02 14:30:32 +09:00
Shinji Suzuki 70ce3ce4d5 Avoid freeing base class members. 2020-08-02 13:50:13 +09:00
Shahram Najm 502fee4bba Testing: clean up 2020-07-31 15:45:30 +01:00
Shahram Najm 53b3da43f8 Testing: clean up 2020-07-31 15:07:35 +01:00
Shahram Najm 01701feb84 Testing: move old deprecated code 2020-07-31 15:05:31 +01:00
Shahram Najm fdb658b1bc Fix use of DEVELOPER_MODE (related to ECBUILD-474) 2020-07-29 14:28:11 +01:00
Shahram Najm 89af2ae8dd Checks for descriptor string lengths 2020-07-29 11:44:34 +01:00
Shahram Najm 5b0f7ba936 Clang warning: Value stored to 'v' during its initialization is never read 2020-07-29 10:50:15 +01:00
Shahram Najm 57b2d991dc Merge branch 'feature/ECC-1137-bufr-fixed-length' into develop 2020-07-28 17:05:27 +01:00