Google Code Exporter
Google Code Exporter
``` To add up, intel compiler comes with stdint.h Perhaps #ifdef __ICL or #ifdef __INTEL_COMPILER could also be useful to avoid collision ``` Original comment by `[email protected]` on 22 Jan...
``` Please submit a patch and I'll merge it. ``` Original comment by `alexander.chemeris` on 28 Jan 2014 at 1:21
``` The offending revision is r28, which fixes issue #10. Please see if the fix in #10 is invalid. ``` Original comment by `timothygu99` on 25 Nov 2013 at 4:35
``` Visual Studio 2012 includes stdint.h at C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\stdint.h, at least in the version I have installed here. ``` Original comment by `[email protected]` on 3 Apr...
``` C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\stdint.h does not exist in my fairly new installation (just installed last week). ``` Original comment by `[email protected]` on 24 Apr 2014 at 9:50
``` I got those errors while compiling as C++ in Visual Studio 6. I fixed it by re-adding extern "C++" for _MSC_VER < 1300 ``` Original comment by `flaviojs2005` on...
``` I do not know for IA64, but for AMD64 (x64), due to the way the CPU is organized, 32-bit arithmetic is never slower than 64-bit (they are the same...
``` jvmtop is currently using a fixed-terminal-width of 80 characters which is a simple and compatible approach which is also used by many unix tools. Because of that some outputs...
Original comment by `[email protected]` on 9 Aug 2013 at 8:18 - Changed title: **Support for wider terminals** - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**
``` You may want to consider. regular top, for example, displays the command in the last column. This is similar to your main-class column. It's your only column that is...