Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Cosmetic change, see attached patch. ``` Original issue reported on code.google.com by `[email protected]` on 19 Jan 2015 at 9:59 Attachments: - [0001-stdint-Fix-trailing-whitespace.patch](https://storage.googleapis.com/google-code-attachments/msinttypes/issue-15/comment-0/0001-stdint-Fix-trailing-whitespace.patch)

Type-Defect
Priority-Medium
auto-migrated

``` this code is invalid: #ifdef __cplusplus extern "C" { #endif # include #ifdef __cplusplus } #endif with some versions of sdk (or mobile sdk/WinCE) it produces errors. I'm pretty...

Type-Defect
Priority-Medium
auto-migrated

``` how about: #include then you could add msinttypes to include path and include stdint.h using: #include Could you also check for presence of inttypes.h in different versions of VS...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. add inttypes.h and stdint.h with include files of ffmpeg 2. build code 3. the compilation gives error F:\Windows Project\zeranoe\ffmpeg-20130713-git-aac57c7-win32-dev\include\inttypes.h(49): error C2146: syntax...

Type-Defect
Priority-Medium
auto-migrated

``` In line 45 of file stdint.h we see: // For Visual Studio 6 in C++ mode and for many Visual Studio versions when // compiling for ARM we should...

Type-Defect
Priority-Medium
auto-migrated

``` According to ISO/IEC 9899:TC3 7.18.2.2, "Each instance of [INTn_MIN and INTn_MAX] shall be replaced by a constant expansion suitable for use in #if preprocessor directives, and this expression shall...

Type-Defect
Priority-Medium
auto-migrated

``` I think "fast" types are supposed to allow fast operations (basically, efficiently use the registers) on the target machines. Example: int_fast16_t is currently defined as 16-bit integer, which is...

Type-Defect
Priority-Medium
auto-migrated

``` The output is getting truncated. How to increase the width of the name column. ``` Original issue reported on code.google.com by `[email protected]` on 7 Aug 2013 at 9:34

Priority-Medium
auto-migrated
Type-Enhancement

``` What steps will reproduce the problem? 1. Create a user that has no shell set. 2. Start a process as that user (in my case using puppet). 3. run...

Priority-Medium
Type-Defect
auto-migrated

``` hi, In order to Minimize CPU time and CPU % taken by jvmtop.sh to find and display all the JVM found, can we have an argument like ./jvmtop.sh --once...

Priority-Medium
auto-migrated
Type-Enhancement