VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97823   2 years vboxsync IPRT: Added RTCListBase == and != operator support + testcases.
(edit) @97821   2 years vboxsync include/iprt/nocrt/vector: Fixes for accessing [c]end() iterators on …
(edit) @97811   2 years vboxsync include/iprt/nocrt/vector: Fixed the != operator -- Thanks to Martin …
(edit) @97693   2 years vboxsync VMM/DBGF: Added a DBGFBpCheckInstruction function for checking for …
(edit) @97646   2 years vboxsync IPRT: Added RTProcSignalName and a generic implementation of it.
(edit) @97266   2 years vboxsync ValKit/analysis: Wrote a new analyzer/comparison tool, tst-a1.py …
(edit) @97244   2 years vboxsync x86.h: Added MSR_IA32_VMX_EXIT_CTLS2.
(edit) @97231   2 years vboxsync VMM/CPUM: Define our own X86EFLAGS/X86RFLAGS structures so we can use …
(edit) @96977   2 years vboxsync iprt/x86.h: X86_CR3_EPT_PAGE_MASK correction. bugref:10092
(edit) @96864   2 years vboxsync Runtime: Implement RTUdpCreateServerSocket(), bugref:9822
(edit) @96861   2 years vboxsync IPRT/Vfs,Main/Unattended: Detect fedora ISOs, various code cleanups. …
(edit) @96851   2 years vboxsync iprt/ctype: Removed duplicate test in RTLocCIsPunct (harmless).
(edit) @96845   2 years vboxsync iprt/nt/nt.h: Correction to OBJECT_INFORMATION_CLASS and added …
(edit) @96844   2 years vboxsync iprt/nt/nt.h: Correction to OBJECT_INFORMATION_CLASS and added …
(edit) @96818   2 years vboxsync iprt/x86.mac: re-ran kmk incs
(edit) @96813   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96812   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96798   2 years vboxsync VMM/IEM: Implement …
(edit) @96777   2 years vboxsync RTSignTool,IPRT/ldrPE.cpp: Corrected incorrect signature alignment …
(edit) @96771   2 years vboxsync Add/Nt/Installer: The DumpLog script causes random crashes in …
(edit) @96752   2 years vboxsync IPRT/pkcs7.h: comments.
(edit) @96729   2 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96648   2 years vboxsync iprt/nocrt/stdio.h: Added missing [_]puts alias. bugref:10261
(edit) @96622   2 years vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96610   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96597   2 years vboxsync IPRT: More correctly fake the extended GetVersionExW/RtlGetVersion …
(edit) @96593   2 years vboxsync /Config.kmk,IPRT,ValKit/Config.kmk: Found an undocumented linker …
(edit) @96590   2 years vboxsync IPRT/nocrt: Split the as much read-only data out of the .rdata segment …
(edit) @96589   2 years vboxsync IPRT/nocrt: Split the as much read-only data out of the .rdata segment …
(edit) @96577   2 years vboxsync iprt/bldprog-strtab-template.cpp.h: Sparc build fix. bugref:9726
(edit) @96574   2 years vboxsync iprt/win/context-x86.mac: scm fix. bugref:10261
(edit) @96573   2 years vboxsync IPRT/nocrt: Fail fast and safer stack corruption. bugref:10261
(edit) @96551   2 years vboxsync iprt/bldprog-strtab*.cpp.h: Increased the size dictionary to make use …
(edit) @96550   2 years vboxsync iprt/bldprog-strtab*.cpp.h: Increased the size dictionary to make use …
(edit) @96542   2 years vboxsync IPRT: Added RTUtf16FindAscii. bugref:10261
(edit) @96532   2 years vboxsync iprt/message.h: doxygen fix. bugref:10261
(edit) @96507   2 years vboxsync IPRT/nocrt: The xml.cpp stuff won't ever work without exceptions. …
(edit) @96504   2 years vboxsync IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261
(edit) @96495   2 years vboxsync IPRT: Switched pipe-win.cpp to use the nt-and-windows.h header and …
(edit) @96465   2 years vboxsync iprt/nocrt/unistd.h,stdlib,stdio.h: Some additions and fixes related …
(edit) @96448   2 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96447   2 years vboxsync iprt/assert.h: Added checks for RT_STRICT || …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96368   2 years vboxsync iprt/asmdefs.mac,IPRT/nocrt: Mangling fixes for fastcall compiler …
(edit) @96361   2 years vboxsync iprt/nocrt/algorithm: Just use shell sort for the std::sort …
(edit) @96354   2 years vboxsync IPRT/nocrt: Defined cout and cerr; implemented ostream::flush and …
(edit) @96345   2 years vboxsync IPRT/nocrt: Added missing implemention of new placement operators. …
(edit) @96329   2 years vboxsync IPRT/req: Docs typos.
(edit) @96277   2 years vboxsync iprt/asmdefs.mac: Add RTFLOAT32U_QNAN_PLUS/MINUS, …
(edit) @96251   2 years vboxsync VMM/IEM: Start implementing floating point SSE instructions using …
(edit) @96239   2 years vboxsync iprt/asmdefs.mac: Define RT_STRICT when DEBUG is defined and …
(edit) @96222   2 years vboxsync iprt/types.h,strtonum.cpp: QNAN values does not need to have bit zero …
(edit) @96221   2 years vboxsync iprt/nocrt/stdlib.h: _exit+_abort should use fatal assert not debug …
(edit) @96213   2 years vboxsync IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
(edit) @96211   2 years vboxsync iprt/x86.h,x86.mac: Added _BIT defines to accompany the X86_FSW_xE …
(edit) @96205   2 years vboxsync IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
(edit) @96204   2 years vboxsync iprt/x86.h,x86.mac: Added X86_MXCSR_XCPT_FLAGS, X86_MXCSR_XCPT_MASK …
(edit) @96201   2 years vboxsync IPRT/nocrt: Implemented fegetround and fesetround to workaround the …
(edit) @96200   2 years vboxsync iprt: Ran 'kmk incs' and regenerated assembly includes.
(edit) @96199   2 years vboxsync iprt/x86.h: Added X86_MXCSR_RC_SHIFT. bugref:10261
(edit) @96197   2 years vboxsync IPRT/math.h: Define our own set of classification flags so we can test …
(edit) @96195   2 years vboxsync iprt/nocrt/stdlib.h: exit+abort should use fatal assert not debug …
(edit) @96193   2 years vboxsync iprt/cdefs.h,types.h: Better RT_COMPILER_LONG_DOUBLE_BITS ++ detection …
(edit) @96192   2 years vboxsync iprt/cdefs.h,types.h: Added a RT_COMPILER_WITH_64BIT_LONG_DOUBLE and a …
(edit) @96184   2 years vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @96180   2 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96169   2 years vboxsync iprt/string.h: doxygen fix. bugref:10261
(edit) @96163   2 years vboxsync iprt/string.h: Document RTStrToLongDoubleEx and friends, updated …
(edit) @96160   2 years vboxsync iprt/string.h: Document RTStrToLongDoubleEx and friends, updated …
(edit) @96157   2 years vboxsync IPRT/strttofloat.cpp: Some fixes and blind attempt at making it build …
(edit) @96155   2 years vboxsync IPRT: Mangling of RTStrToFloat, RTStrToDouble and RTStrToLongDouble. …
(edit) @96152   2 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96151   2 years vboxsync iprt/types.h: Some RTFLOAT* additions for simplifying writing …
(edit) @96150   2 years vboxsync iprt/nocrt/float.h: Adjusted DBL_MAX for MSC. bugref:10261
(edit) @96147   2 years vboxsync iprt/nocrt/stdlib.h: bsearch parameter names. bugref:10261
(edit) @96133   2 years vboxsync include/iprt/types.h: Add a RTUINT256U ymm view to X86YMMREG, bugref:9898
(edit) @96132   2 years vboxsync include/iprt/types.h: Add some single and double precision floating …
(edit) @96128   2 years vboxsync IPRT/nocrt: sscanf & vsscanf (untested). bugref:10261
(edit) @96127   2 years vboxsync IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to …
(edit) @96124   2 years vboxsync IPRT: Added a RTFileDup API, only implemented on windows for now as I …
(edit) @96103   2 years vboxsync VMM: Add some new AMD CPUID feature bits.
(edit) @96098   2 years vboxsync IPRT/nocrt: Math constants: HUGH_VAL*, NAN, INFINITY. bugref:10261
(edit) @96092   2 years vboxsync iprt/asm.h: Changed ASMBitClearRange and ASMBitSetRange to take the …
(edit) @96091   2 years vboxsync IPRT/nocrt: Added clearerr, ferror, fgetc, fileno, fputc, fputs, …
(edit) @96090   2 years vboxsync iprt/asm.h: Changed ASMBitClearRange and ASMBitSetRange to take the …
(edit) @96089   2 years vboxsync IPRT/RTStream: Added RTStrmSeek, RTStrmTell, RTStrmSetBufferingMode …
(edit) @96086   2 years vboxsync iprt/nocrt/time.h: Build fix. bugref:10261
(edit) @96078   2 years vboxsync IPRT/RTStream: Added a RTStrmOpenFileHandle API for implementing …
(edit) @96077   2 years vboxsync IPRT/RTStream: Added a RTStrmOpenFileHandle API for implementing …
(edit) @96076   2 years vboxsync IPRT/RTFileOpen: Added a RTFILE_O_TEMP_AUTO_DELETE flag for …
(edit) @96075   2 years vboxsync IPRT/nocrt: access. bugref:10261
(edit) @96074   2 years vboxsync IPRT/nocrt: abs, labs and llabs. bugref:10261
(edit) @96073   2 years vboxsync IPRT/nocrt: strerror; atexit fix. bugref:10261
(edit) @96070   2 years vboxsync IPRT/nocrt: atexit, fstat, isatty, read, unlink, rand, qsort and …
(edit) @96069   2 years vboxsync iprt/errno.h,nocrt/errno.h: Use the iprt/errno.h wrapper in nocrt …
(edit) @96052   2 years vboxsync IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
(edit) @96043   2 years vboxsync IPRT,/Config.kmk,iprt/asmdefs.mac,Add/3D/Config.kmk: Generate weak CRT …
(edit) @96042   2 years vboxsync iprt/cdefs.h: RT_FORCE_NOCRT_WRAPPERS for overriding …
(edit) @96039   2 years vboxsync iprt/nocrt/time.h: Attempt at fixing the header compile check on …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette