search for: imlemented

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

Did you mean: implemented
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
This is a brain-dump of my thoughts on the MCStreamer interface after 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
2012 Jun 27
1
manipulation extra features which hypervisors support
Hello everybody, I am wondering if libvirt community implement features specefic to only one supported hypervisor? I am trying to set the host name and DNS from within the libvirt xml file in user mode network option (SLiRP). Right now I am using the <qemu:commandline>. My concern is if I want to use Xen or other hypervisors, how I should do the same. To be honest, I have not used any
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 progre...
2010 May 05
3
[LLVMdev] MCStreamer interface
On May 4, 2010, at 11:03 AM, Nathan Jeffords wrote: > This is a brain-dump of my thoughts on the MCStreamer interface after several > days of digging around trying to get a COFF writer working. Great! Something that is worth pointing out is that the MCStreamer API is intended to directly reflect what is happening in .s files. We basically want one MCStreamer callback to correspond to one
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 messa...
2010 May 05
0
[LLVMdev] MCStreamer interface
On Wed, May 5, 2010 at 11:15 AM, Chris Lattner <clattner at apple.com> wrote: > On May 4, 2010, at 11:03 AM, Nathan Jeffords wrote: > ... We basically want one MCStreamer callback to correspond to one > statement in the .s file. This makes it easier to handle from the compiler > standpoint, but is also very important for the llvm-mc assembly parser > itself. > > This
2005 Jan 31
0
ISDN supplemetary services (Hold, Retrieve, 3PTY) on HFC-8S
Hi, I use a Cologne Chip HFC-8S card with chan_capi. (TE mode only) So I've set up mISDN with 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
1997 Dec 17
0
showing Domain Logins
On 16 Dec 1997, Mark Evans wrote: > How do get information on domain logins shown > in the log files, currently all I am getting is > showing of the netlogon share being opened and > closed. see ipc.c: in the NetWkstaUserLogon and / or NetWkstaGetInfo functions, decrease the levels of the DEBUG statements, or add your own. > Whereas it would be usefull to have > successful
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
On May 5, 2010, at 1:22 PM, Nathan Jeffords wrote: > On Wed, May 5, 2010 at 11:15 AM, Chris Lattner <clattner at apple.com> wrote: > On May 4, 2010, at 11:03 AM, Nathan Jeffords wrote: > ... We basically want one MCStreamer callback to correspond to one statement in the .s file. This makes it easier to handle from the compiler standpoint, but is also very important for the llvm-mc
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