VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/xml.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @99758   22 月 vboxsync IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt …
(edit) @99730   22 月 vboxsync IPRT: Clang 13 fixes (warnings as errors).
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @96507   2 年 vboxsync IPRT/nocrt: The xml.cpp stuff won't ever work without exceptions. …
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @95109   3 年 vboxsync IPRT/xml: Having another go at the PFNEXTERNALENTITYLOADER declaration …
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @86492   4 年 vboxsync IPRT/xml: Fixed tiny leak in File::File(). bugref:9841
(edit) @85121   5 年 vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84000   5 年 vboxsync IPRT/xml: Simplified EIPRTFailure::EIPRTFailure, avoiding two heap …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @80585   5 年 vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @79677   6 年 vboxsync Runtime/r3/xml.cpp: Introduce methods which limit the size of element …
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @73502   7 年 vboxsync IPRT: GCC 8.2.0 fixes
(edit) @69434   7 年 vboxsync Runtime: scm updates
(edit) @69111   7 年 vboxsync (C) year
(edit) @67675   8 年 vboxsync iprt/xml: Added a RTCString writer class.
(edit) @65597   8 年 vboxsync Runtime: XML errors => LogRel
(edit) @65008   8 年 vboxsync r3/xml.cpp: Warnings.
(edit) @64993   8 年 vboxsync XML: added new function setContent()
(edit) @64158   8 年 vboxsync Runtime: cosmetic fix
(edit) @62636   9 年 vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62635   9 年 vboxsync warnings
(edit) @62566   9 年 vboxsync IPRT: More unused parameters.
(edit) @62477   9 年 vboxsync (C) 2016
(edit) @58169   9 年 vboxsync Runtime: fixed another XML version check
(edit) @58168   9 年 vboxsync Runtime: fixed XML version check
(edit) @58135   9 年 vboxsync Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 nodes …
(edit) @57944   9 年 vboxsync iprt: More doxygen corrections.
(edit) @57358   10 年 vboxsync *: scm cleanup run.
(edit) @56290   10 年 vboxsync IPRT: Updated (C) year.
(edit) @56279   10 年 vboxsync va_end(), warning
(edit) @53597   10 年 vboxsync Runtime/xml: improved log statement
(edit) @49028   11 年 vboxsync iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
(edit) @48935   11 年 vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48834   11 年 vboxsync iprt/xml: Added more convenience methods and did more cleanup work, …
(edit) @48797   11 年 vboxsync A bit more XAR hacking.
(edit) @48785   11 年 vboxsync warning
(edit) @48781   11 年 vboxsync iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
(edit) @48779   11 年 vboxsync iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
(edit) @46169   12 年 vboxsync Changes in parsing, extracting and processing an OVF version in/from a …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @43902   12 年 vboxsync IPRT/xml: Add getPrefix() method to get a prefix a xml node (pref:name …
(edit) @39933   13 年 vboxsync Runtime/xml: be paranoid
(edit) @39083   13 年 vboxsync IPRT: -Wunused-parameter.
(edit) @37493   14 年 vboxsync Runtime: fix mem leak
(edit) @36527   14 年 vboxsync iprt::MiniString -> RTCString.
(edit) @36523   14 年 vboxsync Renamed iprt::Error to RTCError.
(edit) @36521   14 年 vboxsync iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
(edit) @36405   14 年 vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(edit) @35729   14 年 vboxsync Runtime: extend XML attribute string buffers (fixes dropped CPUID leaf …
(edit) @35128   14 年 vboxsync Main: more backslash conversion in settings read/write, so add generic …
(edit) @33835   14 年 vboxsync Main;Runtime: fix memory freeing returned by libxml2
(edit) @33700   14 年 vboxsync Main;Runtime: use size_t
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33469   14 年 vboxsync IPRT: xml classes documentation, plus reduced some buffer sizes.
(edit) @33464   14 年 vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33056   14 年 vboxsync Main-XML: add a xml memory writer
(edit) @32565   14 年 vboxsync Runtime/Main: add xml/ovf parsing in memory
(edit) @30746   15 年 vboxsync Main: clean up spaghetti code in Console::configConstructor(): remove …
(edit) @29873   15 年 vboxsync OVF: fix incorrect disk UUIDs in machine XML on export
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28692   15 年 vboxsync iprt: XmlFileWrite - expose the two suffixes write() uses when fSafe …
(edit) @28689   15 年 vboxsync XmlFileWrite::write: Added a fSafe argument for safe writing of the …
(edit) @28199   15 年 vboxsync IPRT: xml crash fix
(edit) @28164   15 年 vboxsync IPRT: attribute namespace support
(edit) @28163   15 年 vboxsync IPRT: xml optimizations, preps for better namespace support
(edit) @27918   15 年 vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27418   15 年 vboxsync IPRT: much better error messages for XML runtime errors (improves …
(edit) @26344   15 年 vboxsync Runtime: white space cleanup.
(edit) @26163   15 年 vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25748   15 年 vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25645   15 年 vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25348   15 年 vboxsync iprt/xml_cpp.h -> iprt/cpp/xml.h
(edit) @25345   15 年 vboxsync iprt/lock.h -> iprt/cpp/lock.h
(edit) @25000   15 年 vboxsync IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
(edit) @23973   15 年 vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23903   15 年 vboxsync Runtime: fix memory leak
(edit) @23288   15 年 vboxsync Main: implement XML reader for settings versions 1.3, 1.4 and 1.5 for …
(edit) @22210   16 年 vboxsync IPRT/XML: do not treat all non-elements as elements (fix wrong …
(edit) @22173   16 年 vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21428   16 年 vboxsync Main: remove ENoMemory exception class, replace with std::bad_alloc() …
(edit) @21409   16 年 vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21322   16 年 vboxsync OSE header fix
(copy) @21079   16 年 vboxsync Main: move libxml2 to IPRT unconditionally (remove …
trunk/src/VBox/Main/xml/xml.cpp 複製
(edit) @21077   16 年 vboxsync back out r49329, r49331, will start over
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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