search for: addref

Displaying 20 results from an estimated 61 matches for "addref".

Did you mean: addres
2009 Jul 10
0
[LLVMdev] void llvm::PATypeHolder::addRef(): Assertion `Ty && "Type Holder has a null type!"' failed.
Hi, I am using current SVN and in the last week or so, something causing the following assertion failure has changed. void llvm::PATypeHolder::addRef(): Assertion `Ty && "Type Holder has a null type!"' failed. The corresponding stack trace is: #0 0x000000339ec332f5 in raise () from /lib64/libc.so.6 #1 0x000000339ec34b20 in abort () from /lib64/libc.so.6 #2 0x000000339ec2c2fa in __assert_fail () from /lib64/libc.so.6 #3...
2006 Nov 24
0
Wine release 0.9.26
...gument to MBtoWC(). kernel32/tests: Test -1 length for NULL ptr too. oleaut32: Protect against integer overflow in SysAllocStringLen. Markus Amsler (14): d3d8: Back buffer is identical to the render target, test it only once. d3d8: Test refcount forwarding. d3d8: Test AddRef with refcount==0. d3d8: Show that the implicit surfaces are not freed if refcount reaches 0. d3d9: Forward port d3d8 refcount tests. d3d: Remove AddRef from IWineD3DDevice_GetDirect3D. d3d: Remove AddRef from IWineD3DDevice_GetBackBuffer. d3d: Remove AddRef from IWineD...
2006 Dec 08
0
Wine release 0.9.27
...crypt32: Add test for I_CryptInstallOssGlobal. shell32: Define AVI resource 152. Marcus Meissner (2): shell32: Forward SHDeleteKeyA directly to SHDeleteKeyW. comcat: Remove const from COMCAT Manager. Markus Amsler (23): Revert "d3d: Fix partially applied patch: Remove AddRef from GetDirect3D.". Revert "d3d: Remove AddRef from IWineD3DDevice_GetSwapChain.". Revert "d3d: Remove AddRef from IWineD3DDevice_GetIndices.". Revert "d3d: Remove AddRef from IWineD3DDevice_GetStreamSource.". Revert "d3d: Remove AddRe...
2008 Feb 25
2
[LLVMdev] small patch to add an assert to PATypeHolder
Hello, I ran into an issue with the ocaml bindings where PATypeHolder was getting a null pointer, which eventually caused a segfault. This patch copies what PATypeHandle does and adds the assert in the PATypeHolder::addRef method. Also, I'm using git's gateway to subversion to track llvm and send this patch. The patch applies fine according to my tests, but if there are any problems, I'll find a better way to do this. -e
2008 May 28
9
Dogfood Challenge : Ableton Live 7.07 demo
As soon as the application starts, a window pops up that (normally under windows) would say "this is a trial version demo, click okay to start the trial", or something along those lines. The window is blank and clicking randomly on it (to find the "ok") does not work either. The following output from wine during this test is as follows : err:iphlpapi:getRouteTable Received
2013 Apr 12
0
Wine release 1.5.28
...dplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroupPlayers. dplayx: Forward IDirectPlay::EnumGroups to ::EnumGroupsInGroup. dplayx: Assimilate the inherited methods into IDirectPlay4A. dplayx: Introduce impl_from_IDirectPlay4A(). dplayx: Use separate QueryInterface, AddRef and Release methods for IDirectPlay4 + 4A. dplayx: Add both ifaces to the DirectPlay object and stop cloning the object. dplayx: Remove AddRef hacks for the parent DirectPlay object. dplayx: Move the lock into the DirectPlay object. dplayx: Cleanup the DirectPlay object crea...
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
...T::Codegen() in ccHkdHVT.o BinaryExprAST::Codegen() in ccHkdHVT.o BinaryExprAST::Codegen() in ccHkdHVT.o BinaryExprAST::Codegen() in ccHkdHVT.o BinaryExprAST::Codegen() in ccHkdHVT.o BinaryExprAST::Codegen() in ccHkdHVT.o llvm::Type::addRef() constin ccHkdHVT.o llvm::PATypeHolder::addRef() in ccHkdHVT.o llvm::PATypeHolder::get() constin ccHkdHVT.o llvm::PATypeHolder::get() constin ccHkdHVT.o llvm::CallInst::CallInst<__gnu_cxx::__normal_iterator<llvm::Value**, std::vector<llvm::Value*, std::allocato...
2007 Apr 13
0
Wine release 0.9.35
...t. advpack: Call OleInitialize before registering OCXs, like native does. advpack: Stop processing if there was an error registering an OCX. ntdll: Pass the correct value to NtClose in the tests. msi: Don't wait on closed handles in ACTION_FinishCustomActions. atl: AddRef the object being returned in AtlInternalQueryInterface, not "this". ole32: Convert the OpenDll list to a standard Wine list. ole32: Move the in-process module loading to COMPOBJ_DllList_Add. ole32: Move the handling of loading a dll and getting an in-process object from...
2012 May 25
0
Wine release 1.5.5
...ame is found. d3drm: Attach mesh to the parent frame if any. d3drm: Free visual and light resources when releasing frame. d3drm: Load transform matrix and aply it to the current frame. d3drm: Implement IDirect3DRMFrameX_AddTransform. d3drm: Display new ref in trace for AddRef and Release for IDirect3DRMMesh. d3drm: Improve traces of AddRef and Release of IDirect3DRMLight. d3drm: Hande parent when creating a new frame. dmusic: Display new ref in trace for AddRef and Release for collection object. dmusic: Cleanup IDirectMusicCollection_GetInstrumen...
2010 Feb 07
0
[LLVMdev] Help with Mac OS X 10.6.2 build
...BinaryExprAST::Codegen() in ccHkdHVT.o > BinaryExprAST::Codegen() in ccHkdHVT.o > BinaryExprAST::Codegen() in ccHkdHVT.o > BinaryExprAST::Codegen() in ccHkdHVT.o > BinaryExprAST::Codegen() in ccHkdHVT.o > llvm::Type::addRef() constin ccHkdHVT.o > llvm::PATypeHolder::addRef() in ccHkdHVT.o > llvm::PATypeHolder::get() constin ccHkdHVT.o > llvm::PATypeHolder::get() constin ccHkdHVT.o > llvm::CallInst::CallInst<__gnu_cxx::__normal_iterator<llvm::Value**, > std::vector&l...
2010 Mar 05
0
Wine release 1.1.40
...ude: Don't accidentally redefine a member in struct _IRP (LLVM/Clang). Christian Costa (16): d3d8: Display FIXME only once in ValidatePixelShader and ValidateVertexShader. d3dx9_36: Add stub for D3DXGetShaderConstantTableEx. Implement D3DXGetShaderConstantTable. d3dx9_36: Fix AddRef and Release macros and add IID for ID3DXConstantTable. shell32: Allow copy operation to overwrite an existing write protected file + tests. d3dxof: Allow templates to be defined anywhere in objects file. d3dxof: Fix file types checks + tests. d3dxof: Remove wrong description...
2004 Mar 27
1
[LLVMdev] Extending LLVM
On Fri, 2004-03-26 at 14:57, Chris Lattner wrote: > On Fri, 26 Mar 2004, Reid Spencer wrote: > > > Would people other than myself find it useful to have a standardized > > extension framework for LLVM? I'm thinking of something that would allow > > new LLVM instructions, fundamental types, structured types, etc. This > > would require significant work to allow
2012 Nov 23
0
Wine release 1.5.18
...: Remove left over FIXME. winegstreamer: Turn some FIXME into TRACE. strmbase: Use FreeMediaType instead of freeing media type by hand and forgetting pUnk release. strmbase: Don't forget to add ref pUnk in CopyMediaType when pbFormat is null. strmbase: Display new ref in AddRef and Release for IEnumMediaTypes. strmbase: Display iface in TRACEs. strmbase: Simplify IEnumMediaTypesImpl_QueryInterface and turn FIXME into WARN. amstream: Initialize correctly AM_MEDIA_TYPE struct. cabinet: Simplify concatenation of path and filename. Christian Inci (1):...
2005 Aug 12
0
gothic2 demo, install and dmusic issues
...000046}, 0x7fc0edd4) trace:dmusic:CollectionCF_CreateInstance ((nil), {d2ac28b5-b39b-11d1-8704-00600893b1bd}, 0x7fc0f590) trace:dmusic:IDirectMusicCollectionImpl_IUnknown_QueryInterface (0x7fdf5bc0, {d2ac28b5-b39b-11d1-8704-00600893b1bd}, 0x7fc0f590) trace:dmusic:IDirectMusicCollectionImpl_IUnknown_AddRef (0x7fdf5bc0)->(ref before=0) trace:dmusic:IDirectMusicCollectionImpl_IDirectMusicObject_ParseDescriptor (0x7fdf5bc0, 0x7fdf5998, 0x7fc0f240) err:dmloader:IDirectMusicLoaderImpl_IDirectMusicLoader_SetObject : couldn't parse descriptor trace:dmime:DllGetClassObject (CLSID_DirectMusicPerformanc...
2014 Apr 18
0
Wine release 1.7.17
...ter. taskschd: Make ITaskFolder::CreateFolder, ITaskFolder::GetFolder and ITaskFolder::DeleteFolder use the RPC API. taskschd: Reimplement ITaskFolderCollection enumeration using SchRpcEnumFolders. taskschd: Remove registry based task folder management. avifil32: Use correct AddRef helpers. schedsvc/tests: Fix a couple of typos. schedsvc/tests: Avoid test failures on file systems with enabled directory randomization. taskschd: Implement ITaskFolder::DeleteTask. taskschd: Implement task management using RPC APIs. taskschd: Implement IRegisteredTas...
2012 May 11
0
Wine release 1.5.4
...ic: Simplify ParseDescriptor by checking DLS header first and exit if it is wrong. d3drm: Implement IDirect3DRMFrameX_GetTransform. d3drm/tests: Fix error message. d3drm: Move some unsafe_impl_from_* call to where variables are declared. dmsynth: Display new ref in trace for AddRef and Release. dmsynth: Cleanup QueryInterface methods. dmusic: Variable spelling fix. dmusic: Display new ref in trace for AddRef and Release for IDirectMusicInstrument. Dan Kegel (1): riched20: Don't need to redraw when changing selection from none to none. Daniel Jeli...
2007 Mar 02
0
Wine release 0.9.32
...objects with a gdi32 function in imagelist test. ole32: Make an error message more useful by printing the returned error code. kernel32: Don't run the CreateRemoteThread tests if the child process isn't mapped at the same address as the parent process. oleaut32: Fix IFont::AddRefHFont and IFont::ReleaseRefHFont. oleaut32: Re-arrange the position of functions and vtables in olefont.c to avoid forward-declarations. rpcrt4: Add documentation for the I_Rpc* RPC message functions. rpcrt4: Fix a memory leak in I_RpcSendReceive caused by I_RpcReceive overwriting...
2009 Apr 10
0
Wine release 1.1.19
...r_arb_add_dst_param(). Huw Davies (16): ole32: Use a helper function to access the enum format implementation. ole32: Rename a variable. ole32: Don't hold a reference on the parent IDataObject. ole32: Change the enum formatetc constructor to return HRESULT. ole32: AddRef does not return an HRESULT. Have the constructor create the object with one reference. ole32: Reimplement the formatetc enumerator using 'Ole Private Data'. ole32/tests: Fix DVTARGETDEVICE offsets. ole32/tests: Tests for EnumFormatEtc. ole32: Simplify some of the err...
2011 Aug 26
0
Wine release 1.3.27
.... amstream: Use CoTaskMemRealloc instead of alloc+copy. mscoree: COM cleanup for the ICLRRuntimeInfo iface. wined3d: Sync a function prototype with its definition. ole32: COM cleanup in antimoniker.c. ole32: COM cleanup in classmoniker.c. dsound: Remove pointless AddRef followed by a Release. dsound/tests: IDirectSoundBuffer and IDirectSoundBuffer8 use the same implementation. dsound: Basic COM cleanup for the IDirectSoundBuffer8 iface. dsound: Kill SecondaryBufferImpl with extreme prejudice. ole32: COM cleanup in itemmoniker.c. ole32...
2013 Mar 29
1
Wine release 1.5.27
...y). jscript: Fix warning with older compilers. urlmon: Pass up error on error condition (Coverity). strmbase: Fixed user-after-free (Coverity). Michael Stefaniuc (10): dplayx: Get rid of LPCLASSFACTORY and use a better name for the methods. dplayx: Fix QueryInterface, AddRef and Release methods for IClassFactory. dplayx: Fix DllGetClassObject(). dplayx: Have the decency to support IUnknown in DirectPlay. dplayx/tests: Remove superfluous void pointer casts. dplayx/tests: Get rid of the LPDIRECTPLAY type usage. dplayx/tests: Add DirectPlay C...