VirtualBox

source: vbox/trunk/include/iprt/cpp/restbase.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76417   6 years vboxsync iprt/errcore.h,*: Duplicate some of the most frequently used status …
(edit) @76355   6 years vboxsync iprt/*.h: Avoid including err.h when possible. bugref:9344
(edit) @76351   6 years vboxsync iprt/*.h: Avoid including err.h when possible. bugref:9344
(edit) @74425   6 years vboxsync IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding …
(edit) @74414   6 years vboxsync IPRT/rest: Reworked the JSON output classes a little, adding a pretty …
(edit) @74410   6 years vboxsync IPRT/rest: Fixed RTCRestStringEnum::clone override. bugref:9167
(edit) @74402   6 years vboxsync IPRT/rest: Implemented array and string-map support for …
(edit) @74390   6 years vboxsync IPRT/rest: Replaced thrice duplicate enum wrapping code with a …
(edit) @74387   6 years vboxsync IPRT/rest: Early support for polymorphic data objects in the data …
(edit) @74347   6 years vboxsync IPRT/rest: Implemented inheritance in the data model. Introducing a …
(edit) @74263   6 years vboxsync IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted …
(edit) @74250   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
(edit) @74181   7 years vboxsync IPRT/rest: Wrote unit tests for RTCRestDate. Addressed some issues …
(edit) @74176   7 years vboxsync IPRT/rest: Added unittest for RTCRestString. Addressing a few issues. …
(edit) @74149   7 years vboxsync IPRT/rest: Adding RTCRestDate (untested). bugref:9167
(edit) @74142   7 years vboxsync IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type …
(edit) @74117   7 years vboxsync IPRT/rest: Started implemented more flexible handling of binary …
(edit) @74096   7 years vboxsync IPRT/rest: doxygen fix
(edit) @74093   7 years vboxsync IPRT/rest: Implemented the hybrid RTCRestAnyObject chameleon. bugref:9167
(edit) @74075   7 years vboxsync IPRT/rest: Sketched out a RTCRestBinaryString type for dealing with …
(edit) @74051   7 years vboxsync IPRT/rest: Fix doxygen comment.
(edit) @74040   7 years vboxsync IPRT/rest: Hacked up string <-> enum translation. bugref:9167
(edit) @74025   7 years vboxsync IPRT/rest: split up restbase.h into several files to make it more …
(edit) @74024   7 years vboxsync IPRT/rest: Implemented header collection (x-obmcs-header-collection) …
(edit) @74023   7 years vboxsync IPRT/rest: Implemented header collection (x-obmcs-header-collection) …
(edit) @74020   7 years vboxsync IPRT/rest: Improvements to request parameter handling, implementing …
(edit) @74013   7 years vboxsync IPRT/rest: Added parameter based api methods (constructs Request …
(edit) @74009   7 years vboxsync IPRT/rest: Pass the response object as a parmeter to the api emthods …
(edit) @74008   7 years vboxsync IPRT/rest: Deal (more) properly with 'null'. bugref:9167
(edit) @73978   7 years vboxsync IPRT/rest: Fixed empty array & map handling by making the begin …
(edit) @73977   7 years vboxsync IPRT/rest: More request array and map setter methods. Fixed string …
(edit) @73968   7 years vboxsync IPRT/rest: Bug fixes. Pet listing works. bugref:9167
(edit) @73965   7 years vboxsync IPRT/rest: Doxygen fixes. bugref:9167
(edit) @73964   7 years vboxsync IPRT/rest: Missing copy stuff in array template; DLL linking. bugref:9167
(edit) @73958   7 years vboxsync IPRT/rest: Added RTJsonIteratorBeginArray and …
(edit) @73957   7 years vboxsync IPRT/rest: Added RTJsonIteratorBeginArray and …
(edit) @73956   7 years vboxsync IPRT/rest: Added RTJsonIteratorBeginArray and …
(edit) @73950   7 years vboxsync IPRT/rest: Basic string map implementation, sans enumeration. …
(edit) @73949   7 years vboxsync IPRT/rest: Basic string map implementation, sans enumeration. bugref:9167
(edit) @73936   7 years vboxsync IPRT/rest: Fix doxygen.
(edit) @73934   7 years vboxsync IPRT/rest: build fix. bugref:9167
(edit) @73933   7 years vboxsync IPRT/rest: Adding genric factor methods for every class and use it to …
(edit) @73930   7 years vboxsync IPRT/rest: Implemented parsing json response bodies. bugref:9167
(edit) @73922   7 years vboxsync iprt/rest: Added error info, copy of http status, and content type to …
(edit) @73920   7 years vboxsync iprt/rest: More work on the API code generation. bugref:9167
(edit) @73918   7 years vboxsync iprt/rest: More work on the API code generation. bugref:9167
(edit) @73915   7 years vboxsync IPRT/rest: More API code generation bits. bugref:9167
(edit) @73902   7 years vboxsync IPRT/rest: More API code generation bits. bugref:9167 [build fix]
(edit) @73900   7 years vboxsync IPRT/rest: More API code generation bits. bugref:9167
(edit) @73895   7 years vboxsync IPRT/rest: Wrap primitive types to unify serializing, deserializing, …
(edit) @73889   7 years vboxsync IPRT/rest: More 'api' generator work. bugref:9167
(edit) @73887   7 years vboxsync IPRT/swagger: Hacking api source. bugref:9167
(edit) @73884   7 years vboxsync IPRT/swagger: Hacking api source. bugref:9167
(edit) @73883   7 years vboxsync IPRT/rest: Implemented RTCRestOutputToString. bugref:9167 [doxygen]
(edit) @73880   7 years vboxsync IPRT/rest: Implemented RTCRestOutputToString. bugref:9167 [build fix]
(edit) @73879   7 years vboxsync IPRT/rest: Implemented RTCRestOutputToString. bugref:9167
(edit) @73876   7 years vboxsync IPRT: More REST work. bugref:9167 [doxygen]
(edit) @73875   7 years vboxsync IPRT: More REST work. bugref:9167
(edit) @73866   7 years vboxsync iprt/swagger-codegen: More model source template hacking. bugref:9167
(edit) @73865   7 years vboxsync iprt/swagger-codegen: Started on the model source template. bugref:9167
(edit) @73864   7 years vboxsync iprt/swagger-codegen: More codegen hacking. bugref:9167
(edit) @73849   7 years vboxsync iprt/cpp/restbase.h: fix doxygen comments
(edit) @73803   7 years vboxsync iprt/cpp/restbase.h: Some serialization and deserialization ideas. …
(edit) @73802   7 years vboxsync iprt/cpp/restbase.h: doxygen fix. bugref:9167
(add) @73789   7 years vboxsync iprt/swagger-codegen: taking an approach to input and output similar …
Note: See TracRevisionLog for help on using the revision log.

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