Shahram Najm
f67c83b287
ECC-1094: Implement a way to check if an instance of ecCodes has been compiled with thread support
2020-03-22 19:54:43 +00:00
Shahram Najm
c0f9493684
Testing: with valgrind
2020-03-22 15:42:16 +00:00
Shahram Najm
110a1ce58a
Testing: Add prefix test_dir
2020-03-22 15:08:23 +00:00
Shahram Najm
b99927c1e0
Testing: Fix test for valgrind
2020-03-22 15:04:24 +00:00
Shahram Najm
e40f3f5c5a
Clang static analyser warnings
2020-03-22 12:38:57 +00:00
Shahram Najm
cb8a9d3291
Clang static analyser warnings
2020-03-22 12:13:43 +00:00
Shahram Najm
21976f57a0
Refactoring: latlon iterator and rotation keys
2020-03-21 15:18:21 +00:00
Shahram Najm
3269b850e1
Clang static analyser warnings
2020-03-20 20:55:04 +00:00
Shahram Najm
e4fa0d0c98
CMake: move to proper versioning scheme
2020-03-20 18:01:10 +00:00
Shahram Najm
cfaa03f226
Clang static analyser warnings
2020-03-20 12:43:03 +00:00
Shahram Najm
b8cb4e0394
Clang static analyser warnings
2020-03-20 12:27:16 +00:00
Shahram Najm
6d1f3aa16e
Clang static analyser warnings
2020-03-20 12:10:48 +00:00
Shahram Najm
a920eae6c0
ECC-1091: Change shortname of paramId 171055 to mean2t24a
2020-03-19 17:47:14 +00:00
Shahram Najm
4e29bf2d37
Clang static analyser warnings
2020-03-19 16:01:10 +00:00
Shahram Najm
32b2b5a5d9
Testing: Add test for accessor g1fcperiod
2020-03-19 14:13:00 +00:00
Shahram Najm
b603391b34
ECC-1097: Memory leak: bufr_count on an invalid BUFR
2020-03-19 12:44:43 +00:00
Shahram Najm
6df011e687
ECC-1096: bufr_dump shows '2147483647' instead of 'null'
2020-03-19 12:44:17 +00:00
Shahram Najm
ed3130298f
Clang static analyser warnings
2020-03-18 18:47:08 +00:00
Shahram Najm
5d4c5b49d6
Formatting
2020-03-18 15:27:53 +00:00
Shahram Najm
678c8eea86
Memory leak
2020-03-18 14:48:15 +00:00
shahramn
a2d3d57789
Merge pull request #24 from mkrupcale/encode-unsigned-long-pointer-increment
...
bits: grib_encode_unsigned_long: increment pointer, not the pointed-to value
2020-03-17 18:12:04 +00:00
shahramn
57c3d8fa8b
Merge branch 'develop' into encode-unsigned-long-pointer-increment
2020-03-17 14:41:45 +00:00
Shahram Najm
512715df24
ECC-1093: GRIB1: Local definition 192: mars keys should be of type 'string'
2020-03-14 21:43:22 +00:00
Shahram Najm
6f1e6dfdea
ECC-1093: Add ability to detect when flags has lowercase but not string_type
2020-03-14 21:40:10 +00:00
Shahram Najm
ce991d0f7c
ECC-1093: GRIB1: Local definition 192: mars keys should be of type 'string'
2020-03-14 21:38:48 +00:00
Shahram Najm
003b3809bf
Refactoring: cryptic variable names
2020-03-14 13:07:01 +00:00
Shahram Najm
816f5419f4
ECC-1092: Rename key 'is_rotated_grid'
2020-03-14 12:31:20 +00:00
Shahram Najm
a1132473c1
ECC-1092: Rename key 'is_rotated_grid'
2020-03-14 12:20:54 +00:00
Shahram Najm
eb629dd260
Windows: fix directory tokenizing in path
2020-03-13 16:46:11 +00:00
Shahram Najm
407c8d92f8
Merge branch 'develop' into feature/Docker
2020-03-13 15:28:34 +00:00
Shahram Najm
21ce4268a3
Refactoring: remove repeated code
2020-03-13 15:17:35 +00:00
Shahram Najm
6566e79a79
Add more tests for Julian <-> datetime conversion
2020-03-13 15:17:10 +00:00
Shahram Najm
63afc5af33
Debugging
2020-03-13 15:16:23 +00:00
Shahram Najm
a23c15cd01
Can disable GRIB as well
2020-03-12 17:19:34 +00:00
Shahram Najm
309d2dd752
MEMFS support when PRODUCT_BUFR disabled
2020-03-12 15:14:38 +00:00
Shahram Najm
13c8a6014d
Added option for PRODUCT_BUFR. By default ON
2020-03-12 14:16:45 +00:00
Shahram Najm
d78693bb34
Legacy ECMWF parameters
2020-03-11 12:35:59 +00:00
Shahram Najm
9c727eb161
Rename padding keys from zero to zeros (zero is a constant)
2020-03-10 17:57:18 +00:00
Matthew Krupcale
c950c6f968
bits: grib_encode_unsigned_long: increment pointer, not the pointed-to-value
...
This fixes a long-standing (i.e. at least since 1.9.5 ca. Oct 2010) bug in grib_encode_unsigned_long where the first byte was incorrectly incremented instead of incrementing the pointer to the next byte. This would only happen if the bit position / offset was not aligned on a byte boundary (i.e. *bitp % 8 != 0), though. Fortunately, as far as I can tell, no grib_api/eccodes functions invoked grib_encode_unsigned_long such that this bug was manifested.
* src/grib_bits_any_endian.c: increment pointer, not the pointed-to-value
* src/grib_bits_ibmpow.c: likewise.
2020-03-09 19:16:32 -04:00
Shahram Najm
6ca03c3723
PyPI: Update to use 'eccodes' not 'eccodes-python'
2020-03-09 17:02:09 +00:00
Shahram Najm
ef3ae79931
ECC-1090: Create a new MARS type 'eme' for ensemble data assimilation model errors
2020-03-08 16:47:22 +00:00
Shahram Najm
89b2178e05
Bump up version
2020-03-05 13:01:10 +00:00
Shahram Najm
458d20311d
ECC-1088: Samples path
2020-03-04 22:15:10 +00:00
Shahram Najm
9f1e9db4e0
ECC-1088: Definitions path: Core extensions added to end of path implicitly
2020-03-04 18:00:40 +00:00
Shahram Najm
37044e4dd0
ECC-1086: Copy all good messages + add test
2020-03-04 17:26:01 +00:00
Shahram Najm
339c1a426f
ECC-1086: grib_copy/bufr_copy: does not fail in the presence of an invalid message
2020-03-03 17:28:56 +00:00
Shahram Najm
3ac3918224
Clean up
2020-03-03 16:12:42 +00:00
Shahram Najm
20a0d75ba1
Clang static analyser warnings
2020-03-03 16:00:52 +00:00
Shahram Najm
a5a87cc4b7
Merge branch 'develop' into bugfix/ECC-1085-MissingLocalDef
2020-03-02 16:37:01 +00:00
Shahram Najm
4cf02d70bd
Clang static analyser warnings
2020-03-02 13:42:07 +00:00