- 18 Nov, 2015 1 commit
-
-
Uwe Schulzweida authored
-
- 14 Sep, 2015 2 commits
-
-
Uwe Schulzweida authored
-
Uwe Schulzweida authored
-
- 28 Aug, 2015 2 commits
-
-
Thomas Jahns authored
* This reverts r3646 and r3645. * xrealloc/xmalloc are there for a reason: ** Every call to these functions does not check the return value of the memory allocation, hence error checking must be performed in the wrapper. ** This was historically done in the macros defined in dmemory.h, but redefining any identifier from the standard library to something which behaves differently is confusing.
-
Oliver Heidmann authored
-
- 29 Jun, 2015 1 commit
-
-
Oliver Heidmann authored
replaced designated initializer with manual initialization for struct varDefZAxisSearchState since c++ does not support this feature, added explicit casts in various files
-
- 12 Mar, 2015 1 commit
-
-
Florian Prill authored
-
- 06 Aug, 2014 1 commit
-
-
Thomas Jahns authored
-