- 20 Jun, 2015 1 commit
-
-
Oliver Heidmann authored
removed const since c++ does not allow to use memcpy with a const lvalue destination, removed array length in array parameters brackets, changed type of len from size_t to int since it is only used as int and replaced anonym funtion that cast len to int by &len
-
- 19 Jun, 2015 1 commit
-
-
Oliver Heidmann authored
added explicit cast in line 267, changed parameter uuid[CDI_UUID_SIZE] to *uuid in function cdiUUIDIsNull
-
- 16 Jun, 2015 2 commits
-
-
Oliver Heidmann authored
-
Oliver Heidmann authored
-
- 10 Jun, 2015 1 commit
-
-
Uwe Schulzweida authored
-
- 08 Jun, 2015 1 commit
-
-
Uwe Schulzweida authored
-
- 05 Jun, 2015 4 commits
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* Original patch by Nathanael Hübbe.
-
Thomas Jahns authored
* This partially reverts "added support for C89/90 preprocessor" which only covered up an already bad situation. Using the C preprocessor on Fortran sources does ultimately not work since it doesn't know about Fortran-specific features like the _OPENMP macro and is chronically likely to pick up the cpp belonging to another compiler (e.g. to system gcc when compiling with xlf on Linux/ppc).
-
- 03 Jun, 2015 2 commits
-
-
Uwe Schulzweida authored
-
Uwe Schulzweida authored
-
- 02 Jun, 2015 28 commits
-
-
Uwe Schulzweida authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* The only user immediately destroyd the copy.
-
Thomas Jahns authored
* Replace expensive function call with comparison.
-
Thomas Jahns authored
-
Thomas Jahns authored
* It's only in grib_api releases 1.12 and after.
-