|
|
@17837
|
16 years |
vboxsync |
Cbinding: added a function to get vbox version.
|
|
|
@17821
|
16 years |
vboxsync |
Cbinding: fixed minor bug where dlopen handle for VBoxXPCOMC was lost.
|
|
|
@17815
|
16 years |
vboxsync |
Cbinding: burn fix :(
|
|
|
@17813
|
16 years |
vboxsync |
Cbinding: integrated the glue code in libvirt so that
the files are …
|
|
|
@17793
|
16 years |
vboxsync |
Cbinding: changed the header filename to be consistent throughout.
|
|
|
@17757
|
16 years |
vboxsync |
Cbinding: removed unnecessary functions
|
|
|
@17754
|
16 years |
vboxsync |
Cbinding: reverting 44270
|
|
|
@17750
|
16 years |
vboxsync |
Cbinding: updated licence info.
|
|
|
@17749
|
16 years |
vboxsync |
Cbinding: updated licence info.
|
|
|
@17737
|
16 years |
vboxsync |
Main: rename IVirtualBox::machines2[] to machines[]
|
|
|
@17729
|
16 years |
vboxsync |
Cbinding: updated sample makefile and removed extra 's'
|
|
|
@17727
|
16 years |
vboxsync |
Cbinding: updated comments
|
|
|
@17725
|
16 years |
vboxsync |
Cbinding: Updated the sample program and placed
it in appropriate …
|
|
|
@17712
|
16 years |
vboxsync |
Cbinding: Updated the VBoxXPCOMC.cpp so that only one function
namely …
|
|
|
@17706
|
16 years |
vboxsync |
Cbinding: removed the example which is no more valid
way accessing the …
|
|
|
@17677
|
16 years |
vboxsync |
export pfnGetFunctions.
|
|
|
@17570
|
16 years |
vboxsync |
VBoxCGlueTerm and VBOX_GET_XPCOMC_FUNCTIONS_SYMBOL_NAME fixes.
|
|
|
@17569
|
16 years |
vboxsync |
build fix.
|
|
|
@17567
|
16 years |
vboxsync |
build VBoxXPCOMC everywhere except on windows.
|
|
|
@17338
|
16 years |
vboxsync |
stupid space
|
|
|
@17304
|
16 years |
vboxsync |
C API: Modified the xpcidl.xsl to create VirtualBox_CXPCOM.h
header …
|
|
|
@16841
|
16 years |
vboxsync |
VBoxXPCOMCGlue: dependency fix.
|
|
|
@16838
|
16 years |
vboxsync |
Fixed $Revision$ typo.
|
|
|
@16837
|
16 years |
vboxsync |
VBoxXPCOMCGlue.c/.h: MIT license since it requires static linking.
|
|
|
@16835
|
16 years |
vboxsync |
tstXPCOMCGlue.c: transformed tstLinux.c to use the glue code.
|
|
|
@16833
|
16 years |
vboxsync |
cbinding: Moved MOZ_UNICODE into the cbinding.h header.
|
|
|
@16832
|
16 years |
vboxsync |
VBoxXPCOMCGlue and VBoxGetXPCOMCFunctions.
|
|
|
@16729
|
16 years |
vboxsync |
Cbinding: changed the sample program to use the generic way
of loading …
|
|
|
@16727
|
16 years |
vboxsync |
cbinding: Removed the unnecessary includes and
initialized the char …
|
|
|
@16717
|
16 years |
vboxsync |
spaces
|
|
|
@16716
|
16 years |
vboxsync |
cbinding: spelled out the dynamic glue code.
|
|
|
@16714
|
16 years |
vboxsync |
tstdlopen.c: svn properties and outline of how to simplify and …
|
|
|
@16705
|
16 years |
vboxsync |
cbinding: Added a new example to use dlopen/dlclose to avoid
multiple …
|
|
|
@16689
|
16 years |
vboxsync |
cbinding: Since this is a public SDK header, stick to the same command …
|
|
|
@16688
|
16 years |
vboxsync |
cbinding: Use stat() to check if a file exist (an alternative would be …
|
|
|
@16684
|
16 years |
vboxsync |
cbinding: Added the functions to get and set the environment variables.
|
|
|
@16676
|
16 years |
vboxsync |
Makefiles: insert an additional step between VirtualBox.xidl and its …
|
|
|
@16550
|
16 years |
vboxsync |
- Removed unused reference to $(PATH_VBOX_SVN)/include
- Refactor …
|
|
|
@16548
|
16 years |
vboxsync |
Return early when the machine count is zero.
|
|
|
@16547
|
16 years |
vboxsync |
cbinding.h was moved from sample directory to include directory
as it …
|
|
|
@16535
|
16 years |
vboxsync |
tstLinuxC.c: More cryptic '_' -> Utf16 changes.
|
|
|
@16534
|
16 years |
vboxsync |
VBoxXPCOMC.cpp: fixed the LOG_GROUP definition (must be first …
|
|
|
@16533
|
16 years |
vboxsync |
tstLinuxC.c: Do not attempt to free output arguments on failure. Using …
|
|
|
@16519
|
16 years |
vboxsync |
Changed the string formatter to those in iprt.
|
|
|
@16514
|
16 years |
vboxsync |
No need for LD_LIBRARY_PATH because we link with -rpath $(PATH_BIN).
|
|
|
@16513
|
16 years |
vboxsync |
Converted cout,cerr to use iprt Log functions.
|
|
|
@16500
|
16 years |
vboxsync |
Cosmetic changes (tabs to spaces).
|
|
|
@16497
|
16 years |
vboxsync |
Fixed the String Conversion Functions and removed the ones
not …
|
|
|
@16489
|
16 years |
vboxsync |
Improved comments.
|
|
|
@16488
|
16 years |
vboxsync |
libXPCOMtoC.cpp: The VBOXXPCOMC_DECL stuff is required on the …
|
|
|
@16487
|
16 years |
vboxsync |
cbinding: No $Id$ keywords in samples, just $Revision$. The keyword …
|
|
|
@16483
|
16 years |
vboxsync |
- Renamed tstLinuxC.h to cbinding.h
- added doxygen @file tags and …
|
|
|
@16454
|
16 years |
vboxsync |
Use -Xlinker -rpath -Xlinker $(PATH_BIN)
instead of -Wl,-rpath …
|
|
|
@16431
|
16 years |
vboxsync |
cbindings/Makefile.kmk: props.
|
|
|
@16430
|
16 years |
vboxsync |
Make this more flexible with CC and CFLAGS.
Simplify some targets. …
|
|
|
@16406
|
16 years |
vboxsync |
cbindings to OSE
|