search for: imlement

Displaying 20 results from an estimated 21 matches for "imlement".

Did you mean: implement
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
...39;\n'); llvm_unreachable("unexpected error occured");\ + } while (false) + +#define dbgout_call(x) DEBUG_WITH_TYPE(DEBUG_TYPE"_calls", dbgs() << \ + __FUNCTION__ << " (" << x << ")\n") + +#define dbg_notimpl(x) dbgerr("not imlemented, " << __FUNCTION__ \ + << " (" << x << ")") I'm not a big fan of these macros (plus typos like imlemented) are they really needed? Overall, looks like great progress! -Chris
2010 Jun 12
3
[LLVMdev] Win32 COFF Support
Here is a full patch including Nathan's COFF support, tests that pass on Windows, and some changes to lit. Obviously the COFF support and changes to lit should be separate patches in the end. http://codereview.appspot.com/1624043/show - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: COFF-support.patch Type: application/octet-stream Size:
2010 Jun 14
2
[LLVMdev] Win32 COFF Support
...ed error > occured");\ > + } while (false) > + > +#define dbgout_call(x) DEBUG_WITH_TYPE(DEBUG_TYPE"_calls", dbgs() > << \ > + __FUNCTION__ << " (" << x << ")\n") > + > +#define dbg_notimpl(x) dbgerr("not imlemented, " << __FUNCTION__ \ > + << " (" << x << ")") > > I'm not a big fan of these macros (plus typos like imlemented) are > they really needed? > > Overall, looks like great progress! > > -Chris
2010 May 04
2
[LLVMdev] MCStreamer itnerface
...r several days of digging around trying to get a COFF writer working. All fragments should be associated with a symbol. For assembler components, a unnammed "virtual" symbol can be used when there is no explicit label defined. Section assignment should be the responsiblity of the object imlementing the MCStreamer interface, with the caller givin the ability to give hints as to what section to place the symbol into. instead of SwitchSection, there would be BeginSymbol, and SymbolSymbol, it would be illegal to call any EmitXXX function outside of these two calls BeginSymbol(Symbol, Section...
2012 Jun 27
1
manipulation extra features which hypervisors support
...ard xml element in <interface> which I may use to solve my problem (setting dns, host name , and so on...) with. On the IRC channel I received a reply that this feature has not been implemented yet, and you are going to support it soon. I am interested to contribute and join the community to imlement this feature if possible. Appreciate pointing me into right direction and thank you in advance. Zamani -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120627/64b8fa3e/attachment.htm>
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
...ccured");\ >> + } while (false) >> + >> +#define dbgout_call(x) DEBUG_WITH_TYPE(DEBUG_TYPE"_calls", dbgs() << \ >> + __FUNCTION__ << " (" << x << ")\n") >> + >> +#define dbg_notimpl(x) dbgerr("not imlemented, " << __FUNCTION__ \ >> + << " (" << x << ")") >> >> I'm not a big fan of these macros (plus typos like imlemented) are they >> really needed? >> >> Overall, looks like great prog...
2010 May 05
3
[LLVMdev] MCStreamer interface
...ed "virtual" symbol can be used when there is no explicit label defined. What do you mean by fragment? Can you give me an analogy with what the syntax looks like in a .s file, I'm not sure exactly what you mean here. > Section assignment should be the responsiblity of the object imlementing the > MCStreamer interface, with the caller givin the ability to give hints as to > what section to place the symbol into. Section assignment really needs to happen at a higher level. The TargetLoweringObjectFile interfaces are the ones responsible for mapping a global/function -> sec...
2006 Apr 26
2
Samba 3 with ADS problem
...ed to edit the pam configuration files. Each document gives the different type of following. I couldnt find the correct steps to implement it on Solaris.Pls anyone who implemented it give the url u referred. I dont know what steps i am missing and what to do next. FYI..In my company they already imlemented this samba with AD. But they never touched kr5.conf file. Users much be created with AD username to access the share. It doubles the work. So i am starting the enhancement work of it but from scratches (ie, compiling the LDAP, Samba,Kerberos) Please help me out. -- View this mes...
2010 May 05
0
[LLVMdev] MCStreamer interface
...exactly what you mean here. > I use the term fragment to refer to the MCFragment class and its derivatives. I understand that to mean any entity representing data in the final linked and loaded form. (something with an address) > Section assignment should be the responsiblity of the object imlementing > the > > MCStreamer interface, with the caller givin the ability to give hints as > to > > what section to place the symbol into. > > Section assignment really needs to happen at a higher level. The > TargetLoweringObjectFile interfaces are the ones responsible for m...
2005 Jan 31
0
ISDN supplemetary services (Hold, Retrieve, 3PTY) on HFC-8S
...ith CAPI and it's working just fine for 'normal' calls. But I do need more. Namely Hold, Retrieve and 3PTY which are not supported yet in the mISDN implementation of CAPI, whereas it is in the AVM Fritz Card CAPI driver for instance. So my question is: Is anyone aware of an alternative imlementation that supports these supplementary services? Thanks in advance. Tobias Cermann -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050131/50f78e1f/attachment.htm
1997 Dec 17
0
showing Domain Logins
...he open files and open sessions, regardless of whether you are doing FAST_SHARE_MODES (locking_shm.c) or the old slow file-based share modes (locking_slow.c) > By some sort of interprocess communication > with the smbd processes? correct. i'm just having to look at this, to be able to imlement "remote" smbstatus commands in smbclient. luke <a href="mailto:lkcl@switchboard.net" > Luke Kenneth Casson Leighton </a> <a href="http://mailhost.cb1.com/~lkcl"> Samba Consultancy and Support </a>
2009 Feb 25
4
wrong number of arguments (2 for 1)
The following statement gave me "wrong number of arguments (2 for 1)" and it is the only error. no stack trace. presenter.stub!(:account).and_return account any idea? Thanks Yi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20090225/8e667eea/attachment.html>
2006 Apr 12
22
Dynamic Select Box
Hi, I''m new to rails/ruby having come from PHP and am just starting to get my head round how easy it can be :) However, can anyone point me in the right direction for dynamicaly updating a select box based upon the choice of a previous select box, without a page refresh. Any and all help greatly appreciated. Thanks -- Posted via http://www.ruby-forum.com/.
2016 Oct 04
0
winbindd losing track of RFC2307 UIDs
...he users homedir was accessible at the second logon samba had picked the vlaue from idmap.tdb and the user had no access to it's homedir. net cache flush or an samba restart fixed the mapping temporary. The OP may have eigther this issue or like you said the cause is samba has not yet fully imlemented using the REALM as the domain name.
2010 May 05
2
[LLVMdev] MCStreamer interface
...ould definitely be formed behind the MCStreamer implementation. The .s printing implementation of MCStreamer, for example, has no use for it. With the current design, it would be a layering violation to make it earlier. > > > Section assignment should be the responsiblity of the object imlementing the > > MCStreamer interface, with the caller givin the ability to give hints as to > > what section to place the symbol into. > > Section assignment really needs to happen at a higher level. The TargetLoweringObjectFile interfaces are the ones responsible for mapping a globa...
2016 Oct 04
2
winbindd losing track of RFC2307 UIDs
On Tue, 4 Oct 2016 15:16:17 +0200 Achim Gottinger via samba <samba at lists.samba.org> wrote: > > > Am 04.10.2016 um 10:21 schrieb Rowland Penny: > > On Tue, 4 Oct 2016 02:35:21 +0200 > > Achim Gottinger via samba <samba at lists.samba.org> wrote: > > > >> > >> Am 03.10.2016 um 18:57 schrieb Rob via samba: > >>> Hi all, >
2005 Mar 08
19
find_by_sql ON STEROID possible?
find_by_sql BREAKS THE OOP BEAUTY and perhaps we can solve that. NAMING CONVENTIONS can perhaps make find_by_sql much more clever. lets imagine that relation: publishers <- books <-> authors_books <-> authors -> universities (can''t find something else than university for that last association :) ) imagine we want to fetch every book and every associated
2007 Nov 12
15
If form changed ask if you really want to exit page...
First things first: Hi all! I''ve been sucked into prototype and script.aculo.us develpment thanks (because of?) the Symfony PHP framework... I''d like to implement a feature on some admin pages, but I can''t seem to find the right search term to google it; I want to ask the user to confirm exit of a page, if she has changed anything on the forms displayed on it. I have
2007 Aug 18
1
[LLVMdev] Soft floating point support
This patch supplies software IEEE floating point support. The comment from the patch reproduced below says all there is to say. This patch contains the prior "cleanup" patch; please don't apply that one. Please let me know of any bugs. It is tested reasonably well, but until I put together random tests it's hard to have 100% confidence. Neil. /* A self-contained host- and
2012 Jun 25
8
[net-next RFC V4 PATCH 0/4] Multiqueue virtio-net
Hello All: This series is an update version of multiqueue virtio-net driver based on Krishna Kumar's work to let virtio-net use multiple rx/tx queues to do the packets reception and transmission. Please review and comments. Test Environment: - Intel(R) Xeon(R) CPU E5620 @ 2.40GHz, 8 cores 2 numa nodes - Two directed connected 82599 Test Summary: - Highlights: huge improvements on TCP_RR