VirtualBox

source: vbox/trunk/include/iprt/nocrt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95885   2 years vboxsync iprt/nocrt/new: nothrow const variable. bugref:10261
(edit) @95860   2 years vboxsync IPRT/new: Added a generic new/delete operator implementation based on …
(edit) @95859   2 years vboxsync iprt/nocrt/float.h: Added empty float.h to make the d3d9types.h from …
(edit) @95838   2 years vboxsync iprt/nocrt/time.h: Added time.h to make the windows tcpip headers work …
(edit) @95818   2 years vboxsync IPRT: More IPRT_NO_CRT work on windows. bugref:10261
(edit) @95801   2 years vboxsync iprt/nocrt/sys/types.h: Placeholder including iprt/types.h to reduce …
(edit) @95800   2 years vboxsync iprt/nocrt/stdlib.h: Supply malloc and friends mapped to our RTMem …
(edit) @95799   2 years vboxsync iprt/nocrt/string.h: strcmp & wcstombs. bugref:10261
(edit) @95767   2 years vboxsync nocrt/string.h,strpbrk.cpp: Added missing strpbrk proto and synced up …
(edit) @94549   3 years vboxsync include/iprt/nocrt: Supply our own stdbool.h and stdint.h for use by …
(edit) @94547   3 years vboxsync include/iprt/nocrt: Supply our own stdbool.h and stdint.h for use by …
(edit) @93137   3 years vboxsync IPRT/nocrt: Fixed nocrt/string.h and added a C++ implementation of strchr.
(edit) @93129   3 years vboxsync include/iprt: Added iprt/nocrt/compiler/watcom.h and made a couple of …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @87202   4 years vboxsync iprt/nocrt/limits.h: Adjustments for bugref:9898.
(edit) @84407   5 years vboxsync include/iprt: VC++ 19.0 adjustments. bugref:8489
(edit) @84120   5 years vboxsync IPRT: Adding an empty nocrt/ctype.h header to make some windows/NT SDK …
(edit) @83775   5 years vboxsync iprt/types,nocrt/compiler/msc.h: VC++ 14.1 adjustments. bugref:8489
(edit) @83724   5 years vboxsync iprt/nocrt/compiler/msc.h: Adjustments for Visual Studio 2017 and …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76505   6 years vboxsync include/*: Some header guard cleanups in prep for scm rules on the subject.
(edit) @76375   6 years vboxsync include/iprt/nocrt//fenv.h: Make recent gcc happy.
(edit) @69686   7 years vboxsync /include/: darwin header tweaks
(edit) @69475   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @62474   8 years vboxsync (C) 2016
(edit) @60023   9 years vboxsync iprt/cdefs.h,setjmp.h: Added DECL_RETURNS_TWICE and renamed …
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @38354   13 years vboxsync x86\math.h: Fixed bug in inline_sqrt causing infinie recursion and …
(edit) @38353   13 years vboxsync amd64\math.h: Fixed bug in inline_sqrt causing infinie recursion and …
(edit) @29263   15 years vboxsync sparc adjustments.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27067   15 years vboxsync iprt/nocrt/compiler/gcc.h: va_start fix for gcc 3.2.x
(edit) @26341   15 years vboxsync include/iprt: scm cleaning up spaces.
(edit) @25566   15 years vboxsync iprt/setjmp.asm/h: windows port
(edit) @25477   15 years vboxsync include: Made the headers build cleanly on linux again.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   15 years vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @18471   16 years vboxsync iprt/nocrt/inttypes.h: Added some 32-bit ones.
(edit) @14037   16 years vboxsync compiler/msc.h: shut up warning.
(edit) @14023   16 years vboxsync iprt/compiler/msc.h and use compiler/compiler.h instead of compiler/gcc.h
(edit) @11934   16 years vboxsync minor header update
(edit) @10137   16 years vboxsync More warnings / bad string prototypes. (nocrt stuff)
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8165   17 years vboxsync rebrand IPRT and other headers
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7211   17 years vboxsync mempcpy proto and alias.
(edit) @7200   17 years vboxsync RT_WITHOUT_NOCRT_WRAPPER_ALIASES - to drop the alias macros.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4170   17 years vboxsync eol-style native.
(edit) @4168   17 years vboxsync eol-style native
(edit) @4167   17 years vboxsync RT_ARCH_X86|AMD64 + eol-style
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3929   17 years vboxsync Clashed on some @file headers too. Fixed a thing.
(edit) @3924   17 years vboxsync Added copyright header
(edit) @3922   17 years vboxsync Missing copyright headers
(edit) @3636   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3631   17 years vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1174   18 years vboxsync memcmp, strchr, strcmp.
(edit) @829   18 years vboxsync No-CRT limits.h
(edit) @696   18 years vboxsync export to OSE
(edit) @666   18 years vboxsync Messing with the nocrt setup…
(edit) @661   18 years vboxsync export
(add) @1   55 years vboxsync import
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