VirtualBox

source: vbox/trunk/src/VBox/Main/cbinding

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52846   10 years vboxsync Main/VBoxCAPIGlue.c: fixed path on OSX
(edit) @52793   10 years vboxsync Main/cbinding: introduce a variant of ComSafeArrayAsOutParam which …
(edit) @52787   10 years vboxsync Main/cbinding: fix typo in the COM compatibility macro names for …
(edit) @50930   11 years vboxsync Main/cbinding: Add new helper function to free memory allocated by …
(edit) @50858   11 years vboxsync tstCAPIGlue dependency fix.
(edit) @50269   11 years vboxsync Main/cbinding: remove development leftover
(edit) @50254   11 years vboxsync Main/cbinding: final touchups, and making things as COM compatible as …
(edit) @50190   11 years vboxsync Main/cbinding: another build fix (this time an incorrect Windows build …
(edit) @50188   11 years vboxsync Main/cbinding: another Windows build fix
(edit) @50187   11 years vboxsync Main/cbinding: fix a few windows build glitches
(edit) @50183   11 years vboxsync Main/cbinding: bring the C binding to a new functionality level, …
(edit) @49702   11 years vboxsync Main/cbinding/xpcidl.xsl: fix day 1 bug which caused incorrect …
(edit) @49539   11 years vboxsync Main/cbinding: lots of love and care for this long forgotten part of …
(edit) @48225   11 years vboxsync testcase/*: move the installation path for the remaining API/XPCOM …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43103   12 years vboxsync whitespace/comment touchup
(edit) @42131   12 years vboxsync Main: fix COM/XPCOM incompatibility issues and add safearray setter …
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @39895   13 years vboxsync Main/cbinding: more fixes, decrease necessary manual work
(edit) @39886   13 years vboxsync Main/cbinding: eliminate version dependency inside header file by …
(edit) @39885   13 years vboxsync Main/cbindings: update XPCOM C bindings again
(edit) @33396   14 years vboxsync Main: Some OS/2 build fixes.
(edit) @33294   14 years vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
(edit) @32404   14 years vboxsync missing svn:keywords
(edit) @32394   14 years vboxsync more branding and header fixes
(edit) @31070   14 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @30633   14 years vboxsync Main/cbindings: shut up pedantic & -Wshadow warnings.
(edit) @29200   15 years vboxsync more manual Oracle rebranding in headers
(edit) @29177   15 years vboxsync Main/cbinding: Sun -> Oracle in the generated header
(edit) @29167   15 years vboxsync Main/cbinding: add the bindings for 3.1 and generate the bindings for 3.2
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @25950   15 years vboxsync $(QUIET)
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23703   15 years vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23401   15 years vboxsync Undo damage done by r52941 to libvirt headers
(edit) @23400   15 years vboxsync Filemuncher fixes
(edit) @23330   15 years vboxsync tstXPCOMCCall: change for recent IConsoleCallback change
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22590   15 years vboxsync cbinding: Updated VBoxCAPI_v3_0.h to r51621
(edit) @21571   15 years vboxsync cbinding: exported to OSE
(edit) @21525   15 years vboxsync cbinding: added support for VBox 3.0
(edit) @20223   16 years vboxsync cbinding: changed version 2.5 => version 3.0
(edit) @20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
(edit) @20218   16 years vboxsync Main: changed the parameter of IProgress::GetResultCode() from long to …
(edit) @20213   16 years vboxsync Main: changed the parameter of IProgress::GetResultCode() from …
(edit) @19799   16 years vboxsync C API: the API is stable for 2.2 and thus vbox_CAPI_v2_2.h doesn't …
(edit) @19798   16 years vboxsync removed long obsolete methods IFramebuffer::solidFill() and …
(edit) @19796   16 years vboxsync tstXPCOMCCall: stop on POLLHUP
(edit) @19768   16 years vboxsync tstXPCOMCCall: return value checks and exiting on poweroff
(edit) @19751   16 years vboxsync tstXPCOMCCall.c: some query interface help.
(edit) @19743   16 years vboxsync cbinding: UUID check in tstXPCOMCCall.c
(edit) @19728   16 years vboxsync tstXPCOMCCall.c: event loop.
(edit) @19694   16 years vboxsync cbinding: the standard NS_* #defs
(edit) @19375   16 years vboxsync cbinding: fixed the samples to have string UUID's instead of struct once.
(edit) @19138   16 years vboxsync cbinding: tab to spaces
(edit) @19107   16 years vboxsync Cbinding: removed the unwanted header
(edit) @19106   16 years vboxsync Cbinding: return IVirtualBox and ISession objects only if they match …
(edit) @19098   16 years vboxsync VBoxXPCOMC: fixed memory leak as ppSession & ppVirtualBox were not …
(edit) @19085   16 years vboxsync cbinding: updated sample
(edit) @19081   16 years vboxsync Main/cbindings: VBOXXPCOMC::pfnComInitialize needs to know which …
(edit) @19078   16 years vboxsync Main/cbindings: Updated VBoxGetXPCOMCFunctions to support the old …
(edit) @19063   16 years vboxsync cbinding: trailing whitespace
(edit) @19055   16 years vboxsync cbinding: trailing whitespace
(edit) @19052   16 years vboxsync VBoxXPCOMCGlue.c: dlopen errors are less important than the other ones.
(edit) @19028   16 years vboxsync Main/cbindins,libvirt/*glue: Bought back g_szVBoxErrMsg and change the …
(edit) @18998   16 years vboxsync cbinding: added event queues for callback support
(edit) @18923   16 years vboxsync CBinding: Add case for FreeBSD
(edit) @18896   16 years vboxsync Cbinding: pushed to OSE, else OSE will fail during compilation
(edit) @18895   16 years vboxsync Cbinding: Update version to 2.5
(edit) @18894   16 years vboxsync Cbinding: removed the staic variable
(edit) @18891   16 years vboxsync VBoxXPCOMCGlue: removed the static variable as per the suggestion on …
(edit) @18871   16 years vboxsync VBoxXPCOMCGlue.c: Use parameters for passing stuff down to the worker …
(edit) @18853   16 years vboxsync VBoxXPCOMGlue: fixed a bug in path detection logic
(edit) @18829   16 years vboxsync undo 45832
(edit) @18821   16 years vboxsync Cbinding: this_ => pThis
(edit) @18806   16 years vboxsync tstXPCOMCCall.c: adjustments.
(edit) @18786   16 years vboxsync CBinding: sample program for callbacks.
(edit) @18527   16 years vboxsync makefile.tstXPCOMCGlue: Drop the VBOX_WITH_XPCOM define.
(edit) @18374   16 years vboxsync Cbinding: removed repeated words (Foundation, the)
(edit) @18356   16 years vboxsync trailing newline please.
(edit) @18246   16 years vboxsync license header updates from filemuncher
(edit) @18244   16 years vboxsync Cbinding: fixed problem due to change using static buffer.
(edit) @18241   16 years vboxsync VBoxXPCOMCGlue.*: Reverted back the licensing changes as per 2221#c147
(edit) @18221   16 years vboxsync VBoxXPCOMCGlue.c: Drop the malloc/free and use a 4KB static path …
(edit) @18202   16 years vboxsync Cbinding: licensing changes
(edit) @18185   16 years vboxsync Cbinding: licensing changes
(edit) @18184   16 years vboxsync Cbinding: licensing changes
(edit) @18156   16 years vboxsync VBoxXPCOMCGlue.c: bugref.
(edit) @18155   16 years vboxsync VBoxXPCOMCGlue.c: Added a todo.
(edit) @18137   16 years vboxsync CBinding: removed the deprecated tstLinuxC testcase and made the …
(edit) @18081   16 years vboxsync Cbinding: fixed the example, for changes made in VBoxXPCOMCGlue
(edit) @18020   16 years vboxsync Cbinding: made change to pass libvirt tests
(edit) @17837   16 years vboxsync Cbinding: added a function to get vbox version.
(edit) @17821   16 years vboxsync Cbinding: fixed minor bug where dlopen handle for VBoxXPCOMC was lost.
(edit) @17815   16 years vboxsync Cbinding: burn fix :(
(edit) @17813   16 years vboxsync Cbinding: integrated the glue code in libvirt so that the files are …
(edit) @17793   16 years vboxsync Cbinding: changed the header filename to be consistent throughout.
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