- Feb 25, 2019
-
-
Rene Redler authored
- Feb 18, 2019
-
-
-
-
Rene Redler authored
-
-
-
- Feb 15, 2019
-
-
-
-
See comments in the code.
-
GCC does not know this pragma. If this was introduced for a particular compiler family, please, surround the pragma with vendor-specific #ifdef directives.
-
-
The initializer-list for a two-dimensional array must be either a zero initializer (i.e. '{0}', although some compilers might still complain that there is only one level of braces but they're wrong) or a brace-enclosed list of brace-enclosed lists (i.e. one brace-enclosed list per each row). Note that {{-1}} initializes only the first element of the first row with '-1', whereas the rest elements of the array are initialized with zeros.
-
Expansion of ENSURE_ARRAY_SIZE when the argument arrayp is a void pointer violates the standard twice: first, it tries to dereference a void pointer; second, it tries to get sizeof(void), which is undefined and does not have to be 1 (e.g. in PGI compiler it equals to 0). Required to support PGI compiler.
-
Required to support PGI compiler.
-
- Feb 13, 2019
-
-
Rene Redler authored
-
- Feb 11, 2019
-
-
Sergey Kosukhin authored
-
- Feb 08, 2019
-
-
Rene Redler authored
-
- Feb 05, 2019
-
-
Rene Redler authored
-
- Feb 04, 2019
-
-
Rene Redler authored
-
- Jan 30, 2019
-
-
Rene Redler authored
-
Rene Redler authored
-
- Jan 29, 2019
-
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
Moritz Hanke authored
-
-
-
... according to string value
-
-
... to bypass the java nightmare of decimal formatting
-
-
-